SAP Reports / Programs

RFFDKO00 SAP ABAP Report - Cash Management: Correction Report after Changing Planning Group/Level







RFFDKO00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program changes cash management planning data (group and level) in accounting documents to the (changed) planning master data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFDKO00 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 RFFDKO00. "Basic submit
SUBMIT RFFDKO00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFDKO00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Correction Report Cash Management
Selection Text: S_KONTO = Account
Selection Text: P_TEST = Test run
Selection Text: P_KOART = Account type
Selection Text: P_BUKRS = Company Code
Title: Cash Management: Correction Report after Changing Planning Group/Level
Text Symbol: 051 = Other Messages
Text Symbol: 050 = Number of Messages
Text Symbol: 045 = Possible Alternative:
Text Symbol: 044 = Part reconstruction also possible with cash management and forcast implementation tool (transaction FDFD-function 'data correction')
Text Symbol: 043 = The report can not be executed
Text Symbol: 042 = FI-CA (Contract Account Receivable) active. This could lead to an incorrect update in cash management.
Text Symbol: 041 = Payment orders exist. They could lead to an incorrect update in cash management
Text Symbol: 040 = Payment requests exists. They must be paid before the execution of the report. (By payment program F111)
Text Symbol: 031 = End of test run
Text Symbol: 030 = Terminated due to &ERROR occurred errors.
Text Symbol: 021 = Error in reading from document &BELNR
Text Symbol: 020 = Error in reading line item &BELPOS from document &BELNR
Text Symbol: 012 = Vendor &KRE : &ANZAHL line items read
Text Symbol: 011 = Customer &DEB : &ANZAHL Line Items Read
Text Symbol: 010 = G/L Account &KTO : &ANZAHL Line Items Read
Text Symbol: 002 = Parked Documents
Text Symbol: 001 = Posted Documents


INCLUDES used within this REPORT RFFDKO00

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:

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = 'X' i_koart = bseg-koart i_document_waers = bkpf-waers i_paym_waers = bseg-pycur i_document_xopvw = bseg-xopvw i_hkont = bseg-hkont i_hkont_waers = i_skb1-waers "leer wenn koart <> 'S' i_bukrs = bseg-bukrs importing e_fdwaers = l_fdwaers.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = 'D' i_document_waers = vbkpf-waers i_paym_waers = vbsegd-pycur importing e_fdwaers = i_rf40s-currd.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = 'K' i_document_waers = vbkpf-waers i_paym_waers = vbsegk-pycur importing e_fdwaers = i_rf40s-currd.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = 'S' i_document_waers = vbkpf-waers * i_paym_waers = "pycur gibt es bei Koart 'S' nicht i_hkont = i_skb1-saknr i_hkont_waers = i_skb1-waers i_bukrs = vbsegs-bukrs importing e_fdwaers = i_rf40s-curra.

CASH_FORECAST_SUMMARY_REC_UPD

CASH_FORECAST_SUMMARY_REC_UPD * call function 'CASH_FORECAST_SUMMARY_REC_UPD' in update task call function 'CASH_FORECAST_SUMMARY_REC_UPD' tables tab_rf40s = i_rf40s tab_fdfiep = i_fdfiep.

CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = l_x_t034_filled.

CASH_FORECAST_DOC_SPLIT_RLVNT call function 'CASH_FORECAST_DOC_SPLIT_RLVNT' exporting ifi_bukrs = p_bukrs importing ife_x_no_ds = l_x_no_ds exceptions exc_newgl_not_active = 1 exc_doc_split_not_active_in_fi = 2 others = 3.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = xs_log importing e_log_handle = xs_log_handle exceptions log_header_inconsistent = 1 others = 2.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = gs_log_handle i_s_msg = ls_msg exceptions log_not_found = 0 others = 0.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = gs_log_handle i_s_msg = ls_msg exceptions log_not_found = 0 others = 1.

BAL_DSP_PROFILE_DETLEVEL_GET call function 'BAL_DSP_PROFILE_DETLEVEL_GET' importing e_s_display_profile = xs_display_profile exceptions others = 1.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = is_display_profile exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.



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