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
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.
Title: Program for object type CATT : gener. CATT procedure
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSCATOBJ - Program for object type CATT : gener. CATT procedure RSCATOBJ - Program for object type CATT : gener. CATT procedure RSCATNUM - Unused CATT Models RSCATNUM - Unused CATT Models RSCATNTZ - Report for Converting RSCAT Attribute Use and/or Released RSCATNTZ - Report for Converting RSCAT Attribute Use and/or Released