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

Multiple message types for IDoc types

Former Member
0 Likes
1,308

Hi,

can we assign multiple message types to IDoc Types?

Is so How to make it

Thanks in Advance....

Regards

Sravya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
927

Hi Sravya,

Yes any number of Message types can be assigned to same IDoc type theoretically

But when practicality comes what would be the reason to assign different Message type to the same IDoc type...?

We can assign in the transaction code WE82

we can also assign the same message type to different IDoc types...

we can observe this in the case of ORDERS assigned to different IDoc types

Cheers...!!!

John

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
927

Yes , you can.

Use WE82 transaction to link mesasage type with idoc type.

Read only

Former Member
0 Likes
927

Hi,

For an IDOC Basic Type is the structure which defines the skeleton of the data transfer like what all fields can be present, how many times a field can appear, is it mandatory etc.

A message type is a label used to identification.

Message type come into picture because we can use the same IDOC basic type for any number of applications. So it becomes necessary that we need some other tag to identify & distinguish between all these. Message Type helps in this cause.

Message type & Basic Type are linked in WE82.

Read only

Former Member
0 Likes
927

This message was moderated.

Read only

Former Member
0 Likes
928

Hi Sravya,

Yes any number of Message types can be assigned to same IDoc type theoretically

But when practicality comes what would be the reason to assign different Message type to the same IDoc type...?

We can assign in the transaction code WE82

we can also assign the same message type to different IDoc types...

we can observe this in the case of ORDERS assigned to different IDoc types

Cheers...!!!

John

Read only

Former Member
0 Likes
927

Yes,

Use tcode we82.

Regards