RGMIDCPOST003 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 RGMIDCPOST003 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 RGMIDCPOST003
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-opt titel = text-det IMPORTING answer = l_answer TABLES t_spopli = t_spopli.
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING int_num = g_t_gmia_alv-wbs_short_9 IMPORTING ext_num = g_t_gmia_alv-wbs_element EXCEPTIONS OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RGMIDCPOST' i_callback_user_command = 'DISPLAY_LINE_ITEMS_DETAIL' it_fieldcat = l_t_fcat i_structure_name = 'GMIA' i_grid_title = l_title i_save = 'A' is_variant = l_f_variant TABLES t_outtab = g_t_gmia_alv.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = text-opt titel = text-cap IMPORTING answer = l_answer TABLES t_spopli = t_spopli.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'GMGRIDCCAP' i_grid_title = text-ca1 i_save = 'A' is_variant = l_f_variant TABLES t_outtab = l_t_gmgridccap.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'GMGRIDCCAP2' i_grid_title = text-ca2 i_save = 'A' is_variant = l_f_variant TABLES t_outtab = l_t_gmgridccap2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'GMGRIDCCAP_O' i_grid_title = text-ca3 i_save = 'A' is_variant = l_f_variant TABLES t_outtab = l_t_gmgridccap_o.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'GMGRIDCCAP2_O' i_grid_title = text-ca4 i_save = 'A' is_variant = l_f_variant TABLES t_outtab = l_t_gmgridccap2_o.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.