Class DefaultVariantTableService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,VariantTableService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.VariantTableService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingVariantTableService.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 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.Deprecated.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.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
-
DefaultVariantTableService
public DefaultVariantTableService()Deprecated.Creates a service usingVariantTableService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:VariantTableServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceVariantTableService- 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:VariantTableServiceCreates a batch request builder object.- Specified by:
batchin interfaceVariantTableService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllVarCnfTblValAssgmtAlternative
@Nonnull public GetAllRequestBuilder<VarCnfTblValAssgmtAlternative> getAllVarCnfTblValAssgmtAlternative()Deprecated.Description copied from interface:VariantTableServiceFetch multipleVarCnfTblValAssgmtAlternativeentities.- Specified by:
getAllVarCnfTblValAssgmtAlternativein interfaceVariantTableService- 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
@Nonnull public CountRequestBuilder<VarCnfTblValAssgmtAlternative> countVarCnfTblValAssgmtAlternative()Deprecated.Description copied from interface:VariantTableServiceFetch the number of entries from theVarCnfTblValAssgmtAlternativeentity collection matching the filter and search expressions.- Specified by:
countVarCnfTblValAssgmtAlternativein interfaceVariantTableService- 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 public GetByKeyRequestBuilder<VarCnfTblValAssgmtAlternative> getVarCnfTblValAssgmtAlternativeByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID) Deprecated.Description copied from interface:VariantTableServiceFetch a singleVarCnfTblValAssgmtAlternativeentity using key fields.- Specified by:
getVarCnfTblValAssgmtAlternativeByKeyin interfaceVariantTableService- Parameters:
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
varConfignTblValAssgmtAltvID- Counter for value assignment alternativeConstraints: Not nullable, Maximum length: 4
- 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 public CreateRequestBuilder<VarCnfTblValAssgmtAlternative> createVarCnfTblValAssgmtAlternative(@Nonnull VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Description copied from interface:VariantTableServiceCreate a newVarCnfTblValAssgmtAlternativeentity and save it to the S/4HANA system.- Specified by:
createVarCnfTblValAssgmtAlternativein interfaceVariantTableService- 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 public DeleteRequestBuilder<VarCnfTblValAssgmtAlternative> deleteVarCnfTblValAssgmtAlternative(@Nonnull VarCnfTblValAssgmtAlternative varCnfTblValAssgmtAlternative) Deprecated.Description copied from interface:VariantTableServiceDeletes an existingVarCnfTblValAssgmtAlternativeentity in the S/4HANA system.- Specified by:
deleteVarCnfTblValAssgmtAlternativein interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch multipleVarCnfTblValAssgmtAltvItementities.- Specified by:
getAllVarCnfTblValAssgmtAltvItemin interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch the number of entries from theVarCnfTblValAssgmtAltvItementity collection matching the filter and search expressions.- Specified by:
countVarCnfTblValAssgmtAltvItemin interfaceVariantTableService- 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 public GetByKeyRequestBuilder<VarCnfTblValAssgmtAltvItem> getVarCnfTblValAssgmtAltvItemByKey(String varConfignTblName, String varConfignTblValAssgmtAltvID, String characteristic) Deprecated.Description copied from interface:VariantTableServiceFetch a singleVarCnfTblValAssgmtAltvItementity using key fields.- Specified by:
getVarCnfTblValAssgmtAltvItemByKeyin interfaceVariantTableService- Parameters:
varConfignTblName- Name of variant tableConstraints: Not nullable, Maximum length: 18
varConfignTblValAssgmtAltvID- Counter for value assignment alternativeConstraints: Not nullable, Maximum length: 4
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 public DeleteRequestBuilder<VarCnfTblValAssgmtAltvItem> deleteVarCnfTblValAssgmtAltvItem(@Nonnull VarCnfTblValAssgmtAltvItem varCnfTblValAssgmtAltvItem) Deprecated.Description copied from interface:VariantTableServiceDeletes an existingVarCnfTblValAssgmtAltvItementity in the S/4HANA system.- Specified by:
deleteVarCnfTblValAssgmtAltvItemin interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch multipleVarCnfTblColumnentities.- Specified by:
getAllVarConfigurationTableColumnin interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch the number of entries from theVarCnfTblColumnentity collection matching the filter and search expressions.- Specified by:
countVarConfigurationTableColumnin interfaceVariantTableService- 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 public GetByKeyRequestBuilder<VarCnfTblColumn> getVarConfigurationTableColumnByKey(String varConfignTblName, String characteristic) Deprecated.Description copied from interface:VariantTableServiceFetch a singleVarCnfTblColumnentity using key fields.- Specified by:
getVarConfigurationTableColumnByKeyin interfaceVariantTableService- 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 public DeleteRequestBuilder<VarCnfTblColumn> deleteVarConfigurationTableColumn(@Nonnull VarCnfTblColumn varCnfTblColumn) Deprecated.Description copied from interface:VariantTableServiceDeletes an existingVarCnfTblColumnentity in the S/4HANA system.- Specified by:
deleteVarConfigurationTableColumnin interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch multipleVariantConfigurationTableentities.- Specified by:
getAllVariantConfigurationTablein interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch the number of entries from theVariantConfigurationTableentity collection matching the filter and search expressions.- Specified by:
countVariantConfigurationTablein interfaceVariantTableService- 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 public GetByKeyRequestBuilder<VariantConfigurationTable> getVariantConfigurationTableByKey(String varConfignTblName) Deprecated.Description copied from interface:VariantTableServiceFetch a singleVariantConfigurationTableentity using key fields.- Specified by:
getVariantConfigurationTableByKeyin interfaceVariantTableService- 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 public CreateRequestBuilder<VariantConfigurationTable> createVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Description copied from interface:VariantTableServiceCreate a newVariantConfigurationTableentity and save it to the S/4HANA system.- Specified by:
createVariantConfigurationTablein interfaceVariantTableService- 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 public UpdateRequestBuilder<VariantConfigurationTable> updateVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Description copied from interface:VariantTableServiceUpdate an existingVariantConfigurationTableentity and save it to the S/4HANA system.- Specified by:
updateVariantConfigurationTablein interfaceVariantTableService- 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 public DeleteRequestBuilder<VariantConfigurationTable> deleteVariantConfigurationTable(@Nonnull VariantConfigurationTable variantConfigurationTable) Deprecated.Description copied from interface:VariantTableServiceDeletes an existingVariantConfigurationTableentity in the S/4HANA system.- Specified by:
deleteVariantConfigurationTablein interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch multipleVarCnfTblTextentities.- Specified by:
getAllVariantConfigurationTableTextin interfaceVariantTableService- 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.Description copied from interface:VariantTableServiceFetch the number of entries from theVarCnfTblTextentity collection matching the filter and search expressions.- Specified by:
countVariantConfigurationTableTextin interfaceVariantTableService- 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 public GetByKeyRequestBuilder<VarCnfTblText> getVariantConfigurationTableTextByKey(String varConfignTblName, String languageCode) Deprecated.Description copied from interface:VariantTableServiceFetch a singleVarCnfTblTextentity using key fields.- Specified by:
getVariantConfigurationTableTextByKeyin interfaceVariantTableService- 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 public UpdateRequestBuilder<VarCnfTblText> updateVariantConfigurationTableText(@Nonnull VarCnfTblText varCnfTblText) Deprecated.Description copied from interface:VariantTableServiceUpdate an existingVarCnfTblTextentity and save it to the S/4HANA system.- Specified by:
updateVariantConfigurationTableTextin interfaceVariantTableService- 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 public DeleteRequestBuilder<VarCnfTblText> deleteVariantConfigurationTableText(@Nonnull VarCnfTblText varCnfTblText) Deprecated.Description copied from interface:VariantTableServiceDeletes an existingVarCnfTblTextentity in the S/4HANA system.- Specified by:
deleteVariantConfigurationTableTextin interfaceVariantTableService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-