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 types and message types

Former Member
0 Likes
1,278

Hi ,

Anyone can send what are all the std idoc types and message types are there in SAP?

Coz i dnt have SAP.

Please let me know

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

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.

You find various IDOC / Message types in SAP -

http://www.erpgenie.com/sapedi/message_types_masterdata.htm

IDoc Types - Message Types -Accounting Business Processes

IDoc Types - Message Types - HR Business Processes

IDoc Types - Message Types - Logistics Business Processes

Eg.

General Message types / IDoc types / BAPI

Vendor CREMAS / CREMAS02

Customer DEBMAS / DEBMAS03

Accounting Message types / IDoc types / BAPI

G/L account GLMAST / GLMAST01

Cost center COSMAS / COSMAS01

Cost element COELEM / COELEM01

Hi ,

Anyone can send what are all the std idoc types and message types are there in SAP?

Coz i dnt have SAP.

Please let me know

3 REPLIES 3
Read only

Former Member
0 Likes
722

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.

You find various IDOC / Message types in SAP -

http://www.erpgenie.com/sapedi/message_types_masterdata.htm

IDoc Types - Message Types -Accounting Business Processes

IDoc Types - Message Types - HR Business Processes

IDoc Types - Message Types - Logistics Business Processes

Eg.

General Message types / IDoc types / BAPI

Vendor CREMAS / CREMAS02

Customer DEBMAS / DEBMAS03

Accounting Message types / IDoc types / BAPI

G/L account GLMAST / GLMAST01

Cost center COSMAS / COSMAS01

Cost element COELEM / COELEM01

Read only

Former Member
0 Likes
721

Ramesh,

Goto tcode WE30 press F4 on field Object Name ,you will get all standard iDoc type.

In tocde WE82 you can see all message types assigned Idoc types .

Read only

Former Member
0 Likes
721

Hi Ramesh,

Not sure if this details are available on any site but you can check here

http://thespot4sap.com/Articles/SAP_ALE_IDOCS.asp

Regards,

Atish