cancel
Showing results for 
Search instead for 
Did you mean: 

Weekly to daily/shift Order Split

Former Member
0 Kudos

Hi All,

We have weekly snp orders that we convert to PPDS orders. Is there a standard way to split the orders to daily/shift wise orders?

Regards,

Zeeshan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if you want to try something without hacking into code....

send the SNP orders to DP planning area with a weekly time bucket--> then TSCOPY it from there to a DP planning area with day split --> and send it back to SNP

you will have to delete the weekly SNP orders though....

Answers (1)

Answers (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

In case your SNP planning area is defined with lowest granularity of a day, what you are asking can be done by writing a macro. The macro (can be standard or user exit) can pickup the weekly number and put it into daily buckets. However in that case you would need to put in additional logic if there are things like lotsize restrictions or restricted open calendar days.

In a situation where SNP planning area's lowest granularity is week, I am afraid daily orders will not be possible in SNP. You would need to write a custom PPDS heuristic to do that kind of split.