FAC_CDS_UH_WBSElement
WBS Element Details
FAC_CDS_UH_WBSElement is a CDS View that provides data about "WBS Element Details" in SAP S/4HANA. It reads from 1 data source (I_WBSElementBasicData) and exposes 47 fields with key field WBSElementInternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WBSElementBasicData | I_WBSElementBasicData | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | WBS Element Details | view | |
| AbapCatalog.sqlViewName | FACV_UH_WBSELEM | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (47)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElementInternalID | WBSElementInternalID | WBS Element Internal ID | |
| WBSElementExternalID | WBSElementExternalID | WBS Element External ID | ||
| WBSElement | WBSElement | WBS Element | ||
| WBSElementShortID | WBSElementShortID | Short ID | ||
| WBSDescription | WBSDescription | WBS Element Name | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| FunctionalArea | FunctionalArea | Sendr Fctl Area | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| ResponsibleCostCenter | ResponsibleCostCenter | Responsible Cost Center | ||
| Plant | Plant | Valuation Area | ||
| FactoryCalendar | FactoryCalendar | Factory Calendar | ||
| CostingSheet | CostingSheet | Costing Sheet | ||
| CostCenter | CostCenter | Cost Center | ||
| ProjectInternalID | ProjectInternalID | Project Def. | ||
| WBSElementIsBillingElement | WBSElementIsBillingElement | Billing elem. | ||
| WBSElementObject | WBSElementObject | Object number | ||
| InvestmentProfile | InvestmentProfile | Investment Measure Profile | ||
| WBSIsStatisticalWBSElement | WBSIsStatisticalWBSElement | Statistical | ||
| WBSIsAccountAssignmentElement | WBSIsAccountAssignmentElement | |||
| ProjectType | ProjectType | Project Type | ||
| JointVenture | JointVenture | Joint venture | ||
| JointVentureCostRecoveryCode | JointVentureCostRecoveryCode | Recovery Ind. | ||
| JointVentureEquityType | JointVentureEquityType | Joint Venture Equity Type | ||
| JntVntrProjectType | JntVntrProjectType | JV Object Type | ||
| JntIntrstBillgClass | JntIntrstBillgClass | JIB/JIBE Class | ||
| JntIntrstBillgSubClass | JntIntrstBillgSubClass | JIB/JIBE SbClsA | ||
| Location | Location | Text | ||
| ResultAnalysisInternalID | ResultAnalysisInternalID | Results Analysis Key | ||
| Fund | Fund | Sender Fund | ||
| GrantID | GrantID | Sender Grant | ||
| FundIsFixAssigned | FundIsFixAssigned | Fund Fixed Assignment | ||
| FunctionalAreaIsFixAssigned | FunctionalAreaIsFixAssigned | Functional Area Fixed Assignment | ||
| GrantIsFixAssigned | GrantIsFixAssigned | Grant Fixed Assignment | ||
| SponsoredProgram | SponsoredProgram | Sponsored Program | ||
| TaxJurisdiction | TaxJurisdiction | Tax Jurisdiction | ||
| FunctionalLocation | FunctionalLocation | Object ID | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDate | CreationDate | Time Stamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| RespCostCenterControllingArea | RespCostCenterControllingArea | CA (resp.) | ||
| LeadingSalesOrderItem | LeadingSalesOrderItem | Item | ||
| LeadingSalesOrder | LeadingSalesOrder | Sales Document | ||
| EntProjectSettlementElement | EntProjectSettlementElement | settlementElement | ||
| EntProjIsSettlmtRuleInherited | EntProjIsSettlmtRuleInherited | Sttle Rule Inherited | ||
| ResultAnalysisDescription | ResultAnalysisDescription |
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 FAC_CDS_UH_WBSElement.
-- 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: FACV_UH_WBSELEM
CREATE VIEW FAC_CDS_UH_WBSElement AS
SELECT
WBSElementInternalID,
WBSElementExternalID,
WBSElement,
WBSElementShortID,
WBSDescription,
CompanyCode,
ControllingArea,
FunctionalArea,
ProfitCenter,
ResponsibleCostCenter,
Plant,
FactoryCalendar,
CostingSheet,
CostCenter,
ProjectInternalID,
WBSElementIsBillingElement,
WBSElementObject,
InvestmentProfile,
WBSIsStatisticalWBSElement,
WBSIsAccountAssignmentElement,
ProjectType,
JointVenture,
JointVentureCostRecoveryCode,
JointVentureEquityType,
JntVntrProjectType,
JntIntrstBillgClass,
JntIntrstBillgSubClass,
Location,
ResultAnalysisInternalID,
Fund,
GrantID,
FundIsFixAssigned,
FunctionalAreaIsFixAssigned,
GrantIsFixAssigned,
SponsoredProgram,
TaxJurisdiction,
FunctionalLocation,
CreatedByUser,
CreationDate,
LastChangedByUser,
LastChangeDate,
RespCostCenterControllingArea,
LeadingSalesOrderItem,
LeadingSalesOrder,
EntProjectSettlementElement,
EntProjIsSettlmtRuleInherited,
ResultAnalysisDescription
FROM I_WBSElementBasicData
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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