SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

MF70BF03 SAP ABAP INCLUDE - Header/Flow Type Texts







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


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


Text pool values


Title: Header/Flow Type Texts


INCLUDES used within this REPORT MF70BF03

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:

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.



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