Interface PurchaseOrderService

All Superinterfaces:
BatchService<PurchaseOrderServiceBatch>
All Known Implementing Classes:
DefaultPurchaseOrderService

@Deprecated public interface PurchaseOrderService extends BatchService<PurchaseOrderServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create purchase orders through an API call from a source system outside SAP S/4HANA Cloud. Furthermore, the service enables you to read, update or delete existing purchase orders from the SAP S/4HANA Cloud system. The service is based on the OData protocol..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_PURCHASEORDER_PROCESS_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Purchase Order Integration(SAP_COM_0053), Distributed Manufacturing Integration(SAP_COM_0077)
Scope Items: Consumable Purchasing(BNX), Service and Material Procurement - Project-Based Services(J13), Procurement of Direct Materials(J45), Procurement of Direct Materials(O45), Consumable Purchasing(ONX), Service Procurement with Ariba Network and SAP Fieldglass(4R2), Collaborative Manufacturing with SAP Digital Manufacturing Cloud(1NX)
Authentication Methods: x509
Business Object: Purchase Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PurchaseOrderService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllPOSubcontractingComponent

      @Nonnull POSubcontractingComponentFluentHelper getAllPOSubcontractingComponent()
      Deprecated.
      Fetch multiple POSubcontractingComponent entities.
      Returns:
      A fluent helper to fetch multiple POSubcontractingComponent entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPOSubcontractingComponentByKey

      @Nonnull POSubcontractingComponentByKeyFluentHelper getPOSubcontractingComponentByKey(String purchaseOrder, String purchaseOrderItem, String scheduleLine, String reservationItem, String recordType)
      Deprecated.
      Fetch a single POSubcontractingComponent entity using key fields.
      Parameters:
      reservationItem - Reservation Item

      Constraints: Not nullable, Maximum length: 4

      recordType - Reservation Record Type

      Constraints: Not nullable, Maximum length: 1

      purchaseOrder - Purchasing Document

      Constraints: Not nullable, Maximum length: 10

      scheduleLine - Delivery Schedule Line Counter

      Constraints: Not nullable, Maximum length: 4

      purchaseOrderItem - Purchasing Document Item

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single POSubcontractingComponent entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPOSubcontractingComponent

      @Nonnull POSubcontractingComponentCreateFluentHelper createPOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent)
      Deprecated.
      Create a new POSubcontractingComponent entity and save it to the S/4HANA system.
      Parameters:
      pOSubcontractingComponent - POSubcontractingComponent entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new POSubcontractingComponent entity. To perform execution, call the execute method on the fluent helper object.
    • updatePOSubcontractingComponent

      @Nonnull POSubcontractingComponentUpdateFluentHelper updatePOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent)
      Deprecated.
      Update an existing POSubcontractingComponent entity and save it to the S/4HANA system.
      Parameters:
      pOSubcontractingComponent - POSubcontractingComponent entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing POSubcontractingComponent entity. To perform execution, call the execute method on the fluent helper object.
    • deletePOSubcontractingComponent

      @Nonnull POSubcontractingComponentDeleteFluentHelper deletePOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent)
      Deprecated.
      Deletes an existing POSubcontractingComponent entity in the S/4HANA system.
      Parameters:
      pOSubcontractingComponent - POSubcontractingComponent entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing POSubcontractingComponent entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurchaseOrder

      @Nonnull PurchaseOrderFluentHelper getAllPurchaseOrder()
      Deprecated.
      Fetch multiple PurchaseOrder entities.
      Returns:
      A fluent helper to fetch multiple PurchaseOrder entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurchaseOrderByKey

      @Nonnull PurchaseOrderByKeyFluentHelper getPurchaseOrderByKey(String purchaseOrder)
      Deprecated.
      Fetch a single PurchaseOrder entity using key fields.
      Parameters:
      purchaseOrder - Purchase Order Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single PurchaseOrder entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurchaseOrder

      @Nonnull PurchaseOrderCreateFluentHelper createPurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
      Deprecated.
      Create a new PurchaseOrder entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrder - PurchaseOrder entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurchaseOrder entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurchaseOrder

      @Nonnull PurchaseOrderUpdateFluentHelper updatePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
      Deprecated.
      Update an existing PurchaseOrder entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrder - PurchaseOrder entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurchaseOrder entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurchaseOrder

      @Nonnull PurchaseOrderDeleteFluentHelper deletePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
      Deprecated.
      Deletes an existing PurchaseOrder entity in the S/4HANA system.
      Parameters:
      purchaseOrder - PurchaseOrder entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurchaseOrder entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurchaseOrderItem

      @Nonnull PurchaseOrderItemFluentHelper getAllPurchaseOrderItem()
      Deprecated.
      Fetch multiple PurchaseOrderItem entities.
      Returns:
      A fluent helper to fetch multiple PurchaseOrderItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurchaseOrderItemByKey

      @Nonnull PurchaseOrderItemByKeyFluentHelper getPurchaseOrderItemByKey(String purchaseOrder, String purchaseOrderItem)
      Deprecated.
      Fetch a single PurchaseOrderItem entity using key fields.
      Parameters:
      purchaseOrder - Purchase Order Number

      Constraints: Not nullable, Maximum length: 10

      purchaseOrderItem - Item Number of Purchase Order

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single PurchaseOrderItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurchaseOrderItem

      @Nonnull PurchaseOrderItemCreateFluentHelper createPurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
      Deprecated.
      Create a new PurchaseOrderItem entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderItem - PurchaseOrderItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurchaseOrderItem entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurchaseOrderItem

      @Nonnull PurchaseOrderItemUpdateFluentHelper updatePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
      Deprecated.
      Update an existing PurchaseOrderItem entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderItem - PurchaseOrderItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurchaseOrderItem entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurchaseOrderItem

      @Nonnull PurchaseOrderItemDeleteFluentHelper deletePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
      Deprecated.
      Deletes an existing PurchaseOrderItem entity in the S/4HANA system.
      Parameters:
      purchaseOrderItem - PurchaseOrderItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurchaseOrderItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurchaseOrderItemNote

      @Nonnull PurchaseOrderItemNoteFluentHelper getAllPurchaseOrderItemNote()
      Deprecated.
      Fetch multiple PurchaseOrderItemNote entities.
      Returns:
      A fluent helper to fetch multiple PurchaseOrderItemNote entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurchaseOrderItemNoteByKey

      @Nonnull PurchaseOrderItemNoteByKeyFluentHelper getPurchaseOrderItemNoteByKey(String purchaseOrder, String purchaseOrderItem, String textObjectType, String language)
      Deprecated.
      Fetch a single PurchaseOrderItemNote entity using key fields.
      Parameters:
      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      purchaseOrder - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      purchaseOrderItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single PurchaseOrderItemNote entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurchaseOrderItemNote

      @Nonnull PurchaseOrderItemNoteCreateFluentHelper createPurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote)
      Deprecated.
      Create a new PurchaseOrderItemNote entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderItemNote - PurchaseOrderItemNote entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurchaseOrderItemNote entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurchaseOrderItemNote

      @Nonnull PurchaseOrderItemNoteUpdateFluentHelper updatePurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote)
      Deprecated.
      Update an existing PurchaseOrderItemNote entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderItemNote - PurchaseOrderItemNote entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurchaseOrderItemNote entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurchaseOrderItemNote

      @Nonnull PurchaseOrderItemNoteDeleteFluentHelper deletePurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote)
      Deprecated.
      Deletes an existing PurchaseOrderItemNote entity in the S/4HANA system.
      Parameters:
      purchaseOrderItemNote - PurchaseOrderItemNote entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurchaseOrderItemNote entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurchaseOrderNote

      @Nonnull PurchaseOrderNoteFluentHelper getAllPurchaseOrderNote()
      Deprecated.
      Fetch multiple PurchaseOrderNote entities.
      Returns:
      A fluent helper to fetch multiple PurchaseOrderNote entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurchaseOrderNoteByKey

      @Nonnull PurchaseOrderNoteByKeyFluentHelper getPurchaseOrderNoteByKey(String purchaseOrder, String textObjectType, String language)
      Deprecated.
      Fetch a single PurchaseOrderNote entity using key fields.
      Parameters:
      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      purchaseOrder - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single PurchaseOrderNote entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurchaseOrderNote

      @Nonnull PurchaseOrderNoteCreateFluentHelper createPurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote)
      Deprecated.
      Create a new PurchaseOrderNote entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderNote - PurchaseOrderNote entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurchaseOrderNote entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurchaseOrderNote

      @Nonnull PurchaseOrderNoteUpdateFluentHelper updatePurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote)
      Deprecated.
      Update an existing PurchaseOrderNote entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderNote - PurchaseOrderNote entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurchaseOrderNote entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurchaseOrderNote

      @Nonnull PurchaseOrderNoteDeleteFluentHelper deletePurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote)
      Deprecated.
      Deletes an existing PurchaseOrderNote entity in the S/4HANA system.
      Parameters:
      purchaseOrderNote - PurchaseOrderNote entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurchaseOrderNote entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurchaseOrderScheduleLine

      @Nonnull PurchaseOrderScheduleLineFluentHelper getAllPurchaseOrderScheduleLine()
      Deprecated.
      Fetch multiple PurchaseOrderScheduleLine entities.
      Returns:
      A fluent helper to fetch multiple PurchaseOrderScheduleLine entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurchaseOrderScheduleLineByKey

      @Nonnull PurchaseOrderScheduleLineByKeyFluentHelper getPurchaseOrderScheduleLineByKey(String purchasingDocument, String purchasingDocumentItem, String scheduleLine)
      Deprecated.
      Fetch a single PurchaseOrderScheduleLine entity using key fields.
      Parameters:
      purchasingDocument - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      scheduleLine - Delivery Schedule Line Counter

      Constraints: Not nullable, Maximum length: 4

      purchasingDocumentItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single PurchaseOrderScheduleLine entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurchaseOrderScheduleLine

      @Nonnull PurchaseOrderScheduleLineCreateFluentHelper createPurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine)
      Deprecated.
      Create a new PurchaseOrderScheduleLine entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderScheduleLine - PurchaseOrderScheduleLine entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurchaseOrderScheduleLine entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurchaseOrderScheduleLine

      @Nonnull PurchaseOrderScheduleLineUpdateFluentHelper updatePurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine)
      Deprecated.
      Update an existing PurchaseOrderScheduleLine entity and save it to the S/4HANA system.
      Parameters:
      purchaseOrderScheduleLine - PurchaseOrderScheduleLine entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurchaseOrderScheduleLine entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurchaseOrderScheduleLine

      @Nonnull PurchaseOrderScheduleLineDeleteFluentHelper deletePurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine)
      Deprecated.
      Deletes an existing PurchaseOrderScheduleLine entity in the S/4HANA system.
      Parameters:
      purchaseOrderScheduleLine - PurchaseOrderScheduleLine entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurchaseOrderScheduleLine entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurOrdAccountAssignment

      @Nonnull PurOrdAccountAssignmentFluentHelper getAllPurOrdAccountAssignment()
      Deprecated.
      Fetch multiple PurOrdAccountAssignment entities.
      Returns:
      A fluent helper to fetch multiple PurOrdAccountAssignment entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurOrdAccountAssignmentByKey

      @Nonnull PurOrdAccountAssignmentByKeyFluentHelper getPurOrdAccountAssignmentByKey(String purchaseOrder, String purchaseOrderItem, String accountAssignmentNumber)
      Deprecated.
      Fetch a single PurOrdAccountAssignment entity using key fields.
      Parameters:
      purchaseOrder - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      accountAssignmentNumber - Sequential Number of Account Assignment

      Constraints: Not nullable, Maximum length: 2

      purchaseOrderItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single PurOrdAccountAssignment entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurOrdAccountAssignment

      @Nonnull PurOrdAccountAssignmentCreateFluentHelper createPurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment)
      Deprecated.
      Create a new PurOrdAccountAssignment entity and save it to the S/4HANA system.
      Parameters:
      purOrdAccountAssignment - PurOrdAccountAssignment entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurOrdAccountAssignment entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurOrdAccountAssignment

      @Nonnull PurOrdAccountAssignmentUpdateFluentHelper updatePurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment)
      Deprecated.
      Update an existing PurOrdAccountAssignment entity and save it to the S/4HANA system.
      Parameters:
      purOrdAccountAssignment - PurOrdAccountAssignment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurOrdAccountAssignment entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurOrdAccountAssignment

      @Nonnull PurOrdAccountAssignmentDeleteFluentHelper deletePurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment)
      Deprecated.
      Deletes an existing PurOrdAccountAssignment entity in the S/4HANA system.
      Parameters:
      purOrdAccountAssignment - PurOrdAccountAssignment entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurOrdAccountAssignment entity. To perform execution, call the execute method on the fluent helper object.
    • getAllPurOrdPricingElement

      @Nonnull PurOrdPricingElementFluentHelper getAllPurOrdPricingElement()
      Deprecated.
      Fetch multiple PurOrdPricingElement entities.
      Returns:
      A fluent helper to fetch multiple PurOrdPricingElement entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getPurOrdPricingElementByKey

      @Nonnull PurOrdPricingElementByKeyFluentHelper getPurOrdPricingElementByKey(String purchaseOrder, String purchaseOrderItem, String pricingDocument, String pricingDocumentItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single PurOrdPricingElement entity using key fields.
      Parameters:
      pricingDocumentItem - Condition item number

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      purchaseOrder - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      purchaseOrderItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      pricingDocument - Number of the Document Condition

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single PurOrdPricingElement entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createPurOrdPricingElement

      @Nonnull PurOrdPricingElementCreateFluentHelper createPurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement)
      Deprecated.
      Create a new PurOrdPricingElement entity and save it to the S/4HANA system.
      Parameters:
      purOrdPricingElement - PurOrdPricingElement entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new PurOrdPricingElement entity. To perform execution, call the execute method on the fluent helper object.
    • updatePurOrdPricingElement

      @Nonnull PurOrdPricingElementUpdateFluentHelper updatePurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement)
      Deprecated.
      Update an existing PurOrdPricingElement entity and save it to the S/4HANA system.
      Parameters:
      purOrdPricingElement - PurOrdPricingElement entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing PurOrdPricingElement entity. To perform execution, call the execute method on the fluent helper object.
    • deletePurOrdPricingElement

      @Nonnull PurOrdPricingElementDeleteFluentHelper deletePurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement)
      Deprecated.
      Deletes an existing PurOrdPricingElement entity in the S/4HANA system.
      Parameters:
      purOrdPricingElement - PurOrdPricingElement entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing PurOrdPricingElement entity. To perform execution, call the execute method on the fluent helper object.
    • getOutputBinaryData

      @Nonnull GetOutputBinaryDataFluentHelper getOutputBinaryData(@Nullable String purchaseOrder)
      Deprecated.

      Creates a fluent helper for the GetOutputBinaryData OData function import.

      Parameters:
      purchaseOrder - Purchase Order

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: PurchaseOrder

      Returns:
      A fluent helper object that will execute the GetOutputBinaryData OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • getPDF

      @Nonnull GetPDFFluentHelper getPDF(@Nonnull String purchaseOrder)
      Deprecated.

      Creates a fluent helper for the GetPDF OData function import.

      Parameters:
      purchaseOrder - Constraints: Not nullable, Maximum length: 11000

      Original parameter name from the Odata EDM: PurchaseOrder

      Returns:
      A fluent helper object that will execute the GetPDF OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.