cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am trying Create MATERIAL in SAP by calling BAPI_MATERIAL_SAVEDATA BAPI from BODS. The job worked fine for basic view. But when I have added addition flows, and assigned all the parameters m getting the error at the time of job validation

Validation error nrdm function <cannot parse expression. for the call to function , cannot convert parameter number <534> to type <varchar>. provide a parameter of the correct type.. (bodi-1112351)> (bodi-1111191)

I tried looking into the values that I have passed for each parameter but that looks fine.

Can someone help on this please

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1716
Active Contributor
0 Likes

pprabhu89,

One of the value that you are feeding is 534 and system is recognizing this value as number and not able to convert it into a VARCHAR fields.

Find the field which holds this value, find the data type of it and see it is same with destination field that you are targeting at. If not equal make it same at both ends and proceed.

Regards!