public interface PricingProcedureInPurchasingService extends BatchService<PricingProcedureInPurchasingServiceBatch>
This inbound service enables external applications to read pricing procedure data in Purchasing through API calls. The service contains pricing procedure, pricing procedure item data, 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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PricingProcedureInPurchasingService 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
- 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
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 PurgPrcgProcedItemTextFluentHelper getAllPurgPrcgProcedItemText()
PurgPrcgProcedItemText
entities.PurgPrcgProcedItemText
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 PurgPrcgProcedItemTextByKeyFluentHelper getPurgPrcgProcedItemTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter)
PurgPrcgProcedItemText
entity using key fields.pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.
Constraints: Not nullable, Maximum length: 3
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
pricingProcedure
- Specifies the conditions that are allowed for a document and defines the sequence in which they are
used.
Constraints: Not nullable, Maximum length: 6
PurgPrcgProcedItemText
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
- 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
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.@Nonnull PurgPricingProcedureFluentHelper getAllPurgPricingProcedure()
PurgPricingProcedure
entities.PurgPricingProcedure
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 PurgPricingProcedureByKeyFluentHelper getPurgPricingProcedureByKey(String conditionUsage, String conditionApplication, String pricingProcedure)
PurgPricingProcedure
entity using key fields.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
pricingProcedure
- Specifies the conditions that are allowed for a document and defines the sequence in which they are
used.
Constraints: Not nullable, Maximum length: 6
PurgPricingProcedure
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 PurgPricingProcedureItemFluentHelper getAllPurgPricingProcedureItem()
PurgPricingProcedureItem
entities.PurgPricingProcedureItem
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 PurgPricingProcedureItemByKeyFluentHelper getPurgPricingProcedureItemByKey(String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter)
PurgPricingProcedureItem
entity using key fields.pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.
Constraints: Not nullable, Maximum length: 3
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.
Constraints: Not nullable, Maximum length: 3
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
pricingProcedure
- Specifies the conditions that are allowed for a document and defines the sequence in which they are
used.
Constraints: Not nullable, Maximum length: 6
PurgPricingProcedureItem
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 PurgPricingProcedureTextFluentHelper getAllPurgPricingProcedureText()
PurgPricingProcedureText
entities.PurgPricingProcedureText
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 PurgPricingProcedureTextByKeyFluentHelper getPurgPricingProcedureTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure)
PurgPricingProcedureText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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
pricingProcedure
- Specifies the conditions that are allowed for a document and defines the sequence in which they are
used.
Constraints: Not nullable, Maximum length: 6
PurgPricingProcedureText
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.