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 or IDOC which create material master in ECC

Former Member
0 Kudos

Hi Guys,

Can any one let me to know by which function modules or Bapi or IDOC available to create material master in ECC?

Regards,

Veera

6 REPLIES 6

Former Member
0 Kudos

hi,

you can try "bapi_material_savedata".

Former Member
0 Kudos

Hi,

You can use BAPI_MATERIAL_SAVEDATA works for Material create as well as change

Check this link for http://help.sap.com/autoid20/helpdata/en/aa/45db9af1d36046b48a291a0551631c/content.htm

Edited by: AD on Apr 29, 2009 10:05 AM

0 Kudos

hi,

there are lot many ways of creating Mat master.

1: you can go for idocs: /CWM/MATMAS_BAPI, /SAPSLL/MATMAS_SLL, ARTMAS, MATMAS..

2: you can use LSMW batch method:

Object 0020 Material master

Method 0000

Program Name RMDATIND

Program Type D Direct Input

3: you can use BAPI as suggested above:

Business Object BUS1001006 Standard material

Method SAVEDATA Create and change materia

Message Type MATMAS_BAPI Create and change materia

Basic Type MATMAS_BAPI03 Create and Change Materia

ags.

Former Member
0 Kudos

Hello,

My suggestion is better u use direct input program to create the material.

Use Direct input program: RMDATIND

Former Member
0 Kudos

Hi Ram

You can use the

BAPI_MATERIAL_SAVEDATA

for more info chekc this

hope it helps you.

Thanks!!

Former Member
0 Kudos

Hi ,

for posting material master thru idoc, u can use FM "IDOC_INPUT_MATMAS01".

thru Bapi, u can use BAPI_STANDARDMATERIAL_CREATE.

Regards,

Naveen