RFTBBF01 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 RFTBBF01 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.
Selection Text: BUKRS = Company code
Selection Text: RFHA = Transaction
Title: Treasury : Manual Posting Block
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING I_PRODUCT = VTBFHA-SANLF I_DEAL = VTBFHA-SFGTYP I_ACTIVITY = VTBFHAZU-SFGZUSTT IMPORTING E_FUNCTION = WRK_TRFCT.
TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING BUKRS = VTBFHA-BUKRS SGSART = VTBFHA-SGSART SFHAART = VTBFHA-SFHAART RPORTB = VTBFHA-RPORTB RLDEPO = VTBFHA-RLDEPO TBEGRU = VTBFHA-TBEGRU TRFCT = WRK_TRFCT ACTVT = WRK_ACTVT.
TB_CASHFLOW_SHOW CALL FUNCTION 'TB_CASHFLOW_SHOW' EXPORTING I_FUNKTION = 'S' IMPORTING E_DATALOSS = FLG_DATALOSS TABLES I_BEWE = N_FHAPO EXCEPTIONS OTHERS = 1.
TB_TRANSACTIONS_UPDATE CALL FUNCTION 'TB_TRANSACTIONS_UPDATE' TABLES A_FHAPO = A_FHAPO N_FHAPO = N_FHAPO.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.