SAP Reports / Programs

RSCATTRA SAP ABAP Report - Enter CATT procedures in a Correction







RSCATTRA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report puts test cases in a correction...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 RSCATTRA 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 RSCATTRA. "Basic submit
SUBMIT RSCATTRA AND RETURN. "Return to original report after report execution complete
SUBMIT RSCATTRA 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: USER = Created/changed by
Selection Text: TIME = Run time statistics
Selection Text: SUCH5 = Test status
Selection Text: NO_MOD = Only procs. incl. used mod.
Selection Text: MUSER = Person Responsible
Selection Text: LAUF = Test
Selection Text: FRANGE = Component assignment
Selection Text: DATE = since
Selection Text: CHE_VAR = with variant test status
Title: Enter CATT procedures in a Correction
Text Symbol: 33C = Platform test
Text Symbol: 33B = Individ. Test
Text Symbol: 33A = Applic. Test
Text Symbol: 32E = No restrictions
Text Symbol: 32D = No untested procedures
Text Symbol: 32C = Only Untested Proc.
Text Symbol: 32B = Only Unsuccessfully Tested Proc
Text Symbol: 32A = Only Successfully Tested Proc.
Text Symbol: 049 = Only select procedures
Text Symbol: 048 = Resolve references to test modules
Text Symbol: 045 = Platform test
Text Symbol: 044 = Package test
Text Symbol: 33D = Application test or platform test
Text Symbol: 340 = Test period
Text Symbol: 341 = From date is after to date
Text Symbol: 342 = Test Syst.
Text Symbol: 343 = Currently Unchanged Proc.
Text Symbol: 344 = Current procedure revision status
Text Symbol: 345 = Incorrect currently unchanged procedures entry
Text Symbol: 346 = Test client
Text Symbol: 347 = Enter client numerically
Text Symbol: 34A = Changed, not tested
Text Symbol: 34B = Unchanged since the last test
Text Symbol: 34C = Not in selection
Text Symbol: 043 = Application Test
Text Symbol: 001 = with variant test status
Text Symbol: 002 = Test status
Text Symbol: 003 = Component





Text Symbol: 004 = Sub.
Text Symbol: 005 = Comp.
Text Symbol: 006 = Proc. no.
Text Symbol: 007 = ShortTxt
Text Symbol: 008 = Keyword 1
Text Symbol: 009 = Creator
Text Symbol: 010 = Chgd By
Text Symbol: 011 = Test data
Text Symbol: 012 = -Selec.
Text Symbol: 013 = Copy
Text Symbol: 014 = No date in untested CATT test procedures
Text Symbol: 015 = Use only permitted test status
Text Symbol: 016 = Seq.
Text Symbol: 017 = Set test status *, remove from-date
Text Symbol: 018 = Pl.1
Text Symbol: 019 = Min.runtime
Text Symbol: 020 = Av.time
Text Symbol: 021 = Max.runtime
Text Symbol: 022 = new
Text Symbol: 023 = Run time sum (w/o variants and new ones)
Text Symbol: 024 = No Test Proc. Available
Text Symbol: 025 = Variants
Text Symbol: 026 = Execution
Text Symbol: 027 = Use
Text Symbol: 028 = Input | Meaning
Text Symbol: 029 = Incorrect input in use field
Text Symbol: 030 = Date is in the future
Text Symbol: 031 = Delete date
Text Symbol: 040 = Use
Text Symbol: 041 = No restrictions
Text Symbol: 042 = Individual test


INCLUDES used within this REPORT RSCATTRA

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:

G_DISPLAY_SELECTION_DYNPRO call function 'G_DISPLAY_SELECTION_DYNPRO' exporting allow_print = ' ' dynp_title = rgsel-dynp_title sel_title1 = rgsel-sel_title1 sel_title2 = ' ' number_of_rows = 6 width_of_titles = 1 start_row = 0 start_column = 0 without_selection = ' ' importing sel_index = sel_index tables sel_table = sel_lines exceptions no_line_picked = 004.

CAT_REF_DATA_GET call function 'CAT_REF_DATA_GET' exporting ablnr = keytab-ablnr importing ktext = ktx exceptions data_not_found = 1 others = 2.

CAT_TRANSPORT





call function 'CAT_TRANSPORT' exporting noref = mitref "MITREF -> NOREF invers tables transport_list = tmp_catu changing korrnr = korrnr exceptions list_empty = 01 cancelled = 02.

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'SYST' * IV_CLI_DEP = SPACE * IMPORTING * EV_TASK = KORRNR * EXCEPTIONS * NO_CORRECTION_SELECTED = 1.

TLOGO_OBJECT_APPEND * CALL FUNCTION 'TLOGO_OBJECT_APPEND' * EXPORTING * KORRNR = KORRNR * OBJTYPE = 'SCAT' * OBJ_NAME = OBJ_NAME * EXCEPTIONS * KORRNR_ALREADY_RELEASED = 04 * KORRNR_LOCKED = 08 * KORRNR_NOT_EXISTS = 12 * KORRNR_NOT_KORR = 16 * KORR_OTHER_USER = 20 * NO_LOGICAL_OBJECT = 24 * OBJECT_HAS_NO_TADIR = 28 * OBJECT_LOCKED_IN_OTHER_KORR = 32 * OBJ_NAME_TOO_LONG_OR_SPACE = 36.



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