DBGFTC03 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 DBGFTC03 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!
OPEN_FI_SUBSCREENS_GET CALL FUNCTION 'OPEN_FI_SUBSCREENS_GET' EXPORTING * prtyp = ari-prtyp mpool = ari-mpool TABLES subtab = subtab EXCEPTIONS nothing_found = 01.
OPEN_FI_FUNCTIONTEXTS_GET CALL FUNCTION 'OPEN_FI_FUNCTIONTEXTS_GET' EXPORTING * prtyp = ari-prtyp mpool = ari-mpool TABLES fkttab = fkttab EXCEPTIONS nothing_found = 01.
OPEN_FI_FUNCTIONMODULE_GET CALL FUNCTION 'OPEN_FI_FUNCTIONMODULE_GET' EXPORTING mpool = ari-mpool lnumm = ari-lnumm IMPORTING party = ari-party prdkt = ari-prdkt funcp = ari-funcp EXCEPTIONS nothing_found = 01.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = thead-tdid language = sy-langu name = thead-tdname object = thead-tdobject archive_handle = 0 IMPORTING header = thead TABLES lines = oldlines EXCEPTIONS not_found = 04.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = thead insert = ctext-insert savemode_direct = 'X' TABLES lines = tlines.
RS_CUA_STATUS_CHECK CALL FUNCTION 'RS_CUA_STATUS_CHECK' EXPORTING objectname = p_pfkey program = 'SAPMF02K' EXCEPTIONS object_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DBGFTC03 - documentation and ABAP source code DBFTI_TR_THX_HEDGE_SELECT_HF01 - Include DBFTI_TR_THX_HEDGE_SELECT_HF01 DBFTI_TR_SWAP_TRANS_TRANSFOF01 - DBFTITRSWAPTRANSTRANSFOF01 DBFTI_TR_POSITIONS_1 - DBFTITRPOSITIONS1 DBFTI_TR_LDB_FORMS - DBFTITRLDBFORMS DBFTI_TR_LDB_COMMON_SSCR_HNDL - Include DBFTI_TR_LDB_COMMON_SSCR_HNDL