Interface VariantConfigurationCharacteristicGroupService
- All Known Implementing Classes:
DefaultVariantConfigurationCharacteristicGroupService
For each characteristic group, you can maintain language-dependent texts and assign/unassign characteristics to it. Currently, time dependent versioning is not supported yet..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_VARCNFCHARCGROUP_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_VARCNFCHARCGROUP |
| Business Object: | Variant Configuration Characteristic Group |
-
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 theVarConfignCharacteristicGroupentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarConfignCharacGroupAllocationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theVarConfignCharcGroupTextentity collection matching the filter and search expressions.createVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Create a newVarConfignCharacteristicGroupentity and save it to the S/4HANA system.deleteVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Deletes an existingVarConfignCharacteristicGroupentity in the S/4HANA system.deleteVarConfignCharcGroupAlloc(VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Deletes an existingVarConfignCharacGroupAllocationentity in the S/4HANA system.deleteVarConfignCharcGroupText(VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Deletes an existingVarConfignCharcGroupTextentity in the S/4HANA system.Deprecated.Fetch multipleVarConfignCharacteristicGroupentities.Deprecated.Fetch multipleVarConfignCharacGroupAllocationentities.Deprecated.Fetch multipleVarConfignCharcGroupTextentities.getVarConfignCharacteristicGroupByKey(String confignCharacteristicGroup, String changeNumber) Deprecated.Fetch a singleVarConfignCharacteristicGroupentity using key fields.getVarConfignCharcGroupAllocByKey(String confignCharacteristicGroup, String changeNumber, String charcInternalID) Deprecated.Fetch a singleVarConfignCharacGroupAllocationentity using key fields.getVarConfignCharcGroupTextByKey(String confignCharacteristicGroup, String changeNumber, String language) Deprecated.Fetch a singleVarConfignCharcGroupTextentity using key fields.updateVarConfignCharacteristicGroup(VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Update an existingVarConfignCharacteristicGroupentity and save it to the S/4HANA system.updateVarConfignCharcGroupAlloc(VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Update an existingVarConfignCharacGroupAllocationentity and save it to the S/4HANA system.updateVarConfignCharcGroupText(VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Update an existingVarConfignCharcGroupTextentity 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
@Nonnull VariantConfigurationCharacteristicGroupService withServicePath(@Nonnull String servicePath) 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.
-
getAllVarConfignCharacteristicGroup
Deprecated.Fetch multipleVarConfignCharacteristicGroupentities.- Returns:
- A request builder to fetch multiple
VarConfignCharacteristicGroupentities. 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.
-
countVarConfignCharacteristicGroup
Deprecated.Fetch the number of entries from theVarConfignCharacteristicGroupentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarConfignCharacteristicGroupentities. 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.
-
getVarConfignCharacteristicGroupByKey
@Nonnull GetByKeyRequestBuilder<VarConfignCharacteristicGroup> getVarConfignCharacteristicGroupByKey(String confignCharacteristicGroup, String changeNumber) Deprecated.Fetch a singleVarConfignCharacteristicGroupentity using key fields.- Parameters:
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
VarConfignCharacteristicGroupentity 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.
-
createVarConfignCharacteristicGroup
@Nonnull CreateRequestBuilder<VarConfignCharacteristicGroup> createVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Create a newVarConfignCharacteristicGroupentity and save it to the S/4HANA system.- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
updateVarConfignCharacteristicGroup
@Nonnull UpdateRequestBuilder<VarConfignCharacteristicGroup> updateVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Update an existingVarConfignCharacteristicGroupentity and save it to the S/4HANA system.- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharacteristicGroup
@Nonnull DeleteRequestBuilder<VarConfignCharacteristicGroup> deleteVarConfignCharacteristicGroup(@Nonnull VarConfignCharacteristicGroup varConfignCharacteristicGroup) Deprecated.Deletes an existingVarConfignCharacteristicGroupentity in the S/4HANA system.- Parameters:
varConfignCharacteristicGroup-VarConfignCharacteristicGroupentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharacteristicGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarConfignCharcGroupAlloc
Deprecated.Fetch multipleVarConfignCharacGroupAllocationentities.- Returns:
- A request builder to fetch multiple
VarConfignCharacGroupAllocationentities. 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.
-
countVarConfignCharcGroupAlloc
Deprecated.Fetch the number of entries from theVarConfignCharacGroupAllocationentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarConfignCharacGroupAllocationentities. 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.
-
getVarConfignCharcGroupAllocByKey
@Nonnull GetByKeyRequestBuilder<VarConfignCharacGroupAllocation> getVarConfignCharcGroupAllocByKey(String confignCharacteristicGroup, String changeNumber, String charcInternalID) Deprecated.Fetch a singleVarConfignCharacGroupAllocationentity using key fields.- Parameters:
charcInternalID- Internal Characteristic IDConstraints: Not nullable, Maximum length: 10
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
VarConfignCharacGroupAllocationentity 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.
-
updateVarConfignCharcGroupAlloc
@Nonnull UpdateRequestBuilder<VarConfignCharacGroupAllocation> updateVarConfignCharcGroupAlloc(@Nonnull VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Update an existingVarConfignCharacGroupAllocationentity and save it to the S/4HANA system.- Parameters:
varConfignCharacGroupAllocation-VarConfignCharacGroupAllocationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharacGroupAllocationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharcGroupAlloc
@Nonnull DeleteRequestBuilder<VarConfignCharacGroupAllocation> deleteVarConfignCharcGroupAlloc(@Nonnull VarConfignCharacGroupAllocation varConfignCharacGroupAllocation) Deprecated.Deletes an existingVarConfignCharacGroupAllocationentity in the S/4HANA system.- Parameters:
varConfignCharacGroupAllocation-VarConfignCharacGroupAllocationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharacGroupAllocationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllVarConfignCharcGroupText
Deprecated.Fetch multipleVarConfignCharcGroupTextentities.- Returns:
- A request builder to fetch multiple
VarConfignCharcGroupTextentities. 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.
-
countVarConfignCharcGroupText
Deprecated.Fetch the number of entries from theVarConfignCharcGroupTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
VarConfignCharcGroupTextentities. 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.
-
getVarConfignCharcGroupTextByKey
@Nonnull GetByKeyRequestBuilder<VarConfignCharcGroupText> getVarConfignCharcGroupTextByKey(String confignCharacteristicGroup, String changeNumber, String language) Deprecated.Fetch a singleVarConfignCharcGroupTextentity using key fields.- Parameters:
confignCharacteristicGroup- Key for Group of CharacteristicsConstraints: Not nullable, Maximum length: 30
changeNumber- Change NumberConstraints: Not nullable, Maximum length: 12
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
VarConfignCharcGroupTextentity 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.
-
updateVarConfignCharcGroupText
@Nonnull UpdateRequestBuilder<VarConfignCharcGroupText> updateVarConfignCharcGroupText(@Nonnull VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Update an existingVarConfignCharcGroupTextentity and save it to the S/4HANA system.- Parameters:
varConfignCharcGroupText-VarConfignCharcGroupTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
VarConfignCharcGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteVarConfignCharcGroupText
@Nonnull DeleteRequestBuilder<VarConfignCharcGroupText> deleteVarConfignCharcGroupText(@Nonnull VarConfignCharcGroupText varConfignCharcGroupText) Deprecated.Deletes an existingVarConfignCharcGroupTextentity in the S/4HANA system.- Parameters:
varConfignCharcGroupText-VarConfignCharcGroupTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
VarConfignCharcGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-