SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

I_RS_TPMO_DISPLAY_FORMS SAP ABAP INCLUDE - TPMO: Routinen für Selektionsvorbereitung







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


Text pool values


Title: TPMO: Routinen für Selektionsvorbereitung


INCLUDES used within this REPORT I_RS_TPMO_DISPLAY_FORMS

No INCLUDES are used within this REPORT code!


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:

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 TABLES t_outtab = gt_tpm_full 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[].

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 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_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_GET_LANG_USERS CALL FUNCTION 'LXE_USER_GET_LANG_USERS' EXPORTING language = target TABLES ex_user = lt_user EXCEPTIONS error = 1 OTHERS = 2.

DECODE_TPMVERSION_INPLACE CALL FUNCTION 'DECODE_TPMVERSION_INPLACE' CHANGING p_tpmversion = .

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.



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