RPTMC_TP_SYNC_EDU_WE_FORMS_ALV 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 RPTMC_TP_SYNC_EDU_WE_FORMS_ALV 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!
ICON_CREATE call function 'ICON_CREATE' exporting name = lv_icon_name info = lv_icon_info add_stdinf = ' ' importing result = cs_alv_table-status_icon exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting is_layout = ls_layout it_fieldcat = lt_fieldcat i_callback_program = lv_report_name i_callback_pf_status_set = 'ALV_CB_PF_STATUS_SET' i_callback_top_of_page = 'ALV_CB_TOP_OF_PAGE' i_callback_user_command = 'ALV_CB_USER_COMMAND' tables t_outtab = gt_alv_table exceptions others = 1.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_line.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lv_tabname_hcm tables dfies_tab = ct_dfies exceptions not_found = 1 internal_error = 2.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' destination gv_rfc_destination exporting tabname = lv_tabname_erec tables dfies_tab = lt_dfies_erec exceptions not_found = 1 internal_error = 2 system_failure = 3 communication_failure = 4 resource_failure = 5 others = 6.
ICON_CREATE call function 'ICON_CREATE' exporting name = lv_icon_name info = lv_icon_info add_stdinf = ' ' importing result = ls_detail_alv-status_icon exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sortinfos i_screen_start_column = 10 i_screen_start_line = 5 i_screen_end_column = 150 i_screen_end_line = 30 tables t_outtab = gt_detail_alv exceptions program_error = 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.
RPTMC_TP_SYNC_EDU_WE_FORMS_ALV - RPTMCTPSYNCEDUWEFORMSALV RPTMC_TP_SYNC_EDU_WE_FORMS - RPTMCTPSYNCEDUWEFORMS RPTMC_TP_SYNC_EDU_WE_DATA - RPTMCTPSYNCEDUWEDATA RPTMC_TP_SYNC_EDU_WE_CUST_TOP - RPTMCTPSYNCEDUWECUSTTOP RPTMC_TP_SYNC_EDU_WE_CUST_SCR - RPTMCTPSYNCEDUWECUSTSCR RPTMC_TP_SYNC_EDU_WE_CUST_RCF - Customizing Synchronization of Talent Profile with Candidate Profile