cancel
Showing results for 
Search instead for 
Did you mean: 

API_PRODUCTION_ORDER_2_SRV - Calling from Build Process Automation/ Build Process

Adi_Bathineni
Participant
0 Kudos

Hi Friends,

we are trying to explore the option of using the API - API_PRODUCTION_ORDER_2_SRV to create Production Orders for a requirement using Build Process. we are working on S4 Hana on Premise .

we are able to establish the connection from our Sandbox to Build Process and able to call the API - API_PRODUCTION_ORDER_2_SRV - Reading the Production Order Information using GET Method works fine from Build Process.

for creation of Production Order - we are trying to use the POST Method.

1. Manufacturing Order is mandatory for the API to test it from Build Process even though we are trying to create the Production order. This is not the same if we test the API using Gateway method. I tried to pass some dummy number to this field.

2. Total Quantity field - we are receiving the error. Below is the error which we are receiving when we try to test the POST Method under Actions 

Adi_Bathineni_0-1715173864923.pngAdi_Bathineni_1-1715173967490.png

Failed to read property 'TotalQuantity' at offset '81'

 

Really appreciate if you can provide some guidance.

 

Thanks,

Adi

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

Venkat_Vyza
Active Participant
0 Kudos

Hi Adi,

1. Under Inputs, you can remove the Production Order number field. 

2. Please pass on 3 decimals for the total quantity field. Example: 10.000

Let me know the results.

Thanks,

Venkat Vyza

Adi_Bathineni
Participant
0 Kudos

Adi_Bathineni_0-1715174223115.png