CATS_REPORT_MANAGER_CE is a standard ABAP INCLUDE 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 CATS_REPORT_MANAGER_CE 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.
INCLUDE CATS_SELECTION_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = lv_stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = 'H_T554S' shlpparam = 'SUBTY' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = im_field_name stepl = lv_stepl EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = 'A' IMPORTING e_exit = lf_exit es_variant = ls_vari EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = sy-repid variant = last_variant IMPORTING r_c = lf_rc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = ls_subinfo.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'CATS_REPORTING' p_program = 'RCATSXT_DISPLAY_ACTIVITIES' TABLES p_exclude = lt_exc.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_vari EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
DIMENSIONCHECK_TIME CALL FUNCTION 'DIMENSIONCHECK_TIME' EXPORTING meinh = ldbxunit EXCEPTIONS dimension_not_time = 1 t006d_entry_missing = 2 t006_entry_missing = 3 OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_vari EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = im_icon text = im_text info = im_quickinfo add_stdinf = space IMPORTING RESULT = re_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CATS_REPORT_MANAGER_CE - CATSREPORTMANAGERCE CATS_REPORT_MANAGER - CATSREPORTMANAGER CATS_CONVERT_INT_TO_EXT=======FT - CATSCONVERTINTTOEXT=======FT CATS_APPR_CUST_DATA_ACCESSF01 - CATSAPPRCUSTDATAACCESSF01 CATS_APPR_CUST_CHECK_INPUTF01 - CATSAPPRCUSTCHECKINPUTF01 CATS_APPR_CUSTTOP - CATSAPPRCUSTTOP