cancel
Showing results for 
Search instead for 
Did you mean: 

Post Good Issue against production order API

SAPSupport
Employee
Employee
0 Kudos
854

Please provide Post Good Issue against the production order API.

I have already checked the business accelerator hub but could not find API so please provide API.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

You may use ODATA API API_MATERIAL_DOCUMENT_SRV to post the goods issue.

use GoodsMovementCode = 03 (Goods Issue), GoodsMovementType = 261

Please check this online documentation for this API:
https://help.sap.com/docs/SAP_S4HANA_CLOUD/3f57e7df4a114edabffe8b2d581a59ed/8bb0d08295044ee3af444b4f...

You may also use SOAP API MaterialDocumentCreateRequest_Async_In to post the goods issue:
https://help.sap.com/docs/SAP_S4HANA_CLOUD/3f57e7df4a114edabffe8b2d581a59ed/3fe61a3650e343c8bd1a0913...

akshayindore1234
Newcomer
0 Kudos
How to use, can you please provide payload details.
nitin_desai_c
Explorer
0 Kudos

Hi Experts,

We are using same ODATA service but we have scenario of By-product

Can the service be used to perform GoodsMovementCode 03 and Movement Type 531?

Do we need to do any additional development, since we are getting error MT 531 cannot be used with this service

Regards

Nitin