Class DefaultProductAvailabilityInfoService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProductAvailabilityInfoService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProductAvailabilityInfoService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductAvailabilityInfoService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultProductAvailabilityInfoService
public DefaultProductAvailabilityInfoService()Deprecated.Creates a service usingProductAvailabilityInfoService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProductAvailabilityInfoServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductAvailabilityInfoService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ProductAvailabilityInfoServiceCreates a batch request builder object.- Specified by:
batchin interfaceProductAvailabilityInfoService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProductMRPArea
Deprecated.Description copied from interface:ProductAvailabilityInfoServiceFetch multipleATPRlvtProductMRPAreaentities.- Specified by:
getAllProductMRPAreain interfaceProductAvailabilityInfoService- 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.Description copied from interface:ProductAvailabilityInfoServiceFetch the number of entries from theATPRlvtProductMRPAreaentity collection matching the filter and search expressions.- Specified by:
countProductMRPAreain interfaceProductAvailabilityInfoService- 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 public GetByKeyRequestBuilder<ATPRlvtProductMRPArea> getProductMRPAreaByKey(String product, String mRPArea) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceFetch a singleATPRlvtProductMRPAreaentity using key fields.- Specified by:
getProductMRPAreaByKeyin interfaceProductAvailabilityInfoService- 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 public CreateRequestBuilder<ATPRlvtProductMRPArea> createProductMRPArea(@Nonnull ATPRlvtProductMRPArea aTPRlvtProductMRPArea) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceCreate a newATPRlvtProductMRPAreaentity and save it to the S/4HANA system.- Specified by:
createProductMRPAreain interfaceProductAvailabilityInfoService- 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.Description copied from interface:ProductAvailabilityInfoServiceFetch multipleATPRlvtProductMRPAreaBatchentities.- Specified by:
getAllProductMRPAreaBatchin interfaceProductAvailabilityInfoService- 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.Description copied from interface:ProductAvailabilityInfoServiceFetch the number of entries from theATPRlvtProductMRPAreaBatchentity collection matching the filter and search expressions.- Specified by:
countProductMRPAreaBatchin interfaceProductAvailabilityInfoService- 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 public GetByKeyRequestBuilder<ATPRlvtProductMRPAreaBatch> getProductMRPAreaBatchByKey(String product, String mRPArea, String batch) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceFetch a singleATPRlvtProductMRPAreaBatchentity using key fields.- Specified by:
getProductMRPAreaBatchByKeyin interfaceProductAvailabilityInfoService- 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 public CreateRequestBuilder<ATPRlvtProductMRPAreaBatch> createProductMRPAreaBatch(@Nonnull ATPRlvtProductMRPAreaBatch aTPRlvtProductMRPAreaBatch) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceCreate a newATPRlvtProductMRPAreaBatchentity and save it to the S/4HANA system.- Specified by:
createProductMRPAreaBatchin interfaceProductAvailabilityInfoService- 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.Description copied from interface:ProductAvailabilityInfoServiceFetch multipleATPRlvtProductStorLocentities.- Specified by:
getAllProductStorageLocationin interfaceProductAvailabilityInfoService- 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.Description copied from interface:ProductAvailabilityInfoServiceFetch the number of entries from theATPRlvtProductStorLocentity collection matching the filter and search expressions.- Specified by:
countProductStorageLocationin interfaceProductAvailabilityInfoService- 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 public GetByKeyRequestBuilder<ATPRlvtProductStorLoc> getProductStorageLocationByKey(String product, String storageLocation, String mRPArea) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceFetch a singleATPRlvtProductStorLocentity using key fields.- Specified by:
getProductStorageLocationByKeyin interfaceProductAvailabilityInfoService- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 18
storageLocation- MRP Area LocationConstraints: Not nullable, Maximum length: 4
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
- 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 public CreateRequestBuilder<ATPRlvtProductStorLoc> createProductStorageLocation(@Nonnull ATPRlvtProductStorLoc aTPRlvtProductStorLoc) Deprecated.Description copied from interface:ProductAvailabilityInfoServiceCreate a newATPRlvtProductStorLocentity and save it to the S/4HANA system.- Specified by:
createProductStorageLocationin interfaceProductAvailabilityInfoService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-