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

Former Member
0 Likes
420

hi,

Have you used SAP supplied programs to load master data? What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

Thank you

Ashok kumar

4 REPLIES 4
Read only

Former Member
0 Likes
390

please ann it

Read only

Former Member
0 Likes
390

for Idoc based transferring of the master there are standard programs which will create session and transfer data .

and for vendor & customer there are standard programs which uses the Function modules to update the tables directly ...

there is no bdc, lsmw concept for standrard sap programs ....

only BAPI'S , FM...etc

because the navigation of screen depends of the function requirement s.

that time we need to write the BDC programs ....

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
390

Hi Ashok,

We use LSMW tool which is provided by SAP to upload the Data into SAP from legacy data

There are various other methods for Upload,

But Direct Input method is the one which SAP provided directly to upload the data

there are some predefined programs and structures, that should be mapped and the data transfer takes automatically.

Kindly Reward points if contnets are useful,,,

Regards,

Mandeep.

Read only

Former Member
0 Likes
390

hi,

Sap supplied standars are 1.call transaction method

2.session method,

3.direct input method

4.LSMW with various methods.

regards