cancel
Showing results for 
Search instead for 
Did you mean: 

How to find Orders(planned and production) for a block ?

Former Member
0 Kudos

Hi Guys,

I am looking to find out planned and production orders of a block. How can I achive this?

I do have block details including block number and duration.

Requirement is to find out the produced/to be produced qty of a Block.

Any help on this would be appreciated.

Thanks..

Shibu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member584840
Participant
0 Kudos

Realise that this is an old question, but if you go in the DS planning board and select

EXTRAS

EVALUATIONS

EXTENDED OPERATIONS LIST

then  you see all the orders with the added columns of RULE and SETUP GROUP, so you just do a subtotal of these with RULE or SETUP GROUP and then you will have all the orders sorted by RULE/SETUPGROUP which is BLOCK.

rajkj
Active Contributor
0 Kudos

Hi Shibu,

You can get PIR from a block using the FM /SAPAPO/BLRG_ORDERS_GET_DB. From the returned list of PIR, you can retrieve the planned/production orders based on pegging relationship.

You can also check another FM /SAPAPO/PCM_ORDERS_GET_BLOCK that returns all the orders with same block for a given order. In the FM implementation, they mentioned about either order or block. Probably, your ABAP expert can help you.

Thanks,
Rajesh