Interface CharacteristicAttributeCatalogService
- All Superinterfaces:
BatchService<CharacteristicAttributeCatalogServiceBatch>
- All Known Implementing Classes:
DefaultCharacteristicAttributeCatalogService
The catalog data that is read with this service consists of plant-specific selected sets with their codes that are used to record inspection results for qualitative characteristics, for example, the codes 01 (Smooth) and 02 (Rough) for the characteristic ***Surface***..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CHARCATTRIBUTECATALOG_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Inspection Master Data Integration(SAP_COM_0110) |
| Scope Items: | Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN) |
| Authentication Methods: | x509 |
| Business Object: | Characteristic Attribute Selected Code Set |
-
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 TypeMethodDescriptionDeprecated.Fetch multipleCharcAttribSeldCodeSetentities.Deprecated.Fetch multipleCharcAttribSeldSetCodeentities.Deprecated.Fetch multipleCharcAttribSeldSetCodeTentities.Deprecated.Fetch multipleCharcAttribSeldSetTentities.getCharcAttribSeldCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet) Deprecated.Fetch a singleCharcAttribSeldCodeSetentity using key fields.getCharcAttribSeldSetCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode) Deprecated.Fetch a singleCharcAttribSeldSetCodeentity using key fields.getCharcAttribSeldSetCodeTByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String language) Deprecated.Fetch a singleCharcAttribSeldSetCodeTentity using key fields.getCharcAttribSeldSetTByKey(String selectedCodeSetPlant, String selectedCodeSet, String language) Deprecated.Fetch a singleCharcAttribSeldSetTentity using key fields.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.
-
getAllCharcAttribSeldCodeSet
Deprecated.Fetch multipleCharcAttribSeldCodeSetentities.- Returns:
- A fluent helper to fetch multiple
CharcAttribSeldCodeSetentities. 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.
-
getCharcAttribSeldCodeSetByKey
@Nonnull CharcAttribSeldCodeSetByKeyFluentHelper getCharcAttribSeldCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet) Deprecated.Fetch a singleCharcAttribSeldCodeSetentity using key fields.- Parameters:
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
CharcAttribSeldCodeSetentity 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.
-
getAllCharcAttribSeldSetCode
Deprecated.Fetch multipleCharcAttribSeldSetCodeentities.- Returns:
- A fluent helper to fetch multiple
CharcAttribSeldSetCodeentities. 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.
-
getCharcAttribSeldSetCodeByKey
@Nonnull CharcAttribSeldSetCodeByKeyFluentHelper getCharcAttribSeldSetCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode) Deprecated.Fetch a singleCharcAttribSeldSetCodeentity using key fields.- Parameters:
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
characteristicAttributeCode- CodeConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp- Code GroupConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
CharcAttribSeldSetCodeentity 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.
-
getAllCharcAttribSeldSetCodeT
Deprecated.Fetch multipleCharcAttribSeldSetCodeTentities.- Returns:
- A fluent helper to fetch multiple
CharcAttribSeldSetCodeTentities. 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.
-
getCharcAttribSeldSetCodeTByKey
@Nonnull CharcAttribSeldSetCodeTByKeyFluentHelper getCharcAttribSeldSetCodeTByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String language) Deprecated.Fetch a singleCharcAttribSeldSetCodeTentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
characteristicAttributeCode- CodeConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp- Code GroupConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
CharcAttribSeldSetCodeTentity 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.
-
getAllCharcAttribSeldSetT
Deprecated.Fetch multipleCharcAttribSeldSetTentities.- Returns:
- A fluent helper to fetch multiple
CharcAttribSeldSetTentities. 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.
-
getCharcAttribSeldSetTByKey
@Nonnull CharcAttribSeldSetTByKeyFluentHelper getCharcAttribSeldSetTByKey(String selectedCodeSetPlant, String selectedCodeSet, String language) Deprecated.Fetch a singleCharcAttribSeldSetTentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
CharcAttribSeldSetTentity 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.
-