Interface WarehouseFixedBinAssignmentService
- All Known Implementing Classes:
DefaultWarehouseFixedBinAssignmentService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
In every API call, you can make use of the following operations: - You can retrieve fixed bin assignments. Apply any of the filters provided or retrieve all existing data. - You can create fixed bin assignments. - You can update existing fixed bin assignments. - You can delete fixed bin assignments. # .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_WHSEFIXEDBINASSIGNMENT_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Master Data Integration(SAP_COM_0374) |
| Scope Items: | Resource Management in Warehousing(3W0) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WHSE_FIXBIN_ASSGNMNT |
| Business Object: | Warehouse Fixed Bin Assignment |
-
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 theWarehouseFixedBinAssignmententity collection matching the filter and search expressions.createWarehouseFixedBinAssignment(WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Create a newWarehouseFixedBinAssignmententity and save it to the S/4HANA system.deleteWarehouseFixedBinAssignment(WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Deletes an existingWarehouseFixedBinAssignmententity in the S/4HANA system.Deprecated.Fetch multipleWarehouseFixedBinAssignmententities.getWarehouseFixedBinAssignmentByKey(String eWMWarehouse, String entitledToDisposeParty, String eWMStorageBin, String product) Deprecated.Fetch a singleWarehouseFixedBinAssignmententity using key fields.updateWarehouseFixedBinAssignment(WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Update an existingWarehouseFixedBinAssignmententity 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.
-
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.
-
getAllWarehouseFixedBinAssignment
Deprecated.Fetch multipleWarehouseFixedBinAssignmententities.- Returns:
- A request builder to fetch multiple
WarehouseFixedBinAssignmententities. 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.
-
countWarehouseFixedBinAssignment
Deprecated.Fetch the number of entries from theWarehouseFixedBinAssignmententity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseFixedBinAssignmententities. 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.
-
getWarehouseFixedBinAssignmentByKey
@Nonnull GetByKeyRequestBuilder<WarehouseFixedBinAssignment> getWarehouseFixedBinAssignmentByKey(String eWMWarehouse, String entitledToDisposeParty, String eWMStorageBin, String product) Deprecated.Fetch a singleWarehouseFixedBinAssignmententity using key fields.- Parameters:
eWMStorageBin- Storage BinConstraints: Not nullable, Maximum length: 18
product- ProductConstraints: Not nullable, Maximum length: 18
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
entitledToDisposeParty- Party Entitled to DisposeConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
WarehouseFixedBinAssignmententity 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.
-
createWarehouseFixedBinAssignment
@Nonnull CreateRequestBuilder<WarehouseFixedBinAssignment> createWarehouseFixedBinAssignment(@Nonnull WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Create a newWarehouseFixedBinAssignmententity and save it to the S/4HANA system.- Parameters:
warehouseFixedBinAssignment-WarehouseFixedBinAssignmententity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarehouseFixedBinAssignmententity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarehouseFixedBinAssignment
@Nonnull UpdateRequestBuilder<WarehouseFixedBinAssignment> updateWarehouseFixedBinAssignment(@Nonnull WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Update an existingWarehouseFixedBinAssignmententity and save it to the S/4HANA system.- Parameters:
warehouseFixedBinAssignment-WarehouseFixedBinAssignmententity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarehouseFixedBinAssignmententity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWarehouseFixedBinAssignment
@Nonnull DeleteRequestBuilder<WarehouseFixedBinAssignment> deleteWarehouseFixedBinAssignment(@Nonnull WarehouseFixedBinAssignment warehouseFixedBinAssignment) Deprecated.Deletes an existingWarehouseFixedBinAssignmententity in the S/4HANA system.- Parameters:
warehouseFixedBinAssignment-WarehouseFixedBinAssignmententity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WarehouseFixedBinAssignmententity. To perform execution, call theexecutemethod on the request builder object.
-