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

how to implement the user-exit

Former Member
0 Likes
909

Hi Friends,

I have to do some validation for the TCODEs FD02 and FK02. I have found the exits:

EXIT_SAPMF02D_001

EXIT_SAPMF02K_001 respectively. I have gone through these function modules and have found two include files.

ZXF04U01 and ZXF05U01. After the coding has been done in both these include files and saved , I have placed a break point in the first line of both the include files. I had created a enhancement project in CMOD and while trying to assign the enhancement, it is raising the error message that the "SAP enhancement SAPMF02D already belongs to project YCUST(another enhancement project)". Could you please tell me how to proceed further to resolve this issue.

helpful answers would be highly rewarded.

Cheers,

Ramineni

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
824

hi,

you should not create a new enhancement project, but carry out everything through the already existing YCUST. On user exit can only be assigned to one customer enhancement.

hope this helps

ec

Hi Friends,

I have to do some validation for the TCODEs FD02 and FK02. I have found the exits:

EXIT_SAPMF02D_001

EXIT_SAPMF02K_001 respectively. I have gone through these function modules and have found two include files.

ZXF04U01 and ZXF05U01. After the coding has been done in both these include files and saved , I have placed a break point in the first line of both the include files. I had created a enhancement project in CMOD and while trying to assign the enhancement, it is raising the error message that the "SAP enhancement SAPMF02D already belongs to project YCUST(another enhancement project)". Could you please tell me how to proceed further to resolve this issue.

helpful answers would be highly rewarded.

Cheers,

Ramineni

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
825

hi,

you should not create a new enhancement project, but carry out everything through the already existing YCUST. On user exit can only be assigned to one customer enhancement.

hope this helps

ec

Read only

0 Likes
824

When I go through the already existing project....I can see the code in the include file which I had done. but I wonder the user exit is not getting triggered. Please tell me how to proceed further.

Thanks and regards,

Ramineni.

Read only

Former Member
0 Likes
824

Hi,

Some one has already using the same Enahncement and created the projewct nameYCUST thats why you are getting that error .So you can add your own code to the existing project.

Reward if useful.

Thanks,

Nageswar.

Read only

0 Likes
824

Hi nageswar,

When I try to use the existing project, I can see the code which I had created in the include file. But the user exit is not triggered while executing the TCODE.

Read only

Former Member
0 Likes
824

Thank you all.