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: 

Any tools are there in data upload for other than BDC.

Former Member
0 Kudos
141

Any tools are there in data upload for other than BDC.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
96

LSMW

12 REPLIES 12

Former Member
0 Kudos
97

LSMW

Former Member
0 Kudos
96

lsmw

bapi

ecatt

0 Kudos
96

<b>LSMW

DIRECT INPUT METHOD

BAPI</b>

0 Kudos
96

How to use BAPI,is there any FM?

0 Kudos
96

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.

0 Kudos
96

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

Former Member
0 Kudos
96

for which transaction

Former Member
0 Kudos
96

HI Hassan,

You can use

LSMW, BAPI, and even ecatt to upload the data.which data you want to upload.

regards

kishore

Former Member
0 Kudos
96

LSMW

BAPI

IDOC

Former Member
0 Kudos
96

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

Former Member
0 Kudos
96

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

Former Member
0 Kudos
96

hi,

You can use

LSMW, BAPI, and even ecatt to upload the data.which data you want to upload.