SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCTXGB0_COMPARE_AND_LOG SAP ABAP INCLUDE - Include RPCTXGB0_COMPARE_AND_LOG







RPCTXGB0_COMPARE_AND_LOG 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 RPCTXGB0_COMPARE_AND_LOG 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 RPCTXGB0_COMPARE_AND_LOG. "Basic submit
SUBMIT RPCTXGB0_COMPARE_AND_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTXGB0_COMPARE_AND_LOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCTXGB0_COMPARE_AND_LOG


INCLUDES used within this REPORT RPCTXGB0_COMPARE_AND_LOG

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:

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = lv_file filetype = 'ASC' TABLES data_tab = lv_rawdata EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 OTHERS = 10.

HR_BE_CONVERT_CSV_TO_TAB CALL FUNCTION 'HR_BE_CONVERT_CSV_TO_TAB' EXPORTING it_tab_raw_data = lv_rawdata TABLES p_tab_converted_data = gt_csv EXCEPTIONS conversion_failed = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = ls_s_general_message-msgid i_msgty = ls_s_general_message-msgty i_msgno = ls_s_general_message-msgno i_msgv1 = ls_s_general_message-msgv1 i_msgv2 = ls_s_general_message-msgv2 i_msgv3 = ls_s_general_message-msgv3 i_msgv4 = ls_s_general_message-msgv4 EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_db i_msgid = c_arbgb i_msgty = 'w' i_msgno = '262' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_csv i_msgid = c_arbgb i_msgty = 'w' i_msgno = '263' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_equal i_msgid = c_arbgb i_msgty = lv_msgty i_msgno = '269' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_missing_db i_msgid = c_arbgb i_msgty = lv_msgty i_msgno = '265' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_unexpected_db i_msgid = c_arbgb i_msgty = lv_msgty i_msgno = '268' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = gv_count_different i_msgid = c_arbgb i_msgty = lv_msgty i_msgno = '264' EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' "#EC * EXPORTING i_stcnt = lv_count_error i_msgid = c_arbgb i_msgty = lv_msgty i_msgno = '266' EXCEPTIONS OTHERS = 1.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = lv_roll_name TABLES dd04t_tab_a = lt_dd04t EXCEPTIONS OTHERS = 1.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_grid_title = text-002 i_s_display_profile = ls_display_profile i_callback_program = sy-repid i_structure_name = c_structure_name * I_BYPASSING_BUFFER = 'X' TABLES t_outtab = gt_differences EXCEPTIONS OTHERS = 1.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXCEPTIONS OTHERS = 1.



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 RPCTXGB0_COMPARE_AND_LOG or its description.