public interface CharacteristicAttributeCatalogService extends BatchService<CharacteristicAttributeCatalogServiceBatch>
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 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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull CharacteristicAttributeCatalogService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull CharcAttribSeldCodeSetFluentHelper getAllCharcAttribSeldCodeSet()
CharcAttribSeldCodeSet
entities.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 CharcAttribSeldCodeSetByKeyFluentHelper getCharcAttribSeldCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet)
CharcAttribSeldCodeSet
entity using key fields.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 CharcAttribSeldSetCodeFluentHelper getAllCharcAttribSeldSetCode()
CharcAttribSeldSetCode
entities.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 CharcAttribSeldSetCodeByKeyFluentHelper getCharcAttribSeldSetCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode)
CharcAttribSeldSetCode
entity using key fields.selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
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
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp
- Key for the code group.
Constraints: Not nullable, Maximum length: 8
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 CharcAttribSeldSetCodeTFluentHelper getAllCharcAttribSeldSetCodeT()
CharcAttribSeldSetCodeT
entities.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 CharcAttribSeldSetCodeTByKeyFluentHelper getCharcAttribSeldSetCodeTByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String language)
CharcAttribSeldSetCodeT
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
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
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
characteristicAttributeCodeGrp
- Key for the code group.
Constraints: Not nullable, Maximum length: 8
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 CharcAttribSeldSetTFluentHelper getAllCharcAttribSeldSetT()
CharcAttribSeldSetT
entities.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 CharcAttribSeldSetTByKeyFluentHelper getCharcAttribSeldSetTByKey(String selectedCodeSetPlant, String selectedCodeSet, String language)
CharcAttribSeldSetT
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
selectedCodeSetPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
selectedCodeSet
- Key for the selected set.
Constraints: Not nullable, Maximum length: 8
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 © 2020 SAP SE. All rights reserved.