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

MIRO User Exit

Former Member
0 Likes
452

Hi All

I have urgent requirement. while doing MIRO based on Delivery note no, when the user click on CALCLATE TAX check box i want user exit or badi to be trigerred. if you know exact user exit or badi please tell me. please do not send program to find user exit or badi.

regards.

ulhas

Hi All

I have urgent requirement. while doing MIRO based on Delivery note no, when the user click on CALCLATE TAX check box i want user exit or badi to be trigerred. if you know exact user exit or badi please tell me. please do not send program to find user exit or badi.

regards.

ulhas

2 REPLIES 2
Read only

Former Member
0 Likes
403

To find list of BADI against a particular T-CODE

1. se24 put CL_EXITHANDLER

2. display double click get instance method

3. a coding area will be opened, put break point in exit_name

4. open new session exute your transaction code

5. wherever it meets BADI the execution will be broken, now you can find exit name

Read only

Former Member
0 Likes
403

To find list of BADI against a particular T-CODE

1. se24 put CL_EXITHANDLER

2. display double click get instance method

3. a coding area will be opened, put break point in exit_name

4. open new session exute your transaction code

5. wherever it meets BADI the execution will be broken, now you can find exit name