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

ORDERS05 - Segments not populating

Former Member
0 Likes
1,215

Hi.

For the PO Interfaces we are using standard IDOC ORDERS05 which is triggered by an  NEU output type.   The standard IDOC is triggering all segments except few , for example E1EDP05 which is to populate the Item pricing conditions and in segment E1EDKA1 - Country of origin field etc. 

What would be the reason these segments are not populated.  We do not have any code in IDOC_OUTPUT_ORDERS function module as well.  Should we write code to populate these segments?

Please advice.

-Rob

Hi.

For the PO Interfaces we are using standard IDOC ORDERS05 which is triggered by an  NEU output type.   The standard IDOC is triggering all segments except few , for example E1EDP05 which is to populate the Item pricing conditions and in segment E1EDKA1 - Country of origin field etc. 

What would be the reason these segments are not populated.  We do not have any code in IDOC_OUTPUT_ORDERS function module as well.  Should we write code to populate these segments?

Please advice.

-Rob

1 REPLY 1
Read only

Former Member
0 Likes
718

Hi Rob,

When i did a basic search in the FM " IDOC_OUTPUT_ORDERS", i saw the code written to populate the segments E1EDP05 and E1EDKA1.

Include to populate the E1EDP05 is LEINMF4V.

Please debug the function module while creating the IDOC.

Cheers

~Niranjan