Class DefaultStorageLocationSubstitutionControlService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,StorageLocationSubstitutionControlService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.StorageLocationSubstitutionControlService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingStorageLocationSubstitutionControlService.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 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.Deprecated.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.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
-
DefaultStorageLocationSubstitutionControlService
public DefaultStorageLocationSubstitutionControlService()Deprecated.Creates a service usingStorageLocationSubstitutionControlService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultStorageLocationSubstitutionControlService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceStorageLocationSubstitutionControlService- 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:StorageLocationSubstitutionControlServiceCreates a batch request builder object.- Specified by:
batchin interfaceStorageLocationSubstitutionControlService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllStorageLocationSubstnCtrl
Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch multipleStorageLocationSubstnCtrlentities.- Specified by:
getAllStorageLocationSubstnCtrlin interfaceStorageLocationSubstitutionControlService- 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.Description copied from interface:StorageLocationSubstitutionControlServiceFetch the number of entries from theStorageLocationSubstnCtrlentity collection matching the filter and search expressions.- Specified by:
countStorageLocationSubstnCtrlin interfaceStorageLocationSubstitutionControlService- 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 public GetByKeyRequestBuilder<StorageLocationSubstnCtrl> getStorageLocationSubstnCtrlByKey(String mDSubstnObjectType, String mDSubstnControl) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch a singleStorageLocationSubstnCtrlentity using key fields.- Specified by:
getStorageLocationSubstnCtrlByKeyin interfaceStorageLocationSubstitutionControlService- 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 public CreateRequestBuilder<StorageLocationSubstnCtrl> createStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceCreate a newStorageLocationSubstnCtrlentity and save it to the S/4HANA system.- Specified by:
createStorageLocationSubstnCtrlin interfaceStorageLocationSubstitutionControlService- 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 public UpdateRequestBuilder<StorageLocationSubstnCtrl> updateStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceUpdate an existingStorageLocationSubstnCtrlentity and save it to the S/4HANA system.- Specified by:
updateStorageLocationSubstnCtrlin interfaceStorageLocationSubstitutionControlService- 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 public DeleteRequestBuilder<StorageLocationSubstnCtrl> deleteStorageLocationSubstnCtrl(@Nonnull StorageLocationSubstnCtrl storageLocationSubstnCtrl) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceDeletes an existingStorageLocationSubstnCtrlentity in the S/4HANA system.- Specified by:
deleteStorageLocationSubstnCtrlin interfaceStorageLocationSubstitutionControlService- 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
@Nonnull public GetAllRequestBuilder<StorageLocationSubstnCtrlGrp> getAllStorageLocationSubstnCtrlGrp()Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch multipleStorageLocationSubstnCtrlGrpentities.- Specified by:
getAllStorageLocationSubstnCtrlGrpin interfaceStorageLocationSubstitutionControlService- 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
@Nonnull public CountRequestBuilder<StorageLocationSubstnCtrlGrp> countStorageLocationSubstnCtrlGrp()Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch the number of entries from theStorageLocationSubstnCtrlGrpentity collection matching the filter and search expressions.- Specified by:
countStorageLocationSubstnCtrlGrpin interfaceStorageLocationSubstitutionControlService- 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 public GetByKeyRequestBuilder<StorageLocationSubstnCtrlGrp> getStorageLocationSubstnCtrlGrpByKey(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch a singleStorageLocationSubstnCtrlGrpentity using key fields.- Specified by:
getStorageLocationSubstnCtrlGrpByKeyin interfaceStorageLocationSubstitutionControlService- Parameters:
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnControl- Substitution ControlConstraints: Not nullable, Maximum length: 20
mDSubstnGroup- Group NameConstraints: 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 public DeleteRequestBuilder<StorageLocationSubstnCtrlGrp> deleteStorageLocationSubstnCtrlGrp(@Nonnull StorageLocationSubstnCtrlGrp storageLocationSubstnCtrlGrp) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceDeletes an existingStorageLocationSubstnCtrlGrpentity in the S/4HANA system.- Specified by:
deleteStorageLocationSubstnCtrlGrpin interfaceStorageLocationSubstitutionControlService- 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
@Nonnull public GetAllRequestBuilder<StorageLocationSubstnCtrlTxt> getAllStorageLocationSubstnCtrlTxt()Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch multipleStorageLocationSubstnCtrlTxtentities.- Specified by:
getAllStorageLocationSubstnCtrlTxtin interfaceStorageLocationSubstitutionControlService- 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
@Nonnull public CountRequestBuilder<StorageLocationSubstnCtrlTxt> countStorageLocationSubstnCtrlTxt()Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch the number of entries from theStorageLocationSubstnCtrlTxtentity collection matching the filter and search expressions.- Specified by:
countStorageLocationSubstnCtrlTxtin interfaceStorageLocationSubstitutionControlService- 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 public GetByKeyRequestBuilder<StorageLocationSubstnCtrlTxt> getStorageLocationSubstnCtrlTxtByKey(String language, String mDSubstnObjectType, String mDSubstnControl) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceFetch a singleStorageLocationSubstnCtrlTxtentity using key fields.- Specified by:
getStorageLocationSubstnCtrlTxtByKeyin interfaceStorageLocationSubstitutionControlService- Parameters:
language- LanguageConstraints: Not nullable, Maximum length: 2
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
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 public UpdateRequestBuilder<StorageLocationSubstnCtrlTxt> updateStorageLocationSubstnCtrlTxt(@Nonnull StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceUpdate an existingStorageLocationSubstnCtrlTxtentity and save it to the S/4HANA system.- Specified by:
updateStorageLocationSubstnCtrlTxtin interfaceStorageLocationSubstitutionControlService- 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 public DeleteRequestBuilder<StorageLocationSubstnCtrlTxt> deleteStorageLocationSubstnCtrlTxt(@Nonnull StorageLocationSubstnCtrlTxt storageLocationSubstnCtrlTxt) Deprecated.Description copied from interface:StorageLocationSubstitutionControlServiceDeletes an existingStorageLocationSubstnCtrlTxtentity in the S/4HANA system.- Specified by:
deleteStorageLocationSubstnCtrlTxtin interfaceStorageLocationSubstitutionControlService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-