UI_INSPLOT_RSLTRECG
Service Definition For Inspection lot ResultsRecording
UI_INSPLOT_RSLTRECG is an OData service definition in SAP S/4HANA. It exposes 17 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (17)
| CDS View | Alias |
|---|---|
| C_CharcAttribCodeGroupVH | CharCodeGroupVH |
| C_DefectDetailsRsltRecg | InspLotDefectDetails |
| C_DefectRecordCodeVH | DefectRecordCodeVH |
| C_InspectionRsltOriginTextVH | InspectionResultOriginTextVH |
| C_InspectionSpecRsltRecg | MasterCharacteristic |
| C_InspLotForInspSpecRsltRecg | InspSpecWithInspLot |
| C_InspLotMatlSmplRsltRecg | PhysicalSample |
| C_InspLotOpCharcRsltRecg | InspChar |
| C_InspLotOpRsltRecg | Operation |
| C_InspLotOpUnplndCharcRsltRecg | UnplannedCharacteristic |
| C_InspLotResultValueRsltRecg | InspectionResultValue |
| C_InspLotRsltRecg | InspectionLot |
| C_InspLotWithRsltRecgStatus | InspLotWithRsltRecgStatus |
| C_InspRsltRecgWorkCenter | WorkCenter |
| C_InspSpecFormulaParameter | FormulaParameter |
| C_InspSpecWithInspLotDetails | InspSpecWithInspLotDetails |
| C_InspValuationRsltVH | InspectionValuationRsltVH |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_INSPLOT_RSLTRECG | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F1685A | Record Inspection Results (Version 2) | Transactional | An application to record results for inspection characteristics. |
Source
@EndUserText.label: 'Service Definition For Inspection lot ResultsRecording'
define service UI_INSPLOT_RSLTRECG {
expose C_InspLotRsltRecg as InspectionLot;
expose C_InspLotOpRsltRecg as Operation;
expose C_InspLotMatlSmplRsltRecg as PhysicalSample;
expose C_InspLotOpCharcRsltRecg as InspChar;
expose C_InspLotResultValueRsltRecg as InspectionResultValue;
expose C_InspectionSpecRsltRecg as MasterCharacteristic;
expose C_InspLotOpUnplndCharcRsltRecg as UnplannedCharacteristic;
expose C_CharcAttribCodeGroupVH as CharCodeGroupVH;
expose C_InspectionRsltOriginTextVH as InspectionResultOriginTextVH;
expose C_InspValuationRsltVH as InspectionValuationRsltVH;
expose C_DefectRecordCodeVH as DefectRecordCodeVH;
expose C_InspSpecWithInspLotDetails as InspSpecWithInspLotDetails;
expose C_InspLotForInspSpecRsltRecg as InspSpecWithInspLot;
expose C_InspLotWithRsltRecgStatus as InspLotWithRsltRecgStatus;
expose C_DefectDetailsRsltRecg as InspLotDefectDetails;
expose C_InspRsltRecgWorkCenter as WorkCenter;
expose C_InspSpecFormulaParameter as FormulaParameter;
}