SAP Reports / Programs

RSCATLOG SAP ABAP Report - CATT - Test plan log







RSCATLOG is a standard Executable ABAP Report 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 RSCATLOG 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 RSCATLOG. "Basic submit
SUBMIT RSCATLOG AND RETURN. "Return to original report after report execution complete
SUBMIT RSCATLOG 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: VORGA = Test plan
Selection Text: SUHR = Time
Selection Text: SNAME = Starter
Selection Text: SDAT = Start date
Selection Text: RSYS = Execution system
Selection Text: MAND = Execution client
Selection Text: LVORN = Currt. Procedure No.
Selection Text: ASPRA = Execution language
Selection Text: ARCHIV = Read from archive
Selection Text: ABLNR = CATT procedure
Title: CATT - Test plan log
Text Symbol: 306 = (Variant)
Text Symbol: 305 = . Run of
Text Symbol: 304 = run n times
Text Symbol: 302 = EXPORT parameter
Text Symbol: 301 = IMPORT parameter
Text Symbol: 210 = -> Dump
Text Symbol: 201 = Log structure
Text Symbol: 121 = [No parameter text found]
Text Symbol: 120 = CATT message long text
Text Symbol: 115 = . Procedure
Text Symbol: 114 = Focus on
Text Symbol: 113 = List sorted by person responsible
Text Symbol: 112 = A
Text Symbol: 111 = (Arch.)
Text Symbol: 110 = To
Text Symbol: 109 = Ina.
Text Symbol: 108 = Err.
Text Symbol: 107 = No.
Text Symbol: 106 = Starter
Text Symbol: 105 = Sys
Text Symbol: 104 = Time
Text Symbol: 103 = Date
Text Symbol: 102 = Test pln
Text Symbol: 101 = Process


INCLUDES used within this REPORT RSCATLOG

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:

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING * bname = catk-sname bname = icatk-sname * MANDT = EXCEPTIONS OTHERS = 1.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ablnr = cata-ablnr * SPRAS = SY-LANGU IMPORTING * KTEXT = ospra = cata-ospra atyp = cata-atyp cbau = cata-model abbru = cata-abbru rvon = cata-rvon prrel = cata-prrel inakt = cata-inakt kontk = cata-kontk erfas = cata-erfas aender = cata-aender muser = cata-muser TABLES para = para EXCEPTIONS data_not_found = 1 OTHERS = 2.

RS_VERI_DISPLAY_PROTOCOL * CALL FUNCTION 'RS_VERI_DISPLAY_PROTOCOL' * EXPORTING * run_id = list-dmpid(22) "icatl-dmpid+4(22) * EXCEPTIONS * run_not_found = 1 * OTHERS = 2.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING * DYNPRO = ' ' * LANGU = SY-LANGU meldung = meldg meld_id = list-arbgb meld_nr = msgnr * MSGV1 = ' ' * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' * PFKEY = ' ' * PROGRAMM = ' ' titel = 'CATT Nachrichtenlangtext'(120) EXCEPTIONS OTHERS = 1.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ablnr = cata-ablnr spras = sy-langu IMPORTING ktext = catg-ktext ospra = cata-ospra atyp = cata-atyp cbau = cata-model abbru = cata-abbru rvon = cata-rvon prrel = cata-prrel inakt = cata-inakt kontk = cata-kontk erfas = cata-erfas aender = cata-aender muser = cata-muser TABLES para = para EXCEPTIONS data_not_found = 1 OTHERS = 2.

CAT_INTERN_ATTRIB_EDIT CALL FUNCTION 'CAT_INTERN_ATTRIB_EDIT' EXPORTING a_cata_i = *cata a_catg_i = *catg a_caller = 'T' " T = Testplanprotokoll a_show = 'X' a_datar = space.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ablnr = ablnr spras = sy-langu IMPORTING ktext = ktext TABLES para = para EXCEPTIONS data_not_found = 1 OTHERS = 2.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ablnr = ablnr spras = aspra IMPORTING ktext = ktext TABLES para = para EXCEPTIONS data_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_perc text = p_text EXCEPTIONS OTHERS = 1.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING * ARCHIVE_DOCUMENT = '000000' * ARCHIVE_NAME = ' ' object = 'CATPROARCH' IMPORTING archive_handle = a_handle * tables * ARCHIVE_FILES = EXCEPTIONS file_already_open = 1 file_io_error = 2 internal_error = 3 no_files_available = 4 object_not_found = 5 open_error = 6 not_authorized = 7 OTHERS = 8.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = a_handle IMPORTING object_id = catk-lvorn EXCEPTIONS end_of_file = 1 file_io_error = 2 internal_error = 3 open_error = 4 wrong_access_to_archive = 5 OTHERS = 6.

ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = a_handle * GET_REAL_STRUCTURE_NAME = 'X' * AUTOMATIC_CONVERSION = 'X' IMPORTING record = arc_buffer-segment * record_cursor = * record_flags = record_structure = arc_buffer-rname * record_length = EXCEPTIONS end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3 OTHERS = 4.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = a_handle.

ARCHIVE_READ_OBJECT CALL FUNCTION 'ARCHIVE_READ_OBJECT' EXPORTING object = 'CATPROARCH' object_id = object_id IMPORTING archive_handle = a_handle EXCEPTIONS no_record_found = 1 file_io_error = 2 internal_error = 3 open_error = 4.

ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = a_handle * GET_REAL_STRUCTURE_NAME = 'X' * AUTOMATIC_CONVERSION = 'X' IMPORTING record = arc_buffer-segment * record_cursor = * record_flags = record_structure = arc_buffer-rname * record_length = EXCEPTIONS end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = a_handle.



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