DIS45F01 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 DIS45F01 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 FDIS45FO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POSTING_MEMO_REC_MATCHING_STOR call function 'POSTING_MEMO_REC_MATCHING_STOR' exporting abweich = abetrag proz = proz adfield = zuordnr adfieldfd = 'FDES-ZUONR' adfieldbs = 'I_BSIS-ZUONR' x_accur = p_accur tables i_bsis = i_bsis success_bsis = success_bsis s_dsart = dispart s_ebene = dispeb.
CASH_FORECAST_MEMO_RECORD_UPD call function 'CASH_FORECAST_MEMO_RECORD_UPD' in update task exporting aktion = '2' "ändern tables tab_fdes = itab_fdes.
CASH_FORECAST_MEMO_RECORD_UPD call function 'CASH_FORECAST_MEMO_RECORD_UPD' in update task exporting aktion = '2' "ändern tables tab_fdes = itab_fdes.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-011 textline2 = text-012 titel = text-010 importing answer = antwort.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-014 textline2 = text-015 titel = text-013 importing answer = antwort.
GET_PRINT_PARAMETERS * CALL FUNCTION 'GET_PRINT_PARAMETERS' * EXPORTING * list_name = 'RFFDIS45_ALV' * list_text = text-001 "autom. Matching Protokoll
POSTING_MEMO_REC_MA_UPD_PROTOC call function 'POSTING_MEMO_REC_MA_UPD_PROTOC' exporting prnt = con_x tables mc_fdes = mc_fdes. "liefert archivierte Avise zurück
CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = l_x_t034_filled.
CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = fdes-bukrs importing ife_x_gsber = l_xgsber ife_x_segment = l_xsegment ife_x_prctr = l_xprctr ife_x_geber = l_xgeber ife_x_grant_nbr = l_xgrant_nbr.
READ_SACHKONTO call function 'READ_SACHKONTO' exporting buchungskreis = fdes-bukrs sachkonto = fdes-bnkko "#EC DOM_EQUAL importing sachkonto_wa = l_skb1 exceptions sachkonto_not_found = 1 others = 2.
CONVERT_TO_FOREIGN_CURRENCY call function 'CONVERT_TO_FOREIGN_CURRENCY' exporting date = sy-datum foreign_currency = l_skb1-waers local_amount = fdes-wrshb local_currency = fdes-dispw importing foreign_amount = l_amount exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.
CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = l_x_t034_filled.
CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = u_avis-bukrs importing ife_x_gsber = l_xgsber ife_x_segment = l_xsegment ife_x_prctr = l_xprctr ife_x_geber = l_xgeber ife_x_grant_nbr = l_xgrant_nbr.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sorttab it_events = lt_eventtab tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = gv_repid i_structure_name = gc_structure changing ct_fieldcat = xt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 1 importing et_events = xt_eventtab exceptions list_type_wrong = 1 others = 2.
POSTING_MEMO_REC_MA_UPD_PROTOC call function 'POSTING_MEMO_REC_MA_UPD_PROTOC' exporting prnt = ' ' tables mc_fdes = mc_fdes.
DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = iv_name state = gc_a langu = sy-langu importing dd04v_wa = xs_dd04v exceptions illegal_input = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.