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

user exit- idoc

Former Member
0 Likes
1,294

hi

i have the exit EXIT_SAPLMV01_002 i found it by double clicking the customer function '002' in function module masteridoc_create_matmas .but now if i try to double click on the include file i nthat exit its not opening its showing the warning message like zx program could be created only for function gropu exits.

could i solve the problem by finding the enhancement smod and and the try to insert the code if so how can i find the enhancement for the particular user exit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
938

Enter 'EXIT_SAPLMV01_002 ' into the table MODSAP. This will give you the enhancement name. You then need to create a CMOD project using this enhancement name and activate the project.

When you double click on the include, a warning message appears. Just hit enter again and the include will be created.

hi

i have the exit EXIT_SAPLMV01_002 i found it by double clicking the customer function '002' in function module masteridoc_create_matmas .but now if i try to double click on the include file i nthat exit its not opening its showing the warning message like zx program could be created only for function gropu exits.

could i solve the problem by finding the enhancement smod and and the try to insert the code if so how can i find the enhancement for the particular user exit

2 REPLIES 2
Read only

Former Member
0 Likes
939

Enter 'EXIT_SAPLMV01_002 ' into the table MODSAP. This will give you the enhancement name. You then need to create a CMOD project using this enhancement name and activate the project.

When you double click on the include, a warning message appears. Just hit enter again and the include will be created.

Read only

0 Likes
938

thank you very much