SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB-Independent Database Interface(BC-DB-DBI) SAP BC

RSDBBUF3 SAP ABAP INCLUDE - Buffer and synchronization monitor : Synchronization functions







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


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 RSDBBUF3. "Basic submit
SUBMIT RSDBBUF3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDBBUF3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Buffer and synchronization monitor : Synchronization functions


INCLUDES used within this REPORT RSDBBUF3

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:

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.



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