SAP Knowledge Base Article - Public

3736982 - How to extend Purchasing view (plant level) from material master - SAP S/4HANA Cloud Public Edition

Symptom

  • Users face challenges in extending the Purchasing view (plant level) from the material master using the API Product Master
  • Steps extend Purchasing view (plant level) from material master are unclear, leading to confusion. 

Environment

SAP S/4HANA Cloud Public Edition

Resolution

Entity A_ProductPlantProcurement in API Product Master (A2X) can be used to retrieve basic data text.

API link: Try Out | Product Master (A2X) | SAP Business Accelerator Hub

  • HTTP Method: POST
  • Request URI: /sap/opu/odata/sap/API_PRODUCT_SRV/A_ProductPlantProcurement
  • BODY:
    {
       "Product": "string",
       "Plant": "string",
       "IsAutoPurOrdCreationAllowed": true,
       "IsSourceListRequired": true,
       "SourceOfSupplyCategory": "string",
       "ItmIsRlvtToJITDelivSchedules": "string"
    }

See Also

SAP Help Portal - Product Master (A2X)

Keywords

Purchasing view, plant level, material master, extend view, Product Master API, A_ProductPlantProcurement, procurement data, API_PRODUCT_SRV, HTTP POST, request URI , KBA , LO-MD-MM-2CL , Product Master for Public Cloud , How To

Product

SAP S/4HANA Cloud Public Edition all versions