Interface StorageLocationSubstitutionControlService
- All Known Implementing Classes:
DefaultStorageLocationSubstitutionControlService
This service enables you to create control and control descriptions. Additionally, storage location substitution groups can be assigned to a Storage location Substitution Control.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | STORAGELOCATIONSUBSTNCTRL_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Master Data - Location Substitution Integration(SAP_COM_0780) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW) |
| Authentication Methods: | x509 |
| Service Group Name: | API_STORLOCSUBSTNCTRL |
| Business Object: | Storage Location Substitution Control |
-
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 theStorageLocationSubstnCtrlentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theStorageLocationSubstnCtrlGrpentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theStorageLocationSubstnCtrlTxtentity collection matching the filter and search expressions.createStorageLocationSubstnCtrl(StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Create a newStorageLocationSubstnCtrlentity and save it to the S/4HANA system.deleteStorageLocationSubstnCtrl(StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Deletes an existingStorageLocationSubstnCtrlentity in the S/4HANA system.deleteStorageLocationSubstnCtrlGrp(StorageLocationSubstnCtrlGrp storageLocationSubstnCtrlGrp) Deprecated.Deletes an existingStorageLocationSubstnCtrlGrpentity in the S/4HANA system.deleteStorageLocationSubstnCtrlTxt(StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Deletes an existingStorageLocationSubstnCtrlTxtentity in the S/4HANA system.Deprecated.Fetch multipleStorageLocationSubstnCtrlentities.Deprecated.Fetch multipleStorageLocationSubstnCtrlGrpentities.Deprecated.Fetch multipleStorageLocationSubstnCtrlTxtentities.getStorageLocationSubstnCtrlByKey(String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singleStorageLocationSubstnCtrlentity using key fields.getStorageLocationSubstnCtrlGrpByKey(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup) Deprecated.Fetch a singleStorageLocationSubstnCtrlGrpentity using key fields.getStorageLocationSubstnCtrlTxtByKey(String language, String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singleStorageLocationSubstnCtrlTxtentity using key fields.updateStorageLocationSubstnCtrl(StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Update an existingStorageLocationSubstnCtrlentity and save it to the S/4HANA system.updateStorageLocationSubstnCtrlTxt(StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Update an existingStorageLocationSubstnCtrlTxtentity 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.
-
getAllStorageLocationSubstnCtrl
Deprecated.Fetch multipleStorageLocationSubstnCtrlentities.- Returns:
- A request builder to fetch multiple
StorageLocationSubstnCtrlentities. 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.
-
countStorageLocationSubstnCtrl
Deprecated.Fetch the number of entries from theStorageLocationSubstnCtrlentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
StorageLocationSubstnCtrlentities. 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.
-
getStorageLocationSubstnCtrlByKey
@Nonnull GetByKeyRequestBuilder<StorageLocationSubstnCtrl> getStorageLocationSubstnCtrlByKey(String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singleStorageLocationSubstnCtrlentity using key fields.- Parameters:
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnControl- Substitution ControlConstraints: Not nullable, Maximum length: 20
- Returns:
- A request builder to fetch a single
StorageLocationSubstnCtrlentity 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.
-
createStorageLocationSubstnCtrl
@Nonnull CreateRequestBuilder<StorageLocationSubstnCtrl> createStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Create a newStorageLocationSubstnCtrlentity and save it to the S/4HANA system.- Parameters:
storageLocationSubstnCtrl-StorageLocationSubstnCtrlentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
StorageLocationSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
updateStorageLocationSubstnCtrl
@Nonnull UpdateRequestBuilder<StorageLocationSubstnCtrl> updateStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Update an existingStorageLocationSubstnCtrlentity and save it to the S/4HANA system.- Parameters:
storageLocationSubstnCtrl-StorageLocationSubstnCtrlentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
StorageLocationSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteStorageLocationSubstnCtrl
@Nonnull DeleteRequestBuilder<StorageLocationSubstnCtrl> deleteStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Deletes an existingStorageLocationSubstnCtrlentity in the S/4HANA system.- Parameters:
storageLocationSubstnCtrl-StorageLocationSubstnCtrlentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
StorageLocationSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllStorageLocationSubstnCtrlGrp
Deprecated.Fetch multipleStorageLocationSubstnCtrlGrpentities.- Returns:
- A request builder to fetch multiple
StorageLocationSubstnCtrlGrpentities. 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.
-
countStorageLocationSubstnCtrlGrp
Deprecated.Fetch the number of entries from theStorageLocationSubstnCtrlGrpentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
StorageLocationSubstnCtrlGrpentities. 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.
-
getStorageLocationSubstnCtrlGrpByKey
@Nonnull GetByKeyRequestBuilder<StorageLocationSubstnCtrlGrp> getStorageLocationSubstnCtrlGrpByKey(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup) Deprecated.Fetch a singleStorageLocationSubstnCtrlGrpentity using key fields.- Parameters:
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnGroup- Group NameConstraints: Not nullable, Maximum length: 20
mDSubstnControl- Substitution ControlConstraints: Not nullable, Maximum length: 20
- Returns:
- A request builder to fetch a single
StorageLocationSubstnCtrlGrpentity 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.
-
deleteStorageLocationSubstnCtrlGrp
@Nonnull DeleteRequestBuilder<StorageLocationSubstnCtrlGrp> deleteStorageLocationSubstnCtrlGrp(@Nonnull StorageLocationSubstnCtrlGrp storageLocationSubstnCtrlGrp) Deprecated.Deletes an existingStorageLocationSubstnCtrlGrpentity in the S/4HANA system.- Parameters:
storageLocationSubstnCtrlGrp-StorageLocationSubstnCtrlGrpentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
StorageLocationSubstnCtrlGrpentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllStorageLocationSubstnCtrlTxt
Deprecated.Fetch multipleStorageLocationSubstnCtrlTxtentities.- Returns:
- A request builder to fetch multiple
StorageLocationSubstnCtrlTxtentities. 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.
-
countStorageLocationSubstnCtrlTxt
Deprecated.Fetch the number of entries from theStorageLocationSubstnCtrlTxtentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
StorageLocationSubstnCtrlTxtentities. 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.
-
getStorageLocationSubstnCtrlTxtByKey
@Nonnull GetByKeyRequestBuilder<StorageLocationSubstnCtrlTxt> getStorageLocationSubstnCtrlTxtByKey(String language, String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singleStorageLocationSubstnCtrlTxtentity using key fields.- Parameters:
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnControl- Substitution ControlConstraints: Not nullable, Maximum length: 20
language- LanguageConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
StorageLocationSubstnCtrlTxtentity 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.
-
updateStorageLocationSubstnCtrlTxt
@Nonnull UpdateRequestBuilder<StorageLocationSubstnCtrlTxt> updateStorageLocationSubstnCtrlTxt(@Nonnull StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Update an existingStorageLocationSubstnCtrlTxtentity and save it to the S/4HANA system.- Parameters:
storageLocationSubstnCtrlTxt-StorageLocationSubstnCtrlTxtentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
StorageLocationSubstnCtrlTxtentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteStorageLocationSubstnCtrlTxt
@Nonnull DeleteRequestBuilder<StorageLocationSubstnCtrlTxt> deleteStorageLocationSubstnCtrlTxt(@Nonnull StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Deletes an existingStorageLocationSubstnCtrlTxtentity in the S/4HANA system.- Parameters:
storageLocationSubstnCtrlTxt-StorageLocationSubstnCtrlTxtentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
StorageLocationSubstnCtrlTxtentity. To perform execution, call theexecutemethod on the request builder object.
-