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

Debugging

former_member191391
Participant
0 Likes
313

Hello Frnds,

While debugging a program(sapmf05a) i am not able to locate field (With_item-WT_qsshh) but when task is completed , there are enteries in table.

I guess Module program SAPMF05A is calling another module program which is updating this table.

Now help me , how should I must reach that statement.

Thanks & Regards

1 REPLY 1
Read only

Former Member
0 Likes
284

Try to set breakpoints at statements, subroutines, function module calls, methods etc.

For e.g: You can set breakpoint at statement With_item-WT_qsshh = 'xxx' something like this...

For more information check this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/d322540c3beb4ba53795784eebb680/content.htm

Thanks,

Santosh