ESH_S_INSPECTIONSUBSET

DDL: ESH_S_INSPECTIONSUBSET SQL: ESH_U_INSPSUBSET Type: view Package: BSESH_QM_IM

Search view -INSPECTIONSUBSET

ESH_S_INSPECTIONSUBSET is a CDS View that provides data about "Search view -INSPECTIONSUBSET" in SAP S/4HANA. It reads from 1 data source (ESH_N_INSPECTIONSUBSET) and exposes 37 fields with key fields INSPECTIONLOT, INSPECTIONSUBSETINTERNALID, INSPPLANOPERATIONINTERNALID. Part of development package BSESH_QM_IM.

Data Sources (1)

SourceAliasJoin Type
ESH_N_INSPECTIONSUBSET ESH_N_INSPECTIONSUBSET from

Parameters (1)

NameTypeDefault
P_Language abap.lang

Annotations (19)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.modelingPattern #ENTERPRISE_SEARCH_PROVIDER view
ObjectModel.sapObjectNodeType.name InspectionSubset view
Metadata.allowExtensions true view
Search.searchable true view
EnterpriseSearch.enabled true view
UI.headerInfo.typeName Inspection Point Freely-Defined view
UI.headerInfo.typeNamePlural Inspection Points Freely-Defined view
Consumption.semanticObject InspectionSubset view
Metadata.ignorePropagatedAnnotations true view
UI.headerInfo.title.value INSPECTIONLOT view
UI.headerInfo.description.value INSPECTIONSUBSETSORTKEY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName ESH_U_INSPSUBSET view

Fields (37)

KeyFieldSource TableSource FieldDescription
KEY INSPECTIONLOT INSPECTIONLOT Inspection Lot
KEY INSPECTIONSUBSETINTERNALID INSPECTIONSUBSETINTERNALID
KEY INSPPLANOPERATIONINTERNALID INSPPLANOPERATIONINTERNALID
CREATIONDATE CREATIONDATE Time Stamp
CREATIONTIME CREATIONTIME Time of Change
INSPECTIONLOTTYPE INSPECTIONLOTTYPE Inspection Type
INSPECTIONLOTTYPETEXT INSPECTIONLOTTYPETEXT Inspection Type
INSPECTIONOPERATION INSPECTIONOPERATION Operation
INSPECTIONSUBSETDATE INSPECTIONSUBSETDATE
INSPECTIONSAMPLENUMBER INSPECTIONSAMPLENUMBER
INSPECTIONSUBSETLONGCHARKEY INSPECTIONSUBSETLONGCHARKEY
INSPECTIONSUBSETSHORTCHARKEY INSPECTIONSUBSETSHORTCHARKEY
INSPECTIONSUBSETSORTKEY INSPECTIONSUBSETSORTKEY
INSPECTIONSUBSETTIME INSPECTIONSUBSETTIME
INSPECTIONSUBSETTYPE INSPECTIONSUBSETTYPE
INSPLOTUSGEDCSNVALUATIONTEXT INSPLOTUSGEDCSNVALUATIONTEXT Valuation
INSPSUBSETDATEFIELDNAME INSPSUBSETDATEFIELDNAME
INSPSUBSETFIELDCOMBINATION INSPSUBSETFIELDCOMBINATION
INSPSUBSETFLDCOMBINATIONTXT INSPSUBSETFLDCOMBINATIONTXT Inspection Point Field Combination
INSPSUBSETLONGNMBRFIELDNAME INSPSUBSETLONGNMBRFIELDNAME
INSPSUBSETLONGNUMERICKEY INSPSUBSETLONGNUMERICKEY
INSPSUBSETLONGTXTFIELDNAME INSPSUBSETLONGTXTFIELDNAME
INSPSUBSETSHORTNMBRFIELDNAME INSPSUBSETSHORTNMBRFIELDNAME
INSPSUBSETSHORTNUMERICKEY INSPSUBSETSHORTNUMERICKEY
INSPSUBSETSHORTTXTFIELDNAME INSPSUBSETSHORTTXTFIELDNAME
INSPSUBSETTIMEFIELDNAME INSPSUBSETTIMEFIELDNAME
INSPSUBSETUSAGEDCSNVALUATION INSPSUBSETUSAGEDCSNVALUATION
ISBUSINESSPURPOSECOMPLETED ISBUSINESSPURPOSECOMPLETED Purpose Completed
MATERIAL MATERIAL Vehicle Model
MATERIALNAME MATERIALNAME Material Description
MATLQUALITYAUTHORIZATIONGROUP MATLQUALITYAUTHORIZATIONGROUP QM Matl Auth.
OPERATIONTEXT OPERATIONTEXT Description
PLANT PLANT Valuation Area
USAGEDECISIONCODE USAGEDECISIONCODE
USAGEDECISIONCODETEXT USAGEDECISIONCODETEXT
WORKCENTER WORKCENTER Work Center
WORKCENTERTEXT WORKCENTERTEXT Work Center Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view ESH_S_INSPECTIONSUBSET.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ESH_U_INSPSUBSET
-- Parameters: P_Language : abap.lang

CREATE VIEW ESH_S_INSPECTIONSUBSET AS
SELECT
  INSPECTIONLOT,
  INSPECTIONSUBSETINTERNALID,
  INSPPLANOPERATIONINTERNALID,
  CREATIONDATE,
  CREATIONTIME,
  INSPECTIONLOTTYPE,
  INSPECTIONLOTTYPETEXT,
  INSPECTIONOPERATION,
  INSPECTIONSUBSETDATE,
  INSPECTIONSAMPLENUMBER,
  INSPECTIONSUBSETLONGCHARKEY,
  INSPECTIONSUBSETSHORTCHARKEY,
  INSPECTIONSUBSETSORTKEY,
  INSPECTIONSUBSETTIME,
  INSPECTIONSUBSETTYPE,
  INSPLOTUSGEDCSNVALUATIONTEXT,
  INSPSUBSETDATEFIELDNAME,
  INSPSUBSETFIELDCOMBINATION,
  INSPSUBSETFLDCOMBINATIONTXT,
  INSPSUBSETLONGNMBRFIELDNAME,
  INSPSUBSETLONGNUMERICKEY,
  INSPSUBSETLONGTXTFIELDNAME,
  INSPSUBSETSHORTNMBRFIELDNAME,
  INSPSUBSETSHORTNUMERICKEY,
  INSPSUBSETSHORTTXTFIELDNAME,
  INSPSUBSETTIMEFIELDNAME,
  INSPSUBSETUSAGEDCSNVALUATION,
  ISBUSINESSPURPOSECOMPLETED,
  MATERIAL,
  MATERIALNAME,
  MATLQUALITYAUTHORIZATIONGROUP,
  OPERATIONTEXT,
  PLANT,
  USAGEDECISIONCODE,
  USAGEDECISIONCODETEXT,
  WORKCENTER,
  WORKCENTERTEXT
FROM ESH_N_INSPECTIONSUBSET
;