Interface CharacteristicDataForClassificationService
- All Superinterfaces:
BatchService<CharacteristicDataForClassificationServiceBatch>
- All Known Implementing Classes:
DefaultCharacteristicDataForClassificationService
Characteristics describe attributes of the objects to be classified. Using the API you can maintain characteristic header data, descriptions, references, restrictions and values.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CLFN_CHARACTERISTIC_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Classification Systems OData/SOAP Integration(SAP_COM_0163), Excise Tax Integration(SAP_COM_0568) |
| Scope Items: | Enablement of SAP Excise Tax Management(4LO) |
| Authentication Methods: | x509 |
| Business Object: | Classification Characteristic |
-
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 TypeMethodDescriptioncreateClfnCharacteristicForKeyDate(ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Create a newClfnCharacteristicForKeyDateentity and save it to the S/4HANA system.createClfnCharcDescForKeyDate(ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Create a newClfnCharcDescForKeyDateentity and save it to the S/4HANA system.createClfnCharcRefForKeyDate(ClfnCharcRefForKeyDate clfnCharcRefForKeyDate) Deprecated.Create a newClfnCharcRefForKeyDateentity and save it to the S/4HANA system.createClfnCharcRstrcnForKeyDate(ClfnCharcRstrcnForKeyDate clfnCharcRstrcnForKeyDate) Deprecated.Create a newClfnCharcRstrcnForKeyDateentity and save it to the S/4HANA system.createClfnCharcValueDescForKeyDate(ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Create a newClfnCharcValueDescForKeyDateentity and save it to the S/4HANA system.createClfnCharcValueForKeyDate(ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Create a newClfnCharcValueForKeyDateentity and save it to the S/4HANA system.deleteClfnCharacteristicForKeyDate(ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Deletes an existingClfnCharacteristicForKeyDateentity in the S/4HANA system.deleteClfnCharcDescForKeyDate(ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Deletes an existingClfnCharcDescForKeyDateentity in the S/4HANA system.deleteClfnCharcRefForKeyDate(ClfnCharcRefForKeyDate clfnCharcRefForKeyDate) Deprecated.Deletes an existingClfnCharcRefForKeyDateentity in the S/4HANA system.deleteClfnCharcRstrcnForKeyDate(ClfnCharcRstrcnForKeyDate clfnCharcRstrcnForKeyDate) Deprecated.Deletes an existingClfnCharcRstrcnForKeyDateentity in the S/4HANA system.deleteClfnCharcValueDescForKeyDate(ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Deletes an existingClfnCharcValueDescForKeyDateentity in the S/4HANA system.deleteClfnCharcValueForKeyDate(ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Deletes an existingClfnCharcValueForKeyDateentity in the S/4HANA system.Deprecated.Fetch multipleClfnCharacteristicForKeyDateentities.Deprecated.Fetch multipleClfnCharcDescForKeyDateentities.Deprecated.Fetch multipleClfnCharcRefForKeyDateentities.Deprecated.Fetch multipleClfnCharcRstrcnForKeyDateentities.Deprecated.Fetch multipleClfnCharcValueDescForKeyDateentities.Deprecated.Fetch multipleClfnCharcValueForKeyDateentities.getClfnCharacteristicForKeyDateByKey(String charcInternalID) Deprecated.Fetch a singleClfnCharacteristicForKeyDateentity using key fields.getClfnCharcDescForKeyDateByKey(String charcInternalID, String language) Deprecated.Fetch a singleClfnCharcDescForKeyDateentity using key fields.getClfnCharcRefForKeyDateByKey(String charcInternalID, String charcReferenceTable, String charcReferenceTableField) Deprecated.Fetch a singleClfnCharcRefForKeyDateentity using key fields.getClfnCharcRstrcnForKeyDateByKey(String charcInternalID, String classType) Deprecated.Fetch a singleClfnCharcRstrcnForKeyDateentity using key fields.getClfnCharcValueDescForKeyDateByKey(String charcInternalID, String charcValuePositionNumber, String language) Deprecated.Fetch a singleClfnCharcValueDescForKeyDateentity using key fields.getClfnCharcValueForKeyDateByKey(String charcInternalID, String charcValuePositionNumber) Deprecated.Fetch a singleClfnCharcValueForKeyDateentity using key fields.updateClfnCharacteristicForKeyDate(ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Update an existingClfnCharacteristicForKeyDateentity and save it to the S/4HANA system.updateClfnCharcDescForKeyDate(ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Update an existingClfnCharcDescForKeyDateentity and save it to the S/4HANA system.updateClfnCharcValueDescForKeyDate(ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Update an existingClfnCharcValueDescForKeyDateentity and save it to the S/4HANA system.updateClfnCharcValueForKeyDate(ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Update an existingClfnCharcValueForKeyDateentity 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 interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-
getAllClfnCharacteristicForKeyDate
Deprecated.Fetch multipleClfnCharacteristicForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharacteristicForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharacteristicForKeyDateByKey
@Nonnull ClfnCharacteristicForKeyDateByKeyFluentHelper getClfnCharacteristicForKeyDateByKey(String charcInternalID) Deprecated.Fetch a singleClfnCharacteristicForKeyDateentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ClfnCharacteristicForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharacteristicForKeyDate
@Nonnull ClfnCharacteristicForKeyDateCreateFluentHelper createClfnCharacteristicForKeyDate(@Nonnull ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Create a newClfnCharacteristicForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharacteristicForKeyDate-ClfnCharacteristicForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharacteristicForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnCharacteristicForKeyDate
@Nonnull ClfnCharacteristicForKeyDateUpdateFluentHelper updateClfnCharacteristicForKeyDate(@Nonnull ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Update an existingClfnCharacteristicForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharacteristicForKeyDate-ClfnCharacteristicForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnCharacteristicForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharacteristicForKeyDate
@Nonnull ClfnCharacteristicForKeyDateDeleteFluentHelper deleteClfnCharacteristicForKeyDate(@Nonnull ClfnCharacteristicForKeyDate clfnCharacteristicForKeyDate) Deprecated.Deletes an existingClfnCharacteristicForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharacteristicForKeyDate-ClfnCharacteristicForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharacteristicForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnCharcDescForKeyDate
Deprecated.Fetch multipleClfnCharcDescForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharcDescForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharcDescForKeyDateByKey
@Nonnull ClfnCharcDescForKeyDateByKeyFluentHelper getClfnCharcDescForKeyDateByKey(String charcInternalID, String language) Deprecated.Fetch a singleClfnCharcDescForKeyDateentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ClfnCharcDescForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharcDescForKeyDate
@Nonnull ClfnCharcDescForKeyDateCreateFluentHelper createClfnCharcDescForKeyDate(@Nonnull ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Create a newClfnCharcDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcDescForKeyDate-ClfnCharcDescForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharcDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnCharcDescForKeyDate
@Nonnull ClfnCharcDescForKeyDateUpdateFluentHelper updateClfnCharcDescForKeyDate(@Nonnull ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Update an existingClfnCharcDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcDescForKeyDate-ClfnCharcDescForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnCharcDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharcDescForKeyDate
@Nonnull ClfnCharcDescForKeyDateDeleteFluentHelper deleteClfnCharcDescForKeyDate(@Nonnull ClfnCharcDescForKeyDate clfnCharcDescForKeyDate) Deprecated.Deletes an existingClfnCharcDescForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharcDescForKeyDate-ClfnCharcDescForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharcDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnCharcRefForKeyDate
Deprecated.Fetch multipleClfnCharcRefForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharcRefForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharcRefForKeyDateByKey
@Nonnull ClfnCharcRefForKeyDateByKeyFluentHelper getClfnCharcRefForKeyDateByKey(String charcInternalID, String charcReferenceTable, String charcReferenceTableField) Deprecated.Fetch a singleClfnCharcRefForKeyDateentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
charcReferenceTableField- Field NameConstraints: Not nullable, Maximum length: 30
charcReferenceTable- Table NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
ClfnCharcRefForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharcRefForKeyDate
@Nonnull ClfnCharcRefForKeyDateCreateFluentHelper createClfnCharcRefForKeyDate(@Nonnull ClfnCharcRefForKeyDate clfnCharcRefForKeyDate) Deprecated.Create a newClfnCharcRefForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcRefForKeyDate-ClfnCharcRefForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharcRefForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharcRefForKeyDate
@Nonnull ClfnCharcRefForKeyDateDeleteFluentHelper deleteClfnCharcRefForKeyDate(@Nonnull ClfnCharcRefForKeyDate clfnCharcRefForKeyDate) Deprecated.Deletes an existingClfnCharcRefForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharcRefForKeyDate-ClfnCharcRefForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharcRefForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnCharcRstrcnForKeyDate
Deprecated.Fetch multipleClfnCharcRstrcnForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharcRstrcnForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharcRstrcnForKeyDateByKey
@Nonnull ClfnCharcRstrcnForKeyDateByKeyFluentHelper getClfnCharcRstrcnForKeyDateByKey(String charcInternalID, String classType) Deprecated.Fetch a singleClfnCharcRstrcnForKeyDateentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
ClfnCharcRstrcnForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharcRstrcnForKeyDate
@Nonnull ClfnCharcRstrcnForKeyDateCreateFluentHelper createClfnCharcRstrcnForKeyDate(@Nonnull ClfnCharcRstrcnForKeyDate clfnCharcRstrcnForKeyDate) Deprecated.Create a newClfnCharcRstrcnForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcRstrcnForKeyDate-ClfnCharcRstrcnForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharcRstrcnForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharcRstrcnForKeyDate
@Nonnull ClfnCharcRstrcnForKeyDateDeleteFluentHelper deleteClfnCharcRstrcnForKeyDate(@Nonnull ClfnCharcRstrcnForKeyDate clfnCharcRstrcnForKeyDate) Deprecated.Deletes an existingClfnCharcRstrcnForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharcRstrcnForKeyDate-ClfnCharcRstrcnForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharcRstrcnForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnCharcValueDescForKeyDate
Deprecated.Fetch multipleClfnCharcValueDescForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharcValueDescForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharcValueDescForKeyDateByKey
@Nonnull ClfnCharcValueDescForKeyDateByKeyFluentHelper getClfnCharcValueDescForKeyDateByKey(String charcInternalID, String charcValuePositionNumber, String language) Deprecated.Fetch a singleClfnCharcValueDescForKeyDateentity using key fields.- Parameters:
charcValuePositionNumber- Int counterConstraints: Not nullable, Maximum length: 4
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ClfnCharcValueDescForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharcValueDescForKeyDate
@Nonnull ClfnCharcValueDescForKeyDateCreateFluentHelper createClfnCharcValueDescForKeyDate(@Nonnull ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Create a newClfnCharcValueDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcValueDescForKeyDate-ClfnCharcValueDescForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharcValueDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnCharcValueDescForKeyDate
@Nonnull ClfnCharcValueDescForKeyDateUpdateFluentHelper updateClfnCharcValueDescForKeyDate(@Nonnull ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Update an existingClfnCharcValueDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcValueDescForKeyDate-ClfnCharcValueDescForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnCharcValueDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharcValueDescForKeyDate
@Nonnull ClfnCharcValueDescForKeyDateDeleteFluentHelper deleteClfnCharcValueDescForKeyDate(@Nonnull ClfnCharcValueDescForKeyDate clfnCharcValueDescForKeyDate) Deprecated.Deletes an existingClfnCharcValueDescForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharcValueDescForKeyDate-ClfnCharcValueDescForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharcValueDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnCharcValueForKeyDate
Deprecated.Fetch multipleClfnCharcValueForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnCharcValueForKeyDateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getClfnCharcValueForKeyDateByKey
@Nonnull ClfnCharcValueForKeyDateByKeyFluentHelper getClfnCharcValueForKeyDateByKey(String charcInternalID, String charcValuePositionNumber) Deprecated.Fetch a singleClfnCharcValueForKeyDateentity using key fields.- Parameters:
charcValuePositionNumber- Int counterConstraints: Not nullable, Maximum length: 4
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ClfnCharcValueForKeyDateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createClfnCharcValueForKeyDate
@Nonnull ClfnCharcValueForKeyDateCreateFluentHelper createClfnCharcValueForKeyDate(@Nonnull ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Create a newClfnCharcValueForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcValueForKeyDate-ClfnCharcValueForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnCharcValueForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnCharcValueForKeyDate
@Nonnull ClfnCharcValueForKeyDateUpdateFluentHelper updateClfnCharcValueForKeyDate(@Nonnull ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Update an existingClfnCharcValueForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnCharcValueForKeyDate-ClfnCharcValueForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnCharcValueForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnCharcValueForKeyDate
@Nonnull ClfnCharcValueForKeyDateDeleteFluentHelper deleteClfnCharcValueForKeyDate(@Nonnull ClfnCharcValueForKeyDate clfnCharcValueForKeyDate) Deprecated.Deletes an existingClfnCharcValueForKeyDateentity in the S/4HANA system.- Parameters:
clfnCharcValueForKeyDate-ClfnCharcValueForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnCharcValueForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-