SAP Reports / Programs | Financials | Financial Supply Chain Management | Basic Functions(FIN-FSCM-CLM-CM-CM) SAP FIN

DIS45F01_NACC SAP ABAP INCLUDE - DIS45F01NACC







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


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

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:

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.



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