‎2006 Jun 21 6:28 AM
hello All,
Can anyone plz tell me how should i debug a user exit. I have to incoorporate few changes in the fucntion module.
Can anyone throw some light on this.
thanks
‎2006 Jun 21 6:32 AM
u put the break points in the INCLUDE program. automatically it will fire.
Otherwise In INCLUDE program,
u put the following code.
If sy-uname = <user name> or sy-uname.
break-point.
endif.
‎2006 Jun 21 6:32 AM
u put the break points in the INCLUDE program. automatically it will fire.
Otherwise In INCLUDE program,
u put the following code.
If sy-uname = <user name> or sy-uname.
break-point.
endif.
‎2006 Jun 21 6:36 AM
goto cmod...enter the enhancement (afetr project name) .double click the enhancement and go inside the include and put the break point !!
reward points if it helps
regards
Gunjan
‎2006 Jun 21 6:52 AM
‎2006 Jun 21 6:34 AM
Hi Anu,
Put this in include
BREAK-POINT '<username>'.
Rgds,
Prakash