Class DefaultConditionContractTypeService
- All Implemented Interfaces:
BatchService<ConditionContractTypeServiceBatch>,ConditionContractTypeService
The service is based on the OData protocol and can be consumed in SAP Fiori apps and in other user interfaces. In every API call, you can make use of the following operations: - You can retrieve condition contract types. - You can retrieve business volume field combinations based on a contract type. - You can retrieve field name assignments to business volume field combination types used in condition contract settlement processes. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CONDITION_CONTRACT_TYPE |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Condition Contract Type Integration(SAP_COM_0335) |
| Scope Items: | Sales Rebate Processing(1B6), Purchasing Rebate Processing(2R7), Sales Commissions - External Sales Representative(2TT), Royalties Settlement for Sales(55I) |
| Authentication Methods: | x509 |
| Business Object: | Condition Contract Type |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.ConditionContractTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConditionContractTypeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleBusVolFldCombnSetTypeAssgmtentities.Deprecated.Fetch multipleCndnContrTypeentities.getBusVolFldCombnSetTypeAssgmtByKey(String cndnContrType, String busVolFldCombnSet, String busVolFieldCombnType) Deprecated.Fetch a singleBusVolFldCombnSetTypeAssgmtentity using key fields.getCndnContrTypeByKey(String cndnContrType) Deprecated.Fetch a singleCndnContrTypeentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultConditionContractTypeService
public DefaultConditionContractTypeService()Deprecated.Creates a service usingConditionContractTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConditionContractTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConditionContractTypeService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<ConditionContractTypeServiceBatch>
-
getAllBusVolFldCombnSetTypeAssgmt
Deprecated.Description copied from interface:ConditionContractTypeServiceFetch multipleBusVolFldCombnSetTypeAssgmtentities.- Specified by:
getAllBusVolFldCombnSetTypeAssgmtin interfaceConditionContractTypeService- Returns:
- A fluent helper to fetch multiple
BusVolFldCombnSetTypeAssgmtentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getBusVolFldCombnSetTypeAssgmtByKey
@Nonnull public BusVolFldCombnSetTypeAssgmtByKeyFluentHelper getBusVolFldCombnSetTypeAssgmtByKey(String cndnContrType, String busVolFldCombnSet, String busVolFieldCombnType) Deprecated.Description copied from interface:ConditionContractTypeServiceFetch a singleBusVolFldCombnSetTypeAssgmtentity using key fields.- Specified by:
getBusVolFldCombnSetTypeAssgmtByKeyin interfaceConditionContractTypeService- Parameters:
cndnContrType- Condition Contract TypeConstraints: Not nullable, Maximum length: 4
busVolFldCombnSet- Set of Field CombinationsConstraints: Not nullable, Maximum length: 4
busVolFieldCombnType- Field Combination for Business Volume SelectionConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
BusVolFldCombnSetTypeAssgmtentity 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 theexecutemethod on the fluent helper object.
-
getAllCndnContrType
Deprecated.Description copied from interface:ConditionContractTypeServiceFetch multipleCndnContrTypeentities.- Specified by:
getAllCndnContrTypein interfaceConditionContractTypeService- Returns:
- A fluent helper to fetch multiple
CndnContrTypeentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCndnContrTypeByKey
Deprecated.Description copied from interface:ConditionContractTypeServiceFetch a singleCndnContrTypeentity using key fields.- Specified by:
getCndnContrTypeByKeyin interfaceConditionContractTypeService- Parameters:
cndnContrType- Condition Contract TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
CndnContrTypeentity 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 theexecutemethod on the fluent helper object.
-