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

GRFN_POLICY_PEOPLE_DOWNLOAD SAP ABAP Report - Policy Scope: People - Data file download







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


Text pool values


Selection Text: I_CONN = D .
Selection Text: I_PTRN = D .
Selection Text: I_TYPE = D .
Title: Policy Scope: People - Data file download
Text Symbol: F00 = Chosen
Text Symbol: F03 = Be Notified
Text Symbol: F04 = Recipient Type ID
Text Symbol: F05 = Recipient Type Name
Text Symbol: F06 = RFC Destination
Text Symbol: F11 = Role ID
Text Symbol: F12 = Role Name
Text Symbol: F13 = User Group ID
Text Symbol: F14 = User Group Name
Text Symbol: F15 = User ID
Text Symbol: F16 = User Name
Text Symbol: F17 = Email Address
Text Symbol: MW1 = Choose at least one record for download.


INCLUDES used within this REPORT GRFN_POLICY_PEOPLE_DOWNLOAD

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked text = space info = space add_stdinf = 'X' IMPORTING result = gv_icon_okay EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'GRFN_POLICY_PEOPLE_DOWNLOAD' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_alv_layout it_fieldcat = it_fieldcat[] i_save = 'A' TABLES t_outtab = it_data EXCEPTIONS OTHERS = 99.

SCMS_STRING_TO_XSTRING CALL FUNCTION 'SCMS_STRING_TO_XSTRING' EXPORTING text = lv_download_s mimetype = 'text/xml' "#EC NOTEXT IMPORTING buffer = lv_download_x EXCEPTIONS failed = 1 OTHERS = 2.

SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = lv_download_x IMPORTING output_length = lv_bin_filesize TABLES binary_tab = lt_bin_content.



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