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

Help BAPI_MATERIAL_SAVE_DATA and customer fields

Former Member
0 Likes
484

Hello all,

I have a problem updating a customer defined field for mara using the BAPI_MATERIAL_SAVE_DATA. out extension of mara has fields that go over 240 chars in EXTENSIONIN-VALUEPART1. In fact the total length of the customer fields is 258. I put the 18 chars in VALUEPART2. However, the value for the 2 fields that I place in VALUEPART2 is not posted to mara. I checked that the 2 fields are concatenated in the final AMARA_UEB table passed to FM MATERIAL_MAINTAIN_DARK.

Has anyone had the same problem? I am in a 4.6 environment.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

check this thread

check the notes mentioned in my post, and you need to add some entries to the table T130F

Edited by: Vijay Babu Dudla on Oct 3, 2008 11:57 PM

2 REPLIES 2
Read only

Former Member
0 Likes
436

check this thread

check the notes mentioned in my post, and you need to add some entries to the table T130F

Edited by: Vijay Babu Dudla on Oct 3, 2008 11:57 PM

Read only

Former Member
0 Likes
435

Thank you very much for the answer; I had forgotten about the T table maintenance.