PP_T8PL01_COPY is a standard Executable ABAP Report 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 PP_T8PL01_COPY 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: Program PP_T8PL01_COPY
Text Symbol: 001 = Field
Text Symbol: 002 = Not Found in T8PL01
Text Symbol: 003 = Not Found in T8PL01DP
Text Symbol: 004 = Not Found in TKAF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = GS_LOG IMPORTING E_LOG_HANDLE = GS_LOG_HANDLE EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'GLT1_STRUCT' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = TABLES * x031l_tab = l_glu1_fnam_tab DFIES_TAB = L_GLU1_FNAM_TAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = GS_LOG_HANDLE I_MSGTY = GC_MSGTY I_TEXT = GV_VAL_HOLD EXCEPTIONS LOG_NOT_FOUND = 0 OTHERS = 1.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING E_S_DISPLAY_PROFILE = LS_PROFILE.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = LS_PROFILE I_T_LOG_HANDLE = GT_LOG_HANDLE.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_DISPLAY_PROFILE = LS_PROFILE I_T_LOG_HANDLE = GT_LOG_HANDLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.