Tuesday - last edited Tuesday
Hello Team,
We're trying to post a STO Purchase Order using Standard API & same we try with business object, But we get a error of (MessageClass='APPL_MM_PUR_PO',MessageNumber='065' Short Text = Use a supported purchase order item category for item &. See long text.)
please help with this to find out the way to resolve this.
Link - https://my418769-api.s4hana.cloud.sap/sap/opu/odata4/sap/api_purchaseorder_2/srvd_a2x/sap/purchaseorder/0001/PurchaseOrder
Payload -
{
"CompanyCode": "1000",
"PurchaseOrderType": "UD",
"Supplier": "1004",
"PurchasingOrganization": "1000",
"PurchasingGroup": "003",
"_PurchaseOrderItem": [
{
"Plant": "1007",
"OrderQuantity": 7,
"NetPriceAmount": 0,
"NetPriceQuantity": 1,
"PurchaseOrderItemCategory": "7",
"TaxCode": "2E",
"DocumentCurrency" : "",
"OrderPriceUnit" : "",
"PurchaseOrderQuantityUnit" : " "
}
]
}
Request clarification before answering.
I do not see a material code in the message you posted below. You need a material code to create STO -- you can not create a STO for text items or blank items. Also if you using API
I do not see it support item category U=7
he service supports the following purchase order item categories:
Standard | 0 | ' ' (=blank) |
Subcontracting | 3 | L |
Third- Party | 5 | S |
Enhanced Limits (for materials or lean services) | A | E |
Consignment | 2 | K |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.