public interface DefectCodeAndCodeGroupService
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) |
DefectCodeFluentHelper getAllDefectCode()
DefectCode
entities.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.DefectCodeByKeyFluentHelper getDefectCodeByKey(String defectCodeGroup, String defectCode)
DefectCode
entity using key fields.defectCode
- Defect CodeConstraints: Not nullable, Maximum length: 4
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
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.DefectCodeGroupFluentHelper getAllDefectCodeGroup()
DefectCodeGroup
entities.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.DefectCodeGroupByKeyFluentHelper getDefectCodeGroupByKey(String defectCodeGroup)
DefectCodeGroup
entity using key fields.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.DefectCodeGroupTextFluentHelper getAllDefectCodeGroupText()
DefectCodeGroupText
entities.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.DefectCodeGroupTextByKeyFluentHelper getDefectCodeGroupTextByKey(String defectCodeGroup, String language)
DefectCodeGroupText
entity using key fields.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.DefectCodeTextFluentHelper getAllDefectCodeText()
DefectCodeText
entities.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.DefectCodeTextByKeyFluentHelper getDefectCodeTextByKey(String defectCodeGroup, String defectCode, String language)
DefectCodeText
entity using key fields.defectCode
- Defect CodeConstraints: Not nullable, Maximum length: 4
defectCodeGroup
- Defect Code GroupConstraints: Not nullable, Maximum length: 8
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 © 2018 SAP SE. All rights reserved.