@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultServiceQuotationService") public class DefaultServiceQuotationService extends Object implements ServiceQuotationService
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. .
Reference: SAP API Business Hub
OData Service: | API_SERVICE_QUOTATION_SRV |
API Version: | 1 |
Communication Scenario: | Service Quotation Integration (SAP_COM_0355) |
Scope Items: | Service Order Management and Monitoring (3D2) |
Authentication Methods: | Basic |
Business Object: | ServiceQuotation |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultServiceQuotationService()
Creates a service using
ServiceQuotationService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultServiceQuotationService()
ServiceQuotationService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultServiceQuotationService withServicePath(@Nonnull String servicePath)
ServiceQuotationService
withServicePath
in interface ServiceQuotationService
servicePath
- Service path that will override the default.@Nonnull public DefaultServiceQuotationServiceBatch batch()
batch
in interface BatchService<ServiceQuotationServiceBatch>
@Nonnull public ServiceQtanItemPriceElementFluentHelper getAllServiceQtanItemPriceElement()
ServiceQuotationService
ServiceQtanItemPriceElement
entities.getAllServiceQtanItemPriceElement
in interface ServiceQuotationService
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.@Nonnull public ServiceQtanItemPriceElementByKeyFluentHelper getServiceQtanItemPriceElementByKey(String serviceQuotation, String serviceQuotationItem, String pricingProcedureStep, String pricingProcedureCounter)
ServiceQuotationService
ServiceQtanItemPriceElement
entity using key fields.getServiceQtanItemPriceElementByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
serviceQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.
Constraints: Not nullable, Maximum length: 3
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public ServiceQtanItemPriceElementCreateFluentHelper createServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement)
ServiceQuotationService
ServiceQtanItemPriceElement
entity and save it to the S/4HANA system.createServiceQtanItemPriceElement
in interface ServiceQuotationService
serviceQtanItemPriceElement
- ServiceQtanItemPriceElement
entity object that will be created in the S/4HANA system.ServiceQtanItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanItemPriceElementUpdateFluentHelper updateServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement)
ServiceQuotationService
ServiceQtanItemPriceElement
entity and save it to the S/4HANA system.updateServiceQtanItemPriceElement
in interface ServiceQuotationService
serviceQtanItemPriceElement
- ServiceQtanItemPriceElement
entity object that will be updated in the S/4HANA system.ServiceQtanItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanItemPriceElementDeleteFluentHelper deleteServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement)
ServiceQuotationService
ServiceQtanItemPriceElement
entity in the S/4HANA system.deleteServiceQtanItemPriceElement
in interface ServiceQuotationService
serviceQtanItemPriceElement
- ServiceQtanItemPriceElement
entity object that will be deleted in the S/4HANA system.ServiceQtanItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanItemRefObjectFluentHelper getAllServiceQtanItemRefObject()
ServiceQuotationService
ServiceQtanItemRefObject
entities.getAllServiceQtanItemRefObject
in interface ServiceQuotationService
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.@Nonnull public ServiceQtanItemRefObjectByKeyFluentHelper getServiceQtanItemRefObjectByKey(String serviceQuotation, String serviceQuotationItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
ServiceQuotationService
ServiceQtanItemRefObject
entity using key fields.getServiceQtanItemRefObjectByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
serviceQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
serviceReferenceEquipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
serviceRefFunctionalLocation
- Label that uniquely identifies a functional location.
Constraints: Not nullable, Maximum length: 40
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.@Nonnull public ServiceQtanItemRefObjectCreateFluentHelper createServiceQtanItemRefObject(@Nonnull ServiceQtanItemRefObject serviceQtanItemRefObject)
ServiceQuotationService
ServiceQtanItemRefObject
entity and save it to the S/4HANA system.createServiceQtanItemRefObject
in interface ServiceQuotationService
serviceQtanItemRefObject
- ServiceQtanItemRefObject
entity object that will be created in the S/4HANA system.ServiceQtanItemRefObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanItemRefObjectDeleteFluentHelper deleteServiceQtanItemRefObject(@Nonnull ServiceQtanItemRefObject serviceQtanItemRefObject)
ServiceQuotationService
ServiceQtanItemRefObject
entity in the S/4HANA system.deleteServiceQtanItemRefObject
in interface ServiceQuotationService
serviceQtanItemRefObject
- ServiceQtanItemRefObject
entity object that will be deleted in the S/4HANA system.ServiceQtanItemRefObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPersonRespFluentHelper getAllServiceQtanPersonResp()
ServiceQuotationService
ServiceQtanPersonResp
entities.getAllServiceQtanPersonResp
in interface ServiceQuotationService
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.@Nonnull public ServiceQtanPersonRespByKeyFluentHelper getServiceQtanPersonRespByKey(String serviceQuotation, String personResponsible)
ServiceQuotationService
ServiceQtanPersonResp
entity using key fields.getServiceQtanPersonRespByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
personResponsible
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public ServiceQtanPersonRespCreateFluentHelper createServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp)
ServiceQuotationService
ServiceQtanPersonResp
entity and save it to the S/4HANA system.createServiceQtanPersonResp
in interface ServiceQuotationService
serviceQtanPersonResp
- ServiceQtanPersonResp
entity object that will be created in the S/4HANA system.ServiceQtanPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPersonRespUpdateFluentHelper updateServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp)
ServiceQuotationService
ServiceQtanPersonResp
entity and save it to the S/4HANA system.updateServiceQtanPersonResp
in interface ServiceQuotationService
serviceQtanPersonResp
- ServiceQtanPersonResp
entity object that will be updated in the S/4HANA system.ServiceQtanPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPersonRespDeleteFluentHelper deleteServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp)
ServiceQuotationService
ServiceQtanPersonResp
entity in the S/4HANA system.deleteServiceQtanPersonResp
in interface ServiceQuotationService
serviceQtanPersonResp
- ServiceQtanPersonResp
entity object that will be deleted in the S/4HANA system.ServiceQtanPersonResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPriceElementFluentHelper getAllServiceQtanPriceElement()
ServiceQuotationService
ServiceQtanPriceElement
entities.getAllServiceQtanPriceElement
in interface ServiceQuotationService
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.@Nonnull public ServiceQtanPriceElementByKeyFluentHelper getServiceQtanPriceElementByKey(String serviceQuotation, String pricingProcedureStep, String pricingProcedureCounter)
ServiceQuotationService
ServiceQtanPriceElement
entity using key fields.getServiceQtanPriceElementByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.
Constraints: Not nullable, Maximum length: 3
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public ServiceQtanPriceElementCreateFluentHelper createServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement)
ServiceQuotationService
ServiceQtanPriceElement
entity and save it to the S/4HANA system.createServiceQtanPriceElement
in interface ServiceQuotationService
serviceQtanPriceElement
- ServiceQtanPriceElement
entity object that will be created in the S/4HANA system.ServiceQtanPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPriceElementUpdateFluentHelper updateServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement)
ServiceQuotationService
ServiceQtanPriceElement
entity and save it to the S/4HANA system.updateServiceQtanPriceElement
in interface ServiceQuotationService
serviceQtanPriceElement
- ServiceQtanPriceElement
entity object that will be updated in the S/4HANA system.ServiceQtanPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanPriceElementDeleteFluentHelper deleteServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement)
ServiceQuotationService
ServiceQtanPriceElement
entity in the S/4HANA system.deleteServiceQtanPriceElement
in interface ServiceQuotationService
serviceQtanPriceElement
- ServiceQtanPriceElement
entity object that will be deleted in the S/4HANA system.ServiceQtanPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanRefObjectFluentHelper getAllServiceQtanRefObject()
ServiceQuotationService
ServiceQtanRefObject
entities.getAllServiceQtanRefObject
in interface ServiceQuotationService
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.@Nonnull public ServiceQtanRefObjectByKeyFluentHelper getServiceQtanRefObjectByKey(String serviceQuotation, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
ServiceQuotationService
ServiceQtanRefObject
entity using key fields.getServiceQtanRefObjectByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
serviceReferenceEquipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
serviceRefFunctionalLocation
- Label that uniquely identifies a functional location.
Constraints: Not nullable, Maximum length: 40
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.@Nonnull public ServiceQtanRefObjectCreateFluentHelper createServiceQtanRefObject(@Nonnull ServiceQtanRefObject serviceQtanRefObject)
ServiceQuotationService
ServiceQtanRefObject
entity and save it to the S/4HANA system.createServiceQtanRefObject
in interface ServiceQuotationService
serviceQtanRefObject
- ServiceQtanRefObject
entity object that will be created in the S/4HANA system.ServiceQtanRefObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQtanRefObjectDeleteFluentHelper deleteServiceQtanRefObject(@Nonnull ServiceQtanRefObject serviceQtanRefObject)
ServiceQuotationService
ServiceQtanRefObject
entity in the S/4HANA system.deleteServiceQtanRefObject
in interface ServiceQuotationService
serviceQtanRefObject
- ServiceQtanRefObject
entity object that will be deleted in the S/4HANA system.ServiceQtanRefObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationFluentHelper getAllServiceQuotation()
ServiceQuotationService
ServiceQuotation
entities.getAllServiceQuotation
in interface ServiceQuotationService
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.@Nonnull public ServiceQuotationByKeyFluentHelper getServiceQuotationByKey(String serviceQuotation)
ServiceQuotationService
ServiceQuotation
entity using key fields.getServiceQuotationByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public ServiceQuotationCreateFluentHelper createServiceQuotation(@Nonnull ServiceQuotation serviceQuotation)
ServiceQuotationService
ServiceQuotation
entity and save it to the S/4HANA system.createServiceQuotation
in interface ServiceQuotationService
serviceQuotation
- ServiceQuotation
entity object that will be created in the S/4HANA system.ServiceQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationUpdateFluentHelper updateServiceQuotation(@Nonnull ServiceQuotation serviceQuotation)
ServiceQuotationService
ServiceQuotation
entity and save it to the S/4HANA system.updateServiceQuotation
in interface ServiceQuotationService
serviceQuotation
- ServiceQuotation
entity object that will be updated in the S/4HANA system.ServiceQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemFluentHelper getAllServiceQuotationItem()
ServiceQuotationService
ServiceQuotationItem
entities.getAllServiceQuotationItem
in interface ServiceQuotationService
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.@Nonnull public ServiceQuotationItemByKeyFluentHelper getServiceQuotationItemByKey(String serviceQuotation, String serviceQuotationItem)
ServiceQuotationService
ServiceQuotationItem
entity using key fields.getServiceQuotationItemByKey
in interface ServiceQuotationService
serviceQuotation
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
serviceQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull public ServiceQuotationItemCreateFluentHelper createServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem)
ServiceQuotationService
ServiceQuotationItem
entity and save it to the S/4HANA system.createServiceQuotationItem
in interface ServiceQuotationService
serviceQuotationItem
- ServiceQuotationItem
entity object that will be created in the S/4HANA system.ServiceQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemUpdateFluentHelper updateServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem)
ServiceQuotationService
ServiceQuotationItem
entity and save it to the S/4HANA system.updateServiceQuotationItem
in interface ServiceQuotationService
serviceQuotationItem
- ServiceQuotationItem
entity object that will be updated in the S/4HANA system.ServiceQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemDeleteFluentHelper deleteServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem)
ServiceQuotationService
ServiceQuotationItem
entity in the S/4HANA system.deleteServiceQuotationItem
in interface ServiceQuotationService
serviceQuotationItem
- ServiceQuotationItem
entity object that will be deleted in the S/4HANA system.ServiceQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemTextFluentHelper getAllServiceQuotationItemText()
ServiceQuotationService
ServiceQuotationItemText
entities.getAllServiceQuotationItemText
in interface ServiceQuotationService
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.@Nonnull public ServiceQuotationItemTextByKeyFluentHelper getServiceQuotationItemTextByKey(String serviceQuotation, String serviceQuotationItem, String language, String longTextID)
ServiceQuotationService
ServiceQuotationItemText
entity using key fields.getServiceQuotationItemTextByKey
in interface ServiceQuotationService
serviceQuotation
- Number which identifies the transaction document. It is unique for the respective business transaction
category.
Constraints: Not nullable, Maximum length: 10
serviceQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
longTextID
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public ServiceQuotationItemTextCreateFluentHelper createServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText)
ServiceQuotationService
ServiceQuotationItemText
entity and save it to the S/4HANA system.createServiceQuotationItemText
in interface ServiceQuotationService
serviceQuotationItemText
- ServiceQuotationItemText
entity object that will be created in the S/4HANA system.ServiceQuotationItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemTextUpdateFluentHelper updateServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText)
ServiceQuotationService
ServiceQuotationItemText
entity and save it to the S/4HANA system.updateServiceQuotationItemText
in interface ServiceQuotationService
serviceQuotationItemText
- ServiceQuotationItemText
entity object that will be updated in the S/4HANA system.ServiceQuotationItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationItemTextDeleteFluentHelper deleteServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText)
ServiceQuotationService
ServiceQuotationItemText
entity in the S/4HANA system.deleteServiceQuotationItemText
in interface ServiceQuotationService
serviceQuotationItemText
- ServiceQuotationItemText
entity object that will be deleted in the S/4HANA system.ServiceQuotationItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationTextFluentHelper getAllServiceQuotationText()
ServiceQuotationService
ServiceQuotationText
entities.getAllServiceQuotationText
in interface ServiceQuotationService
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.@Nonnull public ServiceQuotationTextByKeyFluentHelper getServiceQuotationTextByKey(String serviceQuotation, String language, String longTextID)
ServiceQuotationService
ServiceQuotationText
entity using key fields.getServiceQuotationTextByKey
in interface ServiceQuotationService
serviceQuotation
- Number which identifies the transaction document. It is unique for the respective business transaction
category.
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
longTextID
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public ServiceQuotationTextCreateFluentHelper createServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText)
ServiceQuotationService
ServiceQuotationText
entity and save it to the S/4HANA system.createServiceQuotationText
in interface ServiceQuotationService
serviceQuotationText
- ServiceQuotationText
entity object that will be created in the S/4HANA system.ServiceQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationTextUpdateFluentHelper updateServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText)
ServiceQuotationService
ServiceQuotationText
entity and save it to the S/4HANA system.updateServiceQuotationText
in interface ServiceQuotationService
serviceQuotationText
- ServiceQuotationText
entity object that will be updated in the S/4HANA system.ServiceQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ServiceQuotationTextDeleteFluentHelper deleteServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText)
ServiceQuotationService
ServiceQuotationText
entity in the S/4HANA system.deleteServiceQuotationText
in interface ServiceQuotationService
serviceQuotationText
- ServiceQuotationText
entity object that will be deleted in the S/4HANA system.ServiceQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.