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_MAINTAINDATA_RT

Former Member
0 Likes
495

Hi,

Has anyone used this BAPI before? Is it possible for you to paste some code snippets here so I could have an idea how to use this... Thanks a lot.

2 REPLIES 2
Read only

Former Member
0 Likes
437

You can check function module IDOC_INPUT_ARTMAS. This in turns calls the badi in question. You will get a clue here on how to code for the BAPI.

Cheers

Read only

christian_wohlfahrt
Active Contributor
0 Likes
437

Hi Winnie!

What do you like to do? With the 40 table parameters you can do hundreds of different updates - but if you just want to change the article text, then about 5 filled fields might be enough.

In general it's working like the transaction MM42 (and of course like a Bapi, so fill corresponding fields in ...X tables with 'X').

Regards,

Christian