Interface SalesQuotationService

All Superinterfaces:
BatchService<SalesQuotationServiceBatch>
All Known Implementing Classes:
DefaultSalesQuotationService

@Deprecated public interface SalesQuotationService extends BatchService<SalesQuotationServiceBatch>
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 quotations or only parts of the data, using the provided filters. - You can create sales quotations. Note that you must use “deep insert” requests (a header plus the following entities: header partner, header pricing element, header text, header related object, item, item partner, item pricing element, item text, and item related object). You cannot create entities without including any related entities. - For existing sales quotations, you can create new items. Note that you must use “deep insert” requests (with the following entities: item partner, item pricing element, item text, and item related object). You cannot create entities without including any related entities. - For existing sales quotations, you can update the header, header partner, header pricing element, header text, item, item partner, item pricing element, and item text. - For existing sales quotations, you can delete the header, header partner, header pricing element, header text, header related object, item, item partner, item pricing element, item text, and item related object. - You can accept or deny approval requests for sales quotations that cannot be processed without the consent of an approver..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SALES_QUOTATION_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Sales Quotation Integration(SAP_COM_0118)
Scope Items: Sales Quotation(BDG)
Authentication Methods: x509
Business Object: Sales Quotation
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull SalesQuotationService 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.
    • getAllSalesQuotation

      @Nonnull SalesQuotationFluentHelper getAllSalesQuotation()
      Deprecated.
      Fetch multiple SalesQuotation entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotation 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.
    • getSalesQuotationByKey

      @Nonnull SalesQuotationByKeyFluentHelper getSalesQuotationByKey(String salesQuotation)
      Deprecated.
      Fetch a single SalesQuotation entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SalesQuotationItemFluentHelper getAllSalesQuotationItem()
      Deprecated.
      Fetch multiple SalesQuotationItem entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationItem 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.
    • getSalesQuotationItemByKey

      @Nonnull SalesQuotationItemByKeyFluentHelper getSalesQuotationItemByKey(String salesQuotation, String salesQuotationItem)
      Deprecated.
      Fetch a single SalesQuotationItem entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Sales Quotation Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull SalesQuotationItemPartnerFluentHelper getAllSalesQuotationItemPartner()
      Deprecated.
      Fetch multiple SalesQuotationItemPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationItemPartner 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.
    • getSalesQuotationItemPartnerByKey

      @Nonnull SalesQuotationItemPartnerByKeyFluentHelper getSalesQuotationItemPartnerByKey(String salesQuotation, String salesQuotationItem, String partnerFunction)
      Deprecated.
      Fetch a single SalesQuotationItemPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesQuotation - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Item number of the SD document

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull SalesQuotationItemPrcgElmntFluentHelper getAllSalesQuotationItemPrcgElmnt()
      Deprecated.
      Fetch multiple SalesQuotationItemPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationItemPrcgElmnt 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.
    • getSalesQuotationItemPrcgElmntByKey

      @Nonnull SalesQuotationItemPrcgElmntByKeyFluentHelper getSalesQuotationItemPrcgElmntByKey(String salesQuotation, String salesQuotationItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesQuotationItemPrcgElmnt entity using key fields.
      Parameters:
      salesQuotation - Sales Document

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Condition item number

      Constraints: Not nullable, Maximum length: 6

      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 SalesQuotationItemPrcgElmnt 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.
    • updateSalesQuotationItemPrcgElmnt

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

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

      @Nonnull SalesQuotationItemTextFluentHelper getAllSalesQuotationItemText()
      Deprecated.
      Fetch multiple SalesQuotationItemText entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationItemText 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.
    • getSalesQuotationItemTextByKey

      @Nonnull SalesQuotationItemTextByKeyFluentHelper getSalesQuotationItemTextByKey(String salesQuotation, String salesQuotationItem, String language, String longTextID)
      Deprecated.
      Fetch a single SalesQuotationItemText entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Sales Quotation 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

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

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

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

      @Nonnull SalesQuotationPartnerFluentHelper getAllSalesQuotationPartner()
      Deprecated.
      Fetch multiple SalesQuotationPartner entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationPartner 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.
    • getSalesQuotationPartnerByKey

      @Nonnull SalesQuotationPartnerByKeyFluentHelper getSalesQuotationPartnerByKey(String salesQuotation, String partnerFunction)
      Deprecated.
      Fetch a single SalesQuotationPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      salesQuotation - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SalesQuotationPrcgElmntFluentHelper getAllSalesQuotationPrcgElmnt()
      Deprecated.
      Fetch multiple SalesQuotationPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationPrcgElmnt 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.
    • getSalesQuotationPrcgElmntByKey

      @Nonnull SalesQuotationPrcgElmntByKeyFluentHelper getSalesQuotationPrcgElmntByKey(String salesQuotation, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single SalesQuotationPrcgElmnt entity using key fields.
      Parameters:
      salesQuotation - Sales Document

      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 SalesQuotationPrcgElmnt 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.
    • updateSalesQuotationPrcgElmnt

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

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

      @Nonnull SalesQuotationRelatedObjectFluentHelper getAllSalesQuotationRelatedObject()
      Deprecated.
      Fetch multiple SalesQuotationRelatedObject entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationRelatedObject 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.
    • getSalesQuotationRelatedObjectByKey

      @Nonnull SalesQuotationRelatedObjectByKeyFluentHelper getSalesQuotationRelatedObjectByKey(String salesQuotation, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single SalesQuotationRelatedObject entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      Constraints: Not nullable, Maximum length: 10

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

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull SalesQuotationTextFluentHelper getAllSalesQuotationText()
      Deprecated.
      Fetch multiple SalesQuotationText entities.
      Returns:
      A fluent helper to fetch multiple SalesQuotationText 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.
    • getSalesQuotationTextByKey

      @Nonnull SalesQuotationTextByKeyFluentHelper getSalesQuotationTextByKey(String salesQuotation, String language, String longTextID)
      Deprecated.
      Fetch a single SalesQuotationText entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      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 SalesQuotationText 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.
    • updateSalesQuotationText

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

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

      @Nonnull SlsQtanItemRelatedObjectFluentHelper getAllSlsQtanItemRelatedObject()
      Deprecated.
      Fetch multiple SlsQtanItemRelatedObject entities.
      Returns:
      A fluent helper to fetch multiple SlsQtanItemRelatedObject 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.
    • getSlsQtanItemRelatedObjectByKey

      @Nonnull SlsQtanItemRelatedObjectByKeyFluentHelper getSlsQtanItemRelatedObjectByKey(String salesQuotation, String salesQuotationItem, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single SlsQtanItemRelatedObject entity using key fields.
      Parameters:
      salesQuotation - Sales Quotation

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Sales Quotation Item

      Constraints: Not nullable, Maximum length: 6

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

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull SlsQtanItmPrecdgProcFlowFluentHelper getAllSlsQtanItmPrecdgProcFlow()
      Deprecated.
      Fetch multiple SlsQtanItmPrecdgProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SlsQtanItmPrecdgProcFlow 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.
    • getSlsQtanItmPrecdgProcFlowByKey

      @Nonnull SlsQtanItmPrecdgProcFlowByKeyFluentHelper getSlsQtanItmPrecdgProcFlowByKey(String salesQuotation, String salesQuotationItem, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SlsQtanItmPrecdgProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesQuotation - Subsequent Sales and Distribution Document

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Subsequent Item of an SD Document

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull SlsQtanItmSubsqntProcFlowFluentHelper getAllSlsQtanItmSubsqntProcFlow()
      Deprecated.
      Fetch multiple SlsQtanItmSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SlsQtanItmSubsqntProcFlow 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.
    • getSlsQtanItmSubsqntProcFlowByKey

      @Nonnull SlsQtanItmSubsqntProcFlowByKeyFluentHelper getSlsQtanItmSubsqntProcFlowByKey(String salesQuotation, String salesQuotationItem, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SlsQtanItmSubsqntProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesQuotation - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

      salesQuotationItem - Preceding Item of an SD Document

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull SlsQtanPrecdgProcFlowFluentHelper getAllSlsQtanPrecdgProcFlow()
      Deprecated.
      Fetch multiple SlsQtanPrecdgProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SlsQtanPrecdgProcFlow 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.
    • getSlsQtanPrecdgProcFlowByKey

      @Nonnull SlsQtanPrecdgProcFlowByKeyFluentHelper getSlsQtanPrecdgProcFlowByKey(String salesQuotation, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SlsQtanPrecdgProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesQuotation - Subsequent Sales and Distribution Document

      Constraints: Not nullable, Maximum length: 10

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

      @Nonnull SlsQtanSubsqntProcFlowFluentHelper getAllSlsQtanSubsqntProcFlow()
      Deprecated.
      Fetch multiple SlsQtanSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple SlsQtanSubsqntProcFlow 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.
    • getSlsQtanSubsqntProcFlowByKey

      @Nonnull SlsQtanSubsqntProcFlowByKeyFluentHelper getSlsQtanSubsqntProcFlowByKey(String salesQuotation, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single SlsQtanSubsqntProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      salesQuotation - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

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

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

      Creates a fluent helper for the releaseApprovalRequest OData function import.

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

      Original parameter name from the Odata EDM: SalesQuotation

      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.
    • rejectApprovalRequest

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

      Creates a fluent helper for the rejectApprovalRequest OData function import.

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

      Original parameter name from the Odata EDM: SalesQuotation

      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.