@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultSolutionQuotationService") public class DefaultSolutionQuotationService extends Object implements SolutionQuotationService
The service contains entities for solution quotation header, various supported items, follow-up transactions, and texts, as well as the entities for items. You can use the service to create, retrieve, and update solution quotations. For released solution quotations, you can use POST operation to accept to trigger follow-up transactions and set the solution quotation status to Completed. You can also create a solution quotation and accept it in a single changeset. For delete operation, note that you can't delete a solution quotation from the solution quotation header. You can use subscription related entities only when your system also supports SAP S/4HANA Subscription Order Management..
Reference: SAP API Business Hub
OData Service: | OP_API_BUS_SOLUTION_QUOTATION_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Business Solution Quotation |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSolutionQuotationService()
Creates a service using
SolutionQuotationService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultSolutionQuotationService()
SolutionQuotationService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultSolutionQuotationService withServicePath(@Nonnull String servicePath)
SolutionQuotationService
withServicePath
in interface SolutionQuotationService
servicePath
- Service path that will override the default.@Nonnull public DefaultSolutionQuotationServiceBatch batch()
batch
in interface BatchService<SolutionQuotationServiceBatch>
@Nonnull public BusinessSolutionQuotationFluentHelper getAllBusinessSolutionQuotation()
SolutionQuotationService
BusinessSolutionQuotation
entities.getAllBusinessSolutionQuotation
in interface SolutionQuotationService
BusinessSolutionQuotation
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 BusinessSolutionQuotationByKeyFluentHelper getBusinessSolutionQuotationByKey(String businessSolutionQuotation)
SolutionQuotationService
BusinessSolutionQuotation
entity using key fields.getBusinessSolutionQuotationByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
BusinessSolutionQuotation
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 BusinessSolutionQuotationCreateFluentHelper createBusinessSolutionQuotation(@Nonnull BusinessSolutionQuotation businessSolutionQuotation)
SolutionQuotationService
BusinessSolutionQuotation
entity and save it to the S/4HANA system.createBusinessSolutionQuotation
in interface SolutionQuotationService
businessSolutionQuotation
- BusinessSolutionQuotation
entity object that will be created in the S/4HANA system.BusinessSolutionQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusinessSolutionQuotationUpdateFluentHelper updateBusinessSolutionQuotation(@Nonnull BusinessSolutionQuotation businessSolutionQuotation)
SolutionQuotationService
BusinessSolutionQuotation
entity and save it to the S/4HANA system.updateBusinessSolutionQuotation
in interface SolutionQuotationService
businessSolutionQuotation
- BusinessSolutionQuotation
entity object that will be updated in the S/4HANA system.BusinessSolutionQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BuSoQtanItmFUPSubscrpnContrFluentHelper getAllBuSoQtanItmFUPSubscrpnContr()
SolutionQuotationService
BuSoQtanItmFUPSubscrpnContr
entities.getAllBuSoQtanItmFUPSubscrpnContr
in interface SolutionQuotationService
BuSoQtanItmFUPSubscrpnContr
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 BuSoQtanItmFUPSubscrpnContrByKeyFluentHelper getBuSoQtanItmFUPSubscrpnContrByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
SolutionQuotationService
BuSoQtanItmFUPSubscrpnContr
entity using key fields.getBuSoQtanItmFUPSubscrpnContrByKey
in interface SolutionQuotationService
serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BuSoQtanItmFUPSubscrpnContr
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 BuSoQtanSrvcContrItmRefObjFluentHelper getAllBuSoQtanSrvcContrItmRefObj()
SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
entities.getAllBuSoQtanSrvcContrItmRefObj
in interface SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
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 BuSoQtanSrvcContrItmRefObjByKeyFluentHelper getBuSoQtanSrvcContrItmRefObjByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String srvcContrReferenceProduct, String srvcContrReferenceEquipment)
SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
entity using key fields.getBuSoQtanSrvcContrItmRefObjByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
srvcContrReferenceProduct
- Material Number
Constraints: Not nullable, Maximum length: 40
srvcContrReferenceEquipment
- Equipment Number
Constraints: Not nullable, Maximum length: 18
BuSoQtanSrvcContrItmRefObj
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 BuSoQtanSrvcContrItmRefObjCreateFluentHelper createBuSoQtanSrvcContrItmRefObj(@Nonnull BuSoQtanSrvcContrItmRefObj buSoQtanSrvcContrItmRefObj)
SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
entity and save it to the S/4HANA system.createBuSoQtanSrvcContrItmRefObj
in interface SolutionQuotationService
buSoQtanSrvcContrItmRefObj
- BuSoQtanSrvcContrItmRefObj
entity object that will be created in the S/4HANA system.BuSoQtanSrvcContrItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BuSoQtanSrvcContrItmRefObjUpdateFluentHelper updateBuSoQtanSrvcContrItmRefObj(@Nonnull BuSoQtanSrvcContrItmRefObj buSoQtanSrvcContrItmRefObj)
SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
entity and save it to the S/4HANA system.updateBuSoQtanSrvcContrItmRefObj
in interface SolutionQuotationService
buSoQtanSrvcContrItmRefObj
- BuSoQtanSrvcContrItmRefObj
entity object that will be updated in the S/4HANA system.BuSoQtanSrvcContrItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BuSoQtanSrvcContrItmRefObjDeleteFluentHelper deleteBuSoQtanSrvcContrItmRefObj(@Nonnull BuSoQtanSrvcContrItmRefObj buSoQtanSrvcContrItmRefObj)
SolutionQuotationService
BuSoQtanSrvcContrItmRefObj
entity in the S/4HANA system.deleteBuSoQtanSrvcContrItmRefObj
in interface SolutionQuotationService
buSoQtanSrvcContrItmRefObj
- BuSoQtanSrvcContrItmRefObj
entity object that will be deleted in the S/4HANA system.BuSoQtanSrvcContrItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanExpenseItemFluentHelper getAllBusSolnQtanExpenseItem()
SolutionQuotationService
BusSolnQtanExpenseItem
entities.getAllBusSolnQtanExpenseItem
in interface SolutionQuotationService
BusSolnQtanExpenseItem
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 BusSolnQtanExpenseItemByKeyFluentHelper getBusSolnQtanExpenseItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanExpenseItem
entity using key fields.getBusSolnQtanExpenseItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanExpenseItem
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 BusSolnQtanExpenseItemCreateFluentHelper createBusSolnQtanExpenseItem(@Nonnull BusSolnQtanExpenseItem busSolnQtanExpenseItem)
SolutionQuotationService
BusSolnQtanExpenseItem
entity and save it to the S/4HANA system.createBusSolnQtanExpenseItem
in interface SolutionQuotationService
busSolnQtanExpenseItem
- BusSolnQtanExpenseItem
entity object that will be created in the S/4HANA system.BusSolnQtanExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanExpenseItemUpdateFluentHelper updateBusSolnQtanExpenseItem(@Nonnull BusSolnQtanExpenseItem busSolnQtanExpenseItem)
SolutionQuotationService
BusSolnQtanExpenseItem
entity and save it to the S/4HANA system.updateBusSolnQtanExpenseItem
in interface SolutionQuotationService
busSolnQtanExpenseItem
- BusSolnQtanExpenseItem
entity object that will be updated in the S/4HANA system.BusSolnQtanExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanExpenseItemDeleteFluentHelper deleteBusSolnQtanExpenseItem(@Nonnull BusSolnQtanExpenseItem busSolnQtanExpenseItem)
SolutionQuotationService
BusSolnQtanExpenseItem
entity in the S/4HANA system.deleteBusSolnQtanExpenseItem
in interface SolutionQuotationService
busSolnQtanExpenseItem
- BusSolnQtanExpenseItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanFUPSalesOrderFluentHelper getAllBusSolnQtanFUPSalesOrder()
SolutionQuotationService
BusSolnQtanFUPSalesOrder
entities.getAllBusSolnQtanFUPSalesOrder
in interface SolutionQuotationService
BusSolnQtanFUPSalesOrder
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 BusSolnQtanFUPSalesOrderByKeyFluentHelper getBusSolnQtanFUPSalesOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
SolutionQuotationService
BusSolnQtanFUPSalesOrder
entity using key fields.getBusSolnQtanFUPSalesOrderByKey
in interface SolutionQuotationService
serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanFUPSalesOrder
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 BusSolnQtanFUPSrvcContrFluentHelper getAllBusSolnQtanFUPSrvcContr()
SolutionQuotationService
BusSolnQtanFUPSrvcContr
entities.getAllBusSolnQtanFUPSrvcContr
in interface SolutionQuotationService
BusSolnQtanFUPSrvcContr
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 BusSolnQtanFUPSrvcContrByKeyFluentHelper getBusSolnQtanFUPSrvcContrByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
SolutionQuotationService
BusSolnQtanFUPSrvcContr
entity using key fields.getBusSolnQtanFUPSrvcContrByKey
in interface SolutionQuotationService
serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanFUPSrvcContr
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 BusSolnQtanFUPSrvcOrderFluentHelper getAllBusSolnQtanFUPSrvcOrder()
SolutionQuotationService
BusSolnQtanFUPSrvcOrder
entities.getAllBusSolnQtanFUPSrvcOrder
in interface SolutionQuotationService
BusSolnQtanFUPSrvcOrder
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 BusSolnQtanFUPSrvcOrderByKeyFluentHelper getBusSolnQtanFUPSrvcOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
SolutionQuotationService
BusSolnQtanFUPSrvcOrder
entity using key fields.getBusSolnQtanFUPSrvcOrderByKey
in interface SolutionQuotationService
serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanFUPSrvcOrder
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 BusSolnQtanFUPSubscrpnContrFluentHelper getAllBusSolnQtanFUPSubscrpnContr()
SolutionQuotationService
BusSolnQtanFUPSubscrpnContr
entities.getAllBusSolnQtanFUPSubscrpnContr
in interface SolutionQuotationService
BusSolnQtanFUPSubscrpnContr
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 BusSolnQtanFUPSubscrpnContrByKeyFluentHelper getBusSolnQtanFUPSubscrpnContrByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
SolutionQuotationService
BusSolnQtanFUPSubscrpnContr
entity using key fields.getBusSolnQtanFUPSubscrpnContrByKey
in interface SolutionQuotationService
serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanFUPSubscrpnContr
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 BusSolnQtanItemDteParamFluentHelper getAllBusSolnQtanItemDteParam()
SolutionQuotationService
BusSolnQtanItemDteParam
entities.getAllBusSolnQtanItemDteParam
in interface SolutionQuotationService
BusSolnQtanItemDteParam
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 BusSolnQtanItemDteParamByKeyFluentHelper getBusSolnQtanItemDteParamByKey(String businessSolutionQuotation, String busSolutionQuotationItem, UUID chargePlanParameterUUID)
SolutionQuotationService
BusSolnQtanItemDteParam
entity using key fields.getBusSolnQtanItemDteParamByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
chargePlanParameterUUID
- Charge Plan Parameter UUID
Constraints: Not nullable
BusSolnQtanItemDteParam
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 BusSolnQtanItemDteParamCreateFluentHelper createBusSolnQtanItemDteParam(@Nonnull BusSolnQtanItemDteParam busSolnQtanItemDteParam)
SolutionQuotationService
BusSolnQtanItemDteParam
entity and save it to the S/4HANA system.createBusSolnQtanItemDteParam
in interface SolutionQuotationService
busSolnQtanItemDteParam
- BusSolnQtanItemDteParam
entity object that will be created in the S/4HANA system.BusSolnQtanItemDteParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemDteParamUpdateFluentHelper updateBusSolnQtanItemDteParam(@Nonnull BusSolnQtanItemDteParam busSolnQtanItemDteParam)
SolutionQuotationService
BusSolnQtanItemDteParam
entity and save it to the S/4HANA system.updateBusSolnQtanItemDteParam
in interface SolutionQuotationService
busSolnQtanItemDteParam
- BusSolnQtanItemDteParam
entity object that will be updated in the S/4HANA system.BusSolnQtanItemDteParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemDteParamDeleteFluentHelper deleteBusSolnQtanItemDteParam(@Nonnull BusSolnQtanItemDteParam busSolnQtanItemDteParam)
SolutionQuotationService
BusSolnQtanItemDteParam
entity in the S/4HANA system.deleteBusSolnQtanItemDteParam
in interface SolutionQuotationService
busSolnQtanItemDteParam
- BusSolnQtanItemDteParam
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemDteParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemNmrcParamFluentHelper getAllBusSolnQtanItemNmrcParam()
SolutionQuotationService
BusSolnQtanItemNmrcParam
entities.getAllBusSolnQtanItemNmrcParam
in interface SolutionQuotationService
BusSolnQtanItemNmrcParam
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 BusSolnQtanItemNmrcParamByKeyFluentHelper getBusSolnQtanItemNmrcParamByKey(String businessSolutionQuotation, String busSolutionQuotationItem, UUID chargePlanParameterUUID)
SolutionQuotationService
BusSolnQtanItemNmrcParam
entity using key fields.getBusSolnQtanItemNmrcParamByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
chargePlanParameterUUID
- Charge Plan Parameter UUID
Constraints: Not nullable
BusSolnQtanItemNmrcParam
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 BusSolnQtanItemNmrcParamCreateFluentHelper createBusSolnQtanItemNmrcParam(@Nonnull BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
SolutionQuotationService
BusSolnQtanItemNmrcParam
entity and save it to the S/4HANA system.createBusSolnQtanItemNmrcParam
in interface SolutionQuotationService
busSolnQtanItemNmrcParam
- BusSolnQtanItemNmrcParam
entity object that will be created in the S/4HANA system.BusSolnQtanItemNmrcParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemNmrcParamUpdateFluentHelper updateBusSolnQtanItemNmrcParam(@Nonnull BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
SolutionQuotationService
BusSolnQtanItemNmrcParam
entity and save it to the S/4HANA system.updateBusSolnQtanItemNmrcParam
in interface SolutionQuotationService
busSolnQtanItemNmrcParam
- BusSolnQtanItemNmrcParam
entity object that will be updated in the S/4HANA system.BusSolnQtanItemNmrcParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemNmrcParamDeleteFluentHelper deleteBusSolnQtanItemNmrcParam(@Nonnull BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
SolutionQuotationService
BusSolnQtanItemNmrcParam
entity in the S/4HANA system.deleteBusSolnQtanItemNmrcParam
in interface SolutionQuotationService
busSolnQtanItemNmrcParam
- BusSolnQtanItemNmrcParam
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemNmrcParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemStrParamFluentHelper getAllBusSolnQtanItemStrParam()
SolutionQuotationService
BusSolnQtanItemStrParam
entities.getAllBusSolnQtanItemStrParam
in interface SolutionQuotationService
BusSolnQtanItemStrParam
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 BusSolnQtanItemStrParamByKeyFluentHelper getBusSolnQtanItemStrParamByKey(String businessSolutionQuotation, String busSolutionQuotationItem, UUID chargePlanParameterUUID)
SolutionQuotationService
BusSolnQtanItemStrParam
entity using key fields.getBusSolnQtanItemStrParamByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
chargePlanParameterUUID
- Charge Plan Parameter UUID
Constraints: Not nullable
BusSolnQtanItemStrParam
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 BusSolnQtanItemStrParamCreateFluentHelper createBusSolnQtanItemStrParam(@Nonnull BusSolnQtanItemStrParam busSolnQtanItemStrParam)
SolutionQuotationService
BusSolnQtanItemStrParam
entity and save it to the S/4HANA system.createBusSolnQtanItemStrParam
in interface SolutionQuotationService
busSolnQtanItemStrParam
- BusSolnQtanItemStrParam
entity object that will be created in the S/4HANA system.BusSolnQtanItemStrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemStrParamUpdateFluentHelper updateBusSolnQtanItemStrParam(@Nonnull BusSolnQtanItemStrParam busSolnQtanItemStrParam)
SolutionQuotationService
BusSolnQtanItemStrParam
entity and save it to the S/4HANA system.updateBusSolnQtanItemStrParam
in interface SolutionQuotationService
busSolnQtanItemStrParam
- BusSolnQtanItemStrParam
entity object that will be updated in the S/4HANA system.BusSolnQtanItemStrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemStrParamDeleteFluentHelper deleteBusSolnQtanItemStrParam(@Nonnull BusSolnQtanItemStrParam busSolnQtanItemStrParam)
SolutionQuotationService
BusSolnQtanItemStrParam
entity in the S/4HANA system.deleteBusSolnQtanItemStrParam
in interface SolutionQuotationService
busSolnQtanItemStrParam
- BusSolnQtanItemStrParam
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemStrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTblParamFluentHelper getAllBusSolnQtanItemTblParam()
SolutionQuotationService
BusSolnQtanItemTblParam
entities.getAllBusSolnQtanItemTblParam
in interface SolutionQuotationService
BusSolnQtanItemTblParam
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 BusSolnQtanItemTblParamByKeyFluentHelper getBusSolnQtanItemTblParamByKey(String businessSolutionQuotation, String busSolutionQuotationItem, UUID chargePlanParameterUUID)
SolutionQuotationService
BusSolnQtanItemTblParam
entity using key fields.getBusSolnQtanItemTblParamByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
chargePlanParameterUUID
- Charge Plan Parameter UUID
Constraints: Not nullable
BusSolnQtanItemTblParam
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 BusSolnQtanItemTblParamCreateFluentHelper createBusSolnQtanItemTblParam(@Nonnull BusSolnQtanItemTblParam busSolnQtanItemTblParam)
SolutionQuotationService
BusSolnQtanItemTblParam
entity and save it to the S/4HANA system.createBusSolnQtanItemTblParam
in interface SolutionQuotationService
busSolnQtanItemTblParam
- BusSolnQtanItemTblParam
entity object that will be created in the S/4HANA system.BusSolnQtanItemTblParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTblParamUpdateFluentHelper updateBusSolnQtanItemTblParam(@Nonnull BusSolnQtanItemTblParam busSolnQtanItemTblParam)
SolutionQuotationService
BusSolnQtanItemTblParam
entity and save it to the S/4HANA system.updateBusSolnQtanItemTblParam
in interface SolutionQuotationService
busSolnQtanItemTblParam
- BusSolnQtanItemTblParam
entity object that will be updated in the S/4HANA system.BusSolnQtanItemTblParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTblParamDeleteFluentHelper deleteBusSolnQtanItemTblParam(@Nonnull BusSolnQtanItemTblParam busSolnQtanItemTblParam)
SolutionQuotationService
BusSolnQtanItemTblParam
entity in the S/4HANA system.deleteBusSolnQtanItemTblParam
in interface SolutionQuotationService
busSolnQtanItemTblParam
- BusSolnQtanItemTblParam
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemTblParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTechRsceFluentHelper getAllBusSolnQtanItemTechRsce()
SolutionQuotationService
BusSolnQtanItemTechRsce
entities.getAllBusSolnQtanItemTechRsce
in interface SolutionQuotationService
BusSolnQtanItemTechRsce
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 BusSolnQtanItemTechRsceByKeyFluentHelper getBusSolnQtanItemTechRsceByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String cATechnicalResourceIDType)
SolutionQuotationService
BusSolnQtanItemTechRsce
entity using key fields.getBusSolnQtanItemTechRsceByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
cATechnicalResourceIDType
- Type of Identification
Constraints: Not nullable, Maximum length: 2
BusSolnQtanItemTechRsce
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 BusSolnQtanItemTechRsceCreateFluentHelper createBusSolnQtanItemTechRsce(@Nonnull BusSolnQtanItemTechRsce busSolnQtanItemTechRsce)
SolutionQuotationService
BusSolnQtanItemTechRsce
entity and save it to the S/4HANA system.createBusSolnQtanItemTechRsce
in interface SolutionQuotationService
busSolnQtanItemTechRsce
- BusSolnQtanItemTechRsce
entity object that will be created in the S/4HANA system.BusSolnQtanItemTechRsce
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTechRsceUpdateFluentHelper updateBusSolnQtanItemTechRsce(@Nonnull BusSolnQtanItemTechRsce busSolnQtanItemTechRsce)
SolutionQuotationService
BusSolnQtanItemTechRsce
entity and save it to the S/4HANA system.updateBusSolnQtanItemTechRsce
in interface SolutionQuotationService
busSolnQtanItemTechRsce
- BusSolnQtanItemTechRsce
entity object that will be updated in the S/4HANA system.BusSolnQtanItemTechRsce
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTechRsceDeleteFluentHelper deleteBusSolnQtanItemTechRsce(@Nonnull BusSolnQtanItemTechRsce busSolnQtanItemTechRsce)
SolutionQuotationService
BusSolnQtanItemTechRsce
entity in the S/4HANA system.deleteBusSolnQtanItemTechRsce
in interface SolutionQuotationService
busSolnQtanItemTechRsce
- BusSolnQtanItemTechRsce
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemTechRsce
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTextFluentHelper getAllBusSolnQtanItemText()
SolutionQuotationService
BusSolnQtanItemText
entities.getAllBusSolnQtanItemText
in interface SolutionQuotationService
BusSolnQtanItemText
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 BusSolnQtanItemTextByKeyFluentHelper getBusSolnQtanItemTextByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String language, String textObjectType)
SolutionQuotationService
BusSolnQtanItemText
entity using key fields.getBusSolnQtanItemTextByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
language
- Language Key
Constraints: Not nullable, Maximum length: 2
textObjectType
- Text ID
Constraints: Not nullable, Maximum length: 4
BusSolnQtanItemText
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 BusSolnQtanItemTextCreateFluentHelper createBusSolnQtanItemText(@Nonnull BusSolnQtanItemText busSolnQtanItemText)
SolutionQuotationService
BusSolnQtanItemText
entity and save it to the S/4HANA system.createBusSolnQtanItemText
in interface SolutionQuotationService
busSolnQtanItemText
- BusSolnQtanItemText
entity object that will be created in the S/4HANA system.BusSolnQtanItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTextUpdateFluentHelper updateBusSolnQtanItemText(@Nonnull BusSolnQtanItemText busSolnQtanItemText)
SolutionQuotationService
BusSolnQtanItemText
entity and save it to the S/4HANA system.updateBusSolnQtanItemText
in interface SolutionQuotationService
busSolnQtanItemText
- BusSolnQtanItemText
entity object that will be updated in the S/4HANA system.BusSolnQtanItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItemTextDeleteFluentHelper deleteBusSolnQtanItemText(@Nonnull BusSolnQtanItemText busSolnQtanItemText)
SolutionQuotationService
BusSolnQtanItemText
entity in the S/4HANA system.deleteBusSolnQtanItemText
in interface SolutionQuotationService
busSolnQtanItemText
- BusSolnQtanItemText
entity object that will be deleted in the S/4HANA system.BusSolnQtanItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItmConfignFluentHelper getAllBusSolnQtanItmConfign()
SolutionQuotationService
BusSolnQtanItmConfign
entities.getAllBusSolnQtanItmConfign
in interface SolutionQuotationService
BusSolnQtanItmConfign
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 BusSolnQtanItmConfignByKeyFluentHelper getBusSolnQtanItmConfignByKey(String varConfignInstceBusObjectKey, String varConfignInstceBusObjectType, String variantConfigurationInstance, String charcInternalID, String charcValue, Double charcFromNumericValue, Double charcToNumericValue)
SolutionQuotationService
BusSolnQtanItmConfign
entity using key fields.getBusSolnQtanItmConfignByKey
in interface SolutionQuotationService
varConfignInstceBusObjectKey
- IB: Key of a Referencing Object
Constraints: Not nullable, Maximum length: 50
varConfignInstceBusObjectType
- IB: External Type of a (Referencing) Object
Constraints: Not nullable, Maximum length: 10
variantConfigurationInstance
- IB: Component (instance)
Constraints: Not nullable, Maximum length: 18
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
charcValue
- Characteristic Value
Constraints: Not nullable, Maximum length: 70
charcFromNumericValue
- Internal floating point from
Constraints: Not nullable
charcToNumericValue
- Internal floating point value to
Constraints: Not nullable
BusSolnQtanItmConfign
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 BusSolnQtanItmConfignCreateFluentHelper createBusSolnQtanItmConfign(@Nonnull BusSolnQtanItmConfign busSolnQtanItmConfign)
SolutionQuotationService
BusSolnQtanItmConfign
entity and save it to the S/4HANA system.createBusSolnQtanItmConfign
in interface SolutionQuotationService
busSolnQtanItmConfign
- BusSolnQtanItmConfign
entity object that will be created in the S/4HANA system.BusSolnQtanItmConfign
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItmFUPSalesOrderFluentHelper getAllBusSolnQtanItmFUPSalesOrder()
SolutionQuotationService
BusSolnQtanItmFUPSalesOrder
entities.getAllBusSolnQtanItmFUPSalesOrder
in interface SolutionQuotationService
BusSolnQtanItmFUPSalesOrder
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 BusSolnQtanItmFUPSalesOrderByKeyFluentHelper getBusSolnQtanItmFUPSalesOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
SolutionQuotationService
BusSolnQtanItmFUPSalesOrder
entity using key fields.getBusSolnQtanItmFUPSalesOrderByKey
in interface SolutionQuotationService
serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanItmFUPSalesOrder
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 BusSolnQtanItmFUPSrvcContrFluentHelper getAllBusSolnQtanItmFUPSrvcContr()
SolutionQuotationService
BusSolnQtanItmFUPSrvcContr
entities.getAllBusSolnQtanItmFUPSrvcContr
in interface SolutionQuotationService
BusSolnQtanItmFUPSrvcContr
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 BusSolnQtanItmFUPSrvcContrByKeyFluentHelper getBusSolnQtanItmFUPSrvcContrByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
SolutionQuotationService
BusSolnQtanItmFUPSrvcContr
entity using key fields.getBusSolnQtanItmFUPSrvcContrByKey
in interface SolutionQuotationService
serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanItmFUPSrvcContr
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 BusSolnQtanItmFUPSrvcOrderFluentHelper getAllBusSolnQtanItmFUPSrvcOrder()
SolutionQuotationService
BusSolnQtanItmFUPSrvcOrder
entities.getAllBusSolnQtanItmFUPSrvcOrder
in interface SolutionQuotationService
BusSolnQtanItmFUPSrvcOrder
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 BusSolnQtanItmFUPSrvcOrderByKeyFluentHelper getBusSolnQtanItmFUPSrvcOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
SolutionQuotationService
BusSolnQtanItmFUPSrvcOrder
entity using key fields.getBusSolnQtanItmFUPSrvcOrderByKey
in interface SolutionQuotationService
serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
BusSolnQtanItmFUPSrvcOrder
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 BusSolnQtanItmPriceElementFluentHelper getAllBusSolnQtanItmPriceElement()
SolutionQuotationService
BusSolnQtanItmPriceElement
entities.getAllBusSolnQtanItmPriceElement
in interface SolutionQuotationService
BusSolnQtanItmPriceElement
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 BusSolnQtanItmPriceElementByKeyFluentHelper getBusSolnQtanItmPriceElementByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String pricingProcedureStep, String pricingProcedureCounter)
SolutionQuotationService
BusSolnQtanItmPriceElement
entity using key fields.getBusSolnQtanItmPriceElementByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Condition item number
Constraints: Not nullable, Maximum length: 6
pricingProcedureStep
- Step Number
Constraints: Not nullable, Maximum length: 3
pricingProcedureCounter
- Condition Counter
Constraints: Not nullable, Maximum length: 3
BusSolnQtanItmPriceElement
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 BusSolnQtanItmPriceElementCreateFluentHelper createBusSolnQtanItmPriceElement(@Nonnull BusSolnQtanItmPriceElement busSolnQtanItmPriceElement)
SolutionQuotationService
BusSolnQtanItmPriceElement
entity and save it to the S/4HANA system.createBusSolnQtanItmPriceElement
in interface SolutionQuotationService
busSolnQtanItmPriceElement
- BusSolnQtanItmPriceElement
entity object that will be created in the S/4HANA system.BusSolnQtanItmPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItmPriceElementUpdateFluentHelper updateBusSolnQtanItmPriceElement(@Nonnull BusSolnQtanItmPriceElement busSolnQtanItmPriceElement)
SolutionQuotationService
BusSolnQtanItmPriceElement
entity and save it to the S/4HANA system.updateBusSolnQtanItmPriceElement
in interface SolutionQuotationService
busSolnQtanItmPriceElement
- BusSolnQtanItmPriceElement
entity object that will be updated in the S/4HANA system.BusSolnQtanItmPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanItmPriceElementDeleteFluentHelper deleteBusSolnQtanItmPriceElement(@Nonnull BusSolnQtanItmPriceElement busSolnQtanItmPriceElement)
SolutionQuotationService
BusSolnQtanItmPriceElement
entity in the S/4HANA system.deleteBusSolnQtanItmPriceElement
in interface SolutionQuotationService
busSolnQtanItmPriceElement
- BusSolnQtanItmPriceElement
entity object that will be deleted in the S/4HANA system.BusSolnQtanItmPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSalesItemFluentHelper getAllBusSolnQtanSalesItem()
SolutionQuotationService
BusSolnQtanSalesItem
entities.getAllBusSolnQtanSalesItem
in interface SolutionQuotationService
BusSolnQtanSalesItem
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 BusSolnQtanSalesItemByKeyFluentHelper getBusSolnQtanSalesItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanSalesItem
entity using key fields.getBusSolnQtanSalesItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanSalesItem
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 BusSolnQtanSalesItemCreateFluentHelper createBusSolnQtanSalesItem(@Nonnull BusSolnQtanSalesItem busSolnQtanSalesItem)
SolutionQuotationService
BusSolnQtanSalesItem
entity and save it to the S/4HANA system.createBusSolnQtanSalesItem
in interface SolutionQuotationService
busSolnQtanSalesItem
- BusSolnQtanSalesItem
entity object that will be created in the S/4HANA system.BusSolnQtanSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSalesItemUpdateFluentHelper updateBusSolnQtanSalesItem(@Nonnull BusSolnQtanSalesItem busSolnQtanSalesItem)
SolutionQuotationService
BusSolnQtanSalesItem
entity and save it to the S/4HANA system.updateBusSolnQtanSalesItem
in interface SolutionQuotationService
busSolnQtanSalesItem
- BusSolnQtanSalesItem
entity object that will be updated in the S/4HANA system.BusSolnQtanSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSalesItemDeleteFluentHelper deleteBusSolnQtanSalesItem(@Nonnull BusSolnQtanSalesItem busSolnQtanSalesItem)
SolutionQuotationService
BusSolnQtanSalesItem
entity in the S/4HANA system.deleteBusSolnQtanSalesItem
in interface SolutionQuotationService
busSolnQtanSalesItem
- BusSolnQtanSalesItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanServiceItemFluentHelper getAllBusSolnQtanServiceItem()
SolutionQuotationService
BusSolnQtanServiceItem
entities.getAllBusSolnQtanServiceItem
in interface SolutionQuotationService
BusSolnQtanServiceItem
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 BusSolnQtanServiceItemByKeyFluentHelper getBusSolnQtanServiceItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanServiceItem
entity using key fields.getBusSolnQtanServiceItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanServiceItem
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 BusSolnQtanServiceItemCreateFluentHelper createBusSolnQtanServiceItem(@Nonnull BusSolnQtanServiceItem busSolnQtanServiceItem)
SolutionQuotationService
BusSolnQtanServiceItem
entity and save it to the S/4HANA system.createBusSolnQtanServiceItem
in interface SolutionQuotationService
busSolnQtanServiceItem
- BusSolnQtanServiceItem
entity object that will be created in the S/4HANA system.BusSolnQtanServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanServiceItemUpdateFluentHelper updateBusSolnQtanServiceItem(@Nonnull BusSolnQtanServiceItem busSolnQtanServiceItem)
SolutionQuotationService
BusSolnQtanServiceItem
entity and save it to the S/4HANA system.updateBusSolnQtanServiceItem
in interface SolutionQuotationService
busSolnQtanServiceItem
- BusSolnQtanServiceItem
entity object that will be updated in the S/4HANA system.BusSolnQtanServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanServiceItemDeleteFluentHelper deleteBusSolnQtanServiceItem(@Nonnull BusSolnQtanServiceItem busSolnQtanServiceItem)
SolutionQuotationService
BusSolnQtanServiceItem
entity in the S/4HANA system.deleteBusSolnQtanServiceItem
in interface SolutionQuotationService
busSolnQtanServiceItem
- BusSolnQtanServiceItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItemFluentHelper getAllBusSolnQtanSrvcContrItem()
SolutionQuotationService
BusSolnQtanSrvcContrItem
entities.getAllBusSolnQtanSrvcContrItem
in interface SolutionQuotationService
BusSolnQtanSrvcContrItem
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 BusSolnQtanSrvcContrItemByKeyFluentHelper getBusSolnQtanSrvcContrItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanSrvcContrItem
entity using key fields.getBusSolnQtanSrvcContrItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanSrvcContrItem
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 BusSolnQtanSrvcContrItemCreateFluentHelper createBusSolnQtanSrvcContrItem(@Nonnull BusSolnQtanSrvcContrItem busSolnQtanSrvcContrItem)
SolutionQuotationService
BusSolnQtanSrvcContrItem
entity and save it to the S/4HANA system.createBusSolnQtanSrvcContrItem
in interface SolutionQuotationService
busSolnQtanSrvcContrItem
- BusSolnQtanSrvcContrItem
entity object that will be created in the S/4HANA system.BusSolnQtanSrvcContrItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItemUpdateFluentHelper updateBusSolnQtanSrvcContrItem(@Nonnull BusSolnQtanSrvcContrItem busSolnQtanSrvcContrItem)
SolutionQuotationService
BusSolnQtanSrvcContrItem
entity and save it to the S/4HANA system.updateBusSolnQtanSrvcContrItem
in interface SolutionQuotationService
busSolnQtanSrvcContrItem
- BusSolnQtanSrvcContrItem
entity object that will be updated in the S/4HANA system.BusSolnQtanSrvcContrItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItemDeleteFluentHelper deleteBusSolnQtanSrvcContrItem(@Nonnull BusSolnQtanSrvcContrItem busSolnQtanSrvcContrItem)
SolutionQuotationService
BusSolnQtanSrvcContrItem
entity in the S/4HANA system.deleteBusSolnQtanSrvcContrItem
in interface SolutionQuotationService
busSolnQtanSrvcContrItem
- BusSolnQtanSrvcContrItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanSrvcContrItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItmProdFluentHelper getAllBusSolnQtanSrvcContrItmProd()
SolutionQuotationService
BusSolnQtanSrvcContrItmProd
entities.getAllBusSolnQtanSrvcContrItmProd
in interface SolutionQuotationService
BusSolnQtanSrvcContrItmProd
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 BusSolnQtanSrvcContrItmProdByKeyFluentHelper getBusSolnQtanSrvcContrItmProdByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String srvcContrProdListProduct, String srvcContrProdListProdHierarchy)
SolutionQuotationService
BusSolnQtanSrvcContrItmProd
entity using key fields.getBusSolnQtanSrvcContrItmProdByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
srvcContrProdListProduct
- Material Number
Constraints: Not nullable, Maximum length: 40
srvcContrProdListProdHierarchy
- Product hierarchy
Constraints: Not nullable, Maximum length: 18
BusSolnQtanSrvcContrItmProd
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 BusSolnQtanSrvcContrItmProdCreateFluentHelper createBusSolnQtanSrvcContrItmProd(@Nonnull BusSolnQtanSrvcContrItmProd busSolnQtanSrvcContrItmProd)
SolutionQuotationService
BusSolnQtanSrvcContrItmProd
entity and save it to the S/4HANA system.createBusSolnQtanSrvcContrItmProd
in interface SolutionQuotationService
busSolnQtanSrvcContrItmProd
- BusSolnQtanSrvcContrItmProd
entity object that will be created in the S/4HANA system.BusSolnQtanSrvcContrItmProd
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItmProdUpdateFluentHelper updateBusSolnQtanSrvcContrItmProd(@Nonnull BusSolnQtanSrvcContrItmProd busSolnQtanSrvcContrItmProd)
SolutionQuotationService
BusSolnQtanSrvcContrItmProd
entity and save it to the S/4HANA system.updateBusSolnQtanSrvcContrItmProd
in interface SolutionQuotationService
busSolnQtanSrvcContrItmProd
- BusSolnQtanSrvcContrItmProd
entity object that will be updated in the S/4HANA system.BusSolnQtanSrvcContrItmProd
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcContrItmProdDeleteFluentHelper deleteBusSolnQtanSrvcContrItmProd(@Nonnull BusSolnQtanSrvcContrItmProd busSolnQtanSrvcContrItmProd)
SolutionQuotationService
BusSolnQtanSrvcContrItmProd
entity in the S/4HANA system.deleteBusSolnQtanSrvcContrItmProd
in interface SolutionQuotationService
busSolnQtanSrvcContrItmProd
- BusSolnQtanSrvcContrItmProd
entity object that will be deleted in the S/4HANA system.BusSolnQtanSrvcContrItmProd
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcItmRefObjFluentHelper getAllBusSolnQtanSrvcItmRefObj()
SolutionQuotationService
BusSolnQtanSrvcItmRefObj
entities.getAllBusSolnQtanSrvcItmRefObj
in interface SolutionQuotationService
BusSolnQtanSrvcItmRefObj
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 BusSolnQtanSrvcItmRefObjByKeyFluentHelper getBusSolnQtanSrvcItmRefObjByKey(String businessSolutionQuotation, String busSolutionQuotationItem, String referenceProduct, String serviceRefFunctionalLocation, String serviceReferenceEquipment)
SolutionQuotationService
BusSolnQtanSrvcItmRefObj
entity using key fields.getBusSolnQtanSrvcItmRefObjByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
referenceProduct
- Material Number
Constraints: Not nullable, Maximum length: 40
serviceRefFunctionalLocation
- Functional Location
Constraints: Not nullable, Maximum length: 40
serviceReferenceEquipment
- Equipment Number
Constraints: Not nullable, Maximum length: 18
BusSolnQtanSrvcItmRefObj
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 BusSolnQtanSrvcItmRefObjCreateFluentHelper createBusSolnQtanSrvcItmRefObj(@Nonnull BusSolnQtanSrvcItmRefObj busSolnQtanSrvcItmRefObj)
SolutionQuotationService
BusSolnQtanSrvcItmRefObj
entity and save it to the S/4HANA system.createBusSolnQtanSrvcItmRefObj
in interface SolutionQuotationService
busSolnQtanSrvcItmRefObj
- BusSolnQtanSrvcItmRefObj
entity object that will be created in the S/4HANA system.BusSolnQtanSrvcItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcItmRefObjUpdateFluentHelper updateBusSolnQtanSrvcItmRefObj(@Nonnull BusSolnQtanSrvcItmRefObj busSolnQtanSrvcItmRefObj)
SolutionQuotationService
BusSolnQtanSrvcItmRefObj
entity and save it to the S/4HANA system.updateBusSolnQtanSrvcItmRefObj
in interface SolutionQuotationService
busSolnQtanSrvcItmRefObj
- BusSolnQtanSrvcItmRefObj
entity object that will be updated in the S/4HANA system.BusSolnQtanSrvcItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcItmRefObjDeleteFluentHelper deleteBusSolnQtanSrvcItmRefObj(@Nonnull BusSolnQtanSrvcItmRefObj busSolnQtanSrvcItmRefObj)
SolutionQuotationService
BusSolnQtanSrvcItmRefObj
entity in the S/4HANA system.deleteBusSolnQtanSrvcItmRefObj
in interface SolutionQuotationService
busSolnQtanSrvcItmRefObj
- BusSolnQtanSrvcItmRefObj
entity object that will be deleted in the S/4HANA system.BusSolnQtanSrvcItmRefObj
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcPrtItemFluentHelper getAllBusSolnQtanSrvcPrtItem()
SolutionQuotationService
BusSolnQtanSrvcPrtItem
entities.getAllBusSolnQtanSrvcPrtItem
in interface SolutionQuotationService
BusSolnQtanSrvcPrtItem
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 BusSolnQtanSrvcPrtItemByKeyFluentHelper getBusSolnQtanSrvcPrtItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanSrvcPrtItem
entity using key fields.getBusSolnQtanSrvcPrtItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanSrvcPrtItem
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 BusSolnQtanSrvcPrtItemCreateFluentHelper createBusSolnQtanSrvcPrtItem(@Nonnull BusSolnQtanSrvcPrtItem busSolnQtanSrvcPrtItem)
SolutionQuotationService
BusSolnQtanSrvcPrtItem
entity and save it to the S/4HANA system.createBusSolnQtanSrvcPrtItem
in interface SolutionQuotationService
busSolnQtanSrvcPrtItem
- BusSolnQtanSrvcPrtItem
entity object that will be created in the S/4HANA system.BusSolnQtanSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcPrtItemUpdateFluentHelper updateBusSolnQtanSrvcPrtItem(@Nonnull BusSolnQtanSrvcPrtItem busSolnQtanSrvcPrtItem)
SolutionQuotationService
BusSolnQtanSrvcPrtItem
entity and save it to the S/4HANA system.updateBusSolnQtanSrvcPrtItem
in interface SolutionQuotationService
busSolnQtanSrvcPrtItem
- BusSolnQtanSrvcPrtItem
entity object that will be updated in the S/4HANA system.BusSolnQtanSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSrvcPrtItemDeleteFluentHelper deleteBusSolnQtanSrvcPrtItem(@Nonnull BusSolnQtanSrvcPrtItem busSolnQtanSrvcPrtItem)
SolutionQuotationService
BusSolnQtanSrvcPrtItem
entity in the S/4HANA system.deleteBusSolnQtanSrvcPrtItem
in interface SolutionQuotationService
busSolnQtanSrvcPrtItem
- BusSolnQtanSrvcPrtItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSubscrpnItemFluentHelper getAllBusSolnQtanSubscrpnItem()
SolutionQuotationService
BusSolnQtanSubscrpnItem
entities.getAllBusSolnQtanSubscrpnItem
in interface SolutionQuotationService
BusSolnQtanSubscrpnItem
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 BusSolnQtanSubscrpnItemByKeyFluentHelper getBusSolnQtanSubscrpnItemByKey(String businessSolutionQuotation, String busSolutionQuotationItem)
SolutionQuotationService
BusSolnQtanSubscrpnItem
entity using key fields.getBusSolnQtanSubscrpnItemByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
busSolutionQuotationItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
BusSolnQtanSubscrpnItem
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 BusSolnQtanSubscrpnItemCreateFluentHelper createBusSolnQtanSubscrpnItem(@Nonnull BusSolnQtanSubscrpnItem busSolnQtanSubscrpnItem)
SolutionQuotationService
BusSolnQtanSubscrpnItem
entity and save it to the S/4HANA system.createBusSolnQtanSubscrpnItem
in interface SolutionQuotationService
busSolnQtanSubscrpnItem
- BusSolnQtanSubscrpnItem
entity object that will be created in the S/4HANA system.BusSolnQtanSubscrpnItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSubscrpnItemUpdateFluentHelper updateBusSolnQtanSubscrpnItem(@Nonnull BusSolnQtanSubscrpnItem busSolnQtanSubscrpnItem)
SolutionQuotationService
BusSolnQtanSubscrpnItem
entity and save it to the S/4HANA system.updateBusSolnQtanSubscrpnItem
in interface SolutionQuotationService
busSolnQtanSubscrpnItem
- BusSolnQtanSubscrpnItem
entity object that will be updated in the S/4HANA system.BusSolnQtanSubscrpnItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolnQtanSubscrpnItemDeleteFluentHelper deleteBusSolnQtanSubscrpnItem(@Nonnull BusSolnQtanSubscrpnItem busSolnQtanSubscrpnItem)
SolutionQuotationService
BusSolnQtanSubscrpnItem
entity in the S/4HANA system.deleteBusSolnQtanSubscrpnItem
in interface SolutionQuotationService
busSolnQtanSubscrpnItem
- BusSolnQtanSubscrpnItem
entity object that will be deleted in the S/4HANA system.BusSolnQtanSubscrpnItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolutionQuotationTextFluentHelper getAllBusSolutionQuotationText()
SolutionQuotationService
BusSolutionQuotationText
entities.getAllBusSolutionQuotationText
in interface SolutionQuotationService
BusSolutionQuotationText
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 BusSolutionQuotationTextByKeyFluentHelper getBusSolutionQuotationTextByKey(String businessSolutionQuotation, String language, String textObjectType)
SolutionQuotationService
BusSolutionQuotationText
entity using key fields.getBusSolutionQuotationTextByKey
in interface SolutionQuotationService
businessSolutionQuotation
- Transaction ID
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
textObjectType
- Text ID
Constraints: Not nullable, Maximum length: 4
BusSolutionQuotationText
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 BusSolutionQuotationTextCreateFluentHelper createBusSolutionQuotationText(@Nonnull BusSolutionQuotationText busSolutionQuotationText)
SolutionQuotationService
BusSolutionQuotationText
entity and save it to the S/4HANA system.createBusSolutionQuotationText
in interface SolutionQuotationService
busSolutionQuotationText
- BusSolutionQuotationText
entity object that will be created in the S/4HANA system.BusSolutionQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolutionQuotationTextUpdateFluentHelper updateBusSolutionQuotationText(@Nonnull BusSolutionQuotationText busSolutionQuotationText)
SolutionQuotationService
BusSolutionQuotationText
entity and save it to the S/4HANA system.updateBusSolutionQuotationText
in interface SolutionQuotationService
busSolutionQuotationText
- BusSolutionQuotationText
entity object that will be updated in the S/4HANA system.BusSolutionQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BusSolutionQuotationTextDeleteFluentHelper deleteBusSolutionQuotationText(@Nonnull BusSolutionQuotationText busSolutionQuotationText)
SolutionQuotationService
BusSolutionQuotationText
entity in the S/4HANA system.deleteBusSolutionQuotationText
in interface SolutionQuotationService
busSolutionQuotationText
- BusSolutionQuotationText
entity object that will be deleted in the S/4HANA system.BusSolutionQuotationText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public AcceptFluentHelper accept(String businessSolutionQuotation)
SolutionQuotationService
Creates a fluent helper for the Accept OData function import.
accept
in interface SolutionQuotationService
businessSolutionQuotation
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: BusinessSolutionQuotation
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.