RG_MIGRATION_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 RG_MIGRATION_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = popup_title text_object = text_object EXCEPTIONS text_not_found = 1 OTHERS = 2.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING table = g_t881-tab text_flag = 'X'.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = h_subrc.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = h_selectfield display = ' ' titel = text-313 IMPORTING ind = h_ind TABLES fields = t_fields_lst full_table = t_dis_fields EXCEPTIONS OTHERS = 1.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field1 table = p_t881_tab.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field2 table = p_t881_tab.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field3 table = p_t881_tab.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field4 table = p_t881_tab.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field5 table = p_t881_tab.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field6 table = p_t881_tab.
COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING I_BUKRS = sp_bukrs IMPORTING E_T001 = l_t001 * E_T004 = * E_T005 = * E_T014 = * E_T043 = * E_T043T = EXCEPTIONS COUNTRY_NOT_FOUND = 1 NO_SUCH_CODE = 2 SPACE_INPUT = 3 WRONG_KKBER = 4 OTHERS = 5 .
KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = sp_bukrs IMPORTING e_kokrs = gd_kokrs.
IBU_FS_GET_PRCTR_BRANCH * CALL FUNCTION 'IBU_FS_GET_PRCTR_BRANCH' * EXPORTING * i_kokrs = gd_kokrs * i_prctr = prctr_to * i_bukrs = sp_bukrs * i_brnch = brnch_to * IMPORTING * e_cepc_fs = l_cepc_fs ** TABLES ** T_CEPC_FS = * EXCEPTIONS * not_found = 1 * OTHERS = 2 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.