cancel
Showing results for 
Search instead for 
Did you mean: 

difference between idoc and rfc

Former Member
0 Kudos

what is the difference between idoc and rfc? when and where it is used? when there is idoc, why rfc vice versa?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi

idoc is nothing but the intermediate document .

whcich is used for data transfer from one system to the another system

idoc is asynchronous .

RFC is nothing but the Remote function call

which is used to call the function which is in another system

the rfc is synchronous

if you are using the two machine one system call the function which is store in another machine this fuction call remotely

thanks

Regards

vijay

Former Member
0 Kudos

IDoc (for intermediate document) is a standard data structure for electronic data interchange (EDI) between application programs written for the popular SAP business system or between an SAP application and an external program. IDocs serve as the vehicle for data transfer in SAP's Application Link Enabling (ALE) system.

IDocs are used for asynchronous transactions: Each IDoc generated exists as a self-contained text file that can then be transmitted to the requesting workstation without connecting to the central database.

Another SAP mechanism, the Business Application Programming Interface (BAPI) is used for synchronous transactions.

A large enterprise's networked computing environment is likely to connect many geographically distributed computers to the main database. These computers are likely to use different hardware and/or operating system platforms. An IDoc encapsulates data so that it can be exchanged between different systems without conversion from one format to another.

IDoc types define different categories of data, such as purchase orders or invoices, which may then be broken down into more specific categories called message types. Greater specificity means that an IDoc type is capable of storing only the data required for a particular transaction, which increases efficiency and decreases resource demands.

An IDoc can be generated at any point in a transaction process. For example, during a shipping transaction process, an IDoc may be generated that includes the data fields required to print a shipping manifest. After a user performs an SAP transaction, one or more IDocs are generated in the sending database and passed to the ALE communication layer. The communication

layer performs a Remote Function Call (RFC), using the port definition and RFC destination specified by the customer model.

The IDoc is transmitted to the receiver, which may be an R/3, R/2, or some external system

RFC

Remote Function Calls (RFC) and data exchange through IDoc message documents. RFC makes direct and synchronous calls of a program in the remote system. If the caller is an external program it will call an RFC-enabled function in R/3 and if the calling program is the R/3 system it will call an RFC-function in another R/3-system or it will call a non-R/3 program through a gateway-proxy (usually rfcexec.exe). BAPIs are a subset of the RFC-enabled function modules, especially designed as Application Programming Interface (API) to the SAP business object, or in other words: are function modules officially released by SAP to be called from external programs.

note:reward points if solution found helpfull.....

regards

chandrakanth.k

Former Member
0 Kudos

Hi

IDOCs are indtermediate documents.

RFC are strucred messages

IDOCS are used when u want to send the data from r/3 to xi or xi to R/3 in ashynchrnous mode.

RFCs are used when u want to send the data synchrnoulsy.

thanq

krishna

Former Member
0 Kudos

Hi,

We use IDOC mainly for Async communication

We use RFC for Sync communication

Choosing the right adapter while dealing with sap Systems

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

Regards

Seshagiri

Former Member
0 Kudos

Hi,

please have a look here:

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

There are already a lot of threads to this question.

For example here:

Regards

Patrick