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 ORDERS05

Former Member
0 Likes
2,404

Hi,

How can you populate the sales area for this inbound IDoc?.

When the inbound idoc has only the sold to party number and to which segment-fields will the sales area data by populated?.

Thanks

Hi,

How can you populate the sales area for this inbound IDoc?.

When the inbound idoc has only the sold to party number and to which segment-fields will the sales area data by populated?.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
1,420

Hi Srinivasan,

IDOC type ORDERS05 can be used for both sales and purchasing. Having said that the sales are data should be going into E1EDK14 -> Organizational data segment.

Regards,

HR

Read only

Former Member
0 Likes
1,420

Hi,

There is a very good documentation on what values tobe passed and to which segments for ORDERS05 idoc in transaction WE60, you can go thro' the help and populate the value accordingly,

Rgds,

Read only

Former Member
0 Likes
1,420

Which message type are you trying to process using ORDERS05?

ORDERS05 is linked to ORDCHG, DELORD, ORDERS, ORDRSP and

REQOTE.

If you know the Sold-to_party(SP) then you can find the sales area of the SP from the table KNVV. Then you need to find a exit in the inbound processing function to populate these values.

You need to populate these values in the E1EDK14 with the qualifier QUALF set to 002 - Sales area. Refer to the domain EDI_QUALFO to find the list of possible qualifiers.

-Kiran

Message was edited by: Kiran Raorane