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
1,303

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. But I wonder the breakpoint is not at all getting triggered for both the tcodes. Please let me know to resolve this issue.

helpful answers would be highly rewarded.

Cheers,

Ramineni

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. But I wonder the breakpoint is not at all getting triggered for both the tcodes. Please let me know to resolve this issue.

helpful answers would be highly rewarded.

Cheers,

Ramineni

7 REPLIES 7
Read only

Former Member
0 Likes
1,122

HI Ramineni,

First u need to create a project in CMOD and assign the enhancements, activate it .Then only it will trigger.

Regards,

Sirisha reddy

Read only

0 Likes
1,122

Hi Sirisha,

Thanks for your help. I wanna let you know one issue here. I had created a enhancement project 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.

Best regards,

Ramineni

Read only

0 Likes
1,122

Write your code, at the end of the existing code in the include of that userexit and activate the project.

Regards,

Satish

Read only

0 Likes
1,122

Hi Satish,

Thanks for your prompt reply. When i go through that enhancement->function module->include file. I am able to see the code I had done. But the breakpoint is not getting triggered even now. Please tell me to proceed further.

Thanks and regards,

Ramineni

Read only

Former Member
0 Likes
1,122

thank you all

Read only

0 Likes
1,122

hi ram,

U can implement the exit only once. so u need to activate that prevoius project i.e. YCUST. after activating the enhancement then all the exits will show u green and implemented exits will show a tick mark.

after that u can activate the project.

in ur case already the enhancement is assigned to project. so no need to create the project. just write a break-point in the include and activate it.

i think it will trigger. at that time also it will not trigger means that customer exit is not related to ur requirement.

regards,

sirisha reddy

Read only

Former Member
0 Likes
1,122

Hello,

Debug the transaction FD02 and FK02 to see if the user exit

is called,if so then there must be activation problems as explained by others