2023 May 10 8:44 AM
Hi Experts,
Need to analyze an ABAP Program using trace. Meaning In the trace I need to find out the input data passed to Functional module or Method within the program. I can't use debugging and hence checking if there is any trace options or other any suggestions could help.
Regards
Anand
2023 May 10 8:59 AM
anand.krishnamurthi
To analyze an ABAP Program using trace, you can use the ABAP Runtime Trace 1.
Here is how you can use the ABAP Runtime Trace to find out the input data passed to Functional module or Method within the program:
If this answer satisfies your question, kindly accept it and could you close the thread. Have a great day! 🙂
2023 May 10 5:57 PM
The debugger is the one you need, why would SAP develop another tool to do the same thing.
The reason why you can't debug is the major issue, so you should better ask how you can debug, to your team lead or to the forum experts.
2023 May 11 9:15 AM
Hi Anand Krishnamurthi
our experts recommend using dynamic logpoints.
Please see here the recommended blog on SAP Community.
Please note, dynamic logpoints can only be used for on-premise SAP products.
Kind regards,
Wolfgang