‎2007 Jul 23 5:04 PM
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.
‎2007 Jul 23 5:19 PM
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
‎2007 Jul 23 5:19 PM
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
‎2007 Jul 23 5:39 PM
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)
‎2007 Jul 23 5:50 PM
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
‎2007 Jul 23 6:01 PM
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.
‎2007 Jul 23 8:35 PM
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.
‎2007 Jul 23 5:20 PM
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