2015 Sep 30 7:11 AM
Hi all,
How to find Type [C(1)], ID [C(20)], NUMBER [N(3)] and MESSAGE [C(220)] while debugging a function module
please find the screenshot.
Thank you.
2015 Sep 30 7:49 AM
Try to create a watchpoint on the internal table, which has the values as shown in the screenshot. Then you can get to know how these values (i.e. through which field/structure) are populated into this internal table.
Regards,
Mayur
2015 Sep 30 7:49 AM
Try to create a watchpoint on the internal table, which has the values as shown in the screenshot. Then you can get to know how these values (i.e. through which field/structure) are populated into this internal table.
Regards,
Mayur
2015 Sep 30 7:59 AM
2015 Sep 30 7:59 AM
You have a F4 functionality while setting the breakpoint. You can use it and set the breakpoint on all the messages and others. While debugging cursor will stop at those points and you can check.
Hope this help you.
Regards,
Swet Bhushan
2015 Sep 30 8:41 AM
Hi Samson,
Please try to analysis the scripting option in debugging, it awesome. Last month I have analysed the same.
Thanks
Nishant