@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultCharacteristicAttributeCatalogService") public class DefaultCharacteristicAttributeCatalogService extends Object implements CharacteristicAttributeCatalogService
This service enables you to read catalog data for characteristic attributes from the SAP S/4HANA Cloud system. The catalog data consists of plant-specific selected sets with their codes that are used to document the quality inspection results for qualitative characteristics.
Reference: SAP API Business Hub
OData Service: | API_CHARCATTRIBUTECATALOG_SRV |
API Version: | 1 |
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: | Basic, x509, OAuth2 |
Business Object: | CharcAttributeSelectedCodeSet |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultCharacteristicAttributeCatalogService()
Creates a service using
CharacteristicAttributeCatalogService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultCharacteristicAttributeCatalogService()
CharacteristicAttributeCatalogService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultCharacteristicAttributeCatalogService withServicePath(@Nonnull String servicePath)
CharacteristicAttributeCatalogService
withServicePath
in interface CharacteristicAttributeCatalogService
servicePath
- Service path that will override the default.@Nonnull public DefaultCharacteristicAttributeCatalogServiceBatch batch()
batch
in interface BatchService<CharacteristicAttributeCatalogServiceBatch>
@Nonnull public CharcAttribSeldCodeSetFluentHelper getAllCharcAttribSeldCodeSet()
CharacteristicAttributeCatalogService
CharcAttribSeldCodeSet
entities.getAllCharcAttribSeldCodeSet
in interface CharacteristicAttributeCatalogService
CharcAttribSeldCodeSet
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldCodeSetByKeyFluentHelper getCharcAttribSeldCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet)
CharacteristicAttributeCatalogService
CharcAttribSeldCodeSet
entity using key fields.getCharcAttribSeldCodeSetByKey
in interface CharacteristicAttributeCatalogService
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
CharcAttribSeldCodeSet
entity 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 the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetCodeFluentHelper getAllCharcAttribSeldSetCode()
CharacteristicAttributeCatalogService
CharcAttribSeldSetCode
entities.getAllCharcAttribSeldSetCode
in interface CharacteristicAttributeCatalogService
CharcAttribSeldSetCode
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetCodeByKeyFluentHelper getCharcAttribSeldSetCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode)
CharacteristicAttributeCatalogService
CharcAttribSeldSetCode
entity using key fields.getCharcAttribSeldSetCodeByKey
in interface CharacteristicAttributeCatalogService
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp
- Key for the code group.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCode
- Represents the lowest level within the hierarchy of catalog type, code group and code. A code refers
to the actual coding for the attribute. For example, in a code group of colors, the code BL can
represent the color blue, GR can represent the color green, and so forth.
Constraints: Not nullable, Maximum length: 4
CharcAttribSeldSetCode
entity 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 the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetCodeTFluentHelper getAllCharcAttribSeldSetCodeT()
CharacteristicAttributeCatalogService
CharcAttribSeldSetCodeT
entities.getAllCharcAttribSeldSetCodeT
in interface CharacteristicAttributeCatalogService
CharcAttribSeldSetCodeT
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetCodeTByKeyFluentHelper getCharcAttribSeldSetCodeTByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String language)
CharacteristicAttributeCatalogService
CharcAttribSeldSetCodeT
entity using key fields.getCharcAttribSeldSetCodeTByKey
in interface CharacteristicAttributeCatalogService
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp
- Key for the code group.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCode
- Represents the lowest level within the hierarchy of catalog type, code group and code. A code refers
to the actual coding for the attribute. For example, in a code group of colors, the code BL can
represent the color blue, GR can represent the color green, and so forth.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
CharcAttribSeldSetCodeT
entity 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 the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetTFluentHelper getAllCharcAttribSeldSetT()
CharacteristicAttributeCatalogService
CharcAttribSeldSetT
entities.getAllCharcAttribSeldSetT
in interface CharacteristicAttributeCatalogService
CharcAttribSeldSetT
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public CharcAttribSeldSetTByKeyFluentHelper getCharcAttribSeldSetTByKey(String selectedCodeSetPlant, String selectedCodeSet, String language)
CharacteristicAttributeCatalogService
CharcAttribSeldSetT
entity using key fields.getCharcAttribSeldSetTByKey
in interface CharacteristicAttributeCatalogService
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
CharcAttribSeldSetT
entity 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 the
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.