DIS45F01_NACC 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_NACC 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!
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' list_text = text-001 "autom. Matching Protokoll
POSTING_MEMO_REC_MA_UPD_PROTOC * call function 'POSTING_MEMO_REC_MA_UPD_PROTOC' * tables * mc_fdes = mc_fdes. "liefert archivierte Avise zurück
POSTING_MEMO_REC_MA_UPD_NACC CALL FUNCTION 'POSTING_MEMO_REC_MA_UPD_NACC' TABLES mc_fdes = mc_fdes. "liefert archivierte Avise zurück
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.