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

diff between dm and de

Former Member
0 Likes
305

hai friends,

what is the difference between data migration and data transfer.

and

what is the advantage of using 'z' prefix in creation of tabls

regards

uday

1 REPLY 1
Read only

Former Member
0 Likes
269

LSMW : for master data migartion or small data migartion

BAPI : its just like a FM , thru which u can create master aswell as Transactional data.

u have to import some paremetre as well as tables if required, and Bapi will RETURN the message saying so and so material/delievry had cretaed.

BDC : in BDC we got 2 methods.

CAll transaction and session.

CAll transacton : using this u can uplaod transcational data as well as master data.

the updation can be synchronus or asynchronus updates.

Session: using this u can uplaod transcational data as well as master data.

The updation in session is synchronus, so its time taking process.

Most of the time we go for Call transcation In real situations.

Dircet input method: its out dated.no longer it is being used.

in all the above cases, data is alraedy existing in flat file and u r going to migrate the data in one shot but IDOC is used where the dynamical data migration is necessary.

suppose say ones the material is craeted in legacy sytem , that particulat matreial shud be migarted to R/3.this can be handled thru IDOC.

Idoc: master data as well as Trnascational data is migarted thru IDOC( matmas, orders).

Idoc uses ALE technology in migartion of idoc.

Regards

in this check For BDC or LSMW or BAPIs