Class DefaultPricingProcedureInPurchasingService
- All Implemented Interfaces:
BatchService<PricingProcedureInPurchasingServiceBatch>,PricingProcedureInPurchasingService
The service contains pricing procedure, pricing procedure item data, condition type, and description entities. You can query each entity in this service to retrieve the corresponding business data.
Reference: SAP Business Accelerator Hub
Details:
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.PricingProcedureInPurchasingService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPricingProcedureInPurchasingService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multiplePurgPrcgCndnTypeTextentities.Deprecated.Fetch multiplePurgPrcgProcedItemTextentities.Deprecated.Fetch multiplePurgPricingConditionTypeentities.Deprecated.Fetch multiplePurgPricingProcedureentities.Deprecated.Fetch multiplePurgPricingProcedureItementities.Deprecated.Fetch multiplePurgPricingProcedureTextentities.getPurgPrcgCndnTypeTextByKey(String language, String conditionUsage, String conditionApplication, String conditionType) Deprecated.Fetch a singlePurgPrcgCndnTypeTextentity using key fields.getPurgPrcgProcedItemTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singlePurgPrcgProcedItemTextentity using key fields.getPurgPricingConditionTypeByKey(String conditionUsage, String conditionApplication, String conditionType) Deprecated.Fetch a singlePurgPricingConditionTypeentity using key fields.getPurgPricingProcedureByKey(String conditionUsage, String conditionApplication, String pricingProcedure) Deprecated.Fetch a singlePurgPricingProcedureentity using key fields.getPurgPricingProcedureItemByKey(String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singlePurgPricingProcedureItementity using key fields.getPurgPricingProcedureTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure) Deprecated.Fetch a singlePurgPricingProcedureTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultPricingProcedureInPurchasingService
public DefaultPricingProcedureInPurchasingService()Deprecated.Creates a service usingPricingProcedureInPurchasingService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultPricingProcedureInPurchasingService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePricingProcedureInPurchasingService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<PricingProcedureInPurchasingServiceBatch>
-
getAllPurgPrcgCndnTypeText
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPrcgCndnTypeTextentities.- Specified by:
getAllPurgPrcgCndnTypeTextin interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPrcgCndnTypeTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgCndnTypeTextByKey
@Nonnull public PurgPrcgCndnTypeTextByKeyFluentHelper getPurgPrcgCndnTypeTextByKey(String language, String conditionUsage, String conditionApplication, String conditionType) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPrcgCndnTypeTextentity using key fields.- Specified by:
getPurgPrcgCndnTypeTextByKeyin interfacePricingProcedureInPurchasingService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
conditionType- Condition TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurgPrcgCndnTypeTextentity 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 theexecutemethod on the fluent helper object.
-
getAllPurgPrcgProcedItemText
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPrcgProcedItemTextentities.- Specified by:
getAllPurgPrcgProcedItemTextin interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPrcgProcedItemTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgProcedItemTextByKey
@Nonnull public PurgPrcgProcedItemTextByKeyFluentHelper getPurgPrcgProcedItemTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPrcgProcedItemTextentity using key fields.- Specified by:
getPurgPrcgProcedItemTextByKeyin interfacePricingProcedureInPurchasingService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
pricingProcedure- Procedure (Pricing, Output Control, Acct. Det., Costing,...)Constraints: Not nullable, Maximum length: 6
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
PurgPrcgProcedItemTextentity 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 theexecutemethod on the fluent helper object.
-
getAllPurgPricingConditionType
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPricingConditionTypeentities.- Specified by:
getAllPurgPricingConditionTypein interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPricingConditionTypeentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPricingConditionTypeByKey
@Nonnull public PurgPricingConditionTypeByKeyFluentHelper getPurgPricingConditionTypeByKey(String conditionUsage, String conditionApplication, String conditionType) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPricingConditionTypeentity using key fields.- Specified by:
getPurgPricingConditionTypeByKeyin interfacePricingProcedureInPurchasingService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
conditionType- Condition TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurgPricingConditionTypeentity 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 theexecutemethod on the fluent helper object.
-
getAllPurgPricingProcedure
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPricingProcedureentities.- Specified by:
getAllPurgPricingProcedurein interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPricingProcedureentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPricingProcedureByKey
@Nonnull public PurgPricingProcedureByKeyFluentHelper getPurgPricingProcedureByKey(String conditionUsage, String conditionApplication, String pricingProcedure) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPricingProcedureentity using key fields.- Specified by:
getPurgPricingProcedureByKeyin interfacePricingProcedureInPurchasingService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
pricingProcedure- Procedure (Pricing, Output Control, Acct. Det., Costing,...)Constraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
PurgPricingProcedureentity 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 theexecutemethod on the fluent helper object.
-
getAllPurgPricingProcedureItem
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPricingProcedureItementities.- Specified by:
getAllPurgPricingProcedureItemin interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPricingProcedureItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPricingProcedureItemByKey
@Nonnull public PurgPricingProcedureItemByKeyFluentHelper getPurgPricingProcedureItemByKey(String conditionUsage, String conditionApplication, String pricingProcedure, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPricingProcedureItementity using key fields.- Specified by:
getPurgPricingProcedureItemByKeyin interfacePricingProcedureInPurchasingService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
pricingProcedure- Procedure (Pricing, Output Control, Acct. Det., Costing,...)Constraints: Not nullable, Maximum length: 6
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
PurgPricingProcedureItementity 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 theexecutemethod on the fluent helper object.
-
getAllPurgPricingProcedureText
Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch multiplePurgPricingProcedureTextentities.- Specified by:
getAllPurgPricingProcedureTextin interfacePricingProcedureInPurchasingService- Returns:
- A fluent helper to fetch multiple
PurgPricingProcedureTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPricingProcedureTextByKey
@Nonnull public PurgPricingProcedureTextByKeyFluentHelper getPurgPricingProcedureTextByKey(String language, String conditionUsage, String conditionApplication, String pricingProcedure) Deprecated.Description copied from interface:PricingProcedureInPurchasingServiceFetch a singlePurgPricingProcedureTextentity using key fields.- Specified by:
getPurgPricingProcedureTextByKeyin interfacePricingProcedureInPurchasingService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
pricingProcedure- Procedure (Pricing, Output Control, Acct. Det., Costing,...)Constraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
PurgPricingProcedureTextentity 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 theexecutemethod on the fluent helper object.
-