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 Names

Former Member
0 Likes
3,413

Hi,

How to know the IDOC Names for Purchase Order, Sales Order etc..

i want by Module, lets say for SD, MM ..

any help?

Thanks

Jen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,718

Hi Jen,

Message type ORDERS and IDoc type ORDERS05 (Sales Order Request and Purchase Order Request)

Message type ORDRSP and IDoc type ORDERS05 (Sales Order Acknowledgement and Purchase Order Acknowledgement)

Message type DEBMAS and IDoc type DEBMAS03 (Customer)

Message type CREMAS and IDoc type CREMAS02 (Vendor)

Message type DELORD and IDoc type ORDERS05 (Sales Order Delivery)

Message type DESADV and IDoc type DELVRY02 (Shipping)

Message type INVOIC and IDoc type INVOIC0 (Invoice)

Conformation? What kind of confirmation?

What is the Use of Message Type associated with IDOC?

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.

Hope this will help.

Regarsd,

Ferry Lianto

Please reward points if helpful.

Hi,

How to know the IDOC Names for Purchase Order, Sales Order etc..

i want by Module, lets say for SD, MM ..

any help?

Thanks

Jen

6 REPLIES 6
Read only

Former Member
0 Likes
1,718

WE30 is the IDoc type transaction. Use the drop down there and you will find the different IDoc types available. For PO and SO, IDoc type is the same ORDERS01, thru ORDERS05.

Read only

Laxmana_Appana_
Active Contributor
0 Likes
1,718

Hi,

Go to the transaction WE81 and search based on string 'Purchase Order, Sales Order ...' , you can see the list of IDOC types based on versions.

Regards

Appana

Read only

Former Member
0 Likes
1,718

Hi Jen,

Please check this link and go to IDoc Types and Message Types area.

http://www.sapgenie.com/sapedi/message_types.htm

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
1,718

HI,

I want to know IDOC names for (for SAP 4.6C and 4.7EE)

Sales Order Request and Acknowledgement,

Purchase Order Request and Acknowledgement,

Customer/Vendor Address List,

Sales Order Delivery,

Conformation,

Shipping,

Invoice.

I don't have SAP R/3 System with to check using Transaction code.

What is the Use of Message Type associated with IDOC?

Thanks

J

Read only

Former Member
0 Likes
1,719

Hi Jen,

Message type ORDERS and IDoc type ORDERS05 (Sales Order Request and Purchase Order Request)

Message type ORDRSP and IDoc type ORDERS05 (Sales Order Acknowledgement and Purchase Order Acknowledgement)

Message type DEBMAS and IDoc type DEBMAS03 (Customer)

Message type CREMAS and IDoc type CREMAS02 (Vendor)

Message type DELORD and IDoc type ORDERS05 (Sales Order Delivery)

Message type DESADV and IDoc type DELVRY02 (Shipping)

Message type INVOIC and IDoc type INVOIC0 (Invoice)

Conformation? What kind of confirmation?

What is the Use of Message Type associated with IDOC?

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.

Hope this will help.

Regarsd,

Ferry Lianto

Please reward points if helpful.

Read only

0 Likes
1,718

Hi,

thanks Ferry..

gave points.

tq