I_CDR_BO_TEXTTP

DDL: I_CDR_BO_TEXTTP Type: view_entity

CDR: Business Object Text

I_CDR_BO_TEXTTP is a CDS View that provides data about "CDR: Business Object Text" in SAP S/4HANA. It reads from 1 data source (I_CDR_BO_TEXT) and exposes 5 fields with key fields BoIdent, Version, Spras.

Data Sources (1)

SourceAliasJoin Type
I_CDR_BO_TEXT I_CDR_BO_TEXT projection

Annotations (2)

NameValueLevelField
EndUserText.label CDR: Business Object Text view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BoIdent BoIdent
KEY Version Version XML Vers.
KEY Spras Spras Off. Language
Description Description Well Code Des.
_HDRredirectedtoparentI_CDR_BO_TP

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_CDR_BO_TEXTTP.
-- 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_CDR_BO_TEXTTP AS
SELECT
  BoIdent,
  Version,
  Spras,
  Description
FROM I_CDR_BO_TEXT
;