Dears,
I'm facing the following error "Inline component is not defined or not allowed (HTTP PUT)" at the time of executing a Request-URI with multi-origin.
/sap/opu/odata/zget_materials_SRV;mo/MaterialSet
{
"SAP__Origin":"My_001",
"Material":"0065",
"Werks":"0025",
"NavArti": [],
"NavValu": []
}
The HTTP method is a POST one and it is redefined in method CREATE_DEEP_ENTITY
Do you know if there are any kind of restrictions while using JSON format and method POST within CREATE_DEEP_ENTITY?
Thanks in advanced!