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 and message type

Former Member
0 Likes
464

how to find the idoc type and msg type for particular delivery no.

[[i can see the idoc no in vl33n which i have to display in itab.]]

how to find the idoc type and msg type for particular delivery no.

[[i can see the idoc no in vl33n which i have to display in itab.]]

2 REPLIES 2
Read only

Former Member
0 Likes
416

Hi,

Idoc type and Message type u can find in Control record of the IDOC.

Regards

Kannaiah

Read only

Former Member
0 Likes
416

<b>Message type</b>. A message type represents the application message exchanged between R/3 systems and R/3 and an external system. A message type characterizes the data sent across systems and relates to the structure of the data called an IDOC type (see below). For example, MATMAS is a message type for Material Master, and INVOIC is a message type for an Invoice (Billing Document). ALE supports over 200 message types in R/3 and about 200 application areas.

<b>

IDOC type and IDOC</b>. An Intermediate Document (IDOC) type represents the structure of the data associated with a message type (DEBMAS02 for message type DEBMAS — Customer Master, and WMMBID02 for message type WMMBXY— Goods Movements), while an IDOC is an object containing the data of a particular message type. IDOCs are data containers with intelligence built in. Each IDOC contains one and only one business object. For example, an IDOC of type SHPMNT01, message type SHPMNT, will contain data only of one Shipment Document. Generally, the architecture of an IDOC is independent of the message type by virtue of ALE’s ability to redefine it for any message type.

<b>Use transaction BD64 or the following menu path to maintain the model: From the IMG (Implementation Guide), Cross-Application Components -> Distribution (ALE) (*) -> Distribution Customer Model -> Maintain Distribution Customer Model Directly -> Maintain Distribution Customer Model Directly.</b>

Hope this helps you....

Regards,

Pavan