C_FrcElmntOrgSubTypeVH

DDL: C_FRCELMNTORGSUBTYPEVH SQL: CFEORGSUBTYPEVH Type: view CONSUMPTION

Value Help for Sub Type of Force Element Org

C_FrcElmntOrgSubTypeVH is a Consumption CDS View that provides data about "Value Help for Sub Type of Force Element Org" in SAP S/4HANA.

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CFEORGSUBTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey FrcElmntOrgSubType view
EndUserText.label Value Help for Sub Type of Force Element Org view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY FrcElmntOrgInfoType _FrcElmntOrgSubType FrcElmntOrgInfoType Infotype
KEY FrcElmntOrgSubType _FrcElmntOrgSubType FrcElmntOrgSubType Subtype
FrcElmntOrgSubTypeForEdit _FrcElmntOrgSubType FrcElmntOrgSubType Subtype
FrcElmntOrgSubTypeName

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 C_FrcElmntOrgSubTypeVH.
-- 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: CFEORGSUBTYPEVH

CREATE VIEW C_FrcElmntOrgSubTypeVH AS
SELECT
  _FrcElmntOrgSubType.FrcElmntOrgInfoType AS FrcElmntOrgInfoType,
  _FrcElmntOrgSubType.FrcElmntOrgSubType AS FrcElmntOrgSubType,
  _FrcElmntOrgSubType.FrcElmntOrgSubType AS FrcElmntOrgSubTypeForEdit,
  _FrcElmntOrgSubType._FrcElmntOrgSubTypeText[1:FrcElmntOrgLanguage=$session.system_language].FrcElmntOrgSubTypeName AS FrcElmntOrgSubTypeName
;