‎2006 Oct 14 2:47 AM
Hi,
I have a Exit function module EXIT_SAPLCVV1_003. i wrote my code in the include and i dont know how to activate it in CMOD. i dont have the user exit name. can anyone tell me how to find user exit for function module.
Regards
‎2006 Oct 14 4:07 AM
Have a look at below link. It may be useful to u.
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Oct 14 4:07 AM
Have a look at below link. It may be useful to u.
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Oct 14 4:51 AM
hi
you should find the enhancement name for your function module exit.
go to CMOD Utilities->SAP Enhancement->extended selection->
give the program name(SAPLCVV1) in Component name field and execute.
it will display the enhancement name.Afterwards u should create the enhancement project.
Steps to create enhancement Project:
1.Goto CMOD.
2.Give project name.->Create
3.Assign the enhancement using the option.
4.select Components and choose change.go to ur code and activate.
5.activate the exit
6.activate the enhancement.
Cheers,
Abdul Hakim
mark all useful answers..
‎2006 Oct 14 8:14 AM
u can find out Enhancement name from the table MODSAP
member =' EXIT_SAPLCVV1_003'
regards
Prabhu