Interface ProductAllocationObjectService
- All Superinterfaces:
BatchService<ProductAllocationObjectServiceBatch>
- All Known Implementing Classes:
DefaultProductAllocationObjectService
You can use this service to read the data from product allocation objects as well as read, edit and delete characteristic value combinations and their corresponding time series (planned allocation quantities per period).
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PRODUCT_ALLOCATION_OBJECT_SRV |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Allocation Object Integration(SAP_COM_0152) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW) |
| Authentication Methods: | x509 |
| Business Object: | Product Allocation Object |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationObject(ProdAllocationObject prodAllocationObject) Deprecated.Create a newProdAllocationObjectentity and save it to the S/4HANA system.createProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Deprecated.Create a newProdAllocCharcValCombnentity and save it to the S/4HANA system.deleteActiveTimeSeries(UUID prodAllocationTimeSeriesUUID, Boolean isdeleteqa) Deprecated.Creates a fluent helper for the DeleteActiveTimeSeries OData function import.deleteActvCharcValCombination(UUID charcValueCombinationUUID, Boolean isdeleteqa) Deprecated.Creates a fluent helper for the DeleteActvCharcValCombination OData function import.Deprecated.Fetch multipleProdAllocationObjectentities.Deprecated.Fetch multipleProdAllocationObjectTentities.Deprecated.Fetch multipleProdAllocCharcMetaDataentities.Deprecated.Fetch multipleProdAllocCharcValCombnentities.Deprecated.Fetch multipleProdAllocObjTimeSeriesentities.getProdAllocationObjectByKey(UUID productAllocationObjectUUID) Deprecated.Fetch a singleProdAllocationObjectentity using key fields.getProdAllocationObjectTByKey(UUID productAllocationObjectUUID, String language) Deprecated.Fetch a singleProdAllocationObjectTentity using key fields.getProdAllocCharcMetaDataByKey(UUID characteristicsMetaDataUUID) Deprecated.Fetch a singleProdAllocCharcMetaDataentity using key fields.getProdAllocCharcValCombnByKey(UUID charcValueCombinationUUID) Deprecated.Fetch a singleProdAllocCharcValCombnentity using key fields.getProdAllocObjTimeSeriesByKey(UUID prodAllocationTimeSeriesUUID) Deprecated.Fetch a singleProdAllocObjTimeSeriesentity using key fields.setLifecycleStatusToActive(UUID charcValueCombinationUUID) Deprecated.Creates a fluent helper for the SetLifecycleStatusToActive OData function import.setLifecycleStatusToInactive(UUID charcValueCombinationUUID) Deprecated.Creates a fluent helper for the SetLifecycleStatusToInactive OData function import.updateProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Deprecated.Update an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.updateProdAllocObjTimeSeries(ProdAllocObjTimeSeries prodAllocObjTimeSeries) Deprecated.Update an existingProdAllocObjTimeSeriesentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllProdAllocationObject
Deprecated.Fetch multipleProdAllocationObjectentities.- Returns:
- A fluent helper to fetch multiple
ProdAllocationObjectentities. 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.
-
getProdAllocationObjectByKey
@Nonnull ProdAllocationObjectByKeyFluentHelper getProdAllocationObjectByKey(UUID productAllocationObjectUUID) Deprecated.Fetch a singleProdAllocationObjectentity using key fields.- Parameters:
productAllocationObjectUUID- Product Allocation Object UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocationObjectentity 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.
-
createProdAllocationObject
@Nonnull ProdAllocationObjectCreateFluentHelper createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject) Deprecated.Create a newProdAllocationObjectentity and save it to the S/4HANA system.- Parameters:
prodAllocationObject-ProdAllocationObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProdAllocationObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProdAllocationObjectT
Deprecated.Fetch multipleProdAllocationObjectTentities.- Returns:
- A fluent helper to fetch multiple
ProdAllocationObjectTentities. 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.
-
getProdAllocationObjectTByKey
@Nonnull ProdAllocationObjectTByKeyFluentHelper getProdAllocationObjectTByKey(UUID productAllocationObjectUUID, String language) Deprecated.Fetch a singleProdAllocationObjectTentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
productAllocationObjectUUID- Product Allocation Object UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocationObjectTentity 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.
-
getAllProdAllocCharcMetaData
Deprecated.Fetch multipleProdAllocCharcMetaDataentities.- Returns:
- A fluent helper to fetch multiple
ProdAllocCharcMetaDataentities. 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.
-
getProdAllocCharcMetaDataByKey
@Nonnull ProdAllocCharcMetaDataByKeyFluentHelper getProdAllocCharcMetaDataByKey(UUID characteristicsMetaDataUUID) Deprecated.Fetch a singleProdAllocCharcMetaDataentity using key fields.- Parameters:
characteristicsMetaDataUUID- Characteristic Meta Data UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocCharcMetaDataentity 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.
-
getAllProdAllocCharcValCombn
Deprecated.Fetch multipleProdAllocCharcValCombnentities.- Returns:
- A fluent helper to fetch multiple
ProdAllocCharcValCombnentities. 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.
-
getProdAllocCharcValCombnByKey
@Nonnull ProdAllocCharcValCombnByKeyFluentHelper getProdAllocCharcValCombnByKey(UUID charcValueCombinationUUID) Deprecated.Fetch a singleProdAllocCharcValCombnentity using key fields.- Parameters:
charcValueCombinationUUID- Characteristic Value Combination UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocCharcValCombnentity 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.
-
createProdAllocCharcValCombn
@Nonnull ProdAllocCharcValCombnCreateFluentHelper createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Deprecated.Create a newProdAllocCharcValCombnentity and save it to the S/4HANA system.- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProdAllocCharcValCombnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProdAllocCharcValCombn
@Nonnull ProdAllocCharcValCombnUpdateFluentHelper updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Deprecated.Update an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProdAllocCharcValCombnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProdAllocObjTimeSeries
Deprecated.Fetch multipleProdAllocObjTimeSeriesentities.- Returns:
- A fluent helper to fetch multiple
ProdAllocObjTimeSeriesentities. 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.
-
getProdAllocObjTimeSeriesByKey
@Nonnull ProdAllocObjTimeSeriesByKeyFluentHelper getProdAllocObjTimeSeriesByKey(UUID prodAllocationTimeSeriesUUID) Deprecated.Fetch a singleProdAllocObjTimeSeriesentity using key fields.- Parameters:
prodAllocationTimeSeriesUUID- Product Allocation Time SeriesUUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocObjTimeSeriesentity 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.
-
updateProdAllocObjTimeSeries
@Nonnull ProdAllocObjTimeSeriesUpdateFluentHelper updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries) Deprecated.Update an existingProdAllocObjTimeSeriesentity and save it to the S/4HANA system.- Parameters:
prodAllocObjTimeSeries-ProdAllocObjTimeSeriesentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProdAllocObjTimeSeriesentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteActvCharcValCombination
@Nonnull DeleteActvCharcValCombinationFluentHelper deleteActvCharcValCombination(@Nonnull UUID charcValueCombinationUUID, @Nonnull Boolean isdeleteqa) Deprecated.Creates a fluent helper for the DeleteActvCharcValCombination OData function import.
- Parameters:
isdeleteqa- TRUEConstraints: none
Original parameter name from the Odata EDM: Isdeleteqa
charcValueCombinationUUID- Characteristic Value Combination UUIDConstraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
- Returns:
- A fluent helper object that will execute the DeleteActvCharcValCombination OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setLifecycleStatusToActive
@Nonnull SetLifecycleStatusToActiveFluentHelper setLifecycleStatusToActive(@Nonnull UUID charcValueCombinationUUID) Deprecated.Creates a fluent helper for the SetLifecycleStatusToActive OData function import.
- Parameters:
charcValueCombinationUUID- Characteristic Value Combination UUIDConstraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
- Returns:
- A fluent helper object that will execute the SetLifecycleStatusToActive OData function import with
the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setLifecycleStatusToInactive
@Nonnull SetLifecycleStatusToInactiveFluentHelper setLifecycleStatusToInactive(@Nonnull UUID charcValueCombinationUUID) Deprecated.Creates a fluent helper for the SetLifecycleStatusToInactive OData function import.
- Parameters:
charcValueCombinationUUID- Characteristic Value Combination UUIDConstraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
- Returns:
- A fluent helper object that will execute the SetLifecycleStatusToInactive OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deleteActiveTimeSeries
@Nonnull DeleteActiveTimeSeriesFluentHelper deleteActiveTimeSeries(@Nonnull UUID prodAllocationTimeSeriesUUID, @Nonnull Boolean isdeleteqa) Deprecated.Creates a fluent helper for the DeleteActiveTimeSeries OData function import.
- Parameters:
prodAllocationTimeSeriesUUID- Product Allocation Time SeriesUUIDConstraints: none
Original parameter name from the Odata EDM: ProdAllocationTimeSeriesUUID
isdeleteqa- TRUEConstraints: none
Original parameter name from the Odata EDM: Isdeleteqa
- Returns:
- A fluent helper object that will execute the DeleteActiveTimeSeries OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-