A_AssgmtInspMethInspSpec
Assignmt Inspection Specification-Method
A_AssgmtInspMethInspSpec is a Basic CDS View that provides data about "Assignmt Inspection Specification-Method" in SAP S/4HANA. It reads from 2 data sources (I_AssgmtInspMethInspSpec, I_InspSpecificationVersion) and exposes 12 fields with key fields InspectionSpecificationPlant, InspectionSpecification, InspectionSpecificationVersion, InspectionMethodPlant, InspectionMethod.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_AssgmtInspMethInspSpec | I_AssgmtInspMethInspSpec | from |
| I_InspSpecificationVersion | I_InspSpecificationVersion | inner |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AASSGMTIMETHSPEC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Assignmt Inspection Specification-Method | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.createEnabled | false | view | |
| ObjectModel.updateEnabled | false | view | |
| ObjectModel.deleteEnabled | false | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionSpecificationPlant | I_AssgmtInspMethInspSpec | InspectionSpecificationPlant | Version |
| KEY | InspectionSpecification | I_AssgmtInspMethInspSpec | InspectionSpecification | Master IC |
| KEY | InspectionSpecificationVersion | I_AssgmtInspMethInspSpec | InspectionSpecificationVersion | XML Vers. |
| KEY | InspectionMethodPlant | I_AssgmtInspMethInspSpec | InspectionMethodPlant | Plant |
| KEY | InspectionMethod | I_AssgmtInspMethInspSpec | InspectionMethod | Insp. Method |
| KEY | InspectionMethodVersion | I_AssgmtInspMethInspSpec | InspectionMethodVersion | Version |
| Plant | I_AssgmtInspMethInspSpec | Plant | Valuation Area | |
| ValidityStartDate | I_AssgmtInspMethInspSpec | ValidityStartDate | Validity Start Date | |
| SelectedCodeSet | I_AssgmtInspMethInspSpec | SelectedCodeSet | CodeGrp/SelSet | |
| SelectedCodeSetPlant | I_AssgmtInspMethInspSpec | SelectedCodeSetPlant | Plant | |
| QltyMstrDataAuthorizationGroup | ||||
| InspectionSpecificationStatus |
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 A_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: AASSGMTIMETHSPEC
CREATE VIEW A_AssgmtInspMethInspSpec AS
SELECT
I_AssgmtInspMethInspSpec.InspectionSpecificationPlant AS InspectionSpecificationPlant,
I_AssgmtInspMethInspSpec.InspectionSpecification AS InspectionSpecification,
I_AssgmtInspMethInspSpec.InspectionSpecificationVersion AS InspectionSpecificationVersion,
I_AssgmtInspMethInspSpec.InspectionMethodPlant AS InspectionMethodPlant,
I_AssgmtInspMethInspSpec.InspectionMethod AS InspectionMethod,
I_AssgmtInspMethInspSpec.InspectionMethodVersion AS InspectionMethodVersion,
I_AssgmtInspMethInspSpec.Plant AS Plant,
I_AssgmtInspMethInspSpec.ValidityStartDate AS ValidityStartDate,
I_AssgmtInspMethInspSpec.SelectedCodeSet AS SelectedCodeSet,
I_AssgmtInspMethInspSpec.SelectedCodeSetPlant AS SelectedCodeSetPlant,
I_AssgmtInspMethInspSpec._InspSpecificationVersion.QltyMstrDataAuthorizationGroup AS QltyMstrDataAuthorizationGroup,
I_AssgmtInspMethInspSpec._InspSpecificationVersion.InspectionSpecificationStatus AS InspectionSpecificationStatus
FROM I_AssgmtInspMethInspSpec
INNER JOIN I_InspSpecificationVersion ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA