DBFTI_TR_LDB_COMMON_01 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 DBFTI_TR_LDB_COMMON_01 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: Allgemeine Routinen (Konvertierungen, Progress-Indicator etc.)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = l_text.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = l_funcname_check_date EXCEPTIONS function_not_exist = 1 OTHERS = 2.
FTR_GDPDU_CHECK_DATES CALL FUNCTION 'FTR_GDPDU_CHECK_DATES' EXPORTING im_application = 'TR-TM' im_rng_company_code = l_rng_bukrs im_user = sy-uname im_program = l_program IMPORTING ex_flg_tax_auditor = l_flg_tax_auditor CHANGING ch_rng_date = l_rng_date EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.
FTR_GDPDU_ACTIONLOG CALL FUNCTION 'FTR_GDPDU_ACTIONLOG' EXPORTING im_program = l_program.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DBFTI_TR_LDB_COMMON_01 - Allgemeine Routinen (Konvertierungen, Progress-Indicator etc.) DBFTI_TR_HEDGE_WRITE_ERROR_F01 - DBFTITRHEDGEWRITEERRORF01 DBFTI_TR_HEDGE_SELECT_HEDGEF01 - Include DBFTI_TR_HEDGE_SELECT_HEDGEF01 DBFTI_TR_HEDGE_COMMON - Include DBFTI_TR_HEDGE_COMMON DBFTI_TR_DEALS_SELECT_DATAF01 - Include DBFTI_TR_DEALS_SELECT_DATAF01 DBFTI_TR_DEALS_GET_DEAL_MAIF01 - DBFTITRDEALSGETDEALMAIF01