RPEGMANTOP 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 RPEGMANTOP 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 RPEGMANTOP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Data has not been saved !'(015) textline2 = 'Do you wish lose the changes made'(016) titel = l_title IMPORTING answer = l_answer.
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING input = l_grpnr IMPORTING output = g_inp_value.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_h_infos IMPORTING selection = l_selection select_value = l_sel_val TABLES dynpselect = l_dselc dynpvaluetab = l_dval.
CONVERSION_EXIT_ABPSN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSN_INPUT' "832372 EXPORTING INPUT = input->value IMPORTING OUTPUT = input->value. "832372
PEG08_CHECK_AUTHORIZATION CALL FUNCTION 'PEG08_CHECK_AUTHORIZATION' EXPORTING i_object = 'I_GPD_PEG' i_werks = ls_peg_tass-werks i_mode = g_mode IMPORTING o_mode = l_omode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.