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: 

doubt in user exit

Former Member
0 Kudos

hello friends,

i have to add a field on the screen on qmo1.now i have the list of all exits available for qm01 through SPAD,but how do i knw which to use.

im not asking this specifically for QM01 but for any tcode how to find out in which user exit to make changes so that it wil reflect back in the screen.

4 REPLIES 4

Former Member
0 Kudos

Hi,

write "break-point" in the exit code and call your transaction.

Regards

Bernd

Former Member
0 Kudos

Hi,

You need to Check the Import/changing/tables parameters and there values in runtime and decide which user-exit suits your requirement.

Cheers..

Santosh

Former Member
0 Kudos

Hi,

U r telling that u have all the exits of QM01 & ur requirement is adding field in the scrren . so just look at the screen exits which are suitable . go thru documentation of that particular exit & create the field in the screen.

Reward Points if it is Useful.

Thanks,

Manjunath MS