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

Linking APO Orders

Former Member
0 Likes
470

Hello All,

I am using Function Module /SAPAPO/OM_DRP_IO_GET to obtain order information for various plant/product combinations. The returning list in ET_IO will return information for a Forcast (FA), a Planned Order (EE), and Dependent Demand (EL).

For Example, these will be the results I obtain for a product:

PEGAREA CAT ORDERID

H3E5ixaY0P8200002lx8pW EL HI3{fkkJ0Cy200002lx8pW

H3E5ixaY0P8200002lx8pW EE HI3{eEkJ0Cy200002lx8pW

I know based on my limited data that these specific orders are linked together in some way. Is there any way to map or link the orders together? I would appreciate any help that could be given. Thanks.

John

Hello All,

I am using Function Module /SAPAPO/OM_DRP_IO_GET to obtain order information for various plant/product combinations. The returning list in ET_IO will return information for a Forcast (FA), a Planned Order (EE), and Dependent Demand (EL).

For Example, these will be the results I obtain for a product:

PEGAREA CAT ORDERID

H3E5ixaY0P8200002lx8pW EL HI3{fkkJ0Cy200002lx8pW

H3E5ixaY0P8200002lx8pW EE HI3{eEkJ0Cy200002lx8pW

I know based on my limited data that these specific orders are linked together in some way. Is there any way to map or link the orders together? I would appreciate any help that could be given. Thanks.

John

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi John,

You could link to table /SAPAPO/ORDMAP based on /SAPAPO/ORDMAP-ORDERID = ET_IO-ORDERID.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

0 Likes
441

Hello Ferry,

This will link to R/3 Orders. What I am looking to do is determine a link between the APO Orders. For example, what would be the links for all Planned Orders (EE)for a material to the Dependent Demands for that material (EL).

Any further suggestions? Thanks.

John