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

difference

Former Member
0 Likes
1,536

Hi experts,

what is the difference between message type and idoc type? explain me with a example.

Thanx...

Arun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi,

<b>Message</b>

It represents a specific type of document that is transmitted between two partners.

E.g. Materials, Orders, order responses, etc.

<b>Message type</b>

Characterizes the data being sent across the systems and relates to the structure of data.

E.g. MATMAS, ORDERS, ORDRSP etc.

Is configured through transaction WE81

<b>IDoc</b>An IDOC is a container that can be used to exchange data between any two processes.

<b>IDoc Type</b>

An IDOC type defines the structure and format of the data that is being exchanged.

Is configured through transaction WE30.

The Message type for a specific documents will be only one but Idoc type can be many.

E.g

Message Type for Material is MATMAS.

And Idoc type are MATMAS03, MATMAS05, etc.

We can link or attach any of the Idoc type of particular document type to the message type of that particular docuent as per requirement. The Idoc type will vary as per requirement but message type will be same.

Rgds,

Prakash

4 REPLIES 4
Read only

Former Member
0 Likes
628

Hi,

Please check the links,

Regards,

Hema.

    • Reward points if it is useful.

Read only

ferry_lianto
Active Contributor
0 Likes
628

Hi Arun,

Message Type:

A message type represents the application message exchanged between R/3 systems and R/3 and an external system. A message type characterises the data sent across systems and relates to the structure of the data called an IDOC type.

Diff. with IDOC type

An IDoc type specifies the structure of the data.

A message type specifies the meaning of the data

Diff. b/w IDOC type and IDOC

An IDoc type is the definition of a specific data structure.

An IDoc is an actual instance of data based on an IDoc type. Therefore, there can be many IDocs created from a single IDoc type.

Example:

MATMAS is the message type and MATMAS05 is IDoc type for Material Master.

Regards,

Ferry Lianto

Read only

Former Member
Read only

Former Member
0 Likes
629

Hi,

<b>Message</b>

It represents a specific type of document that is transmitted between two partners.

E.g. Materials, Orders, order responses, etc.

<b>Message type</b>

Characterizes the data being sent across the systems and relates to the structure of data.

E.g. MATMAS, ORDERS, ORDRSP etc.

Is configured through transaction WE81

<b>IDoc</b>An IDOC is a container that can be used to exchange data between any two processes.

<b>IDoc Type</b>

An IDOC type defines the structure and format of the data that is being exchanged.

Is configured through transaction WE30.

The Message type for a specific documents will be only one but Idoc type can be many.

E.g

Message Type for Material is MATMAS.

And Idoc type are MATMAS03, MATMAS05, etc.

We can link or attach any of the Idoc type of particular document type to the message type of that particular docuent as per requirement. The Idoc type will vary as per requirement but message type will be same.

Rgds,

Prakash