SAP Reports / Programs

RCATSXT_EXT_IF_DEBUGGING SAP ABAP Report - Debugging CATSXT_EXTERNAL_INTERFACE Using Log File







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


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


Text pool values


Selection Text: TESTRUN = Test run - No DB changes
Selection Text: UNAME = D Created By
Title: Debugging CATSXT_EXTERNAL_INTERFACE Using Log File


INCLUDES used within this REPORT RCATSXT_EXT_IF_DEBUGGING

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:

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.



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