Interface SalesOrderService

All Superinterfaces:
BatchService<SalesOrderServiceBatch>
All Known Implementing Classes:
DefaultSalesOrderService

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

In every API call, you can make use of the following operations: - You can read entire sales orders or only parts of the data, using the provided filters. - You can create sales orders. You can use deep insert requests, that is, you create a header plus at least one of the following entities: header partner, header partner address, header pricing element, header billing plan, header billing plan item, header text, payment plan, header related object, item, item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item related object. If the header already exists, you can create the following sub-entities on their own: header partner, header pricing element, header text, payment plan, header related object, item partner, item pricing element, item text, and item related object. - For existing sales orders, you can create new items. You can use deep insert requests, that is, you create an item plus at least one of the following entities: item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item related object. If the item already exists, you can create the following sub-entities on their own: item partner, item pricing element, item text, item related object, and item schedule line. - For existing sales orders, you can update the following entities (that is, you can change the content of their properties): header, header partner, header partner address, header pricing element, header billing plan, header billing plan item, header text, payment plan, item, item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item schedule line. - For existing sales orders, you can delete the following entities: header, header partner, header pricing element, header billing plan item, header text, payment plan, header related object, item, item partner, item pricing element, item billing plan item, item text, item related object, and item schedule line. - You can accept or deny approval requests for sales orders that cannot be processed without the consent of an approver..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SALES_ORDER_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Sales Order Integration(SAP_COM_0109), Delivery Insights Replication App Integration (Obsolete)(SAP_COM_0571)
Scope Items: Sell from Stock(BD9), Sell from Stock(OD9), Customer Consignment(1IU), Opportunity-to-Order with Third-Party Sales Force Automation Apps (Deprecated)(1QI), B2B Order Fulfillment with SAP Commerce Cloud(2TY), Delivery Insights Enabled by IoT(4IH)
Authentication Methods: x509
Business Object: Sales Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull SalesOrderService 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.
    • getAllSalesOrder

      @Nonnull SalesOrderFluentHelper getAllSalesOrder()
      Deprecated.
      Fetch multiple SalesOrder entities.
      Returns:
      A fluent helper to fetch multiple SalesOrder 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.
    • getSalesOrderByKey

      @Nonnull SalesOrderByKeyFluentHelper getSalesOrderByKey(String salesOrder)
      Deprecated.
      Fetch a single SalesOrder entity using key fields.
      Parameters:
      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrder 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.
    • createSalesOrder

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

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

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

      @Nonnull SalesOrderBillingPlanFluentHelper getAllSalesOrderBillingPlan()
      Deprecated.
      Fetch multiple SalesOrderBillingPlan entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderBillingPlan 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.
    • getSalesOrderBillingPlanByKey

      @Nonnull SalesOrderBillingPlanByKeyFluentHelper getSalesOrderBillingPlanByKey(String salesOrder, String billingPlan)
      Deprecated.
      Fetch a single SalesOrderBillingPlan entity using key fields.
      Parameters:
      billingPlan - Billing Plan Number / Invoicing Plan Number

      Constraints: Not nullable, Maximum length: 10

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderBillingPlan 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.
    • createSalesOrderBillingPlan

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

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

      @Nonnull SalesOrderBillingPlanItemFluentHelper getAllSalesOrderBillingPlanItem()
      Deprecated.
      Fetch multiple SalesOrderBillingPlanItem entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderBillingPlanItem 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.
    • getSalesOrderBillingPlanItemByKey

      @Nonnull SalesOrderBillingPlanItemByKeyFluentHelper getSalesOrderBillingPlanItemByKey(String salesOrder, String billingPlan, String billingPlanItem)
      Deprecated.
      Fetch a single SalesOrderBillingPlanItem entity using key fields.
      Parameters:
      billingPlan - Billing Plan Number / Invoicing Plan Number

      Constraints: Not nullable, Maximum length: 10

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      billingPlanItem - Item for billing plan/invoice plan/payment cards

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SalesOrderBillingPlanItem 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.
    • createSalesOrderBillingPlanItem

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

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

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

      @Nonnull SalesOrderHeaderPartnerFluentHelper getAllSalesOrderHeaderPartner()
      Deprecated.
      Fetch multiple SalesOrderHeaderPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderHeaderPartner 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.
    • getSalesOrderHeaderPartnerByKey

      @Nonnull SalesOrderHeaderPartnerByKeyFluentHelper getSalesOrderHeaderPartnerByKey(String salesOrder, String partnerFunction)
      Deprecated.
      Fetch a single SalesOrderHeaderPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderHeaderPartner 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.
    • createSalesOrderHeaderPartner

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

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

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

      @Nonnull SalesOrderHeaderPrElementFluentHelper getAllSalesOrderHeaderPrElement()
      Deprecated.
      Fetch multiple SalesOrderHeaderPrElement entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderHeaderPrElement 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.
    • getSalesOrderHeaderPrElementByKey

      @Nonnull SalesOrderHeaderPrElementByKeyFluentHelper getSalesOrderHeaderPrElementByKey(String salesOrder, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesOrderHeaderPrElement entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single SalesOrderHeaderPrElement 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.
    • createSalesOrderHeaderPrElement

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

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

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

      @Nonnull SalesOrderItemFluentHelper getAllSalesOrderItem()
      Deprecated.
      Fetch multiple SalesOrderItem entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItem 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.
    • getSalesOrderItemByKey

      @Nonnull SalesOrderItemByKeyFluentHelper getSalesOrderItemByKey(String salesOrder, String salesOrderItem)
      Deprecated.
      Fetch a single SalesOrderItem entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItem 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.
    • createSalesOrderItem

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

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

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

      @Nonnull SalesOrderItemBillingPlanFluentHelper getAllSalesOrderItemBillingPlan()
      Deprecated.
      Fetch multiple SalesOrderItemBillingPlan entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemBillingPlan 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.
    • getSalesOrderItemBillingPlanByKey

      @Nonnull SalesOrderItemBillingPlanByKeyFluentHelper getSalesOrderItemBillingPlanByKey(String salesOrder, String salesOrderItem, String billingPlan)
      Deprecated.
      Fetch a single SalesOrderItemBillingPlan entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      billingPlan - Billing Plan Number / Invoicing Plan Number

      Constraints: Not nullable, Maximum length: 10

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItemBillingPlan 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.
    • createSalesOrderItemBillingPlan

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

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

      @Nonnull SalesOrderItemPartnerFluentHelper getAllSalesOrderItemPartner()
      Deprecated.
      Fetch multiple SalesOrderItemPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemPartner 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.
    • getSalesOrderItemPartnerByKey

      @Nonnull SalesOrderItemPartnerByKeyFluentHelper getSalesOrderItemPartnerByKey(String salesOrder, String salesOrderItem, String partnerFunction)
      Deprecated.
      Fetch a single SalesOrderItemPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItemPartner 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.
    • createSalesOrderItemPartner

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

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

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

      @Nonnull SalesOrderItemPartnerAddressFluentHelper getAllSalesOrderItemPartnerAddress()
      Deprecated.
      Fetch multiple SalesOrderItemPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemPartnerAddress 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.
    • getSalesOrderItemPartnerAddressByKey

      @Nonnull SalesOrderItemPartnerAddressByKeyFluentHelper getSalesOrderItemPartnerAddressByKey(String salesOrder, String salesOrderItem, String partnerFunction, String addressRepresentationCode)
      Deprecated.
      Fetch a single SalesOrderItemPartnerAddress entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesOrderItem - Item number of the SD document

      Constraints: Not nullable, Maximum length: 6

      addressRepresentationCode - Version ID for International Addresses

      Constraints: Not nullable, Maximum length: 1

      salesOrder - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItemPartnerAddress 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.
    • updateSalesOrderItemPartnerAddress

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

      @Nonnull SalesOrderItemPrElementFluentHelper getAllSalesOrderItemPrElement()
      Deprecated.
      Fetch multiple SalesOrderItemPrElement entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemPrElement 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.
    • getSalesOrderItemPrElementByKey

      @Nonnull SalesOrderItemPrElementByKeyFluentHelper getSalesOrderItemPrElementByKey(String salesOrder, String salesOrderItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesOrderItemPrElement entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single SalesOrderItemPrElement 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.
    • createSalesOrderItemPrElement

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

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

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

      @Nonnull SalesOrderItemRelatedObjectFluentHelper getAllSalesOrderItemRelatedObject()
      Deprecated.
      Fetch multiple SalesOrderItemRelatedObject entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemRelatedObject 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.
    • getSalesOrderItemRelatedObjectByKey

      @Nonnull SalesOrderItemRelatedObjectByKeyFluentHelper getSalesOrderItemRelatedObjectByKey(String salesOrder, String salesOrderItem, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single SalesOrderItemRelatedObject entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      sDDocRelatedObjectSequenceNmbr - Sequence Number of the Related Object of an SD Document

      Constraints: Not nullable, Maximum length: 4

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItemRelatedObject 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.
    • createSalesOrderItemRelatedObject

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

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

      @Nonnull SalesOrderItemTextFluentHelper getAllSalesOrderItemText()
      Deprecated.
      Fetch multiple SalesOrderItemText entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItemText 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.
    • getSalesOrderItemTextByKey

      @Nonnull SalesOrderItemTextByKeyFluentHelper getSalesOrderItemTextByKey(String salesOrder, String salesOrderItem, String language, String longTextID)
      Deprecated.
      Fetch a single SalesOrderItemText entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItemText 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.
    • createSalesOrderItemText

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

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

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

      @Nonnull SalesOrderItmPrecdgProcFlowFluentHelper getAllSalesOrderItmPrecdgProcFlow()
      Deprecated.
      Fetch multiple SalesOrderItmPrecdgProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItmPrecdgProcFlow 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.
    • getSalesOrderItmPrecdgProcFlowByKey

      @Nonnull SalesOrderItmPrecdgProcFlowByKeyFluentHelper getSalesOrderItmPrecdgProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SalesOrderItmPrecdgProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesOrderItem - Subsequent Item of an SD Document

      Constraints: Not nullable, Maximum length: 6

      salesOrder - Subsequent Sales and Distribution Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItmPrecdgProcFlow 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.
    • getAllSalesOrderItmSubsqntProcFlow

      @Nonnull SalesOrderItmSubsqntProcFlowFluentHelper getAllSalesOrderItmSubsqntProcFlow()
      Deprecated.
      Fetch multiple SalesOrderItmSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderItmSubsqntProcFlow 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.
    • getSalesOrderItmSubsqntProcFlowByKey

      @Nonnull SalesOrderItmSubsqntProcFlowByKeyFluentHelper getSalesOrderItmSubsqntProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SalesOrderItmSubsqntProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesOrderItem - Preceding Item of an SD Document

      Constraints: Not nullable, Maximum length: 6

      salesOrder - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderItmSubsqntProcFlow 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.
    • getAllSalesOrderPartnerAddress

      @Nonnull SalesOrderPartnerAddressFluentHelper getAllSalesOrderPartnerAddress()
      Deprecated.
      Fetch multiple SalesOrderPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderPartnerAddress 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.
    • getSalesOrderPartnerAddressByKey

      @Nonnull SalesOrderPartnerAddressByKeyFluentHelper getSalesOrderPartnerAddressByKey(String salesOrder, String partnerFunction, String addressRepresentationCode)
      Deprecated.
      Fetch a single SalesOrderPartnerAddress entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      addressRepresentationCode - Version ID for International Addresses

      Constraints: Not nullable, Maximum length: 1

      salesOrder - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderPartnerAddress 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.
    • updateSalesOrderPartnerAddress

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

      @Nonnull SalesOrderPrecdgProcFlowFluentHelper getAllSalesOrderPrecdgProcFlow()
      Deprecated.
      Fetch multiple SalesOrderPrecdgProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderPrecdgProcFlow 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.
    • getSalesOrderPrecdgProcFlowByKey

      @Nonnull SalesOrderPrecdgProcFlowByKeyFluentHelper getSalesOrderPrecdgProcFlowByKey(String salesOrder, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SalesOrderPrecdgProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesOrder - Subsequent Sales and Distribution Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderPrecdgProcFlow 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.
    • getAllSalesOrderRelatedObject

      @Nonnull SalesOrderRelatedObjectFluentHelper getAllSalesOrderRelatedObject()
      Deprecated.
      Fetch multiple SalesOrderRelatedObject entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderRelatedObject 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.
    • getSalesOrderRelatedObjectByKey

      @Nonnull SalesOrderRelatedObjectByKeyFluentHelper getSalesOrderRelatedObjectByKey(String salesOrder, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single SalesOrderRelatedObject entity using key fields.
      Parameters:
      sDDocRelatedObjectSequenceNmbr - Sequence Number of the Related Object of an SD Document

      Constraints: Not nullable, Maximum length: 4

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderRelatedObject 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.
    • createSalesOrderRelatedObject

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

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

      @Nonnull SalesOrderScheduleLineFluentHelper getAllSalesOrderScheduleLine()
      Deprecated.
      Fetch multiple SalesOrderScheduleLine entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderScheduleLine 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.
    • getSalesOrderScheduleLineByKey

      @Nonnull SalesOrderScheduleLineByKeyFluentHelper getSalesOrderScheduleLineByKey(String salesOrder, String salesOrderItem, String scheduleLine)
      Deprecated.
      Fetch a single SalesOrderScheduleLine entity using key fields.
      Parameters:
      salesOrderItem - Sales Document Item

      Constraints: Not nullable, Maximum length: 6

      scheduleLine - Schedule Line Number

      Constraints: Not nullable, Maximum length: 4

      salesOrder - Sales Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderScheduleLine 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.
    • createSalesOrderScheduleLine

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

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

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

      @Nonnull SalesOrderSubsqntProcFlowFluentHelper getAllSalesOrderSubsqntProcFlow()
      Deprecated.
      Fetch multiple SalesOrderSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderSubsqntProcFlow 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.
    • getSalesOrderSubsqntProcFlowByKey

      @Nonnull SalesOrderSubsqntProcFlowByKeyFluentHelper getSalesOrderSubsqntProcFlowByKey(String salesOrder, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SalesOrderSubsqntProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesOrder - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderSubsqntProcFlow 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.
    • getAllSalesOrderText

      @Nonnull SalesOrderTextFluentHelper getAllSalesOrderText()
      Deprecated.
      Fetch multiple SalesOrderText entities.
      Returns:
      A fluent helper to fetch multiple SalesOrderText 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.
    • getSalesOrderTextByKey

      @Nonnull SalesOrderTextByKeyFluentHelper getSalesOrderTextByKey(String salesOrder, String language, String longTextID)
      Deprecated.
      Fetch a single SalesOrderText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SalesOrderText 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.
    • createSalesOrderText

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

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

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

      @Nonnull SlsOrderItemBillingPlanItemFluentHelper getAllSlsOrderItemBillingPlanItem()
      Deprecated.
      Fetch multiple SlsOrderItemBillingPlanItem entities.
      Returns:
      A fluent helper to fetch multiple SlsOrderItemBillingPlanItem 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.
    • getSlsOrderItemBillingPlanItemByKey

      @Nonnull SlsOrderItemBillingPlanItemByKeyFluentHelper getSlsOrderItemBillingPlanItemByKey(String salesOrder, String salesOrderItem, String billingPlan, String billingPlanItem)
      Deprecated.
      Fetch a single SlsOrderItemBillingPlanItem entity using key fields.
      Parameters:
      salesOrderItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      billingPlan - Billing Plan Number / Invoicing Plan Number

      Constraints: Not nullable, Maximum length: 10

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      billingPlanItem - Item for billing plan/invoice plan/payment cards

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SlsOrderItemBillingPlanItem 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.
    • createSlsOrderItemBillingPlanItem

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

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

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

      @Nonnull SlsOrdPaymentPlanItemDetailsFluentHelper getAllSlsOrdPaymentPlanItemDetails()
      Deprecated.
      Fetch multiple SlsOrdPaymentPlanItemDetails entities.
      Returns:
      A fluent helper to fetch multiple SlsOrdPaymentPlanItemDetails 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.
    • getSlsOrdPaymentPlanItemDetailsByKey

      @Nonnull SlsOrdPaymentPlanItemDetailsByKeyFluentHelper getSlsOrdPaymentPlanItemDetailsByKey(String salesOrder, String paymentPlanItem)
      Deprecated.
      Fetch a single SlsOrdPaymentPlanItemDetails entity using key fields.
      Parameters:
      paymentPlanItem - Item for billing plan/invoice plan/payment cards

      Constraints: Not nullable, Maximum length: 6

      salesOrder - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SlsOrdPaymentPlanItemDetails 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.
    • createSlsOrdPaymentPlanItemDetails

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

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

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

      @Nonnull RejectApprovalRequestFluentHelper rejectApprovalRequest(@Nonnull String salesOrder)
      Deprecated.

      Creates a fluent helper for the rejectApprovalRequest OData function import.

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

      Original parameter name from the Odata EDM: SalesOrder

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

      @Nonnull ReleaseApprovalRequestFluentHelper releaseApprovalRequest(@Nonnull String salesOrder)
      Deprecated.

      Creates a fluent helper for the releaseApprovalRequest OData function import.

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

      Original parameter name from the Odata EDM: SalesOrder

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