public interface ConditionTypeForPricingInPurchasingService extends BatchService<ConditionTypeForPricingInPurchasingServiceBatch>
This inbound service enables external applications to read data of condition types that are used for pricing in Purchasing. You can query each entity in this service to retrieve the corresponding business data..
Reference: SAP API Business Hub
OData Service: | OP_API_PURGPRICINGCONDITIONTYPE_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
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 |
---|---|
PurgPrcgCndnTypeTextFluentHelper |
getAllPurgPrcgCndnTypeText()
Fetch multiple
PurgPrcgCndnTypeText entities. |
PurgPricingConditionTypeFluentHelper |
getAllPurgPricingConditionType()
Fetch multiple
PurgPricingConditionType entities. |
PurgPrcgCndnTypeTextByKeyFluentHelper |
getPurgPrcgCndnTypeTextByKey(String language,
String conditionUsage,
String conditionApplication,
String conditionType)
Fetch a single
PurgPrcgCndnTypeText entity using key fields. |
PurgPricingConditionTypeByKeyFluentHelper |
getPurgPricingConditionTypeByKey(String conditionUsage,
String conditionApplication,
String conditionType)
Fetch a single
PurgPricingConditionType entity using key fields. |
ConditionTypeForPricingInPurchasingService |
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 ConditionTypeForPricingInPurchasingService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PurgPrcgCndnTypeTextFluentHelper getAllPurgPrcgCndnTypeText()
PurgPrcgCndnTypeText
entities.PurgPrcgCndnTypeText
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 PurgPrcgCndnTypeTextByKeyFluentHelper getPurgPrcgCndnTypeTextByKey(String language, String conditionUsage, String conditionApplication, String conditionType)
PurgPrcgCndnTypeText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
conditionType
- Condition Type
Constraints: Not nullable, Maximum length: 4
conditionUsage
- Usage of the condition table
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Application
Constraints: Not nullable, Maximum length: 2
PurgPrcgCndnTypeText
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 PurgPricingConditionTypeFluentHelper getAllPurgPricingConditionType()
PurgPricingConditionType
entities.PurgPricingConditionType
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 PurgPricingConditionTypeByKeyFluentHelper getPurgPricingConditionTypeByKey(String conditionUsage, String conditionApplication, String conditionType)
PurgPricingConditionType
entity using key fields.conditionType
- Condition Type
Constraints: Not nullable, Maximum length: 4
conditionUsage
- Usage of the condition table
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Application
Constraints: Not nullable, Maximum length: 2
PurgPricingConditionType
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.