RS_TERMO_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 RS_TERMO_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: TPMO: Routinen für Selektionsvorbereitung
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 = 'LXE_STRUC_DISPLAY_TERMO' 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 is_layout = layout i_save = 'A' is_variant = variant it_fieldcat = ct_fieldcat TABLES t_outtab = gt_termo_full EXCEPTIONS program_error = 1 OTHERS = 2.
TERM_F4_HELP_PROJECT_KEY CALL FUNCTION 'TERM_F4_HELP_PROJECT_KEY' EXPORTING status = ' ' IMPORTING project_key = proj.
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[].
LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING check_sys_user = space TABLES ex_user = lt_users.
LXE_USER_GET_LANG_USERS CALL FUNCTION 'LXE_USER_GET_LANG_USERS' EXPORTING language = target TABLES ex_user = lt_users.
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.
LXE_USER_SELECT_TGROUP CALL FUNCTION 'LXE_USER_SELECT_TGROUP' IMPORTING tgroup = tgroup EXCEPTIONS no_selection = 1 OTHERS = 2.
LXE_COLL_COLLS_SELECT * CALL FUNCTION 'LXE_COLL_COLLS_SELECT' * EXPORTING * t_lang = target * show_only = '' * IMPORTING * sel_done = sel_done * TABLES * ex_colls = lt_colls.
LXE_T002_CHECK_LANGUAGE * CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' * EXPORTING * r3_lang = language * EXCEPTIONS * language_not_in_cp = 1 * unknown = 2 * OTHERS = 3.
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_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = wa_lxet002-language IMPORTING o_r3_lang = rng_langs-low EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.
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.
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_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = source IMPORTING o_r3_lang = source2 EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.
TERM_F4_HELP_PROJECT_NAME CALL FUNCTION 'TERM_F4_HELP_PROJECT_NAME' EXPORTING project_key = wa_proj-pr_key IMPORTING project_name = wa_proj-pr_name.
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 OTHERS = 2.
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.
LXE_LANG_GET_LANGS CALL FUNCTION 'LXE_LANG_GET_LANGS' TABLES ex_langs = lt_langs EXCEPTIONS internal_error = 1 OTHERS = 2.
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 RS_TERMO_DISPLAY_FORMS or its description.
RS_TERMO_DISPLAY_FORMS - TPMO: Routinen für Selektionsvorbereitung RS_TERMO_DISPLAY - Terminology Monitor RS_TERMO_DISPLAY - Terminology Monitor RS_TEMPLATE_MASS_CHECK_70 - BEx Web Template Check RS_TEMPLATE_MASS_CHECK_70 - BEx Web Template Check RS_TEMPLATE_MASS_ALTER_70 - Web Template Mass Maintenance/Conversion