P_FS4_BPU_USR21

DDL: P_FS4_BPU_USR21 Type: view_entity BASIC

SDM view for USR21 Technical description

P_FS4_BPU_USR21 is a Basic CDS View that provides data about "SDM view for USR21 Technical description" in SAP S/4HANA. It reads from 1 data source (I_BusinessUserBasic) and exposes 2 fields with key field bname.

Data Sources (1)

SourceAliasJoin Type
I_BusinessUserBasic I_BusinessUserBasic inner

Annotations (5)

NameValueLevelField
AbapCatalog.dataMaintenance #NOT_ALLOWED view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #BASIC view
EndUserText.label SDM view for USR21 Technical description view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY bname usr21 bname User name
person_id I_BusinessUserBasic BusinessPartner Issuing Authority

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 P_FS4_BPU_USR21.
-- 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 P_FS4_BPU_USR21 AS
SELECT
  usr21.bname AS bname,
  I_BusinessUserBasic.BusinessPartner AS person_id
INNER JOIN I_BusinessUserBasic ON /* join condition not captured in parsed metadata */
;