MFBWEF02 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 MFBWEF02 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.
Title: Include for SAPMFBWE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_DME_CHARACTERS CALL FUNCTION 'FI_DME_CHARACTERS' IMPORTING e_crlf = h_crlf.
DET_VALUE_DATE_FOR_PAYMENT call function 'DET_VALUE_DATE_FOR_PAYMENT' exporting i_bldat = rffbwe-eindt i_budat = rffbwe-budat i_bukrs = rffbwe-bukrs i_faedt = h_valut i_hbkid = wtab-hbkid i_hktid = wtab-hktid i_vorgn = '2' "Wechsel zum Inkasso i_wbgru = bnka-bgrup i_zlsch = wtab-zlsch importing valuta = h_valu1 e_vorga = h_vorga exceptions cal_id_error = 01 not_found_in_t012a = 02 not_found_in_t012c = 03 error_in_t012c = 04.
DET_VALUE_DATE_FOR_PAYMENT call function 'DET_VALUE_DATE_FOR_PAYMENT' exporting i_bldat = rffbwe-eindt i_faedt = sy-datum i_bukrs = rffbwe-bukrs i_hbkid = wtab-hbkid i_hktid = wtab-hktid i_budat = rffbwe-budat i_vorgn = '1 ' "Wechsel zum Diskont i_wbgru = bnka-bgrup i_zlsch = wtab-zlsch importing e_vorga = h_vorga valuta = h_valu1 exceptions cal_id_error = 01 not_found_in_t012a = 02 not_found_in_t012c = 03 error_in_t012c = 04.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FZ' i_dtype = 'E' i_msgnr = '959' IMPORTING e_msgty = h_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.