public interface PurchasingPricingConditionRecordService
This synchronous inbound service enables you to retrieve condition records for pricing that are used in Purchasing. You can query the service’s entities to retrieve condition records, condition supplements, validity periods, and pricing scales.
Reference: SAP API Business Hub
OData Service: | API_PURGPRCGCONDITIONRECORD_SRV |
API Version: | 1 |
Communication Scenario: | Pricing Data Integration (SAP_COM_0294) |
Scope Items: | Sell from Stock (BD9) |
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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PurchasingPricingConditionRecordService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PurgPrcgCndnRecdSuplmntFluentHelper getAllPurgPrcgCndnRecdSuplmnt()
PurgPrcgCndnRecdSuplmnt
entities.PurgPrcgCndnRecdSuplmnt
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 PurgPrcgCndnRecdSuplmntByKeyFluentHelper getPurgPrcgCndnRecdSuplmntByKey(String conditionRecord, String conditionSequentialNumber)
PurgPrcgCndnRecdSuplmnt
entity using key fields.conditionSequentialNumber
- The sequential number that uniquely identifies the condition if a condition supplement exists.
Constraints: Not nullable, Maximum length: 2
conditionRecord
- Number that uniquely identifies a condition record.
Constraints: Not nullable, Maximum length: 10
PurgPrcgCndnRecdSuplmnt
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 PurgPrcgCndnRecdValidityFluentHelper getAllPurgPrcgCndnRecdValidity()
PurgPrcgCndnRecdValidity
entities.PurgPrcgCndnRecdValidity
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 PurgPrcgCndnRecdValidityByKeyFluentHelper getPurgPrcgCndnRecdValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate)
PurgPrcgCndnRecdValidity
entity using key fields.conditionValidityEndDate
- The date up to which the condition is valid.
Constraints: Not nullable, Precision: 0
conditionRecord
- Number that uniquely identifies a condition record.
Constraints: Not nullable, Maximum length: 10
PurgPrcgCndnRecdValidity
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 PurgPrcgCndnRecordScaleFluentHelper getAllPurgPrcgCndnRecordScale()
PurgPrcgCndnRecordScale
entities.PurgPrcgCndnRecordScale
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 PurgPrcgCndnRecordScaleByKeyFluentHelper getPurgPrcgCndnRecordScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine)
PurgPrcgCndnRecordScale
entity using key fields.conditionSequentialNumber
- The sequential number that uniquely identifies the condition if a condition supplement exists.
Constraints: Not nullable, Maximum length: 2
conditionRecord
- Number that uniquely identifies a condition record.
Constraints: Not nullable, Maximum length: 10
conditionScaleLine
- Identifies the sequence of lines within a scale.
Constraints: Not nullable, Maximum length: 4
PurgPrcgCndnRecordScale
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 PurgPrcgConditionRecordFluentHelper getAllPurgPrcgConditionRecord()
PurgPrcgConditionRecord
entities.PurgPrcgConditionRecord
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 PurgPrcgConditionRecordByKeyFluentHelper getPurgPrcgConditionRecordByKey(String conditionRecord)
PurgPrcgConditionRecord
entity using key fields.conditionRecord
- Number that uniquely identifies a condition record.
Constraints: Not nullable, Maximum length: 10
PurgPrcgConditionRecord
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.