I am using APO 7.0 GATP.

Is it possible for the product availability check to consider the 'shelf life' characteristic for batch managed products (for example to only consider batches where remaining shelf life is greater than a particular threshold).

Thanks, Bob Austin

asked 14 Sep '09, 16:10

BobAustin's gravatar image

BobAustin
24123
accept rate: 0%

edited 22 Sep '11, 05:04

pedrolima's gravatar image

pedrolima ♦♦
709202536

Thanks for the reply. Are you referring to the CIF user exit for stock, on the APO side? Are you suggesting that the user exit logic should, per batch, check the shelf life, and for 'old' batches, set the ATP category to, for example, ZC, which is not within the ATP scope check?

(17 Sep '09, 09:18) BobAustin

Hi Bob, why don't use you a CIF user-exit to do that? Whenever the shelf life is smaler than a value change the ATP category from, for example, CC to ZC. You won't impact the planning and you will accomplish the propose.

link

answered 15 Sep '09, 09:27

antonioeliasdasilva's gravatar image

antonioelias...
82112
accept rate: 0%

A development strategy to support shelf life uses the PASS badi (/SAPAPO/ATP_PSS). This badi is executed during the ATP check process and allows the creation of a temporary requirement. The logic to put in the badi would be something like this: read the customer minimum shelf life (from the field catalog), read the stock and pegging relations, set the PASS value to the total stock that has less than the minimum shelf life of the requirement and has no pegging relations. This will "remove" that old stock from the check.

link

answered 23 Sep '09, 18:50

cschand's gravatar image

cschand
701
accept rate: 25%

My experience with shelf life ATP was on an older release of SCM that did not support the process, so it was only possible with some user-exit enhancements.

But on SCM 7 I think you can do it with standard shelf life and pegging functionalities. The key thing is to use the "characteristics evaluation" ATP (this ATP option uses the pegging instead of the data in the timeseries; see note 601813 for details). For this to work you need to setup the shelf life integration with R3 and the shelf life planning in PP/DS.

link

answered 20 Sep '09, 15:19

pedrolima's gravatar image

pedrolima ♦♦
709202536
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×14
×9

Asked: 14 Sep '09, 16:10

Seen: 1,152 times

Last updated: 22 Sep '11, 05:04