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

MF77AF02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MF77AF02

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:

CASH_FORECAST_TREASURY_POST CALL FUNCTION 'CASH_FORECAST_TREASURY_POST' IN UPDATE TASK EXPORTING i_sfgzustt = n_fhazu-sfgzustt i_vtbfha = n_fha TABLES tab_new = l_n_fhapo tab_old = a_fhapo.

FTR_STAV_STATUS_SAVE CALL FUNCTION 'FTR_STAV_STATUS_SAVE' EXPORTING objnr = a_fha-objnr bukrs = a_fha-bukrs rfha = a_fha-rfha rfhazu = a_fhazu-rfhazu.

TCOR_CO_AUTO_CORR_TRIGGER CALL FUNCTION 'TCOR_CO_AUTO_CORR_TRIGGER'.

TB_DEAL_PAYMENT_DATA_MAINTAIN * CALL FUNCTION 'TB_DEAL_PAYMENT_DATA_MAINTAIN' * EXPORTING * APPLICATION = VTB_HEADER-RANTYP * COMPANYCODE = VTB_HEADER-BUKRS * COUNTERPARTY = VTBFHA-KONTRH * DEALNUMBER = VTB_HEADER-RFHA * DISPLAY = H_FLAG * DYNNR = '0060' ** NAME_ADDRESS = ' ' * REPID = 'SAPMF705' ** IMPORTING ** DATAR = H_DATAR * TABLES * PAYMENT_DATA = N_ZV.

TB_DEAL_PAYMENT_DATA_MAINTAIN CALL FUNCTION 'TB_DEAL_PAYMENT_DATA_MAINTAIN' EXPORTING application = vtb_header-rantyp companycode = vtb_header-bukrs counterparty = vtb_kontrh-kontrh dealnumber = vtb_header-rfha display = h_flag dynnr = '0060' * NAME_ADDRESS = ' ' repid = 'SAPMF705' IMPORTING datar = h_datar TABLES payment_data = n_zv.

TB_NOTES_MAINTAIN CALL FUNCTION 'TB_NOTES_MAINTAIN' EXPORTING display = flag_display tdname = tdname_call tdobject = tdobject_geschaeft * TDSPRAS = ' ' * TITLE = HLP_TITLE * TXTGR = '*' IMPORTING datar = hlp_xflag EXCEPTIONS tdobject = 01 tdsavemode = 02 tdspras = 03.

TB_DEAL_PAYMENT_DATA_READ CALL FUNCTION 'TB_DEAL_PAYMENT_DATA_READ' EXPORTING companycode = vtb_header-bukrs dealnumber = vtb_header-rfha TABLES payment_data = a_zv.

TB_AT13_CHECK CALL FUNCTION 'TB_AT13_CHECK' EXPORTING application = rantyp dealtype = sfhaart flowtype = sfhazba group = rkond producttype = sgsart IMPORTING entry_at19 = at19 entry_tzb0a = tzb0a TABLES types = sav_bewtyp EXCEPTIONS flowtype_not_assigned = 01 flowtype_not_defined = 02 flowtype_wrong_group = 03 flowtype_wrong_type = 04.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING string1 = n_fha-bukrs string2 = n_fha-rfha IMPORTING string = schluessel EXCEPTIONS too_small = 01.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' .

TB_NOTES_RENAME * CALL FUNCTION 'TB_NOTES_RENAME' * EXPORTING * TDNAME_NEW = TDNAME_GESCHAEFT ** TDNAME_OLD = ' ' * TDOBJECT = TDOBJECT_GESCHAEFT.

TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING i_product = header-sanlf i_deal = header-sfgtyp i_activity = header-sfgzustt IMPORTING e_function = h_trfct EXCEPTIONS OTHERS = 1.

TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = header-bukrs sgsart = header-sgsart sfhaart = header-sfhaart rportb = header-rportb rldepo = header-rldepo tbegru = header-tbegru trfct = h_trfct actvt = actvt EXCEPTIONS OTHERS = 1.

FTR_GDPDU_CHECK_OVERLAP CALL FUNCTION 'FTR_GDPDU_CHECK_OVERLAP' EXPORTING im_application = 'TR-TM' im_company_code = header-bukrs im_user = sy-uname im_program = sy-cprog im_start_date = header-dblfz im_end_date = header-delfz IMPORTING ex_flg_tax_auditor = l_tax_auditor EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.

FTR_GDPDU_ACTIONLOG CALL FUNCTION 'FTR_GDPDU_ACTIONLOG' EXPORTING im_company_code = header-bukrs im_dealnumber = header-rfha.

FTR_WORKFLOW_RELEASE_DEALCHECK CALL FUNCTION 'FTR_WORKFLOW_RELEASE_DEALCHECK' EXPORTING i_vtbfha = h_fha i_sfgzustt = header-sfgzustt i_actvt = actvt.



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