Interface ServiceQuotationService

All Superinterfaces:
BatchService<ServiceQuotationServiceBatch>
All Known Implementing Classes:
DefaultServiceQuotationService

@Deprecated public interface ServiceQuotationService extends BatchService<ServiceQuotationServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2202 (Feb 2022). Please use the odata generator to generate the VDM.

You can use this service to integrate external applications with service quotation processing in Service in SAP S/4HANA Cloud. In each API call, you can use the following operations: - Retrieve service quotations. - Create service quotations. Note: You must use “deep insert” requests (a header plus the following entities: header person responsible, header pricing element, header reference object, header text, and item). - Create new items for existing service quotations. - Create an item reference object, item pricing element, and an item text for existing service quotations items. - Update the header, header person responsible, header pricing element, header text, item, item pricing element, and item text of existing service quotations. - Delete the header person responsible, header reference object, header pricing element, header text, item, item reference object, item pricing element, and item text of existing service quotations. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SERVICE_QUOTATION_SRV
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: Service Quotation Integration(SAP_COM_0355), Service - Repair Quotation Integration(SAP_COM_0744)
Scope Items: Service Order Management and Monitoring(3D2), In-House Repair(3XK)
Business Object: Service Quotation
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ServiceQuotationService 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.
    • getAllServiceQtanItemPriceElement

      @Nonnull ServiceQtanItemPriceElementFluentHelper getAllServiceQtanItemPriceElement()
      Deprecated.
      Fetch multiple ServiceQtanItemPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceQtanItemPriceElement 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.
    • getServiceQtanItemPriceElementByKey

      @Nonnull ServiceQtanItemPriceElementByKeyFluentHelper getServiceQtanItemPriceElementByKey(String serviceQuotation, String serviceQuotationItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceQtanItemPriceElement entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      serviceQuotationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull ServiceQtanItemRefObjectFluentHelper getAllServiceQtanItemRefObject()
      Deprecated.
      Fetch multiple ServiceQtanItemRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceQtanItemRefObject 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.
    • getServiceQtanItemRefObjectByKey

      @Nonnull ServiceQtanItemRefObjectByKeyFluentHelper getServiceQtanItemRefObjectByKey(String serviceQuotation, String serviceQuotationItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceQtanItemRefObject entity using key fields.
      Parameters:
      serviceQuotationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceQtanPersonRespFluentHelper getAllServiceQtanPersonResp()
      Deprecated.
      Fetch multiple ServiceQtanPersonResp entities.
      Returns:
      A fluent helper to fetch multiple ServiceQtanPersonResp 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.
    • getServiceQtanPersonRespByKey

      @Nonnull ServiceQtanPersonRespByKeyFluentHelper getServiceQtanPersonRespByKey(String serviceQuotation, String personResponsible)
      Deprecated.
      Fetch a single ServiceQtanPersonResp entity using key fields.
      Parameters:
      personResponsible - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull ServiceQtanPriceElementFluentHelper getAllServiceQtanPriceElement()
      Deprecated.
      Fetch multiple ServiceQtanPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceQtanPriceElement 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.
    • getServiceQtanPriceElementByKey

      @Nonnull ServiceQtanPriceElementByKeyFluentHelper getServiceQtanPriceElementByKey(String serviceQuotation, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceQtanPriceElement entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull ServiceQtanRefObjectFluentHelper getAllServiceQtanRefObject()
      Deprecated.
      Fetch multiple ServiceQtanRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceQtanRefObject 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.
    • getServiceQtanRefObjectByKey

      @Nonnull ServiceQtanRefObjectByKeyFluentHelper getServiceQtanRefObjectByKey(String serviceQuotation, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceQtanRefObject entity using key fields.
      Parameters:
      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceQuotationFluentHelper getAllServiceQuotation()
      Deprecated.
      Fetch multiple ServiceQuotation entities.
      Returns:
      A fluent helper to fetch multiple ServiceQuotation 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.
    • getServiceQuotationByKey

      @Nonnull ServiceQuotationByKeyFluentHelper getServiceQuotationByKey(String serviceQuotation)
      Deprecated.
      Fetch a single ServiceQuotation entity using key fields.
      Parameters:
      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceQuotationItemFluentHelper getAllServiceQuotationItem()
      Deprecated.
      Fetch multiple ServiceQuotationItem entities.
      Returns:
      A fluent helper to fetch multiple ServiceQuotationItem 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.
    • getServiceQuotationItemByKey

      @Nonnull ServiceQuotationItemByKeyFluentHelper getServiceQuotationItemByKey(String serviceQuotation, String serviceQuotationItem)
      Deprecated.
      Fetch a single ServiceQuotationItem entity using key fields.
      Parameters:
      serviceQuotationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull ServiceQuotationItemTextFluentHelper getAllServiceQuotationItemText()
      Deprecated.
      Fetch multiple ServiceQuotationItemText entities.
      Returns:
      A fluent helper to fetch multiple ServiceQuotationItemText 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.
    • getServiceQuotationItemTextByKey

      @Nonnull ServiceQuotationItemTextByKeyFluentHelper getServiceQuotationItemTextByKey(String serviceQuotation, String serviceQuotationItem, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceQuotationItemText entity using key fields.
      Parameters:
      serviceQuotationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull ServiceQuotationTextFluentHelper getAllServiceQuotationText()
      Deprecated.
      Fetch multiple ServiceQuotationText entities.
      Returns:
      A fluent helper to fetch multiple ServiceQuotationText 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.
    • getServiceQuotationTextByKey

      @Nonnull ServiceQuotationTextByKeyFluentHelper getServiceQuotationTextByKey(String serviceQuotation, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceQuotationText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      serviceQuotation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ServiceQuotationTextDeleteFluentHelper deleteServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText)
      Deprecated.
      Deletes an existing ServiceQuotationText entity in the S/4HANA system.
      Parameters:
      serviceQuotationText - ServiceQuotationText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceQuotationText entity. To perform execution, call the execute method on the fluent helper object.