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 to create Material master record

Former Member
0 Likes
20,774

Hi All,

I need to create a new material master record using a reference Mterial number. Please let me know, if there is any BAPI to achieve this.

9 REPLIES 9
Read only

Former Member
0 Likes
9,333

Use

BAPI_MATERIAL_SAVEDATA

Read only

0 Likes
9,333

Hi,

This BAPI is used to change the data for the given material. But, I need to create a new material with an existing reference material. please let me know if you know any BAPI to achieve this

Read only

Former Member
0 Likes
9,333

Hi,

Check this...

BAPI_MATERIAL_MAINTAINDATA_RT

It is used for both Create and edit the material data.

Regards,

Rohan.

Read only

Former Member
0 Likes
9,333

Hi Priyanka,

Kindly go through this link below:

http://www.saptechies.com/mm01-upload-using-bapi/

Hope it helps you

Regrds

Mansi

Read only

Former Member
0 Likes
9,333

Hi,

try these

BAPI_MATERIAL_DELETE Flag Material for Deletion

BAPI_MATERIAL_DISPLAY Display Material

BAPI_MATERIAL_EDIT Change Material

BAPI_RETAILMATERIAL_CREATE Create Material

BAPI_RETAILMATERIAL_DELETE Discontinue Material

BAPI_STANDARDMATERIAL_CREATE Create/Extend Material

Read only

Former Member
0 Likes
9,333

hi,

BAPI_MATERIAL_SAVEDATA this bapi can used for material master create as well as change

Thanks and regards

Durga.K

Read only

Subhankar
Active Contributor
0 Likes
9,333

Hi...

First use the FM BAPI_MATERIAL_GETALL to get material information from the reference Mterial number.

Then use the FM BAPI_MATERIAL_SAVEDATA' to create new material.

Thanks

Subhankar

Read only

Former Member
0 Likes
9,333

Hi Priyanka,

refer to the following link :

Hope this will help you...

Read only

Former Member
0 Likes
9,333

Hi,

Check these links .You will get your answer in detail.

Hope it will help you.

Regards:

Alok