MF70BF03 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 MF70BF03 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: Header/Flow Type Texts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'TRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = PAR_BUKRS IMPORTING COMPANYNAME = PAR_BUKRS_TXT CURRENCY = I_COMPANY-CURRENCY EXCEPTIONS NOT_FOUND = 1.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING I_BUKRS = VTB_HEADER-BUKRS I_RFHA = VTB_HEADER-RFHA I_FUNCTIONCLASS = L_FUNCTIONCLASS EXCEPTIONS OTHERS = 1.
DEALDATA_AVAILABLE CALL FUNCTION 'DEALDATA_AVAILABLE' EXPORTING COMPANYCODE = PAR_FHA-BUKRS CURRENTLY_ACTIVE_STATUS = ' ' DEALNO = PAR_FHA-RFHA STATUSNO = PAR_FHAZU-RFHAZU IMPORTING DEAL = PAR_FHA STATUS = PAR_FHAZU EXCEPTIONS DEAL_NOT_FOUND = 01 STATUS_NOT_FOUND = 02.
DEALDATA_AVAILABLE CALL FUNCTION 'DEALDATA_AVAILABLE' EXPORTING COMPANYCODE = PAR_FHA-BUKRS CURRENTLY_ACTIVE_STATUS = 'X' DEALNO = PAR_FHA-RFHA IMPORTING DEAL = PAR_FHA STATUS = PAR_FHAZU EXCEPTIONS DEAL_NOT_FOUND = 01 STATUS_NOT_FOUND = 02.
FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING I_BUKRS = VTB_HEADER-BUKRS I_RFHA = VTB_HEADER-RFHA I_RFHAZU = PAR_FHAZU-RFHAZU I_FUNCTIONCLASS = L_FUNCTIONCLASS EXCEPTIONS not_found = 1 function_not_supported = 2 OTHERS = 3.
TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' TABLES I_TAB_COMPANYCODE = L_T_SO_BUKRS E_TAB_COMPANYCODE = E_T_SO_BUKRS EXCEPTIONS AUTHORITY = 1 OTHERS = 2 .
TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING I_PRODUCT = PAR_SANLF I_DEAL = PAR_SFGTYP I_ACTIVITY = PAR_SFGZUSTT IMPORTING E_FUNCTION = WRK_FUNK.
TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING BUKRS = PAR_BUKRS SGSART = PAR_SGSART SFHAART = PAR_SFHAART RPORTB = PAR_PORTF RLDEPO = PAR_DEP TBEGRU = PAR_BERGRP TRFCT = WRK_FUNK ACTVT = PAR_AKT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.