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

idoc

Former Member
0 Likes
558

there r bdc for uploading data into database table then why there are going for idoc plz explain with relevant answer.points will be rewarded.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hello,

BDC and Idocs are the data transfer methods.

U can use any of them as per the requirement.

In the Idocs the developers coding will be reduced.

and using the IDOcs u can transfer data to non-SAP system also.

But using BDC u can't do that.

Regards,

Deepu.K

5 REPLIES 5
Read only

Former Member
0 Likes
535

Hi

BDC is not the only method for uploading data

You can use LSMW usinf different methods

like Recording, Direct input , BAPI or IDOC etc.

all are meant for Upload only.

BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.

LSMW used to transfer data without/less code.

What type of data we transfer using LSMW?

LSMW is best suited for transferring master data.

Actually BDC and LSMW are not comparable at all.

for example LSMW itself can use BDC as a way of mass data transfer.

BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.

On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.

Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc

LSMW internally might well be using the following techniqes for data transfer..

1. IDOX

2. Direct Input / BDC

4. BAPI's

LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :

LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.

LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.

LSMW mapping is done by SAP while in BDC we have to do it explicitly .

LSMW is basically for standard SAP application while bdc basically for customized application.

Coding can be done flexibly in BDC when compared to LSMW

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
536

Hello,

BDC and Idocs are the data transfer methods.

U can use any of them as per the requirement.

In the Idocs the developers coding will be reduced.

and using the IDOcs u can transfer data to non-SAP system also.

But using BDC u can't do that.

Regards,

Deepu.K

Read only

Former Member
0 Likes
535

Hi,

BDC is used to upload the data from flat file .

where as IDOC is the data carrier which is used to transfer the data between business partners.

as the flat file is not secure we go for IDOC which is more secure than the flat file.

IDOC is not for uploading the data, it is an intermediate document which acts as business information carrier between systems.

Read only

Former Member
0 Likes
535

Hi,

Check the following link:

http://sap-img.com/abap/ale-bapi.htm

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

Former Member
0 Likes
535

If you want to integrate the systems in distrubuted system(b/w cross systems)

it is better to go for IDOC instead of calling RFCs in bdc.

Regards