cancel
Showing results for 
Search instead for 
Did you mean: 

Planning of HALB on correct PDS

Former Member
0 Kudos

Hello,

I have requirement where we have more than one production versions for FERT and HALB. Say there are three production versions for FERT and three for HALB. So there are 3 PDS for FERT and HALB in APO respectively.

Users decide upon which source of supply for the FERT. After that heuristic is run for HALB(STANDARD LOT) and orders are genearted for the HALB. Now the requirement is that if "A" source of supply is used for FERT then "A" source of supply should be picked for HALB. If "C" source of supply is selected for FERT then "C" source of supply should be picked for HALB and so on.

In short if FERT is planned on line A then HALB should also be planned on line A.

But the heuristic is planning HALB based on PDS priority and everytime it is creating orders on the same source of supply irrespective of which source of supply is selected for FERT.

Thanks,

Rajesh Jain

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rajesh,

As this is the standard functionality in heuristics which is

expected, I suggest you try with the following ways (but

not sure how extend it works for your scenario)

1) Try through alternate sequence

2) Try assigning same priority for both HALB and FERT

3) Try maintaining the offset (start-start) indicator

4) Try badi /SAPAPO/CURTO_CREATE

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi,

YOu can try using badi /SAPAPO/RRP_SRC_EXIT method RRP_USEX_SOURCE_FILTER. you need to find linked higher level planned order and source supply throgh pegging and according select source of supply.

Other option is to devlop ztransaction which corrects source of supply based on source of supply selected for finished planned order. BAPI_MOSRVAPS_SAVEMULTI3.

Regards,

Santosh