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

Former Member
0 Likes
578

I am using a user exit in APO. I kept a break point in the include . Its not stopping at the break point but gives an error saying type conflict while calling a function module . If i deactivate the project of that user exit , the error doesnt come .I am not getting the desired output though.

I have coded like this in the standard include

break-point.

include some_name.

break-point.

the include some_name contains the actual code , here we are supposed to write in another include enclosed in the standard include . I appreciate if anyone can reply me soon . Its very urgent.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

Hi,

Type conflict error is of Function module error. Check wether all the strucutres & internal tables are properly defind as they are defined in the Function module. & All the mandatory fields are passed or not?

Ashvender

6 REPLIES 6
Read only

Former Member
0 Likes
555

Hi,

Type conflict error is of Function module error. Check wether all the strucutres & internal tables are properly defind as they are defined in the Function module. & All the mandatory fields are passed or not?

Ashvender

Read only

0 Likes
554

Can it be error of the standard function module in the user exit . I am giving a break point before the include , is it not stopping there and the error is of any function modules called in the include (my code)

Read only

0 Likes
554

HI,

Yes check the if your include contains any function module calls.

or

comment the include statment and try to execute and see.. you will get to know if there is any problem with the standard one or the include program.

thanks

mahesh

Read only

0 Likes
554

I have commented my include . The problem is i cant test it , i dont have authorization for the CIF transactions and need to ask others to test it . Can there be problem with the standard function module of the user exit . What can be the problem with that user exit.

Read only

0 Likes
554

I am getting an error SR053 while testing a user exit . It says ' type conflict when calling a function module' . How do i correct this ? I searched for this error message number SR053 in main program of the include , its not found anywhere in the include.

Read only

Former Member
0 Likes
554

Hi,

Check int he include program if there is any function module call. and check the type of the parameters passed.. and also in dump you can get the exact place where the dump occured.

thanks

mahesh