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

TYPE CONFLICT WHEN CALLING FUNCTION MODULE

Former Member
0 Likes
561

HI EXPERTS,

THIS IS THE ERROR ...

WHAT MAY BE THE PROBLEM...

IAM CALLING RS_FUNCTIONMODULE_INSERT.

4 REPLIES 4
Read only

Former Member
0 Likes
527

IT HAPPENS WHEN YOUR IMPORT, EXPORT , TABLES PARAMETERS

DOES NOT MATCHES WITH THE DEFINED ONE.

SO GO TO SE37 AND CHECK PARAMETERS TYPE.

NOW DEFINE THAT TYPE IN YOUR PROGRAM VARIABLE ALSO.

REGARDS

SHIBA DUTTA

Read only

Former Member
0 Likes
527

The error you have mentioned states, that the type of the calling and callee parameters are different.

Please post your code to be able to identify the exact error.

Kind Regards

Eswar

Read only

former_member758419
Active Participant
0 Likes
527

Hi,

Please send the parameters definition that u have used in the calling program and also in the function module...

Regards,

Sachidanand.B

Read only

Former Member
0 Likes
527

i am not getting the error now, what i mentioned in the subject