Application Development 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: 

testing usr exit

Former Member
0 Kudos

how to test a user exit?

i ahve done some changes in one of user-exit include, how to test it?

4 REPLIES 4

Former Member
0 Kudos

Hi,

Place a break point at the point where you have added the code and execute the transaction.

Jaya Vani

Former Member
0 Kudos

Hi,

best way is to debug your process at this point over an break-point or debugging-modus and to see, if the result is the right one.

Regards

Nicole

Former Member
0 Kudos

hi,

the best way to test ur exit and to know the point where it triggered set a break point in the code where u have inserted.

insert as

BREAK-POINT.

reward points if useful,

siri

Former Member
0 Kudos

Hi Sri,

Check the changed values in the debugging, by putting a breakpoint at the user exit.

Regards,

Chandra Sekhar