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: 

Exit for QA11

Former Member
0 Kudos

Dear Friends,

I had a requirement in QA11, While posting usage decision in QA11, the UD code field should be mandatory for some particular users.

Please tell me the user exit where to make the UD code field mandatory for particular users.

Regards

Arun

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arun,

Sorry...I have not come across this transaction. Do you know how to find the userexit and BADI? If not, please follow the below steps so that you can easily achieve your requirement.

To check for the suitable badi and userexit,

1. Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

2. Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then it will show the available badi's.

Regards,

kamalapriya

1 REPLY 1

Former Member
0 Kudos

Hi Arun,

Sorry...I have not come across this transaction. Do you know how to find the userexit and BADI? If not, please follow the below steps so that you can easily achieve your requirement.

To check for the suitable badi and userexit,

1. Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

2. Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then it will show the available badi's.

Regards,

kamalapriya