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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.