Class DefaultWarehousePhysicalStockByProductService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarehousePhysicalStockByProductService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,WarehousePhysicalStockByProductService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarehousePhysicalStockByProductService")
@Deprecated
public class DefaultWarehousePhysicalStockByProductService
extends Object
implements ServiceWithNavigableEntities, WarehousePhysicalStockByProductService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This allows you to analyze the current situation of physical stock in a warehouse. You can request stock information about products in a warehouse. Optionally, you can also read serial numbers. You can post unplanned goods issue for consumption and scrapping..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_WHSEPHYSICALSTOCKPRODUCTS_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Stock Integration(SAP_COM_0755) |
| Scope Items: | Warehouse Inbound Processing(3BR), Warehouse Outbound Processing(3BS), Warehouse Ad Hoc Goods Issue(3BT), Warehouse Posting Changes(3BU), Warehouse Internal Repacking(3BW), Warehouse Physical Inventory(3BX), Warehouse Production Integration(3DV), Quality Management in Warehousing(3M0), Warehouse Kanban Supply into Production(3VT), Resource Management in Warehousing(3W0) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WHSE_PHYSSTOCKPROD |
| Business Object: | Warehouse Physical Stock Products |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.WarehousePhysicalStockByProductService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingWarehousePhysicalStockByProductService.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 theWhsePhysicalStockProductsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWhsePhysStockProdSerialNmbrentity collection matching the filter and search expressions.createWarehousePhysicalStockProducts(WhsePhysicalStockProducts whsePhysicalStockProducts) Deprecated.Create a newWhsePhysicalStockProductsentity and save it to the S/4HANA system.Deprecated.Fetch multipleWhsePhysicalStockProductsentities.Deprecated.Fetch multipleWhsePhysStockProdSerialNmbrentities.Deprecated.getWarehousePhysicalStockProductsByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID) Deprecated.Fetch a singleWhsePhysicalStockProductsentity using key fields.getWhsePhysStockProdSerialNumberByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID, String eWMSerialNumber) Deprecated.Fetch a singleWhsePhysStockProdSerialNmbrentity using key fields.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
-
DefaultWarehousePhysicalStockByProductService
public DefaultWarehousePhysicalStockByProductService()Deprecated.Creates a service usingWarehousePhysicalStockByProductService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultWarehousePhysicalStockByProductService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceWarehousePhysicalStockByProductService- 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:WarehousePhysicalStockByProductServiceCreates a batch request builder object.- Specified by:
batchin interfaceWarehousePhysicalStockByProductService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWarehousePhysicalStockProducts
@Nonnull public GetAllRequestBuilder<WhsePhysicalStockProducts> getAllWarehousePhysicalStockProducts()Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch multipleWhsePhysicalStockProductsentities.- Specified by:
getAllWarehousePhysicalStockProductsin interfaceWarehousePhysicalStockByProductService- Returns:
- A request builder to fetch multiple
WhsePhysicalStockProductsentities. 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.
-
countWarehousePhysicalStockProducts
@Nonnull public CountRequestBuilder<WhsePhysicalStockProducts> countWarehousePhysicalStockProducts()Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch the number of entries from theWhsePhysicalStockProductsentity collection matching the filter and search expressions.- Specified by:
countWarehousePhysicalStockProductsin interfaceWarehousePhysicalStockByProductService- Returns:
- A request builder to fetch the count of
WhsePhysicalStockProductsentities. 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.
-
getWarehousePhysicalStockProductsByKey
@Nonnull public GetByKeyRequestBuilder<WhsePhysicalStockProducts> getWarehousePhysicalStockProductsByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID) Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch a singleWhsePhysicalStockProductsentity using key fields.- Specified by:
getWarehousePhysicalStockProductsByKeyin interfaceWarehousePhysicalStockByProductService- Parameters:
parentHandlingUnitUUID- Parent GUIDConstraints: Not nullable
stockItemUUID- GUID Stock ItemConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WhsePhysicalStockProductsentity 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.
-
createWarehousePhysicalStockProducts
@Nonnull public CreateRequestBuilder<WhsePhysicalStockProducts> createWarehousePhysicalStockProducts(@Nonnull WhsePhysicalStockProducts whsePhysicalStockProducts) Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceCreate a newWhsePhysicalStockProductsentity and save it to the S/4HANA system.- Specified by:
createWarehousePhysicalStockProductsin interfaceWarehousePhysicalStockByProductService- Parameters:
whsePhysicalStockProducts-WhsePhysicalStockProductsentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WhsePhysicalStockProductsentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWhsePhysStockProdSerialNumber
@Nonnull public GetAllRequestBuilder<WhsePhysStockProdSerialNmbr> getAllWhsePhysStockProdSerialNumber()Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch multipleWhsePhysStockProdSerialNmbrentities.- Specified by:
getAllWhsePhysStockProdSerialNumberin interfaceWarehousePhysicalStockByProductService- Returns:
- A request builder to fetch multiple
WhsePhysStockProdSerialNmbrentities. 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.
-
countWhsePhysStockProdSerialNumber
@Nonnull public CountRequestBuilder<WhsePhysStockProdSerialNmbr> countWhsePhysStockProdSerialNumber()Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch the number of entries from theWhsePhysStockProdSerialNmbrentity collection matching the filter and search expressions.- Specified by:
countWhsePhysStockProdSerialNumberin interfaceWarehousePhysicalStockByProductService- Returns:
- A request builder to fetch the count of
WhsePhysStockProdSerialNmbrentities. 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.
-
getWhsePhysStockProdSerialNumberByKey
@Nonnull public GetByKeyRequestBuilder<WhsePhysStockProdSerialNmbr> getWhsePhysStockProdSerialNumberByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID, String eWMSerialNumber) Deprecated.Description copied from interface:WarehousePhysicalStockByProductServiceFetch a singleWhsePhysStockProdSerialNmbrentity using key fields.- Specified by:
getWhsePhysStockProdSerialNumberByKeyin interfaceWarehousePhysicalStockByProductService- Parameters:
parentHandlingUnitUUID- Parent GUIDConstraints: Not nullable
stockItemUUID- GUID Stock ItemConstraints: Not nullable
eWMSerialNumber- 30 CharactersConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
WhsePhysStockProdSerialNmbrentity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-