n_sble_impl_old_draft_owner

DDL: N_SBLE_IMPL_OLD_DRAFT_OWNER Type: view_entity

BLE: Old implementation draft owner

n_sble_impl_old_draft_owner is a CDS View that provides data about "BLE: Old implementation draft owner" in SAP S/4HANA. It reads from 1 data source (sble_badi_draftn) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
sble_badi_draftn sble_badi_draftn from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BLE: Old implementation draft owner view

Fields (1)

KeyFieldSource TableSource FieldDescription
owner

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 n_sble_impl_old_draft_owner.
-- 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 n_sble_impl_old_draft_owner AS
SELECT
  max( owner ) AS owner
FROM sble_badi_draftn
;