SAP Reports / Programs | Personnel Management | Talent Management(PA-TM) SAP PA

RPTMC_TP_SYNC_EDU_WE_FORMS_ALV SAP ABAP INCLUDE - RPTMCTPSYNCEDUWEFORMSALV







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPTMC_TP_SYNC_EDU_WE_FORMS_ALV. "Basic submit
SUBMIT RPTMC_TP_SYNC_EDU_WE_FORMS_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RPTMC_TP_SYNC_EDU_WE_FORMS_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPTMC_TP_SYNC_EDU_WE_FORMS_ALV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPTMC_TP_SYNC_EDU_WE_FORMS_ALV or its description.