I_FldLogsRefObjTypeBasic

DDL: I_FLDLOGSREFOBJTYPEBASIC Type: view_entity BASIC

Reference Object Type

I_FldLogsRefObjTypeBasic is a Basic CDS View that provides data about "Reference Object Type" in SAP S/4HANA. It reads from 1 data source (flog_ref_objtypt) and exposes 3 fields with key fields FldLogsReferenceObjectType, Language.

Data Sources (1)

SourceAliasJoin Type
flog_ref_objtypt flog_ref_objtypt from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
EndUserText.label Reference Object Type view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FldLogsReferenceObjectType fldlogsreferenceobjecttype
KEY Language language Report Text Language
FldLogsReferenceObjectTypeText fldlogsreferenceobjecttypetext

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_FldLogsRefObjTypeBasic.
-- 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_FldLogsRefObjTypeBasic AS
SELECT
  FldLogsReferenceObjectType,
  Language,
  FldLogsReferenceObjectTypeText
FROM flog_ref_objtypt
;