Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How find certain fields while debugging ?

Former Member
0 Likes
1,081

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.

1 ACCEPTED SOLUTION
Read only

mayur_priyan
Active Participant
0 Likes
1,024

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

4 REPLIES 4
Read only

mayur_priyan
Active Participant
0 Likes
1,025

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

Read only

0 Likes
1,024

Thank you so much

Read only

Former Member
0 Likes
1,024

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

Read only

nishantbansal91
Active Contributor
0 Likes
1,024

Hi Samson,

Please try to analysis the scripting option in debugging, it awesome. Last month I have analysed the same.

Thanks

Nishant