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

How does EXIT_SAPLCSDI_007 work?

Former Member
0 Likes
868

I have added my code to Include ZXCSAU11 (which is in EXIT_SAPLCSDI_007) and expected this code to be executed when a new Bill of Material (BOM) header was created or changed. But this is not happening. Both the function module and Include are Active.

Can anyone tell me what should trigger function module EXIT_SAPLCSDI_007? After I created the Include did I need to run some kind of program to register the change or something like that?

We are using EXIT_SAPLCSDI_006 for BOM Items and it is worked as expected (when Items are created or changed).


Thanks very much,

David

1 ACCEPTED SOLUTION
Read only

ShyamPindiproli
Active Participant
0 Likes
733

Steps to follow during User Exit enhancement:

1. Goto to CMOD and activate your enhancement Z<PRJ_Name>,

2. Then enter to component 'EXIT_SAPLCSDI_007'.

3. Forward Navigate (Double Click) on 'ZXCSAU11'. System will ask you to create the include. You will get above message, press enter then you will get a pop up asking to create the object. Click on YES.

Assign the development class and you are set to use the exit.

The Include, Function Module and the Enhancement must be activated.Check whether all the Enhancement components are GREEN Checked for the enhancement project.

Regards,

Shyam

2 REPLIES 2
Read only

ShyamPindiproli
Active Participant
0 Likes
734

Steps to follow during User Exit enhancement:

1. Goto to CMOD and activate your enhancement Z<PRJ_Name>,

2. Then enter to component 'EXIT_SAPLCSDI_007'.

3. Forward Navigate (Double Click) on 'ZXCSAU11'. System will ask you to create the include. You will get above message, press enter then you will get a pop up asking to create the object. Click on YES.

Assign the development class and you are set to use the exit.

The Include, Function Module and the Enhancement must be activated.Check whether all the Enhancement components are GREEN Checked for the enhancement project.

Regards,

Shyam

Read only

Former Member
0 Likes
733

Shyam,

That worked very nicely. Thanks very much for your help.

David