Interface VariantTableService
- All Known Implementing Classes:
DefaultVariantTableService
Variant tables are used to store combinations of values for different characteristics. You can use them in selection conditions, procedures, and constraints. You can query each entity to retrieve the corresponding business data. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | VARCONFIGNTABLE_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Lifecycle Management - Variant Configuration Integration(SAP_COM_0751) |
| Scope Items: | Set Up Configurable Model using Variant Configuration(22T) |
| Authentication Methods: | x509 |
| Service Group Name: | API_VARCONFIGNTABLE |
| Business Object: | Variant Configuration Table |
-
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 theVarCnfTblValAssgmtAlternativeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarCnfTblValAssgmtAltvItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarCnfTblColumnentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVariantConfigurationTableentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarCnfTblTextentity collection matching the filter and search expressions.createVarCnfTblValAssgmtAlternative(VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Create a newVarCnfTblValAssgmtAlternativeentity and save it to the S/4HANA system.createVariantConfigurationTable(VariantConfigurationTable variantConfigurationTable) Deprecated.Create a newVariantConfigurationTableentity and save it to the S/4HANA system.deleteVarCnfTblValAssgmtAlternative(VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Deletes an existingVarCnfTblValAssgmtAlternativeentity in the S/4HANA system.deleteVarCnfTblValAssgmtAltvItem(VarCnfTblValAssgmtAltvItem varCnfTblValAssgmtAltvItem) Deprecated.Deletes an existingVarCnfTblValAssgmtAltvItementity in the S/4HANA system.deleteVarConfigurationTableColumn(VarCnfTblColumn varCnfTblColumn) Deprecated.Deletes an existingVarCnfTblColumnentity in the S/4HANA system.deleteVariantConfigurationTable(VariantConfigurationTable variantConfigurationTable) Deprecated.Deletes an existingVariantConfigurationTableentity in the S/4HANA system.deleteVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Deletes an existingVarCnfTblTextentity in the S/4HANA system.Deprecated.Fetch multipleVarCnfTblValAssgmtAlternativeentities.Deprecated.Fetch multipleVarCnfTblValAssgmtAltvItementities.Deprecated.Fetch multipleVarCnfTblColumnentities.Deprecated.Fetch multipleVariantConfigurationTableentities.Deprecated.Fetch multipleVarCnfTblTextentities.getVarCnfTblValAssgmtAlternativeByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID) Deprecated.Fetch a singleVarCnfTblValAssgmtAlternativeentity using key fields.getVarCnfTblValAssgmtAltvItemByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID, String characteristic) Deprecated.Fetch a singleVarCnfTblValAssgmtAltvItementity using key fields.getVarConfigurationTableColumnByKey(String varConfignTblName, String characteristic) Deprecated.Fetch a singleVarCnfTblColumnentity using key fields.getVariantConfigurationTableByKey(String varConfignTblName) Deprecated.Fetch a singleVariantConfigurationTableentity using key fields.getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode) Deprecated.Fetch a singleVarCnfTblTextentity using key fields.updateVariantConfigurationTable(VariantConfigurationTable variantConfigurationTable) Deprecated.Update an existingVariantConfigurationTableentity and save it to the S/4HANA system.updateVariantConfigurationTableText(VarCnfTblText varCnfTblText) Deprecated.Update an existingVarCnfTblTextentity 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.
-
getAllVarCnfTblValAssgmtAlternative
Deprecated.Fetch multipleVarCnfTblValAssgmtAlternativeentities.- Returns:
- A request builder to fetch multiple
VarCnfTblValAssgmtAlternativeentities. 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.
-
countVarCnfTblValAssgmtAlternative
Deprecated.Fetch the number of entries from theVarCnfTblValAssgmtAlternativeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarCnfTblValAssgmtAlternativeentities. 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.
-
getVarCnfTblValAssgmtAlternativeByKey
@Nonnull GetByKeyRequestBuilder<VarCnfTblValAssgmtAlternative> getVarCnfTblValAssgmtAlternativeByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID) Deprecated.Fetch a singleVarCnfTblValAssgmtAlternativeentity using key fields.- Parameters:
varConfignTblValAssgmtAltvID- Counter for value assignment alternativeConstraints: Not nullable, Maximum length: 4
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
VarCnfTblValAssgmtAlternativeentity 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.
-
createVarCnfTblValAssgmtAlternative
@Nonnull CreateRequestBuilder<VarCnfTblValAssgmtAlternative> createVarCnfTblValAssgmtAlternative(@Nonnull VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Create a newVarCnfTblValAssgmtAlternativeentity and save it to the S/4HANA system.- Parameters:
varCnfTblValAssgmtAlternative-VarCnfTblValAssgmtAlternativeentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
VarCnfTblValAssgmtAlternativeentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarCnfTblValAssgmtAlternative
@Nonnull DeleteRequestBuilder<VarCnfTblValAssgmtAlternative> deleteVarCnfTblValAssgmtAlternative(@Nonnull VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Deletes an existingVarCnfTblValAssgmtAlternativeentity in the S/4HANA system.- Parameters:
varCnfTblValAssgmtAlternative-VarCnfTblValAssgmtAlternativeentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarCnfTblValAssgmtAlternativeentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarCnfTblValAssgmtAltvItem
Deprecated.Fetch multipleVarCnfTblValAssgmtAltvItementities.- Returns:
- A request builder to fetch multiple
VarCnfTblValAssgmtAltvItementities. 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.
-
countVarCnfTblValAssgmtAltvItem
Deprecated.Fetch the number of entries from theVarCnfTblValAssgmtAltvItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarCnfTblValAssgmtAltvItementities. 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.
-
getVarCnfTblValAssgmtAltvItemByKey
@Nonnull GetByKeyRequestBuilder<VarCnfTblValAssgmtAltvItem> getVarCnfTblValAssgmtAltvItemByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID, String characteristic) Deprecated.Fetch a singleVarCnfTblValAssgmtAltvItementity using key fields.- Parameters:
varConfignTblValAssgmtAltvID- Counter for value assignment alternativeConstraints: Not nullable, Maximum length: 4
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
characteristic- Characteristic NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
VarCnfTblValAssgmtAltvItementity 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.
-
deleteVarCnfTblValAssgmtAltvItem
@Nonnull DeleteRequestBuilder<VarCnfTblValAssgmtAltvItem> deleteVarCnfTblValAssgmtAltvItem(@Nonnull VarCnfTblValAssgmtAltvItem varCnfTblValAssgmtAltvItem) Deprecated.Deletes an existingVarCnfTblValAssgmtAltvItementity in the S/4HANA system.- Parameters:
varCnfTblValAssgmtAltvItem-VarCnfTblValAssgmtAltvItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarCnfTblValAssgmtAltvItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarConfigurationTableColumn
Deprecated.Fetch multipleVarCnfTblColumnentities.- Returns:
- A request builder to fetch multiple
VarCnfTblColumnentities. 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.
-
countVarConfigurationTableColumn
Deprecated.Fetch the number of entries from theVarCnfTblColumnentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarCnfTblColumnentities. 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.
-
getVarConfigurationTableColumnByKey
@Nonnull GetByKeyRequestBuilder<VarCnfTblColumn> getVarConfigurationTableColumnByKey(String varConfignTblName, String characteristic) Deprecated.Fetch a singleVarCnfTblColumnentity using key fields.- Parameters:
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
characteristic- Characteristic NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
VarCnfTblColumnentity 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.
-
deleteVarConfigurationTableColumn
@Nonnull DeleteRequestBuilder<VarCnfTblColumn> deleteVarConfigurationTableColumn(@Nonnull VarCnfTblColumn varCnfTblColumn) Deprecated.Deletes an existingVarCnfTblColumnentity in the S/4HANA system.- Parameters:
varCnfTblColumn-VarCnfTblColumnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarCnfTblColumnentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVariantConfigurationTable
Deprecated.Fetch multipleVariantConfigurationTableentities.- Returns:
- A request builder to fetch multiple
VariantConfigurationTableentities. 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.
-
countVariantConfigurationTable
Deprecated.Fetch the number of entries from theVariantConfigurationTableentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VariantConfigurationTableentities. 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.
-
getVariantConfigurationTableByKey
@Nonnull GetByKeyRequestBuilder<VariantConfigurationTable> getVariantConfigurationTableByKey(String varConfignTblName) Deprecated.Fetch a singleVariantConfigurationTableentity using key fields.- Parameters:
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
VariantConfigurationTableentity 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.
-
createVariantConfigurationTable
@Nonnull CreateRequestBuilder<VariantConfigurationTable> createVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Create a newVariantConfigurationTableentity and save it to the S/4HANA system.- Parameters:
variantConfigurationTable-VariantConfigurationTableentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
VariantConfigurationTableentity. To perform execution, call theexecutemethod on the request builder object.
-
updateVariantConfigurationTable
@Nonnull UpdateRequestBuilder<VariantConfigurationTable> updateVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Update an existingVariantConfigurationTableentity and save it to the S/4HANA system.- Parameters:
variantConfigurationTable-VariantConfigurationTableentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VariantConfigurationTableentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVariantConfigurationTable
@Nonnull DeleteRequestBuilder<VariantConfigurationTable> deleteVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Deletes an existingVariantConfigurationTableentity in the S/4HANA system.- Parameters:
variantConfigurationTable-VariantConfigurationTableentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VariantConfigurationTableentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVariantConfigurationTableText
Deprecated.Fetch multipleVarCnfTblTextentities.- Returns:
- A request builder to fetch multiple
VarCnfTblTextentities. 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.
-
countVariantConfigurationTableText
Deprecated.Fetch the number of entries from theVarCnfTblTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarCnfTblTextentities. 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.
-
getVariantConfigurationTableTextByKey
@Nonnull GetByKeyRequestBuilder<VarCnfTblText> getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode) Deprecated.Fetch a singleVarCnfTblTextentity using key fields.- Parameters:
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
languageCode- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
VarCnfTblTextentity 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.
-
updateVariantConfigurationTableText
@Nonnull UpdateRequestBuilder<VarCnfTblText> updateVariantConfigurationTableText(@Nonnull VarCnfTblText varCnfTblText) Deprecated.Update an existingVarCnfTblTextentity and save it to the S/4HANA system.- Parameters:
varCnfTblText-VarCnfTblTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarCnfTblTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVariantConfigurationTableText
@Nonnull DeleteRequestBuilder<VarCnfTblText> deleteVariantConfigurationTableText(@Nonnull VarCnfTblText varCnfTblText) Deprecated.Deletes an existingVarCnfTblTextentity in the S/4HANA system.- Parameters:
varCnfTblText-VarCnfTblTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarCnfTblTextentity. To perform execution, call theexecutemethod on the request builder object.
-