E_AssgmtInspMethInspSpec

DDL: E_ASSGMTINSPMETHINSPSPEC SQL: EASSGMTIMETHSPEC Type: view EXTENSION

Assgnmt. - Insp. Meth./Insp. Spec. Extn.

E_AssgmtInspMethInspSpec is a Extension CDS View that provides data about "Assgnmt. - Insp. Meth./Insp. Spec. Extn." in SAP S/4HANA. It reads from 1 data source (qpmz) and exposes 6 fields with key fields InspectionSpecificationPlant, InspectionSpecification, InspectionSpecificationVersion, InspectionMethodPlant, InspectionMethod.

Data Sources (1)

SourceAliasJoin Type
qpmz Persistence from

Annotations (7)

NameValueLevelField
EndUserText.label Assgnmt. - Insp. Meth./Insp. Spec. Extn. view
AbapCatalog.sqlViewName EASSGMTIMETHSPEC view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY InspectionSpecificationPlant zaehler Version
KEY InspectionSpecification mkmnr Master IC
KEY InspectionSpecificationVersion version XML Vers.
KEY InspectionMethodPlant werkpm Plant
KEY InspectionMethod pmethode Insp. Method
KEY InspectionMethodVersion verspm Version

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 E_AssgmtInspMethInspSpec.
-- 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: EASSGMTIMETHSPEC

CREATE VIEW E_AssgmtInspMethInspSpec AS
SELECT
  zaehler AS InspectionSpecificationPlant,
  mkmnr AS InspectionSpecification,
  version AS InspectionSpecificationVersion,
  werkpm AS InspectionMethodPlant,
  pmethode AS InspectionMethod,
  verspm AS InspectionMethodVersion
FROM qpmz AS Persistence
;