I_SafetyInstrnStructureByPlant
Interface View to get SI Structure by Plant
I_SafetyInstrnStructureByPlant is a Basic CDS View that provides data about "Interface View to get SI Structure by Plant" in SAP S/4HANA. It reads from 2 data sources (I_EHSLocationRevision, I_SafetyInstructionDefinition) and exposes 18 fields with key fields EHSLocationUUID, SafetyInstructionType, SafetyInstructionSubType.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_EHSLocationRevision | EHSLocationRevision | from |
| I_SafetyInstructionDefinition | I_SafetyInstructionDefinition | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Interface View to get SI Structure by Plant | view | |
| AbapCatalog.sqlViewName | IFSISTRUCTPLANT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EHSLocationUUID | I_EHSLocationRevision | EHSLocationUUID | NodeID |
| KEY | SafetyInstructionType | I_SafetyInstructionDefinition | SafetyInstructionType | SI Type |
| KEY | SafetyInstructionSubType | I_SafetyInstructionDefinition | SafetyInstructionSubType | SI Subtype |
| Plant | I_EHSLocationRevision | Plant | Valuation Area | |
| SafetyInstructionStructure | I_SafetyInstructionDefinition | SafetyInstructionStructure | Structure | |
| EHSLocationType | I_EHSLocationRevision | EHSLocationType | Loc. Type | |
| EHSLocationStatus | I_EHSLocationRevision | EHSLocationStatus | ||
| EHSLocationAuthorizationGroup | ||||
| CostCenter | I_EHSLocationRevision | CostCenter | Cost Center | |
| CompanyCode | I_EHSLocationRevision | CompanyCode | Receiver Company Code | |
| BusinessArea | I_EHSLocationRevision | BusinessArea | Business Area | |
| ControllingArea | I_EHSLocationRevision | ControllingArea | Controlling Area | |
| _Plant | ||||
| _EHSLocationType | I_EHSLocationRevision | _EHSLocationType | ||
| _EHSLocationStatus | I_EHSLocationRevision | _EHSLocationStatus | ||
| _EHSLocationAuthGroup | I_EHSLocationRevision | _EHSLocationAuthGroup | ||
| _CompanyCode | I_EHSLocationRevision | _CompanyCode | ||
| _BusinessArea | I_EHSLocationRevision | _BusinessArea |
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 I_SafetyInstrnStructureByPlant.
-- 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.
CREATE VIEW I_SafetyInstrnStructureByPlant AS
SELECT
EHSLocationRevision.EHSLocationUUID AS EHSLocationUUID,
I_SafetyInstructionDefinition.SafetyInstructionType AS SafetyInstructionType,
I_SafetyInstructionDefinition.SafetyInstructionSubType AS SafetyInstructionSubType,
EHSLocationRevision.Plant AS Plant,
I_SafetyInstructionDefinition.SafetyInstructionStructure AS SafetyInstructionStructure,
EHSLocationRevision.EHSLocationType AS EHSLocationType,
EHSLocationRevision.EHSLocationStatus AS EHSLocationStatus,
cast( EHSLocationRevision.EHSLocationAuthorizationGroup as ehfnd_loc_auth_group_nc preserving type ) AS EHSLocationAuthorizationGroup,
EHSLocationRevision.CostCenter AS CostCenter,
EHSLocationRevision.CompanyCode AS CompanyCode,
EHSLocationRevision.BusinessArea AS BusinessArea,
EHSLocationRevision.ControllingArea AS ControllingArea,
EHSLocationRevision._EHSLocationType AS _EHSLocationType,
EHSLocationRevision._EHSLocationStatus AS _EHSLocationStatus,
EHSLocationRevision._EHSLocationAuthGroup AS _EHSLocationAuthGroup,
EHSLocationRevision._CompanyCode AS _CompanyCode,
EHSLocationRevision._BusinessArea AS _BusinessArea
FROM I_EHSLocationRevision AS EHSLocationRevision
INNER JOIN I_SafetyInstructionDefinition 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