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 Type

Former Member
0 Likes
554

Whats the difference between an IDOC type and message Type? With an Example please?

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
527
3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
528
Read only

0 Likes
527

I have looked into the above link, but still I am not getting the answer. would some one explain me with a simple example.

thanks.

Read only

0 Likes
527

Check this documentation:

"Logical message type

Use

An IDoc type can be implemented for various "logical" messages; one message can also be assigned to different IDoc types (m:n relationship).

The message is defined by the values for message type (required), message code (optional) and message function (optional). These three fields belong to the key fields in the partner profiles, which are used, for example, to determine inbound processing. If the 'Message type' field is not maintained (e.g. in the case of a control record from Release 2.1, in which MESTYP did not exist), the IDoc Interface uses the value from STDMES (EDI message type).

If possible, the name of the message type should be linked to the corresponding EDI message type.

Example

The message ORDERS (= message type) identifies purchase orders (outbound) and sales orders (inbound)."

Regards,

Ravi