‎2007 Oct 31 8:20 AM
because I can't debug it so who can tell me a better method to display the contents of variable in a program which type is include.
I don't want to use commond 'message'.
‎2007 Oct 31 8:30 AM
create a test program and include ur include in that program.
debug the test prgm
‎2007 Oct 31 8:22 AM
‎2007 Oct 31 8:26 AM
just hard code break-point in include while testing and later remove it...
Regards
vasu
‎2007 Oct 31 8:26 AM
Hi,
Put a break point in INCLUDE and debugg the program.
Regards,
Prashant
‎2007 Oct 31 8:30 AM
create a test program and include ur include in that program.
debug the test prgm
‎2007 Oct 31 8:38 AM
If its a standard program then we cant hardcode breakpoints .
if we dont know exactly the position where the program is going to stop .
In that case better to use watch points
‎2007 Oct 31 11:40 AM
yes,
It is the standard program that I want to view.
How can I view the contents of variable in program MV45AF0A_AG_VORSCHLAGEN?