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

testing usr exit

Former Member
0 Likes
585

how to test a user exit?

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

4 REPLIES 4
Read only

Former Member
0 Likes
566

Hi,

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

Jaya Vani

Read only

Former Member
0 Likes
566

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

Read only

Former Member
0 Likes
566

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

Read only

Former Member
0 Likes
566

Hi Sri,

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

Regards,

Chandra Sekhar