I_FrcElmntOrgNtwkGraphWarTme
Interface View of Force Element Wartime
I_FrcElmntOrgNtwkGraphWarTme is a Basic CDS View that provides data about "Interface View of Force Element Wartime" in SAP S/4HANA. It reads from 6 data sources and exposes 24 fields with key fields FrcElmntOrgPlanVersion, FrcElmntOrgType, ForceElementOrgID, FrcElmntOrgSubType, FrcElmntOrgPlngStatus.
Data Sources (6)
| Source | Alias | Join Type |
|---|---|---|
| I_FrcElmntOrgWithAuthorization | _auth | inner |
| I_FrcElmntOrgWithAuthorization | _auth | inner |
| I_FrcElmntOrgWithAuthorization | _auth1 | inner |
| I_FrcElmntOrgWithAuthorization | _auth1 | inner |
| P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgNtwkGraphWarTme | from |
| P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgNtwkGraphWarTme | union_all |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFEORGNWGHWARTME | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| EndUserText.label | Interface View of Force Element Wartime | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FrcElmntOrgPlanVersion | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgPlanVersion | Plan version |
| KEY | FrcElmntOrgType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgType | Object type |
| KEY | ForceElementOrgID | P_FrcElmntOrgNtwkGraphWarTme | ForceElementOrgID | ID rel.object |
| KEY | FrcElmntOrgSubType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgSubType | Subtype |
| KEY | FrcElmntOrgPlngStatus | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgPlngStatus | Planning status |
| KEY | FrcElmntOrgValdtyStartDate | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgValdtyStartDate | Start date |
| KEY | FrcElmntOrgValdtyEndDate | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgValdtyEndDate | End Date |
| KEY | NumberOfForceElementOrg | P_FrcElmntOrgNtwkGraphWarTme | NumberOfForceElementOrg | IT record no. |
| FrcElmntOrgInfoType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgInfoType | Infotype | |
| FrcElmntOrgRelatedOrgType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelatedOrgType | Rel.obj.type | |
| FrcElmntOrgRelatedOrgID | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelatedOrgID | Object ID Processor | |
| FrcElmntOrgRelshpPriority | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelshpPriority | Priority | |
| FrcElmntOrgPlanVersion | Plan version | |||
| KEY | FrcElmntOrgType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgType | Object type |
| KEY | ForceElementOrgID | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelatedOrgID | ID rel.object |
| KEY | FrcElmntOrgSubType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgSubType | Subtype |
| KEY | FrcElmntOrgPlngStatus | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgPlngStatus | Planning status |
| KEY | FrcElmntOrgValdtyStartDate | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgValdtyStartDate | Start date |
| KEY | FrcElmntOrgValdtyEndDate | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgValdtyEndDate | End Date |
| KEY | NumberOfForceElementOrg | P_FrcElmntOrgNtwkGraphWarTme | NumberOfForceElementOrg | IT record no. |
| FrcElmntOrgInfoType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgInfoType | Infotype | |
| FrcElmntOrgRelatedOrgType | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelatedOrgType | Rel.obj.type | |
| FrcElmntOrgRelatedOrgID | P_FrcElmntOrgNtwkGraphWarTme | ForceElementOrgID | Object ID Processor | |
| FrcElmntOrgRelshpPriority | P_FrcElmntOrgNtwkGraphWarTme | FrcElmntOrgRelshpPriority | Priority |
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_FrcElmntOrgNtwkGraphWarTme.
-- 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: IFEORGNWGHWARTME
CREATE VIEW I_FrcElmntOrgNtwkGraphWarTme AS
SELECT
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgPlanVersion AS FrcElmntOrgPlanVersion,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgType AS FrcElmntOrgType,
FrcElmntOrgNtwkGraphWarTme.ForceElementOrgID AS ForceElementOrgID,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgSubType AS FrcElmntOrgSubType,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgPlngStatus AS FrcElmntOrgPlngStatus,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgValdtyStartDate AS FrcElmntOrgValdtyStartDate,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgValdtyEndDate AS FrcElmntOrgValdtyEndDate,
FrcElmntOrgNtwkGraphWarTme.NumberOfForceElementOrg AS NumberOfForceElementOrg,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgInfoType AS FrcElmntOrgInfoType,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgRelatedOrgType AS FrcElmntOrgRelatedOrgType,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgRelatedOrgID AS FrcElmntOrgRelatedOrgID,
FrcElmntOrgNtwkGraphWarTme.FrcElmntOrgRelshpPriority AS FrcElmntOrgRelshpPriority
FROM P_FrcElmntOrgNtwkGraphWarTme AS FrcElmntOrgNtwkGraphWarTme
INNER JOIN I_FrcElmntOrgWithAuthorization AS _auth ON /* join condition not captured in parsed metadata */
INNER JOIN I_FrcElmntOrgWithAuthorization AS _auth1 ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): P_FrcElmntOrgNtwkGraphWarTme
;
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