Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

TRANSACTION SINCE (S4)PACG SP06

Because the ‘Arrvival date’ depends on multiple factors, in order to get the most exact date, the /PACG/ECM_RMAT_ARRIV program should be scheduled as a background periodical job. The program reads all subsequent documents and updates ARRIVAL dates accordingly.

The Arrival Date is also determined automatically right after reserved material creation however the logic behind its determination is very simplified - requirement date for component is used. Proper, scenario-dependent dates are determined after executing program /PACG/ECM_RMAT_ARRIV - Reserved Material - arrival date, which should be scheduled as a regular job.

FSM Connector is capable of calculating an arrival date for reserved materials and then sending an update to the FSM. This transaction can take the following parameters:

  • Order (service orders number) - range of service orders' number for which reservations should be checked

  • Material - range of materials included in the reservations

  • Created on - range of reservation creation dates (the dates when reservation was created and not the orders they belong to)

The ‘Arrival date’ itself depends on the type of the process:

  • MM Process – Purchase requisition & Purchase Order
    First date is picked from purchase requisition and it is requested delivery date.

When purchase order is created then confirmation lines are considered. If there are no confirmation lines ‘delivery schedule’ are checked and ‘delivery date’ is taken.

  • SD Process – Consignation fill-up
    Schedule lines are considered and ‘delivery date’ is picked up. In case of multiple schedule lines, the latest (worst) delivery date is considered

 Click to see an example

MATERIAL 1 has quantity 10: 

 ARRIVAL date comes from schedule lines in consignment order.

 

In the order, there are 3 schedule lines for this material:

  • Quantity 5 is confirmed on 01.03.2023

  • Quantity 3 is confirmed on 02.03.2023

  • Quantity 2 is confirmed on 03.03,2023 

 As ARRIVAL date, ‘the latest’ date from those schedule lines will be taken, because full quantity 10 PC will be available on 03.03.2023 (partial quantity is available before, but full quantity on 03.03.2023). 

The program updates only lines with process type = ‘R’, therefore only lines where delivery was not carried out yet.

  • Reservation on ‘VAN stock’
    Requested delivery date is retrieved

  • No labels