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

BDC for MM01 using bapi

Former Member
0 Likes
996

HI all ,

i am new to bapi . i have created so many bdcs to upload data in sap but havent done any bapi .

i want to upload data through bapi for mm01 .

how can i achieve this and which bapi is responsible for this job . plz send any sample code for this .

Thanks ,

Amit Ranjan .

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
908

Plz SEARCH in SCN you have so many posts on the same.

Read only

Former Member
0 Likes
908

Hi Amit,

Refer to the code in the following link:

Hope this will solve your query...

Read only

Former Member
0 Likes
908

Hi Amit,

The BAPI responsible is BAPI_MATERIAL_SAVEDATA . It has a lot of parameters, but most of them are self explanatory.

Best regards,

George

Read only

Former Member
0 Likes
908

Hi,

Use BAPI_MATERIAL_SAVEDATA to create a material by going through the documentation of Fm.

Regards,

Dwaraka.S

Read only

Former Member
0 Likes
908

search through SCN first

Read only

Former Member
0 Likes
908

Hi Amit,

SEARCH SCN THREADS on BAPI_MATERIAL_SAVEDATA

Regards,

Nitin

Read only

Former Member
0 Likes
908

Use Function module BAPI_MATERIAL_MAINTAINDATA_RT.

Read only

Former Member
0 Likes
908

Hi,

Create structure same as BDC and you pass strucutre to BAPI functional module. You dont bouther about screen and etc

Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
908

Hi,

Use 'BAPI_MATERIAL_SAVEDATA'. This BAPI is for Create and Change Material Master Data

Regards,

Jyothi CH.