cancel
Showing results for 
Search instead for 
Did you mean: 

RFC and IDOC

Former Member
0 Kudos

hi all,

In my interface i have to use R3 on reciever side and that is async communication .could you plz give me some inputs which adapter i have to use i know i can use RFC and IDOC .but which one is better .clients giving both the chances...

thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Nitesh ,

Apart from all the suggestions provided above you have one more situation to consider that is whether the communication u wish is SYNC or ASYNC .

Usually for ASYNC u go for IDOC and SYNC RFC apart from other consideration like payload size performance etc mentioned above

Regards

Former Member
0 Kudos

Hi Amit i am using ASYNC communication.

Former Member
0 Kudos

Hi Nitesh ,

Then I think you should go for Idoc as it has better performance also

Regards

henrique_pinto
Active Contributor
0 Kudos

If it is R/3 >= 4.7 or ECC, you could also consider Abap Proxy, which is the best option in my opinion (in terms of design), <b>unless</b> your scenario is satisfied with a standard IDoc.

Regards,

Henrique.

Former Member
0 Kudos

hi Nitesh,

When R/3 is receiver side then you go for IDOC adaptor. so that you can able to

track the data.

regards,

Ansar.

Former Member
0 Kudos

Ansar,

u said we can track data with the help of IDOC ,is that not possible with RFC..could u give me some more info on this..

regards

Joshi

Former Member
0 Kudos

Hi Nitesh,

Through IDOC communication from R/3 side you can achive these...

1. Inbound or outbound IDOCs tracked in WE02 TCode.

2. Queue Processing possible.

3. Re-sending of data is possible.

regards,

Ansar.

Former Member
0 Kudos

ansar sorry to botthering u again is data track is not possible with RFC ..

Former Member
0 Kudos

Through Payloads you can track in XI... But in R/3 you can't RFC data.

Shabarish_Nair
Active Contributor
0 Kudos

<i>1. Inbound or outbound IDOCs tracked in WE02 TCode.</i>

>>>

in case of RFC you can monitor the message flow using the communication channel monitoring.

<i>3. Re-sending of data is possible.</i>

>>>

it is possible also in RFC scenarios.

Shabarish_Nair
Active Contributor
0 Kudos

You can use either of the same.

If you already have a IDoc in your R3 use the IDoc adapter else if you have a RFC already in your R3, use the RFC adapters.

IDoc - http://help.sap.com/saphelp_nw04/helpdata/en/96/791c42375d5033e10000000a155106/content.htm

RFC -

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

prateek
Active Contributor
0 Kudos

This will clear all ur doubts

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

Parteek