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 does not work

Former Member
0 Likes
950

Hi!

I have a problem with an user exit I have coded. The project is created and is active, the code is also active but SAP displays a message telling that there are more than one control program for the include where is coded the user exit. Everything seems to be right, but when I execute the program which uses the user exit, my code is not executed. When I arrive (using debbuger) to the CALL FUNCTION instruction, the cursor does not go into my code, like it does not exists. Can you help me? How can I get that my code is executed?

Thanks a lot!

Jose

4 REPLIES 4
Read only

Former Member
0 Likes
821

Hi,

u have to create a project , then only SAP calls this FM.

yeah from table MODSAP, MODSAP-member = FM name here u wuill get the Enhancement name .

2nd way:

activate the project and execute...When ever u execute the cde works well...Break-point is just used to cheeck whether the cursor comes to the code or not..If it is coming in break-point then automatically the code gets triggered when ever the transaction is executed.

Regards

Read only

Former Member
0 Likes
821

Hi!

I have already done it.The entry is in the table MODSAP. Project was also already activated and I know that the code is not being exectued because I have coded extra instructions moving recognizable fixed values to some variables, and when the process ends, those variables are unchanged. Is there any other action I can take?

Thanks a lot!

Jose

Read only

0 Likes
821

can you please help me out. im using a user exit exit_sapfp50m_001.

vn im activating my user exit and then im performing action type suspension or any other action im getting an error as infotype doesnt exist. bt im writting my code with case innnn-infty when '0008'.

then what could be the probable error that its happening that way.

Read only

Former Member
0 Likes
821

Hey Jose

Can you give me the name of the user exit?

cheers

shivika