public interface PurchasingPricingConditionRecordService extends BatchService<PurchasingPricingConditionRecordServiceBatch>
Consumers of this inbound service can create, read, update, and delete condition records inside your system by using OData requests. The service contains entities for condition record, validity of condition record, pricing scale, and condition supplement.
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. |
batch
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 PurgPrcgCndnRecdSuplmntCreateFluentHelper createPurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt)
PurgPrcgCndnRecdSuplmnt
entity and save it to the S/4HANA system.purgPrcgCndnRecdSuplmnt
- PurgPrcgCndnRecdSuplmnt
entity object that will be created in the S/4HANA system.PurgPrcgCndnRecdSuplmnt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgCndnRecdSuplmntUpdateFluentHelper updatePurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt)
PurgPrcgCndnRecdSuplmnt
entity and save it to the S/4HANA system.purgPrcgCndnRecdSuplmnt
- PurgPrcgCndnRecdSuplmnt
entity object that will be updated in the S/4HANA system.PurgPrcgCndnRecdSuplmnt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgCndnRecdSuplmntDeleteFluentHelper deletePurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt)
PurgPrcgCndnRecdSuplmnt
entity in the S/4HANA system.purgPrcgCndnRecdSuplmnt
- PurgPrcgCndnRecdSuplmnt
entity object that will be deleted in the S/4HANA system.PurgPrcgCndnRecdSuplmnt
entity. 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 PurgPrcgCndnRecdValidityCreateFluentHelper createPurgPrcgCndnRecdValidity(@Nonnull PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity)
PurgPrcgCndnRecdValidity
entity and save it to the S/4HANA system.purgPrcgCndnRecdValidity
- PurgPrcgCndnRecdValidity
entity object that will be created in the S/4HANA system.PurgPrcgCndnRecdValidity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgCndnRecdValidityUpdateFluentHelper updatePurgPrcgCndnRecdValidity(@Nonnull PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity)
PurgPrcgCndnRecdValidity
entity and save it to the S/4HANA system.purgPrcgCndnRecdValidity
- PurgPrcgCndnRecdValidity
entity object that will be updated in the S/4HANA system.PurgPrcgCndnRecdValidity
entity. 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 PurgPrcgCndnRecordScaleCreateFluentHelper createPurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale)
PurgPrcgCndnRecordScale
entity and save it to the S/4HANA system.purgPrcgCndnRecordScale
- PurgPrcgCndnRecordScale
entity object that will be created in the S/4HANA system.PurgPrcgCndnRecordScale
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgCndnRecordScaleUpdateFluentHelper updatePurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale)
PurgPrcgCndnRecordScale
entity and save it to the S/4HANA system.purgPrcgCndnRecordScale
- PurgPrcgCndnRecordScale
entity object that will be updated in the S/4HANA system.PurgPrcgCndnRecordScale
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgCndnRecordScaleDeleteFluentHelper deletePurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale)
PurgPrcgCndnRecordScale
entity in the S/4HANA system.purgPrcgCndnRecordScale
- PurgPrcgCndnRecordScale
entity object that will be deleted in the S/4HANA system.PurgPrcgCndnRecordScale
entity. 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.@Nonnull PurgPrcgConditionRecordCreateFluentHelper createPurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord)
PurgPrcgConditionRecord
entity and save it to the S/4HANA system.purgPrcgConditionRecord
- PurgPrcgConditionRecord
entity object that will be created in the S/4HANA system.PurgPrcgConditionRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgConditionRecordUpdateFluentHelper updatePurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord)
PurgPrcgConditionRecord
entity and save it to the S/4HANA system.purgPrcgConditionRecord
- PurgPrcgConditionRecord
entity object that will be updated in the S/4HANA system.PurgPrcgConditionRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurgPrcgConditionRecordDeleteFluentHelper deletePurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord)
PurgPrcgConditionRecord
entity in the S/4HANA system.purgPrcgConditionRecord
- PurgPrcgConditionRecord
entity object that will be deleted in the S/4HANA system.PurgPrcgConditionRecord
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.