GRFN_POLICY_ADMIN_TOOL_F03 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_F03 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include GRFN_POLICY_ADMIN_TOOL_F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAP_WAPI_ADM_WORKFLOW_CANCEL CALL FUNCTION 'SAP_WAPI_ADM_WORKFLOW_CANCEL' EXPORTING workitem_id = lv_wi_id do_commit = abap_false.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'API_OBJ_ID' value_org = 'S' multiple_choice = abap_true TABLES value_tab = gt_vs_scope_object return_tab = gt_ret 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 = 'grfn_s_ui_policy_user' retfield = 'USER_NAME' dynprofield = 'GV_ORGUNIT_OWNER' value_org = 'S' TABLES value_tab = lt_policy_user 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-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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRFN_POLICY_ADMIN_TOOL_F03 - Include GRFN_POLICY_ADMIN_TOOL_F03 GRFN_POLICY_ADMIN_TOOL_F02 - Include GRFN_POLICY_ADMIN_TOOL_F02 GRFN_POLICY_ADMIN_TOOL_F01 - Include GRFN_POLICY_ADMIN_TOOL_F01 GRFN_POLICY_ADMIN_TOOL_C01 - Include GRFN_POLICY_ADMIN_TOOL_C01 GRFN_POLICY_ADMIN_TOOL - Program GRFN_POLICY_ADMIN_TOOL GRFN_POLICY_ADMIN_TOOL - Program GRFN_POLICY_ADMIN_TOOL