cancel
Showing results for 
Search instead for 
Did you mean: 

idoc

shiva_n
Participant
0 Kudos

hi firends

what is idoc. what purpose use this idoc in real time . pls forward any real time idoc sheets or what type of idoc use in sap.

when will create idoc

regards

shvia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Shiva,

ALE/EDI Business Processes - <b>Accounting</b>:

http://help.sap.com/saphelp_erp2004/helpdata/en/af/7e844367c24d4a950df3205052769d/frameset.htm Go through notes under sections Distributing Master Data, Cost Center Accounting, ALE/Distribution in Product Cost Planning, ALE in Profit Center Accounting, Announting <-> Human Resources, Data Transfer between Accounting and Logistics Concept etc.

Notes on ALE/IDOC:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf

Regards,

Naveen.

Former Member
0 Kudos

Hi,

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.

Please assign points.

Zia