RFFDIS35 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists all individual planning that was entered, changed, archived, or reactivated on a certain day...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 RFFDIS35 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FF-9 - Journal
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.
Selection Text: S_ARCHK = Archiving category
Selection Text: S_CPUDT = Entered/Changed on
Selection Text: S_GEBER = D .
Selection Text: S_MERKM = Characteristics
Selection Text: S_REFER = Reference
Selection Text: S_USRID = User
Selection Text: S_ZUONR = Assignment
Selection Text: S_GRANT = D .
Selection Text: S_PRCTR = D .
Selection Text: S_SEGMT = D .
Title: Journal of Entered and Changed Payment Advices
Text Symbol: 010 = Local Currency
Text Symbol: 020 = Expiration Date
Text Symbol: 021 = Expiration or Archiving Date
Text Symbol: 030 = Value Date
Text Symbol: 040 = CM offset acct
Text Symbol: 041 = Cash mgt name for offset account
Text Symbol: 200 = Further selections
INCLUDE RFCMINCL_SUPP_ACC_ASSIGNM.
No SAP DATABASE tables are accessed within this REPORT code!
CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = g_x_t034_filled.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_buffer_active = space "da unterschiedl.Feldkataloge
CALCULATE_EXCHANGE_RATE call function 'CALCULATE_EXCHANGE_RATE' exporting date = sy-datum foreign_amount = u_fdesdist-wrshb foreign_currency = u_fdesdist-dispw local_amount = u_fdesdist-dmshb local_currency = t001-waers * ohne Bedeutung, da Betragsumrechnung * type_of_rate = 'M' importing exchange_rate = c_t_outtab-wkurs exceptions no_rate_computable = 1 no_rate_found = 1 rate_too_big = 1.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = g_repid i_internal_tabname = g_tabname i_structure_name = 'FDESDIST' changing ct_fieldcat = c_t_fieldcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFDIS35 - Journal of Entered and Changed Payment Advices RFFDIS35 - Journal of Entered and Changed Payment Advices RFFDIS00 - Reorganization of Cash Management and Forecasting RFFDIS00 - Reorganization of Cash Management and Forecasting RFFDINSK - Initializes CM Fields in G/L Account Items that Are No Longer Relevant RFFDINSK - Initializes CM Fields in G/L Account Items that Are No Longer Relevant