public interface ConditionContractTypeService extends BatchService<ConditionContractTypeServiceBatch>
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 API Business Hub
OData Service: | OP_API_CONDITION_CONTRACT_TYPE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Condition Contract Type |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
BusVolFldCombnSetTypeAssgmtFluentHelper |
getAllBusVolFldCombnSetTypeAssgmt()
Fetch multiple
BusVolFldCombnSetTypeAssgmt entities. |
CndnContrTypeFluentHelper |
getAllCndnContrType()
Fetch multiple
CndnContrType entities. |
BusVolFldCombnSetTypeAssgmtByKeyFluentHelper |
getBusVolFldCombnSetTypeAssgmtByKey(String cndnContrType,
String busVolFldCombnSet,
String busVolFieldCombnType)
Fetch a single
BusVolFldCombnSetTypeAssgmt entity using key fields. |
CndnContrTypeByKeyFluentHelper |
getCndnContrTypeByKey(String cndnContrType)
Fetch a single
CndnContrType entity using key fields. |
ConditionContractTypeService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ConditionContractTypeService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BusVolFldCombnSetTypeAssgmtFluentHelper getAllBusVolFldCombnSetTypeAssgmt()
BusVolFldCombnSetTypeAssgmt
entities.BusVolFldCombnSetTypeAssgmt
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 BusVolFldCombnSetTypeAssgmtByKeyFluentHelper getBusVolFldCombnSetTypeAssgmtByKey(String cndnContrType, String busVolFldCombnSet, String busVolFieldCombnType)
BusVolFldCombnSetTypeAssgmt
entity using key fields.busVolFldCombnSet
- Set of Field Combinations
Constraints: Not nullable, Maximum length: 4
busVolFieldCombnType
- Field Combination for Business Volume Selection
Constraints: Not nullable, Maximum length: 4
cndnContrType
- Condition Contract Type
Constraints: Not nullable, Maximum length: 4
BusVolFldCombnSetTypeAssgmt
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 CndnContrTypeFluentHelper getAllCndnContrType()
CndnContrType
entities.CndnContrType
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 CndnContrTypeByKeyFluentHelper getCndnContrTypeByKey(String cndnContrType)
CndnContrType
entity using key fields.cndnContrType
- Condition Contract Type
Constraints: Not nullable, Maximum length: 4
CndnContrType
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.Copyright © 2021 SAP SE. All rights reserved.