‎2012 May 15 11:58 PM
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
‎2012 May 16 12:21 AM
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
‎2012 May 16 12:21 AM
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
‎2012 May 16 12:30 AM
Shyam,
That worked very nicely. Thanks very much for your help.
David