‎2007 Jul 27 6:44 AM
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
‎2007 Jul 27 6:53 AM
‎2007 Jul 27 7:00 AM
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
‎2007 Jul 27 7:30 AM
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.
‎2007 Jul 27 9:20 AM
hi,
Sap supplied standars are 1.call transaction method
2.session method,
3.direct input method
4.LSMW with various methods.
regards