Re: Roadmap View navigation from Custom UI component View To standard UI...
Hello Srinivas, Check how BT116H_SRVO in standard roles, implement the same logic in your case also. Other way is to enhance do_prepare_output of empty view and call outbound plug to required view....
View ArticleRe: How to identify component based on method.
You have tp provide more details about the method where you are having issues with.
View ArticleRe: Small clarification regarding modify and save method
Hello Vaibhav, As per my understanding, when lr_core->modify( ) is called then all changes including child objects of root are delegated to API layer and hence data for dependent objects will also...
View ArticleRe: How to identify component based on method.
Hi Ashik, I have a custom component attached to Standard Comp. Using data Usage and know i'm getting error while i'm triggering event in called component ,In Web Ui it showing...
View ArticleRe: Simple Object Implementation
This was really very useful information. Thank you Christian!
View ArticleRe: How to create Header Text and Item view
Hi Christian, I have created TREE Table using http://wiki.scn.sap.com/wiki/display/ABAP/Development+of+a+transaction+history+in+form+of+a+tree+view?original_fqdn=wiki.sdn.sap.com. But some how when...
View ArticleRe: CRM orders should only be modified by specific user at specific user status.
Hi Faisal,I realized this requirement.Many thanks for the suggestion from both of you.Jerry.
View ArticleRe: CRM Saved Search Issue : Entry 'XXXX' cannot be used: Configuration is...
Hi, Issue was solved by redefining the Inbound plug of the view and also with the help of the sap note 1948378. Below are the steps in redefinition of inbound plug(IP_SEARCH and Component name is...
View ArticleRe: Saved search Issue
Hi, Issue was solved by redefining the Inbound plug of the view and also with the help of the sap note 1948378. Below are the steps in redefinition of inbound plug(IP_SEARCH and Component name is...
View ArticleRe: How to create assignment block which show DATA in TREE format
In get_children method is performed recursive call of the class method. So you must do the check in method, which level was clicked. Also in the code sample of the blog, that you mentioned, is done the...
View ArticleRe: Small clarification regarding modify and save method
Thanks Ashik , this clears my doubt .
View ArticleCheck if entity is saved via BOL
Hey together, on the frontend a new crm document is created. There are accessable functions which should only be used on documents, which are saved.Is there a way how I can check if the corresponding...
View ArticleRe: Check if entity is saved via BOL
Hello , Using Transaction contexts IF_BOL_TRANSACTION_CONTEXT you can try methods CHECK_SAVE_NEEDED and CHECK_SAVE_POSSIBLE for checking before saving a BO transaction context if saving is required and...
View ArticleRe: How to create assignment block which show DATA in TREE format
Hi Robert, One Query, In my object i dont have Header data and Item data. Moto of my this dev is to differenciate User into 3 catagories. so i have maintain 3 Heading Text into 3 line of table(done in...
View ArticleEMRS : Custom attribute not getting updated in "Factbase "
Hi Experts , I have requirement were i need to add 2 new custom fields in erms attribute section . These attribute values are obtained from the mail and are used in erms rule to determine the...
View ArticleRe: SAP CRM Search Help - defaulting values in search help screen
One approach can be copy the standard seach help and modify it according the requeriments, once is done, replace the call of he standard search help to my custom one in the corresponding get_v method....
View ArticleRe: SAP CRM Search Help - defaulting values in search help screen
Luis, I already implemented the steps...But my question what steps I have to do next..How I can default the value in search help..in my search help I have 4 values are getting displayed as per the...
View ArticleRe: SAP CRM Search Help - defaulting values in search help screen
I believe you didn't understand my approach or It wasn't clear enough, copy the standard search help via SE11 and do your stuff there, once your stuff is done via constants or via search help exit,...
View ArticleRe: SAP CRM Search Help - defaulting values in search help screen
I understood your explanation..but in CRM WEB UI user will enter sales org based on that I need to default the controlling area in F4 help..My point is how do we pass sales org details to search help...
View Article