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: 

load master data

Former Member
0 Kudos

hi,

For master data upload..

What are the techniques involved in using SAP supplied programs?

Do you prefer to write your own programs to load master data? Why?

Thanks in advance..

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There we use BDC,LSMW,BAPI..

Now most of the Abapers using BAPI due to its speed over others..

BDC and LSMW will go throughthe screens and it will upload the data,becoz we dont know which tables the particular screen will affect..So we cant go and update directly to the table..

In BAPI,there are function modules,It is spped becoz it is affecting the table directly..SAP itself providing a function module for uplading the datas..Only thing we wnt to choose the right function module..

REWARD if useful

3 REPLIES 3

former_member386202
Active Contributor
0 Kudos

Hi,

Use BDC to upload master Data.

Regards,

Prashant

Former Member
0 Kudos

Hi

BDC is better option...

You can use LSMW as well (Easy to use) ..:)

Former Member
0 Kudos

There we use BDC,LSMW,BAPI..

Now most of the Abapers using BAPI due to its speed over others..

BDC and LSMW will go throughthe screens and it will upload the data,becoz we dont know which tables the particular screen will affect..So we cant go and update directly to the table..

In BAPI,there are function modules,It is spped becoz it is affecting the table directly..SAP itself providing a function module for uplading the datas..Only thing we wnt to choose the right function module..

REWARD if useful