2009 Jun 17 9:36 AM
Hi Gurus,
Can any one tell me how to debug dynamic calls?
The scenario is:
I know the message that is getting fired from a message class.
I didnot find its usage from the where-used list, as it says - possible dynamic calls.
How do i know, from where this message is getting fired?
Pls suggest.
Thanks, Rashmi
Hi Gurus,
Can any one tell me how to debug dynamic calls?
The scenario is:
I know the message that is getting fired from a message class.
I didnot find its usage from the where-used list, as it says - possible dynamic calls.
How do i know, from where this message is getting fired?
Pls suggest.
Thanks, Rashmi
2009 Jun 17 9:38 AM
where are u getting this message??
and which message class and message id??
2009 Jun 17 9:40 AM
Thanks soumya,
It is a message class within my application package. And not a sap common package.
I should be able to trace this right?
2009 Jun 17 9:52 AM
if dats not a standard one i.e. its a customized one, .. then wont be much prob to find the use... at least give a where used on the message class and see if dats giving u any value...
by the way.. isnt that message documented??
2009 Jun 17 9:54 AM
No, i tried the where-used list and it says- No usage found, possible dynamic calls.
So, is there a way to debug these dynamic calls? Thats my question..
2009 Jun 17 9:59 AM
Hi,
Just try this
In the new debugger Breakpoints --> Breakpoint at --> Breakpoint at Statement
give MESSAGE
This will set break point at all message statement. Execute till you get the message
Regards
2009 Jun 17 10:02 AM
Hi rajvansh,
i have tried this too. But no luck
Also, i tried puttin break points at ABAP commands RAISE, CATCH too.
But its not getting where this message is getting raised from.
Thanks, Rashmi
2009 Jun 17 10:02 AM
Hi,
I have an idea, but i've not tried this.
In the SYST there is MSGID (Class Message Name).
You can set in debug a watchpoint SYST-MSGID = Custom Class. Remove all BreakPoints and press F8.
Angelo.
2009 Jun 17 10:04 AM
Hi,
Can you give some more information. When do you get the message. which program or transcation are you executing?
Susanta
2009 Jun 17 10:13 AM
i tried setting watch point for variable SYST-MSGID. but it didnt hit there too.
I am debugging the CRM IC webclient UI. the message class is known, but i donot know where it is getting called from.
2009 Jul 02 11:26 AM
Hi Rashmi,
I am facing the same problem in a program ZSAPM07DR do u have the solution for this .
thanks
-
Channappa
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |