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

Former Member
0 Likes
560

what is meant by message type and message object.....plz explain me

3 REPLIES 3
Read only

Former Member
0 Likes
527

Hi,

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 descriptions 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).

and for getting info of message type and what for they used check this message type text table EDIMSGT

<b>Reward points</b>

Regards

Read only

Former Member
Read only

Former Member
0 Likes
527

Hi Manjula,

Message type - Name for what kind of data you are going to transfer or receive.

eg. Material data - MATMAS

Customer - CREMAS

DEBMAS

etc.

Check transaction we81 for details.

Regards

Arun