SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Planning(FI-GL-GL-PL) SAP FI

PP_T8PL01_COPY SAP ABAP Report - Program PP_T8PL01_COPY







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


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


Text pool values


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


INCLUDES used within this REPORT PP_T8PL01_COPY

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:

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.



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