SAP Reports / Programs | Basis Components | Basis Components | CATT Computer Aided Test Tool(BC-TWB-TST-CAT) SAP BC

RSCATOBJ SAP ABAP Report - Program for object type CATT : gener. CATT procedure







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


Text pool values


Title: Program for object type CATT : gener. CATT procedure


INCLUDES used within this REPORT RSCATOBJ

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:

CAT_INFO CALL FUNCTION 'CAT_INFO' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE VARIANTE = VARIANTID IMPORTING CATT_ATTR = L_CATA TABLES PARAMS = T_PARAMS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CAT_START CALL FUNCTION 'CAT_START' EXPORTING KTXT = SHORTTEXT MODE = PROCESSINGMODE PROT = LOGTYPE VORG = 'WORKFLOW' RFCD = RFC_DESTINATION_R3 RF2D = RFC_DESTINATION_R2 IMPORTING LVNR = L_LVNR TABLES KEYTAB = T_KEYTAB PARTAB = T_PARTAB EXCEPTIONS OTHERS = 1.

RS_CATT_MAINTAIN CALL FUNCTION 'RS_CATT_MAINTAIN' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE AKTION = 'SHOW' CONFIRMATION = SPACE IMPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE EXCEPTIONS WRONG_CALL = 1 INTERNAL_ERROR = 2 OTHERS = 3.

RS_CATT_MAINTAIN CALL FUNCTION 'RS_CATT_MAINTAIN' EXPORTING AKTION = 'GENR' CONFIRMATION = L_CONFIRMATION TCODE = TRANSACTIONCODE IMPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE EXCEPTIONS WRONG_CALL = 1 INTERNAL_ERROR = 2 OTHERS = 3.

CAT_VARIANT_EDIT CALL FUNCTION 'CAT_VARIANT_EDIT' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE * SHOW = ' ' * IMPORTING * RCODE = * VARNT = EXCEPTIONS OTHERS = 1.

REPOSITORY_INFO_SYSTEM_F4 CALL FUNCTION 'REPOSITORY_INFO_SYSTEM_F4' EXPORTING OBJECT_TYPE = 'C' OBJECT_NAME = '*' SUPPRESS_SELECTION = SPACE IMPORTING OBJECT_NAME_SELECTED = OBJECT-KEY EXCEPTIONS CANCEL = 01 WRONG_TYPE = 02.

CAT_INFO CALL FUNCTION 'CAT_INFO' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE VARIANTE = L_VARIANTE * IMPORTING * CATT_ATTR = TABLES PARAMS = T_PARAMS EXCEPTIONS NOT_FOUND = 1.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE IMPORTING ERFAS = OBJECT-CREATEDBY.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE IMPORTING AENDER = OBJECT-CHANGEDBY.

CAT_REF_DATA_GET CALL FUNCTION 'CAT_REF_DATA_GET' EXPORTING ABLNR = OBJECT-KEY-TESTPROCEDURE IMPORTING KTEXT = OBJECT-SHORTTEXT.



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