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

Reg- IDOCs

Former Member
0 Likes
678

Hi,

I need information about idoc (what it will do and how is it useful).

Kindly expecting replies.

Hi,

I need information about idoc (what it will do and how is it useful).

Kindly expecting replies.

4 REPLIES 4
Read only

Former Member
0 Likes
655

Hi Sathish,

IDOCS:

http://www.sappro.com/downloads/OneClientDistribution.pdf

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://www.sapgenie.com/sapedi/idoc_abap.htm

ALE/IDOCS:

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm

http://www.sappoint.com/presentation.html

http://www.allsaplinks.com/idoc_search.html

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.allsaplinks.com/idoc_sample.html

<b>Reward Points if this helps,</b>

Satish

Read only

Former Member
0 Likes
655

Hi,

IDoc or Intermediate Document is a standard SAP document format. IDocs allow different application systems to be linked via a message-based interface.

There are three main aims behind the use of IDocs:

The structured exchange of business documents so that they can be processed automatically.

The various degrees of structural complexity as displayed by different application systems can be reduced to a structure which is as simple as possible.

Example: the structure of an SAP application document and the structure of the corresponding EDI message under the UN/EDIFACT standard.

IDocs allow for extensive exception handling before the data are posted to the application.

IDocs are defined and considered on two levels, the technical and the business level. The former allows them to support application-independent functions, e.g. routing and handling technical exceptions.

Technical level

Defined by the three record types compatible with the IDoc interface:

Control record

Data record

Status record

Business level

Defined by the segments of an IDoc. Segments are structures used to interpret field SDATA in the data record. An IDoc type is defined by the relevant:

Segments

Attributes of these segments

(e.g. maximum usage, hierarchical sequence, segment status)

IDoc Types

The messages exchanged between systems are of various message types. The message type depends on the data contained and the process involved. It determines the technical structure of the message, the IDoc type. For example, the FIDCMT message type is used for journal messages.

The IDoc type indicates the SAP format that is to be used to interpret the data of a business transaction.

An IDoc type consists of the following components:

· a control record

This is identical for each IDoc type.

· several data records

One data record consists of a fixed key part and a variable data part. The data part is interpreted using segments, which differ depending on the IDoc type selected.

· several status records

These are identical for each IDoc type and describe the statuses an IDoc has already passed through or the status an IDoc has attained.

Regards,

Maha

Read only

varma_narayana
Active Contributor
0 Likes
655

hi.

The Role of IDOC type and Message Type:

IDOC is the Document that Transfers the Data Between the Systems in ALE or EDI.

But Every IDOC is generated based on an IDOC TYPE and a MESSAGE TYPE..

Let me explain them with Example.

IDOC TYPE : It provides the structure in Which The data of IDOC has to be stored.

For Eg: To Create an IDOC of EMPLOY master:

The Structure of IDOC TYPE can be:

1 Record for EMPLOY General Data: Under this

Multiple Records for Employ Experience Details

Multiple Records for Employ Qualification Details

Multiple Records for Employ Skill Details

Here all these Different Records are Represented by SEGMENTS.

And Every IDOC TYPE is Hierarchy of Segments

(You can find in tcode : WE30)

MESSAGE TYPE:

It will determine the Processing Logic using which the IDOC has to be generated in Outbound and how the IDOC has to be Posted in Inbound.

One IDOC type can be Linked to Multiple Message types.

For Eg:

<b>reward if Helpful.</b>