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

RSDBBUF2 SAP ABAP INCLUDE - Buffer and Synchronization Monitor: Buffer Functions







RSDBBUF2 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 RSDBBUF2 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 RSDBBUF2. "Basic submit
SUBMIT RSDBBUF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDBBUF2 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: Buffer Functions


INCLUDES used within this REPORT RSDBBUF2

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'TBXO_USER_COMMAND' i_buffer_active = '' is_layout = gs_layout i_structure_name = 'RSTBXOBUF' it_fieldcat = gt_tbxo_fieldcat TABLES t_outtab = gt_tbx_objects.

SQLT_WRITE_BUFFER_KEY CALL FUNCTION 'SQLT_WRITE_BUFFER_KEY' EXPORTING tablename = lv_table keylength = lv_keylength keyvalue = lv_keyvalue EXCEPTIONS OTHERS = 0.

SBUF_TBX_SHOW_KEYS CALL FUNCTION 'SBUF_TBX_SHOW_KEYS' EXPORTING buff_id = iv_buffer_id tabname = iv_tabname conversion = iv_convert TABLES key_data = gt_tbx_keys EXCEPTIONS c_func_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'TBXK_USER_COMMAND' is_layout = gs_layout i_structure_name = 'RSTBXBUFKEYINFO' it_fieldcat = gt_tbxk_fieldcat TABLES t_outtab = gt_tbx_keys EXCEPTIONS OTHERS = 0.

SBUF_TBX_SHOW_KEYS CALL FUNCTION 'SBUF_TBX_SHOW_KEYS' EXPORTING buff_id = gv_buffer_id tabname = gv_tabname conversion = gv_convert TABLES key_data = gt_tbx_keys EXCEPTIONS OTHERS = 0.

RSTR_EXPLAIN_TBUF_STRING CALL FUNCTION 'RSTR_EXPLAIN_TBUF_STRING' EXPORTING tabname = tablename search_len = tab_key_l search_string = bufkey IMPORTING fieldcount = fieldcount fields = fields[] EXCEPTIONS OTHERS = 0.

SBUF_CALE_SHOW CALL FUNCTION 'SBUF_CALE_SHOW' TABLES stat_data = lt_text EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Reset and Reload Calendar Buffer'(150) text_question = 'Do you really want to reset and reload the Calendar Buffer?'(151) text_button_1 = 'Yes'(152) text_button_2 = 'No'(153) display_cancel_button = space IMPORTING answer = lv_answer 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 RSDBBUF2 or its description.