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

CUSTOMER FUNCTION - USER EXIT for Factory Calendar

SimoneMilesi
Active Contributor
0 Likes
748

Hi all!

I'm looking for a *BADI - CUSTOMER FUNCTION - USER EXIT * to make some checks after creating/editing a Factory Calendar.

Has Anyone any hints?

Ty!

Hi all!

I'm looking for a *BADI - CUSTOMER FUNCTION - USER EXIT * to make some checks after creating/editing a Factory Calendar.

Has Anyone any hints?

Ty!

1 REPLY 1
Read only

Former Member
0 Likes
470

HI,,

To find a BADI you can use the following method:

1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.

2. In 'Display' mode, go to 'Methods' tab.

3. Double click the method 'Get Instance' to display it source code.

4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.

5. Save the transaction in CRMD_ORDER .

6. The screen will stop at this method.

7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction

Hope it help for u ....

Regards,

Venkat M>