cancel
Showing results for 
Search instead for 
Did you mean: 

Error with special stock using API_MATERIAL_DOCUMENT_SRV

0 Kudos

We are using API_MATERIAL_DOCUMENT_SRV to create a  goods receipt with movement type 501 and special stock indicator E.
We are getting error message :Property SPECIALSTOCKIDFGSALESORDER is not supported for GoodsMovementType 501

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Not all movements and movement types are supported by the Odata API currently.

The system carries out a forbidden fields check at the header and item level and if the payload

contains and unsupported field you will get this error: MM_IM_ODATA_API_MDOC/011 for any unsupported field.

In this case --> Property SPECIALSTOCKIDFGSALESORDER is not supported for GoodsMovementType 501

This is documented in the attached KBA here: https://launchpad.support.sap.com/#/notes/2825462

...

the following fields are also not yet supported in the Item Level:

....

'SpecialStockIdfgSalesOrder'

'SpecialStockIdfgSalesOrderItem'

In the same communication arrangement SAP_COM_0108, there is the SOAP service MATERIALDOCUMENTCREATEREQUEST1 interface MaterialDocumentCreateRequest_Async_In.

Documentation here: https://api.sap.com/api/CO_MMIM_SOA_MATDOC_CONF/overview

This can be used to make this posting for sales order special stock.

Answers (0)