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

load master data

Former Member
0 Likes
535

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
Read only

Former Member
0 Likes
509

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
Read only

former_member386202
Active Contributor
0 Likes
509

Hi,

Use BDC to upload master Data.

Regards,

Prashant

Read only

Former Member
0 Likes
509

Hi

BDC is better option...

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

Read only

Former Member
0 Likes
510

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