SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67AI0121 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FVD_CHECK_CHANGE_AFTER_DATE CALL FUNCTION 'FVD_CHECK_CHANGE_AFTER_DATE' EXPORTING si_check_date = vzzkoko-dguel_kk si_it_vzzbepp = zitibepp[] * SI_IT_VDBEPP = EXCEPTIONS result_true = 1 OTHERS = 2 .

END_OF_MONTH_DETERMINE_2 CALL FUNCTION 'END_OF_MONTH_DETERMINE_2' EXPORTING i_datum = vzzkoko-defsz IMPORTING e_tt = tt.

FIMA_MESSAGE_SEND CALL FUNCTION 'FIMA_MESSAGE_SEND' EXPORTING i_msg_spec = '014' i_fst_tabname = 'VZZKOKO' i_fst_fieldname = 'DEFSZ'.

FVZR_GET_KOKOKEY CALL FUNCTION 'FVZR_GET_KOKOKEY' EXPORTING i_vzzkoko = vzzkoko IMPORTING e_nlfd_ang = vzzkoko-nlfd_ang EXCEPTIONS no_number_found = 01.

VZZKOKO_PLAUSI CALL FUNCTION 'VZZKOKO_PLAUSI' EXPORTING i_vzzkoko = vzzkoko rantyp = con_rantyp IMPORTING term_end_error = flg_term_error EXCEPTIONS begin_greater_end = 01 error = 02 tilgart = 03.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = l_msg_id I_DTYPE = sy-msgty I_MSGNR = l_msg_no IMPORTING E_MSGTY = sy-msgty.

FIMA_INTEREST_METHOD_CHECK CALL FUNCTION 'FIMA_INTEREST_METHOD_CHECK' EXPORTING i_szbmeth = vzzkoko-szbmeth i_skalid = vzzkoko-skalidwt * CHANGING * C_SKALID = EXCEPTIONS calendar_missing = 1 OTHERS = 2 .

FVD_DEFCAP_OL_GET_LATEST CALL FUNCTION 'FVD_DEFCAP_OL_GET_LATEST' EXPORTING I_BUKRS = u_bukrs I_SARCHIV = '' I_RANL = u_ranl IMPORTING E_DEFCAP_PAY_DATE = l_defcap_pay_date.



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