cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to avoid forward scheduling for Purchase requisitions in Heuristics ?

Former Member
0 Kudos
559

Hello,

we use heuristics to create our stock transfer requisitions for snp.

If the start date of a requisition would be scheduled in the past the scheduling does a forward scheduling and

creates the purchase requisition by forward scheduling.

This leads to the fact that the purchase requisition is too late.

In SAP ECC MRP it is possible to avoid this by setting a flag in the IMG "Parameters for Determining the Basic Dates".

My questions, where I did not find an answer until know:

- Is there something similiar possible for heuristics run?

In case not:

- Is it possible to suppress the creation of purchase requisition in cases where those would be too late to fulfill the requirement?

Thanks in advance!

Heinz

View Entire Topic
Abhishek_Kunchala
Active Participant
0 Kudos

Heinz,

In SNP if you would like to have a stock transfer have a start date in the past in backward scheduling, you need to use a BAdI which can be setup to run only for particular matches of location-product combinations. For Ex: SNP Planner.

BAdI: /SAPAPO/SNP_HEU

Regards

AK

Former Member
0 Kudos

Thanks a lot!