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

Need your help !

Former Member
0 Likes
438

Hi guys i have to add some code in the user exit.....

i have the enhancement V60A0001 and EXIT_SAPLV60A_002

Please tell me the complete steps to create the user exit.

I have not done this before...

Please tell me the steps its urgent.

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
417

HI,

U can't create user exits. Rather u can put ur own code in the Zincludes of the FM u mentioned. Even u can't change the source code of the FM. Only thing is u can code in the includes. Open this FM in SE37. Double click on appropriate include and put ur logic there. If the include is not created yet then it will ask for a popup for creating. Click Yes and create the include and put ur code.

If this enhancement is not assigned to any project then u have to do that in transaction CMOD. Go to CMOD Give some project name and click on create. Here Give ur enhancement name. If this is already associated to some project then u will get a error saying this enhancement is already assigned to some project. In this case u no need to do any thing. Simply go ahead with ur coding in the includes.

Hope this is clear to U.

Thanks,

Vinod.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
418

HI,

U can't create user exits. Rather u can put ur own code in the Zincludes of the FM u mentioned. Even u can't change the source code of the FM. Only thing is u can code in the includes. Open this FM in SE37. Double click on appropriate include and put ur logic there. If the include is not created yet then it will ask for a popup for creating. Click Yes and create the include and put ur code.

If this enhancement is not assigned to any project then u have to do that in transaction CMOD. Go to CMOD Give some project name and click on create. Here Give ur enhancement name. If this is already associated to some project then u will get a error saying this enhancement is already assigned to some project. In this case u no need to do any thing. Simply go ahead with ur coding in the includes.

Hope this is clear to U.

Thanks,

Vinod.

Read only

0 Likes
417

hey thanks