2008 Jan 30 8:08 AM
Hi,
How to set breakpoint in include INCLUDE ZXMG0U02 that is used in userexit EXIT_SAPLMGMU_001?
tmx.
2008 Jan 30 8:09 AM
Hi,
If the code is already written then put break point
otherwise check the number of the exit and put oin call customer function in main program
Regards
Shiva
2008 Jan 30 8:10 AM
Hi,
This is as normal as we set in other applications. But see to it if the user exit is triggered at all. check out teh conditions so that it reaches the INCLUDE.
Regards,
theja.
2008 Jan 30 8:10 AM
You can open the include and set breakpoint from the application tool bar or you can use the folleoing command :
break uname.
uname is your username.
2008 Jan 30 8:11 AM
Hi,
Use this stmt inside the Include :
BREAK-POINT or BREAK <Sy-UNAME>
Regards,
Omkaram.
2008 Jan 30 8:27 AM
Code IN include is working, but I can't set breakpoint??
I tried via MENU and:
BREAK uname.
BREAK-POINT
???.
2008 Jan 30 8:34 AM
I was calling FM in INCLUDE as :
IN BACKGROUND TASK DESTINATION 'NONE'
thas was the problem.
tnx all.