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

the APIs for the Production Order component

omega-ou
Participant
0 Kudos
324

Hi ,

the Business Scenario: 

The Production Order item is A . The component of Production Order  is  B and C.

I want to add a product D to the component of Production Order . And I want to add a by-product E to the component of Production Order .

But I find that there is no creat APIs for Production Order Component . It just have Read & Update & Delete for Production Order Component .

https://help.sap.com/docs/SAP_S4HANA_CLOUD/d35113ee62644d3abee1aaec148291d9/6d8ed32613654bd488e6d31a...

 

omegaou_0-1747054703028.png

 

View Entire Topic
Oleg_Vokh
Product and Topic Expert
Product and Topic Expert

Hi @omega-ou 

When I worked with Production Order in S/4HANA Cloud, I used the local API.

I added the co-product via i_productionordertp\_item.

Oleg_Vokh_0-1747064088438.png

And the Production Order Component via i_productionorderoperationtp\_operationcomponent.

Oleg_Vokh_1-1747064118564.png

Hope this helps you.

BR, Oleg

omega-ou
Participant
0 Kudos
Hi @Oleg_Vokh , Can you provide more information on the local API of Production Order ?
Oleg_Vokh
Product and Topic Expert
Product and Topic Expert
0 Kudos

@omega-ou 
In ADT, in your development system, open the business object interface I_PRODUCTIONORDERTP.
At the top, you can access the documentation.

Oleg_Vokh_0-1747211103376.png

In the right-hand window, you can see code examples for each operation.

Oleg_Vokh_1-1747211174946.png


You can also explore this business object at the link: https://api.sap.com/bointerface/I_PRODUCTIONORDERTP

BR Oleg