Re: My saved search is not working from Home page in WEBUI
Hi Martin, Thanks for the help, it worked EK
View ArticleRe: Agent Inbox Enhancement with Z fields in CRM 2007
Hi All, i have the similar requirement where i need to add Zfiled to inbox search criteria. I used same steps(as mentioned by Nicolas) to add a search field in inbox search. I am getting following dump...
View ArticleRe: How to replace alv tooltip
Hi, For that column try using the below method. lr_column_header->set_prop_ddic_binding_field( EXPORTING property = if_salv_wd_c_ddic_binding=>bind_prop_tooltip...
View ArticleRe: Alert don't work
Hi, Since you are at 7.31(from your screen shots) there could be issue with activating classical alert. like during installation if your basis selected component based message alerting as your alert...
View ArticleRe: formula to seperate results
hi Jarrod, that depends on whether or not that large chunk of text is one row in the database or many rows. can you let us know?
View ArticleRe: BDC Transcation Call
Hi Everyone, I think using SHDB recording the Transaction first, and then copy and paste to the calling program. it will work by 100% ganrantee . Thanks everyone.
View ArticleRe: SAP Fiori components on SWDC.
Hi Rodney, I have the same issue as you, they are not available for me. It would appear that some people have access and others do not. I have tried to talk to SAP about this but haven't got any clear...
View ArticleRe: Creating Editable Custom Order Series Key Figure for SNP
Hi Pawan, When you created the custom order series key figure, did you assign it to a "category group " ? Also when you add this key figure to the planning area, you will have to include the "category...
View ArticleRe: Saving Analysis for Excel 1.4 workbooks on "My Documents"
Not forgotten. working on it Ingo
View ArticleRe: SAP Fiori components on SWDC.
If your company does not have a licence, you won't see software components in SAP Service Marketplace. If there is some license issue, you should contact your SAP local office or your SAP Account...
View ArticleEMIGALL ISU_S_PROFHEAD_CHANGE
Starting with Migration Object PROFHEAD as a baseline, I am attempting to create a custom migration object to update existing Profile headers. The goal is to update the Consistency check group applied...
View ArticleRe: SAP Business One SLD Service Database Backup Issue
Hi, Please check with SAP notes: 1734735 - Database backup fails while upgrading SLD Regards,Nagarajan
View ArticleRe: Recursion!
Hi Ahmed, A simple recursion example in C, a factorial program of any number.unsigned int factorial(unsigned int n) { if (n == 0) { return 1; } else { return n * factorial(n - 1);...
View ArticleRe: Is possible to get OVP instance without FPM?
Hi Praveen, Thank you very much for your answer! Actually my requirement is I want to make some UIBBs which assigned to OVP configurable. Because business user doesn't have knowledge of FPM...
View ArticleRe: External Plugs (Exit-Plug/Suspend-Plug) must no be triggered with an URL...
Hi Shrikant M , This fixed the problem in our system, but my question is why? Is there a related SAP Note for this? It would seem like the Business Package content is incorrect if I need to go in and...
View ArticleRe: SAP BW/BI/BO
Hello Shahid Imam Shaik I checked your YouTube channel, it is really nice.Thanks for your nice sharing Kind Regards
View ArticleRe: Moving tempdb database fragments off the master device
Bret, As promissed, I tried your first approach with success. Source code and output files attached. There was an error at the end, in the EXEC sp_helpdb tempdb GO Command. Must be a bug in the...
View ArticleRe: EMIGALL ISU_S_PROFHEAD_CHANGE
This stops the short dumps, but the AUTO-PROFILE is not populated with the test profile number. Also, if I enter a valid Profile number in Debug, Im still prompted with additional fields needing to be...
View ArticleRe: Organisation Views not popping up.
Hi Ramakrishna, Plesae share the error screenshot, Regards,Silky
View ArticleRe: How to recover deleted data/records of a table using SE14?
Hi, The two options you have is:1. Ask Basis team to do a system restore from another system.2. If you have development access in the environment you deleted the entries, then download the table data...
View Article