RFFMS_ADB_TRACE is a standard Executable ABAP Report 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 RFFMS_ADB_TRACE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMADB_TRACE - Trace of Last ADB Run
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: P_INTDOC = Interest Documents
Selection Text: P_PERCEN = Weighted Distribution
Selection Text: S_ADB_ID = D .
Selection Text: S_POOL = D .
Title: FMADB: Display Trace
Text Symbol: 010 = Percentual Distribution of Daily Average Balances
Text Symbol: 020 = ADB Run
Text Symbol: 030 = Data Basis
Text Symbol: 040 = Selected Interest Docs
Text Symbol: 050 = Date:
Text Symbol: 060 = Time:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMS_ADB_TRACE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = l_text i_save = 'X' is_layout = l_f_layout it_fieldcat = l_t_fieldcat TABLES t_outtab = ct_fmadb_tc_weights.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMADB_TC_WEIGHTS' CHANGING ct_fieldcat = c_t_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMS_ADB_TRACE' i_callback_user_command = 'USER_COMMAND' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = l_text i_save = 'X' is_layout = l_f_layout it_fieldcat = l_t_fieldcat TABLES t_outtab = ct_fmadb_tc_int_doc.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMADB_TC_INT_DOC' 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.
RFFMS_ADB_TRACE - FMADB: Display Trace RFFMS_ADB_TRACE - FMADB: Display Trace RFFMS_ADB_INTERESTS_POST - Weighted Balance Distribution RFFMS_ADB_INTERESTS_POST - Weighted Balance Distribution RFFMS_ADB_FYV_CREATE - Create Fiscal Year Variant On Daily Basis RFFMS_ADB_FYV_CREATE - Create Fiscal Year Variant On Daily Basis