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

I_RS_TPMO_ADMIN_FORMS SAP ABAP INCLUDE - Include I_RS_TPMO_ADMIN_FORMS







I_RS_TPMO_ADMIN_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_ADMIN_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_ADMIN_FORMS. "Basic submit
SUBMIT I_RS_TPMO_ADMIN_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT I_RS_TPMO_ADMIN_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: Include I_RS_TPMO_ADMIN_FORMS


INCLUDES used within this REPORT I_RS_TPMO_ADMIN_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:

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = target.

DEQUEUE_ETPMVERSION CALL FUNCTION 'DEQUEUE_ETPMVERSION' EXPORTING mode_tpm_version = 'E' version = 0 targetlang = target.

ENQUEUE_ETPMDIR CALL FUNCTION 'ENQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = target _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_ETPMVERSION CALL FUNCTION 'ENQUEUE_ETPMVERSION' EXPORTING mode_tpm_version = 'E' version = 0 targetlang = target _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ETPMDIR * CALL FUNCTION 'DEQUEUE_ETPMDIR' * EXPORTING * mode_tpm_dir = 'E' * targetlang = p_target.

DEQUEUE_ETPMVERSION * CALL FUNCTION 'DEQUEUE_ETPMVERSION' * EXPORTING * mode_tpm_version = 'E' * version = 0 * targetlang = p_target.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-p00 default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.

ENQUEUE_ETPMVERSION CALL FUNCTION 'ENQUEUE_ETPMVERSION' EXPORTING mode_tpm_version = 'E' version = 0 _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DECODE_TPMONI_INPLACE CALL FUNCTION 'DECODE_TPMONI_INPLACE' CHANGING p_tpmoni = wa_tpmoni.

DECODE_TPMVERSION CALL FUNCTION 'DECODE_TPMVERSION' EXPORTING i_tpmversion = wa_tpm0 IMPORTING e_line_stats = lines e_word_stats = words.

DEQUEUE_ETPMVERSION CALL FUNCTION 'DEQUEUE_ETPMVERSION' EXPORTING mode_tpm_version = 'E' version = 0.

ENQUEUE_ETPMDIR CALL FUNCTION 'ENQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' version = 0 _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

TPMO_V0_HEADER CALL FUNCTION 'TPMO_V0_HEADER' EXPORTING targetlang = targetlang EXCEPTIONS insert_error = 1 OTHERS = 2.

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' version = 0.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = wa_lxet002-language authority = 'TPMA' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-107 EXCEPTIONS OTHERS = 1.

ENQUEUE_ETPMDIR CALL FUNCTION 'ENQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = p_targetlang _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = p_targetlang.

TPMO_UNDO_VERSION





CALL FUNCTION 'TPMO_UNDO_VERSION' EXPORTING version = p_version targetlang = p_targetlang EXCEPTIONS enqueue_error = 1 invalid_version = 2 update_error = 3 OTHERS = 4.

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = p_targetlang.

TPMO_V0_HEADER CALL FUNCTION 'TPMO_V0_HEADER' EXPORTING targetlang = p_targetlang EXCEPTIONS insert_error = 1 OTHERS = 2.

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = p_targetlang.

DEQUEUE_ETPMDIR CALL FUNCTION 'DEQUEUE_ETPMDIR' EXPORTING mode_tpm_dir = 'E' targetlang = p_targetlang.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = wa_lxet002-language authority = 'TPMA' value = '02' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-106 EXCEPTIONS OTHERS = 1.

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = wa_lxet002-language authority = 'TPMA' value = '01' 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 I_RS_TPMO_ADMIN_FORMS or its description.