RCATSXT_EXT_IF_DEBUGGING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to debug the CATSXT_EXTERNAL_INTERFACE function module using log files that are generated during the call up...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RCATSXT_EXT_IF_DEBUGGING 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.
Selection Text: TESTRUN = Test run - No DB changes
Selection Text: UNAME = D Created By
Title: Debugging CATSXT_EXTERNAL_INTERFACE Using Log File
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = sy-repid i_structure_name = 'PTRV_WAFLOG' changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = sy-repid i_callback_user_command = 'USER_COMMAND' it_fieldcat = lt_fcat tables t_outtab = gt_log exceptions program_error = 1 others = 2.
CATSXT_EXTERNAL_INTERFACE call function 'CATSXT_EXTERNAL_INTERFACE' exporting im_catsxt = lt_catsxt im_catsxt_header = lt_catsxt_headr im_catsxt_comp = lt_catsxt_comp im_longtexts = lt_longtexts im_testrun = testrun importing ex_error_occured = lf_error_occured ex_messages = lt_messages ex_posted = lt_posted ex_error = lt_error ex_posted_header = lt_posted_header ex_error_header = lt_error_header ex_posted_comp = lt_posted_comp ex_error_comp = lt_error_comp exceptions duplicate_key = 1 key_missing = 2 others = 3.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_buffer_active = co_x i_structure_name = 'CATSXT_LOG_EXTERNAL_INTERFACE' i_save = 'A' is_layout = ls_layo is_variant = ls_vari tables t_outtab = lt_msg 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.
RCATSXT_EXT_IF_DEBUGGING - Debugging CATSXT_EXTERNAL_INTERFACE Using Log File RCATSXT_EXT_IF_DEBUGGING - Debugging CATSXT_EXTERNAL_INTERFACE Using Log File RCATSXT_DISPLAY_ACTIVITY_DTL - Working Times and Tasks: Display Details RCATSXT_DISPLAY_ACTIVITY_DTL - Working Times and Tasks: Display Details RCATSXT_DISPLAY_ACTIVITIES - Display Work Times and Tasks RCATSXT_DISPLAY_ACTIVITIES - Display Work Times and Tasks