RHCMPCOMPARE_PLALV_CALL 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 RHCMPCOMPARE_PLALV_CALL 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!
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS OTHERS = 1.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.
REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * * EXPORTING * ** I_PROGRAM_NAME = * * I_INTERNAL_TABNAME = 'TARIFINFO' * * I_STRUCTURE_NAME = 'T510' * ** I_CLIENT_NEVER_DISPLAY = 'X' * ** I_INCLNAME = * * CHANGING * * CT_FIELDCAT = fieldcatalog[] * ** EXCEPTIONS * ** INCONSISTENT_INTERFACE = 1 * ** PROGRAM_ERROR = 2 * ** OTHERS = 3 * * . *
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = repid i_buffer_active = ' ' "XDBL9CK017058 * i_callback_pf_status_set = pf_status_prg i_callback_user_command = callback_prg i_callback_top_of_page = 'ALV_TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * i_structure_name = "DDIC-Bezug * i_background_id = 'ALV_WALLPAPER2' * I_GRID_TITLE = sy-title is_layout = layout_structure it_fieldcat = fieldcatalog[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = alv_sorttab[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'X' is_variant = g_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 5 * I_SCREEN_START_LINE = 5 * I_SCREEN_END_COLUMN = 120 * I_SCREEN_END_LINE = 30 * IMPORTING * e_exit_caused_by_caller = exit_caused_by_caller * es_exit_caused_by_user = exit_caused_by_user TABLES t_outtab = itab 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.
RHCMPCOMPARE_PLALV_CALL - RHCMPCOMPAREPLALVCALL RHCMPCOMPARE_PL00 - Compare Actual Base Salary to Planned Compensation RHCMPCOMPARE_ERROR_HANDLING_PL - RHCMPCOMPAREERRORHANDLINGPL RHCMPCOMPARE_ACTUAL_PLANNED - Compare Actual Base Salary to Planned Compensation RHCMPCOMPARE_ACTUAL_PLANNED - Compare Actual Base Salary to Planned Compensation RHCMPCHANGE_STATUS_O01 - RHCMPCHANGESTATUSO01