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

GRFN_POLICY_ADMIN_TOOL_F02 SAP ABAP INCLUDE - Include GRFN_POLICY_ADMIN_TOOL_F02







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


Text pool values


Title: Include GRFN_POLICY_ADMIN_TOOL_F02


INCLUDES used within this REPORT GRFN_POLICY_ADMIN_TOOL_F02

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' value_org = 'S' TABLES value_tab = lt_value_set EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' value_org = 'S' TABLES value_tab = lt_value_set_ply_quiz EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' value_org = 'S' TABLES value_tab = lt_value_set_ply_survey EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' value_org = 'S' TABLES value_tab = lt_value_set_ply_category EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'wdr_context_attr_value' retfield = 'VALUE' dynprofield = 'GS_PLICY-RESPONSBILE_ORG_NAME' value_org = 'S' TABLES value_tab = lt_value_set_ply_org return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' dynprofield = 'GV_PEOPLE_TYPE' value_org = 'S' TABLES value_tab = lt_people_type EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING "ddic_structure = ddic_structure retfield = value value_org = 'S' multiple_choice = 'X' TABLES value_tab = return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'GRFN_POLICY_RCPT_TYPE' langu = sy-langu TABLES dd07v_tab = lt_domain.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OBJECT_ID' value_org = 'S' multiple_choice = 'X' TABLES value_tab = gt_org_list return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text text_button_1 = text-028 text_button_2 = text-029 default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNNING' IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-109 text_question = text-108 text_button_1 = text-028 text_button_2 = text-029 default_button = '1' * display_cancel_button = 'X' popup_type = 'ICON_MESSAGE_WARNNING' IMPORTING answer = gv_answer EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' dynprofield = 'GV_ORGUNIT_VIEW' value_org = 'S' TABLES value_tab = lt_orgunit_view EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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