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

why do we create message types (we81)?

Former Member
0 Likes
3,515

Hi Guys,

Could u plz explain me for wht purpose message types r created?

thanking u...

regards..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,481

hi

good

A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type:

· More than one message interface can use the same message type. For example, an asynchronous outbound message interface and an asynchronous inbound message interface can reference the same message type because the request message does not need to be mapped.

· When defining a message mapping you can directly reference message types to map messages from an outbound interface to messages from a receiver interface.

http://help.sap.com/saphelp_nw04/helpdata/en/2d/c0633c3a892251e10000000a114084/content.htm

hope this will help you.

Thanks

mrutyun^

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
2,481

hi,

whenever we are creating custom idocs we need to assign new message types to them.so we create message types.

the 4 transactions used in creating custom idoc are

we30

we31

we81

we82.

Read only

Former Member
0 Likes
2,481

Yes i know that these r the 4 transaction r to be used for creating custom IDOCs but for wht purpose message types r created?

Read only

Former Member
0 Likes
2,481

HI,

Message Type indicates How to Know what the data Means

Data Exchanged by IDOC and EDI is known as Messages

Message of same kind belong to the same message type

Message types are stored in table EDMSG

REGARDS,

SRAVANTHI

Read only

Former Member
0 Likes
2,481

Hi paresh,

The custom idoc which we create can be used in many places ...The message type defines the application of idoc

Regards,

Sravanthi

Read only

Former Member
0 Likes
2,481

Hi Paresh.

We generally use standard message types in SAP, but when we want customization or our own messages. This is when we create our own Message types in WE81.

Good Luck & Regards.

Harsh

Read only

Former Member
0 Likes
2,482

hi

good

A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type:

· More than one message interface can use the same message type. For example, an asynchronous outbound message interface and an asynchronous inbound message interface can reference the same message type because the request message does not need to be mapped.

· When defining a message mapping you can directly reference message types to map messages from an outbound interface to messages from a receiver interface.

http://help.sap.com/saphelp_nw04/helpdata/en/2d/c0633c3a892251e10000000a114084/content.htm

hope this will help you.

Thanks

mrutyun^