SDBI_SYNC_CHECK_TECHNICAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Technical Check of Buffer Synchronization This report is intended to run on any application server...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 SDBI_SYNC_CHECK_TECHNICAL 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 Synchronization Test
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 TABLES LIST = serverlist EXCEPTIONS NO_SERVER_LIST = 1 OTHERS = 2 .
SBUF_PARAMETER_GET CALL FUNCTION 'SBUF_PARAMETER_GET' EXPORTING PARAMETER_NAME = 'rdisp/bufrefmode' IMPORTING PARAMETER_VALUE = HELP_PAR EXCEPTIONS C_FUNC_ERROR = 1.
SBUF_PARAMETER_GET CALL FUNCTION 'SBUF_PARAMETER_GET' EXPORTING PARAMETER_NAME = 'rdisp/bufreftime' IMPORTING PARAMETER_VALUE = HELP_PAR EXCEPTIONS C_FUNC_ERROR = 1.
SBUF_SYNC_STATUS CALL FUNCTION 'SBUF_SYNC_STATUS' IMPORTING LAST_SYNC_SEQ_NUMBER = LAST_SEQNR_SHM YOUNGEST_TIMESTAMP = YOUNGEST_TIMESTAMP EXCEPTIONS C_FUNC_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDBI_SYNC_CHECK_TECHNICAL - Buffer Synchronization Test SDBI_SYNC_CHECK_TECHNICAL - Buffer Synchronization Test SDBI_REPO_CHECK - Tests the Readability of ABAP Programs from Table REPOSRC SDBI_REPO_CHECK - Tests the Readability of ABAP Programs from Table REPOSRC SDBI_REPAIR_CLUSTERTS - Correction report for note 946659 SDBI_REPAIR_CLUSTERTS - Correction report for note 946659