2006 Jul 31 10:57 AM
2006 Jul 31 10:57 AM
2006 Jul 31 10:57 AM
2006 Jul 31 10:58 AM
2006 Jul 31 11:01 AM
2006 Jul 31 11:02 AM
2006 Jul 31 11:04 AM
Hi,
BAPI is nothing but a function module,
but it contains objects and all..
u can say it as a collection of F.M's .
enter the t.code BAPI and check out for the BAPI's
u will get the idea..
Cheers,
Simha.
2006 Jul 31 11:05 AM
HI
yes, there are many FM's (BAPI) to upload data. the name starts with 'BAPI_'.
for ex.
for uploading customer master
BAPI_CUSTOMER_CREATEFROMDATA
regards
kishore
2006 Jul 31 10:58 AM
2006 Jul 31 11:03 AM
HI Hassan,
You can use
LSMW, BAPI, and even ecatt to upload the data.which data you want to upload.
regards
kishore
2006 Jul 31 11:07 AM
2006 Jul 31 11:18 AM
Hi Hassan,
<b>LSMW</b>
<a href="http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf">http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf</a>
<b>Direct Input</b>
<a href="http://help.sap.com/saphelp_di471/helpdata/EN/fa/097174543b11d1898e0000e8322d00/content.htm">Direct Input</a>
<b>BAPI</b>'s
Example :
<b>BAPI_QUOTATION_CREATEFROMDATA2</b> - Customer Quotation: Create Customer Quotation
<b>BAPI_PO_CREATE1 </b> - Create Purchase Order
<b>Close your previous threads if you have got the answers.</b>
Regards,
AS
2006 Jul 31 12:50 PM
hi,
in data transfer,we use BDC methods like
DINP (direct input)
BINP (batch input have sessions & call transaction)
apart from it,
you can go with LSMW (legacy system migration workbench),
and you can use BAPI (Business Application Programming Interface),
best of luck,
regards,
kcc
2006 Aug 01 12:54 PM
hi,
You can use
LSMW, BAPI, and even ecatt to upload the data.which data you want to upload.