MV52EF0T 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 MV52EF0T 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_WORD_PROCESSING CALL FUNCTION 'SD_WORD_PROCESSING' EXPORTING APPLICATION_DATA = XTVCOM DISPLAY_FLAG = ACT_TRTYP DISPLAY_LANGUAGE = '*' GROUP = T606-TXTGR INCOMPLETE_FLAG = ' ' INLINES_ON_SCREEN = '4' LONG_INLINES = 'X' NAME_ROUTINE_NUMBER = '006' NEW_TEXT_LANGUAGE = SY-LANGU OBJECT = XTVCOM-TDOBJECT RESET_FLAG = ' ' TEXT_TITLE = TP_TITLE APPL_OBJECT_IDENT = TP_IDENT IMPORTING FCODE_ON_RETURN = TX_FCODE EXCEPTIONS DISPLAY_LANGUAGE_NOT_FOUND = 01 GROUP_MISSING = 02 GROUP_NOT_FOUND = 03 INDEX_NOT_FOUND = 04 NAME_ROUTINE_NOT_ACTIVE = 05 NAME_ROUTINE_NOT_FOUND = 06 NAME_ROUTINE_NUMBER_MISSING = 07 NEW_TEXT_LANGUAGE_NOT_FOUND = 08 NO_TEXT_INIT = 09 NO_TEXT_SAVE = 11 OBJECT_MISSING = 12 OBJECT_NOT_FOUND = 13 TO_MANY_LANGUAGES = 14.
TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING ACTIVE = L_ACTIVE.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = P_HLP_TXT_ID LANGUAGE = P_HLP_TXT_SPRAS NAME = P_HLP_TXT_NAME OBJECT = P_HLP_TXT_OBJECT TABLES LINES = LOC_INT_TAB_LINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
SAPSCRIPT_MESSAGE CALL FUNCTION 'SAPSCRIPT_MESSAGE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.