Application Development 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: 

bapi_material_maintaindata_rt issue with z field update

Former Member
0 Kudos

Hi All,

I have a very specific issue with BAPI to update the Z field in the MARC table.

I have extended the MARC table with z field and using the BAPI bapi_material_maintaindata_rt to update the value in the z-field and this is working fine in the sandbox environment.

Now, I am moved my code to development system (same release) and the BAPI update does not work at all.

The piece of code to update the MARC table is the same, and am also doing the field assignment correctly in the exit EXIT_SAPL1001_003 to pass the value to the standard structure f_marc_ueb which would be used later by the BAPI to update the field in the DB table.

Could you please help here that why the same code does not work in the another and why the BAPI does not work to update the value in the z-field?

Thanks.

1 ACCEPTED SOLUTION

0 Kudos

Check this note and do as it says, it solved the issue for me.

https://service.sap.com/sap/support/notes/568513

Rajeev

2 REPLIES 2

0 Kudos

Check this note and do as it says, it solved the issue for me.

https://service.sap.com/sap/support/notes/568513

Rajeev

0 Kudos

Thanks Rajeev, problem resolved, awarded points.