Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
i015192
Advisor
Advisor
0 Kudos

The behaviour of the Reduction Period (CUSTOM_T437S-HORIZ) is not clear.

The described behavior is defined in the below source code:

Include LBARMF0E
Form    READ_PLAFZ

HZENDE = BUDAT + T437S-REDHZ.
MOVE HZENDE TO PLAF_SEL_DAT.
...

SELECT * FROM PLAF INTO TABLE PLAFZ
   WHERE MATNR = MATNR
     AND
PWWRK = WERKS
     AND PLWRK = PLWERK
     AND PEDTR <=
PLAF_SEL_DAT
     AND SOBKZ EQ SPACE
     AND KBNKZ = SPACE
     AND
PLSCN = SPACE
     AND SOBES NE 'V'
     AND VRPLA EQ space.

If you would like to reduce a particular planned order by backflushing in the transaction MFBF:


Enter the planned order number in the Section:


               "Selection data"

Without entering any planned order number, the system would select all open planned orders valid until the backflush date (normally the current date) plus
the reduction period maintained in the REM profile. This means that all the planned orders for the assembly will be taken into account when reducing the
production quantities if the order finish date is equal or smaller than current date + Reduction horizon days. This includes planned orders in the past, even
when you have planned orders dated on the same day than confirmation date.

See more details about this topic in the note 1932420 .

Sorry the link was wrong , now it should work.

Best regards

María Núñez.