Interface PlantSubstitutionControlService
- All Known Implementing Classes:
DefaultPlantSubstitutionControlService
This service enables you to create control and control descriptions. Additionally, plant substitution groups can be assigned to a Plant Substitution Control.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | PLANTSUBSTITUTIONCONTROL_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_PLANTSUBSTNCTRL |
| Business Object: | Plant 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 thePlantSubstnCtrlentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePlantSubstnCtrlGrpentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePlantSubstnCtrlTxtentity collection matching the filter and search expressions.createPlantSubstnCtrl(PlantSubstnCtrl plantSubstnCtrl) Deprecated.Create a newPlantSubstnCtrlentity and save it to the S/4HANA system.deletePlantSubstnCtrl(PlantSubstnCtrl plantSubstnCtrl) Deprecated.Deletes an existingPlantSubstnCtrlentity in the S/4HANA system.deletePlantSubstnCtrlGrp(PlantSubstnCtrlGrp plantSubstnCtrlGrp) Deprecated.Deletes an existingPlantSubstnCtrlGrpentity in the S/4HANA system.deletePlantSubstnCtrlText(PlantSubstnCtrlTxt plantSubstnCtrlTxt) Deprecated.Deletes an existingPlantSubstnCtrlTxtentity in the S/4HANA system.Deprecated.Fetch multiplePlantSubstnCtrlentities.Deprecated.Fetch multiplePlantSubstnCtrlGrpentities.Deprecated.Fetch multiplePlantSubstnCtrlTxtentities.getPlantSubstnCtrlByKey(String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singlePlantSubstnCtrlentity using key fields.getPlantSubstnCtrlGrpByKey(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup) Deprecated.Fetch a singlePlantSubstnCtrlGrpentity using key fields.getPlantSubstnCtrlTextByKey(String language, String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singlePlantSubstnCtrlTxtentity using key fields.updatePlantSubstnCtrl(PlantSubstnCtrl plantSubstnCtrl) Deprecated.Update an existingPlantSubstnCtrlentity and save it to the S/4HANA system.updatePlantSubstnCtrlText(PlantSubstnCtrlTxt plantSubstnCtrlTxt) Deprecated.Update an existingPlantSubstnCtrlTxtentity 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.
-
getAllPlantSubstnCtrl
Deprecated.Fetch multiplePlantSubstnCtrlentities.- Returns:
- A request builder to fetch multiple
PlantSubstnCtrlentities. 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.
-
countPlantSubstnCtrl
Deprecated.Fetch the number of entries from thePlantSubstnCtrlentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PlantSubstnCtrlentities. 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.
-
getPlantSubstnCtrlByKey
@Nonnull GetByKeyRequestBuilder<PlantSubstnCtrl> getPlantSubstnCtrlByKey(String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singlePlantSubstnCtrlentity 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
PlantSubstnCtrlentity 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.
-
createPlantSubstnCtrl
@Nonnull CreateRequestBuilder<PlantSubstnCtrl> createPlantSubstnCtrl(@Nonnull PlantSubstnCtrl plantSubstnCtrl) Deprecated.Create a newPlantSubstnCtrlentity and save it to the S/4HANA system.- Parameters:
plantSubstnCtrl-PlantSubstnCtrlentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PlantSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
updatePlantSubstnCtrl
@Nonnull UpdateRequestBuilder<PlantSubstnCtrl> updatePlantSubstnCtrl(@Nonnull PlantSubstnCtrl plantSubstnCtrl) Deprecated.Update an existingPlantSubstnCtrlentity and save it to the S/4HANA system.- Parameters:
plantSubstnCtrl-PlantSubstnCtrlentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PlantSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePlantSubstnCtrl
@Nonnull DeleteRequestBuilder<PlantSubstnCtrl> deletePlantSubstnCtrl(@Nonnull PlantSubstnCtrl plantSubstnCtrl) Deprecated.Deletes an existingPlantSubstnCtrlentity in the S/4HANA system.- Parameters:
plantSubstnCtrl-PlantSubstnCtrlentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PlantSubstnCtrlentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllPlantSubstnCtrlGrp
Deprecated.Fetch multiplePlantSubstnCtrlGrpentities.- Returns:
- A request builder to fetch multiple
PlantSubstnCtrlGrpentities. 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.
-
countPlantSubstnCtrlGrp
Deprecated.Fetch the number of entries from thePlantSubstnCtrlGrpentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PlantSubstnCtrlGrpentities. 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.
-
getPlantSubstnCtrlGrpByKey
@Nonnull GetByKeyRequestBuilder<PlantSubstnCtrlGrp> getPlantSubstnCtrlGrpByKey(String mDSubstnObjectType, String mDSubstnControl, String mDSubstnGroup) Deprecated.Fetch a singlePlantSubstnCtrlGrpentity 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
PlantSubstnCtrlGrpentity 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.
-
deletePlantSubstnCtrlGrp
@Nonnull DeleteRequestBuilder<PlantSubstnCtrlGrp> deletePlantSubstnCtrlGrp(@Nonnull PlantSubstnCtrlGrp plantSubstnCtrlGrp) Deprecated.Deletes an existingPlantSubstnCtrlGrpentity in the S/4HANA system.- Parameters:
plantSubstnCtrlGrp-PlantSubstnCtrlGrpentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PlantSubstnCtrlGrpentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllPlantSubstnCtrlText
Deprecated.Fetch multiplePlantSubstnCtrlTxtentities.- Returns:
- A request builder to fetch multiple
PlantSubstnCtrlTxtentities. 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.
-
countPlantSubstnCtrlText
Deprecated.Fetch the number of entries from thePlantSubstnCtrlTxtentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PlantSubstnCtrlTxtentities. 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.
-
getPlantSubstnCtrlTextByKey
@Nonnull GetByKeyRequestBuilder<PlantSubstnCtrlTxt> getPlantSubstnCtrlTextByKey(String language, String mDSubstnObjectType, String mDSubstnControl) Deprecated.Fetch a singlePlantSubstnCtrlTxtentity 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
PlantSubstnCtrlTxtentity 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.
-
updatePlantSubstnCtrlText
@Nonnull UpdateRequestBuilder<PlantSubstnCtrlTxt> updatePlantSubstnCtrlText(@Nonnull PlantSubstnCtrlTxt plantSubstnCtrlTxt) Deprecated.Update an existingPlantSubstnCtrlTxtentity and save it to the S/4HANA system.- Parameters:
plantSubstnCtrlTxt-PlantSubstnCtrlTxtentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PlantSubstnCtrlTxtentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePlantSubstnCtrlText
@Nonnull DeleteRequestBuilder<PlantSubstnCtrlTxt> deletePlantSubstnCtrlText(@Nonnull PlantSubstnCtrlTxt plantSubstnCtrlTxt) Deprecated.Deletes an existingPlantSubstnCtrlTxtentity in the S/4HANA system.- Parameters:
plantSubstnCtrlTxt-PlantSubstnCtrlTxtentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PlantSubstnCtrlTxtentity. To perform execution, call theexecutemethod on the request builder object.
-