public interface ConditionTypeForPricingInSalesService extends BatchService<ConditionTypeForPricingInSalesServiceBatch>
The service contains condition type and description entities.
Reference: SAP API Business Hub
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 |
---|---|
SlsPrcgCndnTypeTextFluentHelper |
getAllSlsPrcgCndnTypeText()
Fetch multiple
SlsPrcgCndnTypeText entities. |
SlsPricingConditionTypeFluentHelper |
getAllSlsPricingConditionType()
Fetch multiple
SlsPricingConditionType entities. |
SlsPrcgCndnTypeTextByKeyFluentHelper |
getSlsPrcgCndnTypeTextByKey(String language,
String conditionUsage,
String conditionApplication,
String conditionType)
Fetch a single
SlsPrcgCndnTypeText entity using key fields. |
SlsPricingConditionTypeByKeyFluentHelper |
getSlsPricingConditionTypeByKey(String conditionUsage,
String conditionApplication,
String conditionType)
Fetch a single
SlsPricingConditionType entity using key fields. |
ConditionTypeForPricingInSalesService |
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 ConditionTypeForPricingInSalesService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SlsPrcgCndnTypeTextFluentHelper getAllSlsPrcgCndnTypeText()
SlsPrcgCndnTypeText
entities.SlsPrcgCndnTypeText
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 SlsPrcgCndnTypeTextByKeyFluentHelper getSlsPrcgCndnTypeTextByKey(String language, String conditionUsage, String conditionApplication, String conditionType)
SlsPrcgCndnTypeText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
conditionType
- The condition type is used for different functions. In pricing, for example, the condition type lets
you differentiate between different kinds of discount; in output determination, between different
output types such as order confirmation or delivery note; in batch determination, between different
strategy types.
Constraints: Not nullable, Maximum length: 4
conditionUsage
- Determines for which area the condition is used (for example, pricing or output).
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Subdivides the usage of a condition (for example, pricing) for use in different application areas (for
example, sales & distribution or purchasing).
Constraints: Not nullable, Maximum length: 2
SlsPrcgCndnTypeText
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 SlsPricingConditionTypeFluentHelper getAllSlsPricingConditionType()
SlsPricingConditionType
entities.SlsPricingConditionType
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 SlsPricingConditionTypeByKeyFluentHelper getSlsPricingConditionTypeByKey(String conditionUsage, String conditionApplication, String conditionType)
SlsPricingConditionType
entity using key fields.conditionType
- The condition type is used for different functions. In pricing, for example, the condition type lets
you differentiate between different kinds of discount; in output determination, between different
output types such as order confirmation or delivery note; in batch determination, between different
strategy types.
Constraints: Not nullable, Maximum length: 4
conditionUsage
- Determines for which area the condition is used (for example, pricing or output).
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Subdivides the usage of a condition (for example, pricing) for use in different application areas (for
example, sales & distribution or purchasing).
Constraints: Not nullable, Maximum length: 2
SlsPricingConditionType
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 © 2019 SAP SE. All rights reserved.