‎2007 Jan 18 3:08 AM
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
‎2007 Jan 18 3:30 AM
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