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-Immediate

Former Member
0 Likes
494

Could anybody help me how to get BAPI for Material MAster Create, BOM Create and Change number create

I required all the BAPI names to create the above things.Also the procedures how to get the BAPI.

Thanks & Regards

Shyam

3 REPLIES 3
Read only

Former Member
0 Likes
455

chk these

BAPI_MATERIAL_MAINTAINDATA_RT  Create and Change Material Master Data (Retail)
BAPI_RETAILMATERIAL_CREATE     Create Material
BAPI_STANDARDMATERIAL_CREATE   Create/Extend Material
BAPI_MATERIAL_SAVEDATA         Create and Change Material Master Data
BAPI_MATERIAL_GETBATCHCERT     Create Quality Certificate for Batch in Portable
BAPI_MATERIAL_GETBATCHES       Create Batch List for a Material
BAPI_MATERIAL_BOM_GROUP_CREATE Creation of a material BOM group

to find u can use transaction BAPI and search in the relevant are or

goto SE37 and give BAPIMaterial and go for F4 help

Read only

0 Likes
455

Thanks Chandrasekhar...

Actually I want to know how to search these FM by using BAPI transaction...Means if I will run BAPI transaction then after that what is the procedure to get the FMs that you mentioned in your reply.

Also you haven't provided the FM for Change number

Note: Transaction code for change number is CC01

Read only

0 Likes
455

You can use the RFC FM : RFC_CREATE_CHANGE_MASTER fo rchange number creation.

It is better to use se37 and search using bapi*<someKey words separeted by *> and press f4.

Regards,

Ravi