@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultConditionTypeForPricingInSalesService") public class DefaultConditionTypeForPricingInSalesService extends Object implements ConditionTypeForPricingInSalesService
This inbound service enables external applications to read data of condition types that are used for pricing in Sales. You can query each entity in this service to retrieve the corresponding business data. .
Reference: SAP API Business Hub
OData Service: | OP_API_SLSPRICINGCONDITIONTYPE_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultConditionTypeForPricingInSalesService()
Creates a service using
ConditionTypeForPricingInSalesService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultConditionTypeForPricingInSalesService()
ConditionTypeForPricingInSalesService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultConditionTypeForPricingInSalesService withServicePath(@Nonnull String servicePath)
ConditionTypeForPricingInSalesService
withServicePath
in interface ConditionTypeForPricingInSalesService
servicePath
- Service path that will override the default.@Nonnull public DefaultConditionTypeForPricingInSalesServiceBatch batch()
batch
in interface BatchService<ConditionTypeForPricingInSalesServiceBatch>
@Nonnull public SlsPrcgCndnTypeTextFluentHelper getAllSlsPrcgCndnTypeText()
ConditionTypeForPricingInSalesService
SlsPrcgCndnTypeText
entities.getAllSlsPrcgCndnTypeText
in interface ConditionTypeForPricingInSalesService
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 public SlsPrcgCndnTypeTextByKeyFluentHelper getSlsPrcgCndnTypeTextByKey(String language, String conditionUsage, String conditionApplication, String conditionType)
ConditionTypeForPricingInSalesService
SlsPrcgCndnTypeText
entity using key fields.getSlsPrcgCndnTypeTextByKey
in interface ConditionTypeForPricingInSalesService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
conditionUsage
- Usage of the condition table
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Application
Constraints: Not nullable, Maximum length: 2
conditionType
- Condition Type
Constraints: Not nullable, Maximum length: 4
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 public SlsPricingConditionTypeFluentHelper getAllSlsPricingConditionType()
ConditionTypeForPricingInSalesService
SlsPricingConditionType
entities.getAllSlsPricingConditionType
in interface ConditionTypeForPricingInSalesService
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 public SlsPricingConditionTypeByKeyFluentHelper getSlsPricingConditionTypeByKey(String conditionUsage, String conditionApplication, String conditionType)
ConditionTypeForPricingInSalesService
SlsPricingConditionType
entity using key fields.getSlsPricingConditionTypeByKey
in interface ConditionTypeForPricingInSalesService
conditionUsage
- Usage of the condition table
Constraints: Not nullable, Maximum length: 1
conditionApplication
- Application
Constraints: Not nullable, Maximum length: 2
conditionType
- Condition Type
Constraints: Not nullable, Maximum length: 4
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 © 2021 SAP SE. All rights reserved.