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 or BAPI

Former Member
0 Likes
472

Hi

I need to upload data for MM01 transaction. I just want some guidance on If I should go with BAPI or BDC..

Can someone clarify.

Rakesh.

2 REPLIES 2
Read only

Former Member
0 Likes
422

Hi

For MM01 transaction performing BDC is a tedious task and it will take lot of expertise to actually performing BDC on MM01. I

actually it is not recommended also.

BAPI, is the more reliable and right way of doing it. You have to call the BAPI in the program and pass the values to the Fm there.

BAPI_MATERIAL_SAVEDATA: will create and also will save data.

You can get more information regarding that BAPI in the documentation of the BAPI in se37.

Regards,

Vishwa.

Read only

0 Likes
422

Hi Viswa,

Thanks for the reply. Can u provide some sample code on BAPI. I never worked on it.

Rakesh