P_GRIRUSR_ROLE_BKPF_BEK

DDL: P_GRIRUSR_ROLE_BKPF_BEK Type: view_entity CONSUMPTION Package: FINS_FIS_FICO_APPS

Private view for roles with F_BKPF_BEK

P_GRIRUSR_ROLE_BKPF_BEK is a Consumption CDS View that provides data about "Private view for roles with F_BKPF_BEK" in SAP S/4HANA. Part of development package FINS_FIS_FICO_APPS.

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
VDM.private true view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view

Fields (3)

KeyFieldSource TableSource FieldDescription
PurchasingDocument P_GRIR_USER PurchasingDocument Purchasing Document
PurchasingDocumentItem P_GRIR_USER PurchasingDocumentItem Purchasing Doc. Item
ResponsiblePerson

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_GRIRUSR_ROLE_BKPF_BEK.
-- 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_GRIRUSR_ROLE_BKPF_BEK AS
SELECT
  P_GRIR_USER.PurchasingDocument AS PurchasingDocument,
  P_GRIR_USER.PurchasingDocumentItem AS PurchasingDocumentItem,
  cast(P_GRIR_USER.bname as fis_grir_responsible_user preserving type) AS ResponsiblePerson
;