SAP Reports / Programs | Governance, Risk and Compliance(GRC) SAP GRC

GRFN_ENTITY_GRAPH SAP ABAP Report - Displaying GRFN-entities







GRFN_ENTITY_GRAPH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter GRFN_ENTITY_GRAPH into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT GRFN_ENTITY_GRAPH. "Basic submit
SUBMIT GRFN_ENTITY_GRAPH AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_ENTITY_GRAPH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Displaying GRFN-entities
Text Symbol: 041 = Group
Text Symbol: 040 = Object Traversing
Text Symbol: 038 = Show Node in Hierarchy
Text Symbol: 037 = Show Hierarchy
Text Symbol: 036 = This is a user node. The usual functions for entities cannot be applied.
Text Symbol: 035 = This entity can have itself as a child.
Text Symbol: 034 = Reset Model
Text Symbol: 033 = global fallback user
Text Symbol: 032 = no assigned user
Text Symbol: 031 = Show Children
Text Symbol: 030 = Show Parents
Text Symbol: 029 = Show Instances
Text Symbol: 028 = Explain
Text Symbol: 027 = Explaination
Text Symbol: 026 = Explanation
Text Symbol: 025 = No.
Text Symbol: 024 = Number
Text Symbol: 023 = Number
Text Symbol: 022 = Object ID
Text Symbol: 021 = Object ID
Text Symbol: 020 = Object ID
Text Symbol: 019 = Explanation
Text Symbol: 013 = Policy Grp
Text Symbol: 012 = Policy Group
Text Symbol: 011 = Policy Group
Text Symbol: 010 = Parent Organizational Unit
Text Symbol: 009 = Parent OrgUnit
Text Symbol: 008 = Parent
Text Symbol: 007 = Organizational Unit
Text Symbol: 006 = OrgUnit
Text Symbol: 005 = Titel
Text Symbol: 004 = Instances of
Text Symbol: 003 = Loading VM
Text Symbol: 002 = Simulate Agent Determination
Text Symbol: 001 = Simulate AD


INCLUDES used within this REPORT GRFN_ENTITY_GRAPH

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name GRFN_ENTITY_GRAPH or its description.