cancel
Showing results for 
Search instead for 
Did you mean: 

error message

Former Member
0 Kudos

Hi experts,

Ii developed webdynpro abap application for sales order creation. I used my own function module for sales order creation.

when i executing webdynpro application following run time error message is displaying .

Type conflict when calling a function module.

please help

thank you,

santosh

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Santosh,

Just make sure that the import/export parameter values which you are passing to the FM should be type compatile (should be of same type )with the import/export parameters of the FM.

Edited by: Arjun Thakur on Mar 5, 2010 11:13 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check if the structure u are passing to the FM is same as that of the corresponding importing parameter structure.

Also make sure that u pass all mandatory values to the FM.

Former Member
0 Kudos

not solved

Former Member
0 Kudos

hi

i checked in function module all parameters are character type and i am passing parameters of same type.

santosh

saket_abhyankar
Active Participant
0 Kudos

Hi,

It seems that the problem is related to calling FM. I think there is mismatch between one or more FM parameter. The type of FM parameter is different from the type of variable or value passed. Check that the type of parameter of FM and type of variable or value is same.

Regards,

Saket.