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

GRFN_POLICY_ADMIN_TOOL SAP ABAP dialog Program - Program GRFN_POLICY_ADMIN_TOOL







GRFN_POLICY_ADMIN_TOOL is a standard Module pool for a dialog screen ABAP Program 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_POLICY_ADMIN_TOOL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GRFN_POLICY_ADMIN - Policy Admin Tool


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_POLICY_ADMIN_TOOL. "Basic submit
SUBMIT GRFN_POLICY_ADMIN_TOOL AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_POLICY_ADMIN_TOOL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program GRFN_POLICY_ADMIN_TOOL
Text Symbol: 053 = Collapse All
Text Symbol: 054 = Detail
Text Symbol: 055 = Search Next
Text Symbol: 056 = Refresh
Text Symbol: 057 = Policy role assignment
Text Symbol: 058 = Please input the role and user first
Text Symbol: 059 = Policy source
Text Symbol: 060 = Please input the source category first
Text Symbol: 061 = Policy People
Text Symbol: 062 = Please input the people type first !
Text Symbol: 063 = Organization
Text Symbol: 064 = Owner
Text Symbol: 065 = Discription
Text Symbol: 066 = Please select the roles you want to remove
Text Symbol: 067 = Please select the sources you want to remove
Text Symbol: 068 = Please select the recipients you want to remove
Text Symbol: 069 = Policy scope
Text Symbol: 070 = Please select the objects you want to remove
Text Symbol: 071 = Policy owner has been assigned
Text Symbol: 072 = Role assignment valid from cannot before policy valid from
Text Symbol: 073 = Role assignment valid to cannot later policy valid to
Text Symbol: 074 = Please input the source title
Text Symbol: 075 = Cannot remove the selected role assignment
Text Symbol: 102 = Assignment Method
Text Symbol: 103 = Root policy group
Text Symbol: 104 = Standard Hierarchy(PC+AC)
Text Symbol: 105 = Risk Hierarchy
Text Symbol: 106 = Responsible Organization is required
Text Symbol: 107 = Data changed
Text Symbol: 108 = Save changes?
Text Symbol: 109 = Data loss
Text Symbol: 110 = Status
Text Symbol: 111 = Policy Type
Text Symbol: 112 = New Policy group
Text Symbol: 113 = New Policy
Text Symbol: 114 = Draft
Text Symbol: 052 = Expand All





Text Symbol: 001 = Name
Text Symbol: 002 = ID
Text Symbol: 003 = Hit list
Text Symbol: 004 = Hit list: Policy Group
Text Symbol: 005 = Hit list: Policy
Text Symbol: 006 = Policy Group
Text Symbol: 007 = Policy
Text Symbol: 008 = Search by name
Text Symbol: 009 = Search
Text Symbol: 010 = Policy/Policy Group
Text Symbol: 011 = ID
Text Symbol: 012 = Valid To
Text Symbol: 013 = Valid From
Text Symbol: 014 = Version
Text Symbol: 015 = Node Type
Text Symbol: 016 = Delete current policy version
Text Symbol: 017 = Delete Policy with all versions
Text Symbol: 018 = Delete Policy Group
Text Symbol: 019 = Generate new Policy version
Text Symbol: 022 = Search policy group
Text Symbol: 023 = Search policy
Text Symbol: 024 = Policy Group
Text Symbol: 025 = Policy
Text Symbol: 026 = Policy Version
Text Symbol: 027 = Do you want to delete the policy group?
Text Symbol: 028 = Yes
Text Symbol: 029 = No
Text Symbol: 030 = No such policy group exists
Text Symbol: 031 = No such policy type exists
Text Symbol: 036 = Do you want to delete current policy version?
Text Symbol: 037 = Do you want to delete the policy with all versions?
Text Symbol: 038 = Delete current policy version
Text Symbol: 039 = Delete policy with all versions
Text Symbol: 040 = Delete policy group
Text Symbol: 043 = No such parent policy group exists
Text Symbol: 050 = Set Timeframe
Text Symbol: 051 = Search


INCLUDES used within this REPORT GRFN_POLICY_ADMIN_TOOL

INCLUDE GRFN_POLICY_ADMIN_TOOL_TOP . " GLOBAL DATA
INCLUDE GRFN_POLICY_ADMIN_TOOL_C01. " CLASS





INCLUDE GRFN_POLICY_ADMIN_TOOL_O01 . " PBO-MODULES
INCLUDE GRFN_POLICY_ADMIN_TOOL_I01 . " PAI-MODULES
INCLUDE GRFN_POLICY_ADMIN_TOOL_F01 . " FORM-ROUTINES
INCLUDE GRFN_POLICY_ADMIN_TOOL_F02 . " FORM-ROUTINES
INCLUDE GRFN_POLICY_ADMIN_TOOL_F03.


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_POLICY_ADMIN_TOOL or its description.