‎2010 Nov 17 10:08 AM
Hi I need to implement one customer exit EXIT_SAPLWRPL_001 for replenishment program with t-code wrp1.Pls can any one tell me the step by step procedure how i need to implement and activate the exit.Is it mandatory to create project in cmod? If yes how can i fing the enhancement to where this exit belongs?I required detailed description.Pls help me
Moderator message: please don't ask for step by step guidance, do your own research for available information before asking.
Edited by: Thomas Zloch on Nov 17, 2010 1:00 PM
‎2010 Nov 17 11:36 AM
Yes, you need to create a project in CMOD.
To find the enhancement, go to transaction SMOD, and do a search (CtrlF). Open up All Selections (ShiftF9), paste EXIT_SAPLWRPL_001 into Component Name, which then returns WRPL0001, which is the exit/enhancement that you must implement.
When you create the project in CMOD, you must assign this enhancement to your project. In the function module, double-click on the include name to create it. Inside, you can include your code with references to the parameters of the function.