RGRPGF01 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 RGRPGF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GRSV_PRPS_BUFFER_FILL CALL FUNCTION 'GRSV_PRPS_BUFFER_FILL' TABLES t_prps = lt_prps_tmp. "PAGK000354
GRSV_UPDATE_GRPGA_CHECK CALL FUNCTION 'GRSV_UPDATE_GRPGA_CHECK' EXPORTING i_grpkz = p_l_grpkz i_pspnr = l_wa_prps-pspnr i_grpnr = p_grpnr EXCEPTIONS update_not_allowed = 1 OTHERS = 2.
GRSV_UPDATE_GRPGA CALL FUNCTION 'GRSV_UPDATE_GRPGA' EXPORTING t_grpga_ins = lt_grpga_ins t_grpga_del = lt_grpga_del.
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING input = pl_pspnr IMPORTING output = l_posid.
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING input = l_pspnr IMPORTING output = l_pspid.
CJDW_ENQUEUE CALL FUNCTION 'CJDW_ENQUEUE' EXPORTING object_id = l_posid otype = con_ob_elem shared = con_no EXCEPTIONS foreign_lock = 1 system_failure = 2.
CJDW_ENQUEUE CALL FUNCTION 'CJDW_ENQUEUE' EXPORTING object_id = l_pspid otype = con_ob_proj shared = con_yes EXCEPTIONS foreign_lock = 1 system_failure = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.
OBJECT_NUMBER_TYPE_GET CALL FUNCTION 'OBJECT_NUMBER_TYPE_GET' EXPORTING objnr = l_objnr IMPORTING obart = l_obart.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'J' diagnosetext1 = text-016 textline1 = text-017 titel = text-018 * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = lv_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGRPGF01 - documentation and ABAP source code RGRPGATOP - documentation and ABAP source code RGRPGA03 - Evaluation: All Valid Grouping WBS Element Assignments RGRPGA03 - Evaluation: All Valid Grouping WBS Element Assignments RGRPGA02 - Consistency check: Settings for grouping WBS elements RGRPGA02 - Consistency check: Settings for grouping WBS elements