RCPP_PPMIG_UI_LAYOUT is a standard Executable ABAP Report 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 RCPP_PPMIG_UI_LAYOUT 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: RMS-RCP: Determination of UI Layout
Text Symbol: 001 = TARGET
Text Symbol: 002 = MIN_MAX
Text Symbol: 003 = UoM
INCLUDE: RCPI_PPMIG_DEFINITION.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ATINN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ATINN_INPUT' EXPORTING input = ls_charac-atnam IMPORTING output = lv_atinn.
RMSA950_SPECIAL_CLASS_DEF_ADD CALL FUNCTION 'RMSA950_SPECIAL_CLASS_DEF_ADD' EXPORTING i_flg_class_check = esp1_true it_class_def = lt_pp_class_def IMPORTING et_class_def = lt_pp_class_def e_flg_class_invalid = lv_flg_invalid_class.
EHSB101_ALV_LAYOUT CALL FUNCTION 'EHSB101_ALV_LAYOUT' EXPORTING it_class_def = lt_pp_class_def IMPORTING et_layout = et_pp_layout_vai.
CONVERSION_EXIT_ATINN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ATINN_INPUT' EXPORTING input = ls_charac-atnam IMPORTING output = ls_ranges_atinn-low.
CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' * EXPORTING * LANGUAGE = ' ' * KEY_DATE = SY-DATUM * BYPASSING_BUFFER = ' ' TABLES in_cabn = lt_ranges_atinn t_cabnt = et_cabnt EXCEPTIONS no_entry_found = 1 OTHERS = 2 .
EHSB101_ALV_LAYOUT CALL FUNCTION 'EHSB101_ALV_LAYOUT' EXPORTING it_class_def = lt_tms_class_def IMPORTING et_layout = lt_tms_layout_vai.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCPP_PPMIG_UI_LAYOUT - RMS-RCP: Determination of UI Layout RCPP_PPMIG_UI_LAYOUT - RMS-RCP: Determination of UI Layout RCPP_PPMIG_START - RMS-RCP: Start of Migration RCPP_PPMIG_START - RMS-RCP: Start of Migration RCPP_PPMIG_ROOTDET_TOP - RCPPPPMIGROOTDETTOP RCPP_PPMIG_ROOTDET_SCR - RCPPPPMIGROOTDETSCR