‎2013 Jul 10 8:35 AM
I encounter a error when I try to add watch point during VF01 debug, the watch point i am going to add is RK2R1000/variable GT_ITEM[].
it says:
Message no. TPDA149
what should I do?
‎2013 Jul 10 8:46 AM
Hi Siva,
You can create watchpoint only when the program in which the variable exists is a part of the current execution. If it is in background then it is not recognized.
Create a break-point in the first run or entry of the program and then create it will work.
Regards
‎2013 Jul 10 9:19 AM
can you explain in detail, breakpoint at which subroutine for my case
‎2013 Jul 10 11:15 AM
Hi Siva,
I am unable to find this program in my system can you tell me what exactly are you looking at also the transaction VF01... Program SAPMV60A does not has GT_ITEM[]....
Regards
‎2013 Jul 10 11:43 AM
Hi Siva,
Goto SE38 and do a search for variable GT_ITEM inside the RK2R1000 program (Ctrl+F).
It'll show you the line numbers where variable GT_ITEM is used, and you can set break points at those lines to trigger the debugger at runtime.
Rgds
‎2013 Jul 10 11:56 AM
Hi Sive,
In my system I am unable to see this program RK2R1000
Please check once again?
‎2013 Jul 10 4:52 PM
Hi siva,
I'm not sure, but my assumption is like we can't create watch point with internal table with some field value (we can do like lines(itab) > 20 )instead while looping you can create watch point with work area field with your desired value or with sy-tabix.
For More help for internal table watch point you can find the help icon in front of value assign field.
Regards,
Venkat.