Interface ConditionContractTypeService
- All Superinterfaces:
BatchService<ConditionContractTypeServiceBatch>
- All Known Implementing Classes:
DefaultConditionContractTypeService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllBusVolFldCombnSetTypeAssgmt
Deprecated.Fetch multipleBusVolFldCombnSetTypeAssgmtentities.- 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 BusVolFldCombnSetTypeAssgmtByKeyFluentHelper getBusVolFldCombnSetTypeAssgmtByKey(String cndnContrType, String busVolFldCombnSet, String busVolFieldCombnType) Deprecated.Fetch a singleBusVolFldCombnSetTypeAssgmtentity using key fields.- Parameters:
busVolFldCombnSet- Set of Field CombinationsConstraints: Not nullable, Maximum length: 4
busVolFieldCombnType- Field Combination for Business Volume SelectionConstraints: Not nullable, Maximum length: 4
cndnContrType- Condition Contract TypeConstraints: 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.Fetch multipleCndnContrTypeentities.- 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.Fetch a singleCndnContrTypeentity using key fields.- 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.
-