How to find Enchancement name?
Dear All,
I want to develop a function exit in inbound delivery (SHPCON). I know the function exit name (CALL CUSTOMER-FUNCTION '002') . But when i goto tran. CMOD it requires an enchancement name. How can i find enchancement name for the above fun. exit?.
Thanks in advance.
Table MODSAP gives you all the exits with their enhancement name.
If you open the customer call you can see which exit belongs to it and thus in MODSAP which enhancement belongs to it.
Good luck,
Henry
I found.
Thanks Henry,