SAP Reports / Programs | Cross-Application Components | Time Sheet(CA-TS) SAP CA

CATS_REPORT_MANAGER_CE SAP ABAP INCLUDE - CATSREPORTMANAGERCE







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


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


INCLUDES used within this REPORT CATS_REPORT_MANAGER_CE

INCLUDE CATS_SELECTION_SCREEN.


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:

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.



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