@Named public class DefaultReadDefectCodesAndCodeGroupsService extends Object implements ReadDefectCodesAndCodeGroupsService
This service enables you to read defect codes and code groups and their language-dependent texts from the SAP S/4HANA Cloud system. It is part of the integration scenario Defect Processing Integration.
Reference: SAP API Business Hub
OData Service: | API_DEFECTCODE_SRV |
API Version: | 1 |
Communication Scenario: | Defect Processing Integration (SAP_COM_0153) |
Scope Items: | Quality Management in Stock Handling (1MR) |
Constructor and Description |
---|
DefaultReadDefectCodesAndCodeGroupsService() |
public DefaultReadDefectCodesAndCodeGroupsService()
public DefectCodeFluentHelper getAllDefectCode()
ReadDefectCodesAndCodeGroupsService
DefectCode
entities.getAllDefectCode
in interface ReadDefectCodesAndCodeGroupsService
DefectCode
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.public DefectCodeByKeyFluentHelper getDefectCodeByKey(String defectCodeGroup, String defectCode)
ReadDefectCodesAndCodeGroupsService
DefectCode
entity using key fields.getDefectCodeByKey
in interface ReadDefectCodesAndCodeGroupsService
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
defectCode
- Defect CodeConstraints: Not nullable, Maximum length: 4
DefectCode
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.public DefectCodeGroupFluentHelper getAllDefectCodeGroup()
ReadDefectCodesAndCodeGroupsService
DefectCodeGroup
entities.getAllDefectCodeGroup
in interface ReadDefectCodesAndCodeGroupsService
DefectCodeGroup
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.public DefectCodeGroupByKeyFluentHelper getDefectCodeGroupByKey(String defectCodeGroup)
ReadDefectCodesAndCodeGroupsService
DefectCodeGroup
entity using key fields.getDefectCodeGroupByKey
in interface ReadDefectCodesAndCodeGroupsService
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
DefectCodeGroup
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.public DefectCodeGroupTextFluentHelper getAllDefectCodeGroupText()
ReadDefectCodesAndCodeGroupsService
DefectCodeGroupText
entities.getAllDefectCodeGroupText
in interface ReadDefectCodesAndCodeGroupsService
DefectCodeGroupText
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.public DefectCodeGroupTextByKeyFluentHelper getDefectCodeGroupTextByKey(String defectCodeGroup, String language)
ReadDefectCodesAndCodeGroupsService
DefectCodeGroupText
entity using key fields.getDefectCodeGroupTextByKey
in interface ReadDefectCodesAndCodeGroupsService
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
language
- Language KeyConstraints: Not nullable, Maximum length: 2
DefectCodeGroupText
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.public DefectCodeTextFluentHelper getAllDefectCodeText()
ReadDefectCodesAndCodeGroupsService
DefectCodeText
entities.getAllDefectCodeText
in interface ReadDefectCodesAndCodeGroupsService
DefectCodeText
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.public DefectCodeTextByKeyFluentHelper getDefectCodeTextByKey(String defectCodeGroup, String defectCode, String language)
ReadDefectCodesAndCodeGroupsService
DefectCodeText
entity using key fields.getDefectCodeTextByKey
in interface ReadDefectCodesAndCodeGroupsService
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
defectCode
- Defect CodeConstraints: Not nullable, Maximum length: 4
language
- Language KeyConstraints: Not nullable, Maximum length: 2
DefectCodeText
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 © 2017 SAP SE. All rights reserved.