Hi Experts,
I am currently getting dump while calling bapi "BAPI_MATERIAL_SAVE_DATA" and the error says..."Data objects in Unicode programs cannot be converted."
Error analysis
The statement
"MOVE src TO dst"
requires that the operands "dst" and "src" are convertible.
Since this statement is in a Unicode program, the special conversion
rules for Unicode programs apply.
In this case, these rules were violated.
1297 WHEN cust_mara.
1298 ENHANCEMENT-SECTION
>>>>> MOVE ti_extensionin+c_length TO wa_bapi_te_mara. ......... line we are getting dump
1300
1301 * Lesen der Ankreuzleiste
we have changed the structure of mara and 3 new custom fields added in that.
any one has any idea as to why we are getting the unicode error now ..earlier it was working fine.
Please help!
Regards,
Rajesh!