Interface ProductAvailabilityInfoService
- All Known Implementing Classes:
DefaultProductAvailabilityInfoService
The service provides fast access to the product availability information including supply protection. Characteristics can be provided to match supply protection groups. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_API_PRODUCT_AVAILY_INFO_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Availability Information Integration(SAP_COM_0115) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW), Basic Available-to-Promise Processing(2LN) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PRODUCT_AVAILY_INFO |
| Business Object: | Available To Promise |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theATPRlvtProductMRPAreaentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theATPRlvtProductMRPAreaBatchentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theATPRlvtProductStorLocentity collection matching the filter and search expressions.createProductMRPArea(ATPRlvtProductMRPArea aTPRlvtProductMRPArea) Deprecated.Create a newATPRlvtProductMRPAreaentity and save it to the S/4HANA system.createProductMRPAreaBatch(ATPRlvtProductMRPAreaBatch aTPRlvtProductMRPAreaBatch) Deprecated.Create a newATPRlvtProductMRPAreaBatchentity and save it to the S/4HANA system.createProductStorageLocation(ATPRlvtProductStorLoc aTPRlvtProductStorLoc) Deprecated.Create a newATPRlvtProductStorLocentity and save it to the S/4HANA system.Deprecated.Fetch multipleATPRlvtProductMRPAreaentities.Deprecated.Fetch multipleATPRlvtProductMRPAreaBatchentities.Deprecated.Fetch multipleATPRlvtProductStorLocentities.getProductMRPAreaBatchByKey(String product, String mRPArea, String batch) Deprecated.Fetch a singleATPRlvtProductMRPAreaBatchentity using key fields.getProductMRPAreaByKey(String product, String mRPArea) Deprecated.Fetch a singleATPRlvtProductMRPAreaentity using key fields.getProductStorageLocationByKey(String product, String storageLocation, String mRPArea) Deprecated.Fetch a singleATPRlvtProductStorLocentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProductMRPArea
Deprecated.Fetch multipleATPRlvtProductMRPAreaentities.- Returns:
- A request builder to fetch multiple
ATPRlvtProductMRPAreaentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProductMRPArea
Deprecated.Fetch the number of entries from theATPRlvtProductMRPAreaentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ATPRlvtProductMRPAreaentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProductMRPAreaByKey
@Nonnull GetByKeyRequestBuilder<ATPRlvtProductMRPArea> getProductMRPAreaByKey(String product, String mRPArea) Deprecated.Fetch a singleATPRlvtProductMRPAreaentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 18
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
ATPRlvtProductMRPAreaentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createProductMRPArea
@Nonnull CreateRequestBuilder<ATPRlvtProductMRPArea> createProductMRPArea(@Nonnull ATPRlvtProductMRPArea aTPRlvtProductMRPArea) Deprecated.Create a newATPRlvtProductMRPAreaentity and save it to the S/4HANA system.- Parameters:
aTPRlvtProductMRPArea-ATPRlvtProductMRPAreaentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ATPRlvtProductMRPAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProductMRPAreaBatch
Deprecated.Fetch multipleATPRlvtProductMRPAreaBatchentities.- Returns:
- A request builder to fetch multiple
ATPRlvtProductMRPAreaBatchentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProductMRPAreaBatch
Deprecated.Fetch the number of entries from theATPRlvtProductMRPAreaBatchentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ATPRlvtProductMRPAreaBatchentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProductMRPAreaBatchByKey
@Nonnull GetByKeyRequestBuilder<ATPRlvtProductMRPAreaBatch> getProductMRPAreaBatchByKey(String product, String mRPArea, String batch) Deprecated.Fetch a singleATPRlvtProductMRPAreaBatchentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 18
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
batch- Batch NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
ATPRlvtProductMRPAreaBatchentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createProductMRPAreaBatch
@Nonnull CreateRequestBuilder<ATPRlvtProductMRPAreaBatch> createProductMRPAreaBatch(@Nonnull ATPRlvtProductMRPAreaBatch aTPRlvtProductMRPAreaBatch) Deprecated.Create a newATPRlvtProductMRPAreaBatchentity and save it to the S/4HANA system.- Parameters:
aTPRlvtProductMRPAreaBatch-ATPRlvtProductMRPAreaBatchentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ATPRlvtProductMRPAreaBatchentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProductStorageLocation
Deprecated.Fetch multipleATPRlvtProductStorLocentities.- Returns:
- A request builder to fetch multiple
ATPRlvtProductStorLocentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProductStorageLocation
Deprecated.Fetch the number of entries from theATPRlvtProductStorLocentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ATPRlvtProductStorLocentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProductStorageLocationByKey
@Nonnull GetByKeyRequestBuilder<ATPRlvtProductStorLoc> getProductStorageLocationByKey(String product, String storageLocation, String mRPArea) Deprecated.Fetch a singleATPRlvtProductStorLocentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 18
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
storageLocation- MRP Area LocationConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ATPRlvtProductStorLocentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createProductStorageLocation
@Nonnull CreateRequestBuilder<ATPRlvtProductStorLoc> createProductStorageLocation(@Nonnull ATPRlvtProductStorLoc aTPRlvtProductStorLoc) Deprecated.Create a newATPRlvtProductStorLocentity and save it to the S/4HANA system.- Parameters:
aTPRlvtProductStorLoc-ATPRlvtProductStorLocentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ATPRlvtProductStorLocentity. To perform execution, call theexecutemethod on the request builder object.
-