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

Former Member
0 Kudos

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

Former Member
0 Kudos

BAPI_STANDARDMATERIAL_CREATE

Former Member
0 Kudos

use

BAPI_RETAILMATERIAL_CREATE

BAPI_MATERIAL_SAVEDATA

kesavadas_thekkillath
Active Contributor
0 Kudos

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

former_member705122
Active Contributor
0 Kudos

Hi:

Link:

Regards

Adil

Former Member
0 Kudos

Hi Sandeep,

Check this sample code:

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

Regards,

Chandra Sekhar

Former Member
0 Kudos

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

mohammed_moqeeth
Active Participant
0 Kudos

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.

Former Member
0 Kudos

solved the problem