RSDBBUF3 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 RSDBBUF3 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.
Title: Buffer and synchronization monitor : Synchronization functions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SBUF_SEL_DDLOG_RECS CALL FUNCTION 'SBUF_SEL_DDLOG_RECS' EXPORTING host_id = lv_system_id from_time = lv_tstamp_from to_time = lv_tstamp_to max_cnt = gv_max_recs keep_db2_tstmp = 'X' CHANGING sync_tab = lt_sync_tab.
SBUF_SEL_OPEN_SYNC_JOBS CALL FUNCTION 'SBUF_SEL_OPEN_SYNC_JOBS' CHANGING sync_tab = lt_sync_tab.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = l_server_tab EXCEPTIONS * NO_SERVER_LIST = 1 OTHERS = 2.
SBUF_SYNC_STATUS CALL FUNCTION 'SBUF_SYNC_STATUS' DESTINATION l_dest IMPORTING last_sync_seq_number = p_sync_status-last_sync_seq_number youngest_timestamp = p_sync_status-youngest_timestamp sendon = l_sendon sync_calls = p_sync_status-sync_calls last_sync_timestamp = l_last_sync_timestamp last_del_timestamp = l_last_del_timestamp bufreftime = l_bufreftime bufrefmode = l_bufrefmode open_sync_cnt = p_sync_status-open_sync_cnt time_since_last_sync = p_sync_status-time_since_last_sync max_sync_interval = p_sync_status-max_sync_interval gap_cnt = p_sync_status-gap_cnt discarded_gap_cnt = p_sync_status-discarded_gap_cnt interfered_sync_cnt = p_sync_status-interfered_sync_cnt EXCEPTIONS c_func_error = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SYNC_CLASS' value_org = 'S' ddic_structure = 'SYNC_F4_HELP' retfield = 'SHORT' TABLES value_tab = lt_help_txt_tab EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDBBUF3 - Buffer and synchronization monitor : Synchronization functions RSDBBUF2 - Buffer and Synchronization Monitor: Buffer Functions RSDBBUF1 - Buffer and synchronization monitor main program RSDBBUF0 - Global data for buffer and synchronization monitor RSDBBLOBCHECK - CUA Load Expert Tool RSDBBLOBCHECK - CUA Load Expert Tool