cancel
Showing results for 
Search instead for 
Did you mean: 

Linking APO Orders

Former Member
0 Kudos

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.

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

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member583456
Active Participant
0 Kudos

Hi John,

use function module /SAPAPO/OM_ORDER_GET_DATA: export parameters ET_PEG_INPNODE, ET_PEG_INPNODE.

Thomas

ferry_lianto
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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