cancel
Showing results for 
Search instead for 
Did you mean: 

Not able consume the Component as per the Inventory in DMC System

sunita_sarkar
Explorer
0 Kudos
284

I am not able to consume the Component according to Inventory . What is configuration I have to do so that Inventory field will be populated?

Call The Service : POST: https://api.test.eu10.dmc.cloud.sap/assembly/v1/assembledComponents

{
"plant": "1710",
"operationActivity": "TEST_OP1710_01",
"sfc": "1710100",
"component": "TEST_COMP1710_02",
"componentVersion": "A",
"quantity": 1,
"resource": "TEST_RES1710_01",
"sequence": 20,
"dataFields": [
{
"fieldName": "INVENTORY_ID",
"fieldValue": "TEST_COMP1710_02_INV03"
},
{
"fieldName": "BATCH_NUMBER",
"fieldValue": "BAT0002"
}
]
}

Accepted Solutions (0)

Answers (1)

Answers (1)

mabel2022
Advisor
Advisor
0 Kudos

Hi sunita_sarkar

According to your screenshot, I guess field name " INVENTORY ID" is a customized field, and you tried to use it for material assembly in assembly public API. Can you please change field name to INVENTORY_ID_SFC and try again? Thanks.

BRs,

Mabel