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

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







RS_LXE_TPMO_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_LXE_TPMO_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 RS_LXE_TPMO_FORMS. "Basic submit
SUBMIT RS_LXE_TPMO_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_TPMO_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 RS_LXE_TPMO_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:

LXE_USER_TGROUP_GET_USERS CALL FUNCTION 'LXE_USER_TGROUP_GET_USERS' EXPORTING language = r_target-low tgroup = r_agencies-low TABLES ex_user = l_users EXCEPTIONS error = 1 OTHERS = 2.

LXE_USER_TGROUP_GET_USERS CALL FUNCTION 'LXE_USER_TGROUP_GET_USERS' EXPORTING language = r_target-low tgroup = n_agency TABLES ex_user = l_users EXCEPTIONS error = 1 OTHERS = 2.

LXE_USER_GET_ATTRIBUTES CALL FUNCTION 'LXE_USER_GET_ATTRIBUTES' EXPORTING language = r_target-low uname = uname IMPORTING ex_tgroup = n_agency.

LXE_T002_GET_LANGUAGES CALL FUNCTION 'LXE_T002_GET_LANGUAGES' TABLES lt_lang = c_t002.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = 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 = lang authority = 'TPMO' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

DECODE_TPMVERSION_INPLACE CALL FUNCTION 'DECODE_TPMVERSION_INPLACE' CHANGING p_tpmversion = wa_tpmo.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = stru_name is_layout = layout i_save = 'A' is_variant = variant TABLES t_outtab = data_tab EXCEPTIONS program_error = 1 OTHERS = 2.

LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' EXPORTING startuname = sy-uname TABLES ex_user = c_lxe_usr EXCEPTIONS error = 1 OTHERS = 2.

LXE_T002_GET_LANGUAGES CALL FUNCTION 'LXE_T002_GET_LANGUAGES' TABLES lt_lang = langs.

LXE_T002_GET_LANGUAGES CALL FUNCTION 'LXE_T002_GET_LANGUAGES' TABLES lt_lang = langs.

LXE_USER_GET_ATTRIBUTES CALL FUNCTION 'LXE_USER_GET_ATTRIBUTES' EXPORTING language = langs-language uname = sy-uname IMPORTING ex_tgroup = c_agency.

LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' IMPORTING language = c_lang r3_lang = c_r3_lang text = text EXCEPTIONS parameter_error = 1 no_values_found = 2 no_selection = 3 OTHERS = 4.

LXE_USER_USERS_GET_ALL CALL FUNCTION 'LXE_USER_USERS_GET_ALL' TABLES ex_user = c_users.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'UNAME' value_org = 'S' TABLES value_tab = c_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 = sel_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 = c_agency EXCEPTIONS no_selection = 1 OTHERS = 2.

LXE_COLL_COLLS_SELECT





CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING t_lang = '' show_only = ' ' IMPORTING sel_done = sel_done TABLES ex_colls = sel_colls mark_colls = sel_mcolls.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = language EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = language 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 = language authority = 'TPMO' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = language authority = 'TPMO' value = '00' EXCEPTIONS permission_denied = 1 internal_error = 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 RS_LXE_TPMO_FORMS or its description.