Re: navigation
You can call window's outbound plug directly from event handler, its not a problem nothing will happen. Even I have tried this.
View ArticleRe: navigation
Hi Praveen, You meant you will call the OP of window directly in the view using the code snippet like below. DATA : lr_window TYPE REF TO cl_bsp_wd_window. lr_window ?=...
View ArticleRe: navigation
thanks for the reply. i know how to call that. here my point is again, there is no need to call the view's outbound plug . we can call the either navigationlink or windows outbound plug directly from...
View ArticleRe: navigation
Hi Praveen, Yeah I understand what you are saying. I just kept the snippet to make sure we are on the same page.We could probably call the windows op directly if we need not reuse it in multiple...
View ArticleGet the Change History of Notes block in BP screen
Hi All, My requirement is to 1. Create Four new fields : Created By, Created on , Changed by, Changed on in Web UI in Accounts Overview. 2. Update These fields with the Name and Date field as below:...
View ArticleMany views under one window
I observed in standard components ,many views added in a window . Why is this? I see that only one view is getting loaded . Then why other views are added to the window if they cannot be loaded? Vishal
View ArticleRe: PLs. find link between a case and its activities?
HI Hardhik, Can you please post me solution on how case is related to an activity. REgards,Anil
View ArticleRe: Link needed between Case and activity
HI , I tried to relate the tables discussed above, but it didn't went through. can someone help me with an alternative approach to get activity details from case.
View ArticleRe: Many views under one window
Hi Vishal, You can refer the thread http://scn.sap.com/message/13908720 for detailed explanation. Thanks & Best Regards,Leon
View ArticleRe: Many views under one window
Hi Vishal, In CRM if there are many views in one window, then not all the views gets displayed on the screen at a time. Only the default view gets displayed first. The rest views gets used on...
View ArticleRe: How to check the change made in a transaction
You can check which Badi is being called when you press enter. Just follow the below given steps:keep a break point in badi implementation and run the tcode.it automatically trigger ur badi...
View ArticleRe: Get the Change History of Notes block in BP screen
Hi Praveen, Its a Value node concept, 2nd approach which u have mentioned. Later I searched STXH Table, and there i have Created By , Date, CHanged By and Date as shown in the below screen shot.. My...
View ArticleRe: Results screen when new field added & Reset to Default
Hi Glenn, Yes this is the standard behavior. There is a standard report which is available to wipe out the personalization of the end users so that every user need not click the "Reset to Default". But...
View ArticleRe: How to check the change made in a transaction
you may take help from the class CL_EXITHANDLER. there are BADIs which gets called when you press enter on the web ui after changing the field values. one such is CRM_ORDERADM_H_BADI. probably you can...
View ArticleRe: Results screen when new field added & Reset to Default
Hi Vinod, Yes, we do not prefer the report that wipes out the personalization, as we expect we will eventually add more fields. In WCF_CC report when running with the Adjust Automatically I am...
View ArticleRe: Results screen when new field added & Reset to Default
Hi Glenn, That is true. We avoid that report to only retain the user personalization and if this Tcode also does not solve the problem then the it is again back where it was. SAP should find a solution...
View ArticleRe: Results screen when new field added & Reset to Default
Hi Vinod, I agree with you, hopefully I can get SAP to agree on the oss message I have open. Much appreciated. Regards,Glenn
View ArticleGuid's creation
Hi Experts, Following are questions related to guid. 1) 1) Is it possible to check in runtime which guid(not saved in database) is created first?2) 2) Is it possible to control the creation...
View ArticleRe: Guid's creation
Hi Gangireddy, It would not be able to identify the order of creation of GUIDs and hence sorting would not be possible as well. GUID creation algorithm is based on various factors in order to generate...
View ArticleCustom Buttons in case of Guided Activity Page (GAP) or TBUI.
Hi Friends, I have a requirment to create custom Buttons like SAVE, Cancel ..... on the Guided Activity Page besides the standard buttons like Previous and Forward.I know that I have to change...
View Article