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 FOR CREATING Material Number

Former Member
0 Likes
10,085

Hello everybody plz suggest me which BAPI is user for creating Material number

and which parameter should i used

Regrads,

SANDEEP JADHAV

9 REPLIES 9
Read only

Former Member
0 Likes
1,800

BAPI_STANDARDMATERIAL_CREATE

Read only

Former Member
0 Likes
1,800

use

BAPI_RETAILMATERIAL_CREATE

BAPI_MATERIAL_SAVEDATA

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,800

link:[create material|http://learningabap.wordpress.com/2007/03/19/creating-material-with-bapi/]

Read only

Former Member
0 Likes
1,800

Hi:

Link:

Regards

Adil

Read only

Former Member
0 Likes
1,800

Hi Sandeep,

Check this sample code:

http://learningabap.wordpress.com/2007/03/19/creating-material-with-bapi/

Regards,

Chandra Sekhar

Read only

Former Member
Read only

Former Member
0 Likes
1,800

Hello Sandeep.

This is a very basic question, you must be checking SE37 or Transaction BAPI for this.

In addition to Indu's BAPI,

The quite common one used,

BAPI_MATERIAL_SAVEDATA -

Create and Change Material Master data.

What exact values and from where you need to populate will be clear if you read the function module documentation for the same.

Good Luck & Regards.

Harsh Dave

Read only

mohammed_moqeeth
Active Participant
0 Likes
1,800

Hi Sandeep,

BAPI_MATERIAL_SAVEDATA : Create and Change Material Master Data

BAPI_MATERIAL_MAINTAINDATA_RT: Create and Change Material Master Data (Retail)

BAPI_STANDARDMATERIAL_CREATE : creating material

BAPI_MATERIAL_DELETE : material deleting.

BAPI_MATERIAL_DISPLAY : displaying material.

BAPI_MATERIAL_EDIT : changing material.

BAPI_MATERIAL_GETLIST : list of material.

Regards,

Moqeeth.

Read only

Former Member
0 Likes
1,800

solved the problem