public interface ProductAllocationObjectService extends BatchService<ProductAllocationObjectServiceBatch>
This service enables you to read the data from product allocation objects. Additionally, you can use the service to read, edit and delete characteristic value combinations and their corresponding time series (planned allocation quantities per period).
Reference: SAP API Business Hub
OData Service: | OP_API_PRODUCT_ALLOCATION_OBJECT_SRV0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Product Allocation Object |
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 ProductAllocationObjectService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProdAllocationObjectFluentHelper getAllProdAllocationObject()
ProdAllocationObject
entities.ProdAllocationObject
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 ProdAllocationObjectByKeyFluentHelper getProdAllocationObjectByKey(UUID productAllocationObjectUUID)
ProdAllocationObject
entity using key fields.productAllocationObjectUUID
- Product Allocation Object UUID
Constraints: Not nullable
ProdAllocationObject
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 ProdAllocationObjectCreateFluentHelper createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject)
ProdAllocationObject
entity and save it to the S/4HANA system.prodAllocationObject
- ProdAllocationObject
entity object that will be created in the S/4HANA system.ProdAllocationObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocationObjectTFluentHelper getAllProdAllocationObjectT()
ProdAllocationObjectT
entities.ProdAllocationObjectT
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 ProdAllocationObjectTByKeyFluentHelper getProdAllocationObjectTByKey(UUID productAllocationObjectUUID, String language)
ProdAllocationObjectT
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
productAllocationObjectUUID
- Product Allocation Object UUID
Constraints: Not nullable
ProdAllocationObjectT
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 ProdAllocCharcMetaDataFluentHelper getAllProdAllocCharcMetaData()
ProdAllocCharcMetaData
entities.ProdAllocCharcMetaData
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 ProdAllocCharcMetaDataByKeyFluentHelper getProdAllocCharcMetaDataByKey(UUID characteristicsMetaDataUUID)
ProdAllocCharcMetaData
entity using key fields.characteristicsMetaDataUUID
- Characteristic Meta Data UUID
Constraints: Not nullable
ProdAllocCharcMetaData
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 ProdAllocCharcValCombnFluentHelper getAllProdAllocCharcValCombn()
ProdAllocCharcValCombn
entities.ProdAllocCharcValCombn
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 ProdAllocCharcValCombnByKeyFluentHelper getProdAllocCharcValCombnByKey(UUID charcValueCombinationUUID)
ProdAllocCharcValCombn
entity using key fields.charcValueCombinationUUID
- Characteristic Value Combination UUID
Constraints: Not nullable
ProdAllocCharcValCombn
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 ProdAllocCharcValCombnCreateFluentHelper createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be created in the S/4HANA system.ProdAllocCharcValCombn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocCharcValCombnUpdateFluentHelper updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be updated in the S/4HANA system.ProdAllocCharcValCombn
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocObjTimeSeriesFluentHelper getAllProdAllocObjTimeSeries()
ProdAllocObjTimeSeries
entities.ProdAllocObjTimeSeries
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 ProdAllocObjTimeSeriesByKeyFluentHelper getProdAllocObjTimeSeriesByKey(UUID prodAllocationTimeSeriesUUID)
ProdAllocObjTimeSeries
entity using key fields.prodAllocationTimeSeriesUUID
- Product Allocation Time SeriesUUID
Constraints: Not nullable
ProdAllocObjTimeSeries
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 ProdAllocObjTimeSeriesCreateFluentHelper createProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.prodAllocObjTimeSeries
- ProdAllocObjTimeSeries
entity object that will be created in the S/4HANA system.ProdAllocObjTimeSeries
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocObjTimeSeriesUpdateFluentHelper updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.prodAllocObjTimeSeries
- ProdAllocObjTimeSeries
entity object that will be updated in the S/4HANA system.ProdAllocObjTimeSeries
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DeleteActvCharcValCombinationFluentHelper deleteActvCharcValCombination(UUID charcValueCombinationUUID, Boolean isdeleteqa)
Creates a fluent helper for the DeleteActvCharcValCombination OData function import.
isdeleteqa
- Constraints: none
Original parameter name from the Odata EDM: Isdeleteqa
charcValueCombinationUUID
- Constraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
execute
method on the fluent helper object.@Nonnull SetLifecycleStatusToActiveFluentHelper setLifecycleStatusToActive(UUID charcValueCombinationUUID)
Creates a fluent helper for the SetLifecycleStatusToActive OData function import.
charcValueCombinationUUID
- Constraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
execute
method on the fluent helper object.@Nonnull SetLifecycleStatusToInactiveFluentHelper setLifecycleStatusToInactive(UUID charcValueCombinationUUID)
Creates a fluent helper for the SetLifecycleStatusToInactive OData function import.
charcValueCombinationUUID
- Constraints: none
Original parameter name from the Odata EDM: CharcValueCombinationUUID
execute
method on the fluent helper object.@Nonnull DeleteActiveTimeSeriesFluentHelper deleteActiveTimeSeries(UUID prodAllocationTimeSeriesUUID, Boolean isdeleteqa)
Creates a fluent helper for the DeleteActiveTimeSeries OData function import.
prodAllocationTimeSeriesUUID
- Constraints: none
Original parameter name from the Odata EDM: ProdAllocationTimeSeriesUUID
isdeleteqa
- Constraints: none
Original parameter name from the Odata EDM: Isdeleteqa
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.