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

MF77AI10 SAP ABAP INCLUDE - documentation and ABAP source code







MF77AI10 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 MF77AI10 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 MF77AI10. "Basic submit
SUBMIT MF77AI10 AND RETURN. "Return to original report after report execution complete
SUBMIT MF77AI10 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 MF77AI10

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:

FTR_CHECK_ACTIVE CALL FUNCTION 'FTR_CHECK_ACTIVE' "SR HW792826 EXPORTING i_bukrs = a_fha-bukrs i_rfha = a_fha-rfha * I_RFHAZU = i_saktiv = a_fha-saktiv EXCEPTIONS not_active = 1 OTHERS = 2.

TLR_TRADE_ID_READ CALL FUNCTION 'TLR_TRADE_ID_READ' EXPORTING iv_bukrs = n_fha-bukrs iv_rfha = n_fha-rfha IMPORTING et_trade_id = a_trade_id[] EXCEPTIONS no_trade_id_found = 1 OTHERS = 2.

LIMIT_CHECK_WITH_MESSAGES CALL FUNCTION 'LIMIT_CHECK_WITH_MESSAGES' EXPORTING i_amount_o = amount_o i_amount_v = amount_v i_datum_o = limit_fhazu-limitdat i_datum_v = vtbfhazu-dvtrab i_limitart = limit_fhazu-limitart i_prverg_o = prverg_o i_prverg_v = prverg_v.

TB_REF_OBJECT_CHECK CALL FUNCTION 'TB_REF_OBJECT_CHECK' EXPORTING imp_reftyp = 'PRL' imp_objnr = ap_fha-objnr TABLES t_refh = h_refh t_refon = h_refon EXCEPTIONS reftyp_unknown = 1 no_reference_found = 2 ref_type_not_found = 3 internal_error = 4 OTHERS = 5.

TB_REF_OBJECTS_GET CALL FUNCTION 'TB_REF_OBJECTS_GET' EXPORTING imp_reftyp = h_refh-reftyp imp_refnr = h_refh-refnr TABLES t_refon = h_refon t_refh = h_refh EXCEPTIONS reftyp_unknown = 1 reference_not_found = 2 internal_error = 3 OTHERS = 4.

OBJECT_KEY_GET_T4 CALL FUNCTION 'OBJECT_KEY_GET_T4' EXPORTING objnr = h_refon-objnr IMPORTING bukrs = hlp_bukrs rfha = hlp_rfha EXCEPTIONS wrong_obart = 1 OTHERS = 2.

FTR_PARTNER_CHECK_AUTHORITY CALL FUNCTION 'FTR_PARTNER_CHECK_AUTHORITY' EXPORTING pi_partner_id = vtb_kontrh-kontrh pi_companycode = vtb_header-bukrs pi_producttype = vtb_header-sgsart pi_transactiontype = vtb_header-sfhaart.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'T7' i_dtype = 'W' i_msgnr = '292' IMPORTING e_msgty = l_msgty.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'T7' i_dtype = 'E' i_msgnr = '291' IMPORTING e_msgty = l_msgty.



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