Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User exit help

Former Member
0 Likes
615

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

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.

4 REPLIES 4
Read only

Former Member
0 Likes
595

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.

Read only

0 Likes
594

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

Read only

0 Likes
594

thanks for help

Read only

Former Member
0 Likes
594

Hi Anu,

Put this in include

BREAK-POINT '<username>'.

Rgds,

Prakash