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

BAPI_MATERIAL_SAVEDATA extension

Former Member
0 Likes
1,118

Hi folks ,

You guys are so much helpful ,am asking so many q's last 2 days ,your patience is highly appreciated .

I am try to do bulk uploading material master .

Now the issue is ,i have custom fields to be updated which wil not be suported by the bapi .I extended the structures bapi_te_mara and bapi_te_marax .

The structure has 5 fields which are same as the structure in MARA .When i am trying to update the fields ,only the 1st field is updated in the DB table MARA ,remaining fields are not updated .I concatenated the fields and passed into the bapi paremeters ,am not sure where the problem lies ??

pls suggest

Warm Regards

Hemanth.

2 REPLIES 2
Read only

faisalatsap
Active Contributor
0 Likes
495

Hi,

Please [Click Here|] to get the solution. also go through the link given by KK Chan.

Best Regards,

Faisal

Read only

Former Member
0 Likes
495

HI

I have custom fields in both mara and marc tables .So ,i have extended both bapi_te_mara and bapi_te_marc ,along with bapi_te_marax and bapi_te_marcx .

How do i pass parameters EXTENSIONIN and EXTENSIONINX .

how to pass values into valuepart1 ??

i want fields in both the tables to get updated .

pls suggest