I_CDR_BO_TEXT

DDL: I_CDR_BO_TEXT Type: view_entity

CDR: Business Object Text

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

Data Sources (1)

SourceAliasJoin Type
cdr_bo_txt cdr_bo_txt from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDR: Business Object Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BoIdent bo_ident
KEY Version version XML Vers.
KEY Spras spras Off. Language
Description description Well Code Des.
_HDR _HDR

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_TEXT.
-- 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_TEXT AS
SELECT
  bo_ident AS BoIdent,
  Version,
  Spras,
  Description
FROM cdr_bo_txt
;