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

Batch Production Date as the Basic Start Date of a Production Order in SAP S/4HANA Public cloud

kristina_vl
Explorer
0 Kudos
722

Hello,
I am currently working in SAP S/4HANA Public Cloud and have a requirement related to batch production dates. Specifically, I need to configure the system so that the batch production date is automatically set to align with the basic start date of a production order.

This requirement arises because we often need to perform tasks like printing labels or documentation in advance of the goods receipt (GR). To achieve this, the production date must already be assigned to the batch before the GR step.

In previous on-premise setups, I was able to handle similar requirements, but I’m unsure how to achieve this in the public cloud environment.

Is there a standard way or workaround to set the production date in the batch earlier (e.g., at order creation or operation confirmation) in SAP S/4HANA Public Cloud? Any insights on leveraging standard functionality, extensibility, or output management to handle this scenario would be appreciated.

Thank you in advance!

BR,
Kristina

SAP S/4HANA Cloud Public Edition Manufacturing

 

Accepted Solutions (0)

Answers (1)

Answers (1)

FRilke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @kristina_vl ,

You could try this approach - if there is no easier solution provided by another community member:

  1. Get the batch automatically created at production order creation or release using configuration setting in production scheduling profile.
  2. Use production order or batch event to trigger API batch master record (you could probably also use the RAP BO and developer extensibility).
  3. Update batch master with the desired manufacturing date using the API. The information of production order, batch number and basic start date (planned start date) should be readable from CDS view I_MANUFACTURINGORDER.

Hope this helps. Please be so kind and inform the community if it worked.

Kind regards
Franziska