I_RS_TMSSTATS_DISPLAY_FORMS 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 I_RS_TMSSTATS_DISPLAY_FORMS 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: Include I_RS_TMSSTATS_DISPLAY_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_struct CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = p_struct * i_grid_title = * title = title is_layout = layout it_fieldcat = ct_fieldcat i_save = 'A' is_variant = variant TABLES * t_outtab = gt_tms_full t_outtab = gt_tms_delta EXCEPTIONS program_error = 1 OTHERS = 2.
LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' IMPORTING language = language EXCEPTIONS parameter_error = 1 no_values_found = 2 no_selection = 3 OTHERS = 4.
LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' EXPORTING trans_only = 'X' IMPORTING language = language EXCEPTIONS parameter_error = 1 no_values_found = 2 no_selection = 3 OTHERS = 4.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = fields[].
RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-cprog dynnr = sy-dynnr TABLES fieldvalues = fieldvalues.
LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING check_sys_user = space TABLES ex_user = lt_users.
LXE_USER_USERS_GETALL_RFC CALL FUNCTION 'LXE_USER_USERS_GETALL_RFC' DESTINATION dest EXPORTING check_sys_user = space TABLES ex_user = lt_users EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
LXE_USER_GET_LANG_USERS CALL FUNCTION 'LXE_USER_GET_LANG_USERS' EXPORTING language = target TABLES ex_user = lt_users.
LXE_USER_GET_LANG_USERS_RFC CALL FUNCTION 'LXE_USER_GET_LANG_USERS_RFC' DESTINATION dest EXPORTING language = target TABLES ex_user = lt_users EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'UNAME' value_org = 'S' TABLES value_tab = lt_users field_tab = fields return_tab = ret_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
LXE_ATTOB_OBJTYPES_SELECT CALL FUNCTION 'LXE_ATTOB_OBJTYPES_SELECT' IMPORTING sel_done = sel_done TABLES ex_attob = lt_attob.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = disvar i_save = 'X' IMPORTING es_variant = disvar EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-cprog dynnr = sy-dynnr TABLES fieldvalues = fieldvalues.
LXE_USER_SELECT_TGROUP CALL FUNCTION 'LXE_USER_SELECT_TGROUP' IMPORTING tgroup = tgroup EXCEPTIONS no_selection = 1 OTHERS = 2.
LXE_USER_SELECT_TGROUP_RFC CALL FUNCTION 'LXE_USER_SELECT_TGROUP_RFC' DESTINATION dest IMPORTING tgroup = tgroup EXCEPTIONS no_selection = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-cprog dynnr = sy-dynnr TABLES fieldvalues = fieldvalues.
LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING * t_lang = target t_lang = '' show_only = '' end_y = 22 IMPORTING sel_done = sel_done TABLES ex_colls = lt_colls.
CALL FUNCTION 'LXE_COLL_COLLS_SELECT_RFC' DESTINATION dest EXPORTING * t_lang = target t_lang = '' show_only = '' end_y = 22 IMPORTING sel_done = sel_done TABLES ex_colls = lt_colls EXCEPTIONS error = 1 "remote function error system_failure = 2 MESSAGE msg "rfc error communication_failure = 3 MESSAGE msg "rfc error resource_failure = 4 "rfc error OTHERS = 5.
LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = language EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.
LXE_LANG_GET_LANGS CALL FUNCTION 'LXE_LANG_GET_LANGS' TABLES ex_langs = lt_lxet002 EXCEPTIONS internal_error = 1 OTHERS = 2.
LXE_LANG_GET_LANGS_RFC CALL FUNCTION 'LXE_LANG_GET_LANGS_RFC' DESTINATION dest TABLES ex_langs = lt_lxet002 EXCEPTIONS internal_error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING check_sys_user = space TABLES ex_user = lt_user EXCEPTIONS error = 1 OTHERS = 2.
LXE_USER_USERS_GETALL_RFC CALL FUNCTION 'LXE_USER_USERS_GETALL_RFC' DESTINATION dest EXPORTING check_sys_user = space TABLES ex_user = lt_user EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
LXE_USER_GET_LANG_USERS CALL FUNCTION 'LXE_USER_GET_LANG_USERS' EXPORTING language = target TABLES ex_user = lt_user EXCEPTIONS error = 1 OTHERS = 2.
LXE_USER_GET_LANG_USERS CALL FUNCTION 'LXE_USER_GET_LANG_USERS' EXPORTING language = '****' TABLES ex_user = lt_user_tmp EXCEPTIONS error = 1 OTHERS = 2.
LXE_USER_GET_LANG_USERS_RFC CALL FUNCTION 'LXE_USER_GET_LANG_USERS_RFC' DESTINATION dest EXPORTING language = target TABLES ex_user = lt_user EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
LXE_USER_GET_LANG_USERS_RFC CALL FUNCTION 'LXE_USER_GET_LANG_USERS_RFC' DESTINATION dest EXPORTING language = '****' TABLES ex_user = lt_user_tmp EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * percentage = 50 * text = 'run TAMO Crash Checker...'(007)
TMW_GET_TAMOCOR_RECORDS CALL FUNCTION 'TMW_GET_TAMOCOR_RECORDS' * EXPORTING * i_to_date = p_endda TABLES lt_tms_full = gt_tms_delta.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.
LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING startuname = trltor check_sys_user = space TABLES ex_user = lt_user EXCEPTIONS error = 1.
LXE_USER_USERS_GETALL_RFC CALL FUNCTION 'LXE_USER_USERS_GETALL_RFC' DESTINATION dest EXPORTING startuname = trltor check_sys_user = space TABLES ex_user = lt_user EXCEPTIONS error = 1 system_failure = 2 "rfc error communication_failure = 3 "rfc error resource_failure = 4 "rfc error classic_exception = 5 "rfc error OTHERS = 6.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = '****' authority = 'TPMO' value = '02' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING startuname = sy-uname check_sys_user = space TABLES ex_user = lt_lxe_usr EXCEPTIONS error = 1 OTHERS = 2.
LXE_LANG_GET_LANGS CALL FUNCTION 'LXE_LANG_GET_LANGS' TABLES ex_langs = lt_langs.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = wa_lxe_usr-lang authority = 'TPMO' value = '02' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = wa_lxe_usr-lang authority = 'TPMO' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 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.
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 I_RS_TMSSTATS_DISPLAY_FORMS or its description.
I_RS_TMSSTATS_DISPLAY_FORMS - Include I_RS_TMSSTATS_DISPLAY_FORMS I_RS_TMSSTATS_CREATERFC_TOP - Include I_RS_TMSSTATS_CREATERFC_TOP I_RS_TMSSTATS_CREATERFC_SCREEN - Include I_RS_TMSSTATS_CREATERFC_SCREEN I_RS_TMSSTATS_CREATERFC_FORM - Include I_RS_TMSSTATS_CREATERFC_FORM I_RS_LXE_LOG_EXPORT_TOP - IRSLXELOGEXPORTTOP I_RS_LXE_LOG_EXPORT_SCREEN - IRSLXELOGEXPORTSCREEN