cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order type UB

shijiejin
Explorer
0 Kudos

Cannot create an Purchase Order of type UB with API_PURCHASEORDER_PROCESS_SRV/A_PurchaseOrder?

---------------Request param---------------

{

"CompanyCode": "1310",

"PurchaseOrderType": "UB",

"Language": "ZH",

"PurchasingOrganization": "1310",

"PurchasingGroup": "Z04",

"SupplyingPlant": "10A0",

"to_PurchaseOrderItem": {

"results": [

{

"PurchaseOrderItem": "10",

"PurchaseOrderItemText": "NEWLINE_会议屏_TC86_FOR腾讯会议ROOMS",

"Plant": "11A0",

"MaterialGroup": "RT61",

"OrderQuantity": "10",

"PurchaseOrderQuantityUnit": "EA",

"OrderPriceUnit": "EA",

"Material": "AHYPTXTC86T001",

"ManufacturerMaterial": "AHYPTXTC86T001"

}

]

}

}

------------Response---------------

{ "error": { "code": "/IWBEP/CM_MGW_RT/022", "message": { "lang": "en", "value": "Exception raised without specific error" }, "innererror": { "application": { "component_id": "MM-PUR-PO", "service_namespace": "/SAP/", "service_id": "API_PURCHASEORDER_PROCESS_SRV", "service_version": "0001" }, "transactionid": "2117D4EDFDFC0290E00629ED4B162108", "timestamp": "20220608024339.4441410", "Error_Resolution": { "SAP_Transaction": "For backend administrators: use ADT feed reader \"SAP Gateway Error Log\" or run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details", "SAP_Note": "See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)" }, "longtext_url": "/sap/opu/odata/iwbep/message_text;o=LOCAL/T100_longtexts(MSGID='%2FIWBEP%2FCM_MGW_RT',MSGNO='022',MESSAGE_V1='',MESSAGE_V2='',MESSAGE_V3='',MESSAGE_V4='')/$value", "errordetails": [ { "ContentID": "", "code": "APPL_MM_PUR_PO/064", "message": "Use purchase order type \"Standard\" (\"NB\") or a type copied from “NB”.", "longtext_url": "/sap/opu/odata/iwbep/message_text;o=LOCAL/T100_longtexts(MSGID='APPL_MM_PUR_PO',MSGNO='064',MESSAGE_V1='',MESSAGE_V2='',MESSAGE_V3='',MESSAGE_V4='')/$value", "propertyref": "", "severity": "error", "transition": false, "target": "" }, { "ContentID": "", "code": "/IWBEP/CX_MGW_BUSI_EXCEPTION", "message": "Exception raised without specific error", "longtext_url": "/sap/opu/odata/iwbep/message_text;o=LOCAL/T100_longtexts(MSGID='%2FIWBEP%2FCM_MGW_RT',MSGNO='022',MESSAGE_V1='',MESSAGE_V2='',MESSAGE_V3='',MESSAGE_V4='')/$value", "propertyref": "", "severity": "error", "transition": false, "target": "" } ] } }}

Accepted Solutions (1)

Accepted Solutions (1)

Eric_Yu
Advisor
Advisor
0 Kudos

Hi Mr Xie,

As described in the error message, only the standard type is supported. NB is not supported in current release now.

shijiejin
Explorer
0 Kudos

Are there plans in the future to support other types?

Answers (0)