Interface SalesSchedulingAgreementService

All Superinterfaces:
BatchService<SalesSchedulingAgreementServiceBatch>
All Known Implementing Classes:
DefaultSalesSchedulingAgreementService

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

The service contains header, item, delivery schedule, and schedule line entities, as well as header and item sub-entities for partners and pricing elements. Once the sales scheduling agreement has been created, the sales scheduling agreement number is sent in the response with the data included in the sales scheduling agreement. If there are any issues when creating, retrieving, updating, or deleting the sales scheduling agreement, the system displays error messages in the response..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SALES_SCHEDULING_AGREEMENT
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Sales Scheduling Agreements Integration(SAP_COM_0360)
Scope Items: Sales Scheduling Agreements(3NR), Sales Scheduling Agreement with Consignment(4LZ)
Authentication Methods: x509
Business Object: Sales Scheduling Agreement
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull SalesSchedulingAgreementService 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.
    • getAllSalesSchedgAgrmt

      @Nonnull SalesSchedgAgrmtFluentHelper getAllSalesSchedgAgrmt()
      Deprecated.
      Fetch multiple SalesSchedgAgrmt entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmt 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.
    • getSalesSchedgAgrmtByKey

      @Nonnull SalesSchedgAgrmtByKeyFluentHelper getSalesSchedgAgrmtByKey(String salesSchedulingAgreement)
      Deprecated.
      Fetch a single SalesSchedgAgrmt entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SalesSchedgAgrmtDelivSchedFluentHelper getAllSalesSchedgAgrmtDelivSched()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtDelivSched entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtDelivSched 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.
    • getSalesSchedgAgrmtDelivSchedByKey

      @Nonnull SalesSchedgAgrmtDelivSchedByKeyFluentHelper getSalesSchedgAgrmtDelivSchedByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem, String intDeliveryScheduleNumber, String schedulingAgreementReleaseType)
      Deprecated.
      Fetch a single SalesSchedgAgrmtDelivSched entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Document

      Constraints: Not nullable, Maximum length: 10

      schedulingAgreementReleaseType - Release type

      Constraints: Not nullable, Maximum length: 1

      intDeliveryScheduleNumber - Internal delivery schedule number

      Constraints: Not nullable, Maximum length: 4

      salesSchedulingAgreementItem - Sales Document Item

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull SalesSchedgAgrmtItemFluentHelper getAllSalesSchedgAgrmtItem()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtItem entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtItem 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.
    • getSalesSchedgAgrmtItemByKey

      @Nonnull SalesSchedgAgrmtItemByKeyFluentHelper getSalesSchedgAgrmtItemByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem)
      Deprecated.
      Fetch a single SalesSchedgAgrmtItem entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull SalesSchedgAgrmtItemPartnerFluentHelper getAllSalesSchedgAgrmtItemPartner()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtItemPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtItemPartner 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.
    • getSalesSchedgAgrmtItemPartnerByKey

      @Nonnull SalesSchedgAgrmtItemPartnerByKeyFluentHelper getSalesSchedgAgrmtItemPartnerByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem, String partnerFunction)
      Deprecated.
      Fetch a single SalesSchedgAgrmtItemPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull SalesSchedgAgrmtItemTextFluentHelper getAllSalesSchedgAgrmtItemText()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtItemText entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtItemText 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.
    • getSalesSchedgAgrmtItemTextByKey

      @Nonnull SalesSchedgAgrmtItemTextByKeyFluentHelper getSalesSchedgAgrmtItemTextByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem, String language, String longTextID)
      Deprecated.
      Fetch a single SalesSchedgAgrmtItemText entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull SalesSchedgAgrmtItmPrcgElmntFluentHelper getAllSalesSchedgAgrmtItmPrcgElmnt()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtItmPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtItmPrcgElmnt 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.
    • getSalesSchedgAgrmtItmPrcgElmntByKey

      @Nonnull SalesSchedgAgrmtItmPrcgElmntByKeyFluentHelper getSalesSchedgAgrmtItmPrcgElmntByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesSchedgAgrmtItmPrcgElmnt entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull SalesSchedgAgrmtPartnerFluentHelper getAllSalesSchedgAgrmtPartner()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtPartner 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.
    • getSalesSchedgAgrmtPartnerByKey

      @Nonnull SalesSchedgAgrmtPartnerByKeyFluentHelper getSalesSchedgAgrmtPartnerByKey(String salesSchedulingAgreement, String partnerFunction)
      Deprecated.
      Fetch a single SalesSchedgAgrmtPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SalesSchedgAgrmtPrcgElementFluentHelper getAllSalesSchedgAgrmtPrcgElement()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtPrcgElement entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtPrcgElement 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.
    • getSalesSchedgAgrmtPrcgElementByKey

      @Nonnull SalesSchedgAgrmtPrcgElementByKeyFluentHelper getSalesSchedgAgrmtPrcgElementByKey(String salesSchedulingAgreement, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesSchedgAgrmtPrcgElement entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull SalesSchedgAgrmtSchedLineFluentHelper getAllSalesSchedgAgrmtSchedLine()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtSchedLine entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtSchedLine 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.
    • getSalesSchedgAgrmtSchedLineByKey

      @Nonnull SalesSchedgAgrmtSchedLineByKeyFluentHelper getSalesSchedgAgrmtSchedLineByKey(String salesSchedulingAgreement, String salesSchedulingAgreementItem, String scheduleLine)
      Deprecated.
      Fetch a single SalesSchedgAgrmtSchedLine entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      scheduleLine - Schedule Line Number

      Constraints: Not nullable, Maximum length: 4

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull SalesSchedgAgrmtTextFluentHelper getAllSalesSchedgAgrmtText()
      Deprecated.
      Fetch multiple SalesSchedgAgrmtText entities.
      Returns:
      A fluent helper to fetch multiple SalesSchedgAgrmtText 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.
    • getSalesSchedgAgrmtTextByKey

      @Nonnull SalesSchedgAgrmtTextByKeyFluentHelper getSalesSchedgAgrmtTextByKey(String salesSchedulingAgreement, String language, String longTextID)
      Deprecated.
      Fetch a single SalesSchedgAgrmtText entity using key fields.
      Parameters:
      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull CreateCorrectionDeliveryFluentHelper createCorrectionDelivery(@Nonnull String salesSchedulingAgreementItem, @Nonnull String salesSchedulingAgreement, @Nonnull BigDecimal correctionDeliveryQuantity, @Nonnull LocalDateTime correctionDeliveryDate)
      Deprecated.

      Creates a fluent helper for the CreateCorrectionDelivery OData function import.

      Parameters:
      correctionDeliveryDate - Date and Time of Correction Delivery

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: CorrectionDeliveryDate

      correctionDeliveryQuantity - Quantity of Correction Delivery

      Constraints: Not nullable, Precision: 31, Scale: 0

      Original parameter name from the Odata EDM: CorrectionDeliveryQuantity

      salesSchedulingAgreement - Sales Scheduling Agreement

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: SalesSchedulingAgreement

      salesSchedulingAgreementItem - Sales Scheduling Agreement Item

      Constraints: Not nullable, Maximum length: 6

      Original parameter name from the Odata EDM: SalesSchedulingAgreementItem

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