‎2012 Dec 10 10:47 AM
Hi Colleagues,
Who knows which function module is invoked when going to assignment plan? Please see the attached about how to get a list of name assigned to service team via t-code PPOMA_CRM in SAPGUI.
Kind Regards
Andie
‎2012 Dec 10 11:46 AM
Hi Andie,
Given the nature of your question, it would be best to do a /h (runtime debugging). If you are specifically interested in finding out the FM called when the user navigates to the path depicted in the screenshots you attached, you can create an SAPGUI shortcut (check Note 118184).
Regards,
KA
‎2012 Dec 10 11:46 AM
Hi Andie,
Given the nature of your question, it would be best to do a /h (runtime debugging). If you are specifically interested in finding out the FM called when the user navigates to the path depicted in the screenshots you attached, you can create an SAPGUI shortcut (check Note 118184).
Regards,
KA
‎2013 Jan 25 6:38 AM
Hi Kumar,
Thanks for your reply. I try to do debugging, but menu only flashes on SAPGUI and then disappear, so I cannot jump into corresponding function module, do you know how to solve this issue or drag SAPGUI shortcut on one menu item?
Kind Regards
Andie
‎2013 Jan 25 6:43 AM
Ok, you can do another thing. Just enter debugging mode using the /h command and then use the keyboard shortcut to open the assignment plan. I think that would be Alt + G + A.
‎2013 Jan 25 6:48 AM
Otherwise best option go to respective GUI status by going to specific screen. Then look at PAI module. and look at that code. You can put break point directly.
‎2013 Jan 25 7:41 AM
Hi Kumar,
Alt + G + A cannot open Assignment Plan menu but the menu on the top.
Kind Regards
Andie
‎2013 Jan 25 9:25 AM
I wonder why. As per your screenshot, that should be the correct keyboard shortcut.
‎2013 Jan 25 9:35 AM
If I press Alt + G + A, the top menu will be expanded as below.
‎2013 Jan 25 6:46 AM
You need to creare a new shorcut from SAP logon pad with command [Not system] with command as /h. Then srag and drop the short cut on corresponsing button on screen. When debug will start, put a break point at command CALL FUNCTION.
‎2013 Jan 25 8:21 AM
Hi Rushikesh,
Current issue is that I am unable to select menu item during debugging, only menu flashes on the SAPGUI and then disappear.
Kind Regards
Andie