ROI0TABLE_BUFFER 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 ROI0TABLE_BUFFER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O301 - Tab:buffering allowed+optional Index
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: ALL_INDX = List also all indexes
Selection Text: BUFALLOW = D Buff. allowed
Selection Text: CHK_EMPT = Check data existence
Selection Text: INDXNAM = D Index ID
Selection Text: NON_INDX = Do not list any indexes
Selection Text: OPT_INDX = List also optional indexes
Selection Text: TABNAME = D Table Name
Title: Tab. w/ buffer allowed but switched off(performance)+optional index
Text Symbol: 001 = Items ordered by size category (most important for performance improvements).
Text Symbol: 002 = For details about buffering restrictions refer to Online Service System note 101527.
Text Symbol: 003 = Of course, any restrictions based on individual use of the customer system, if
Text Symbol: 004 = one specified functionality is not used systemwide. Be careful, this setting
Text Symbol: 005 = is client-independent.
Text Symbol: BF1 = Tables for your selection:
Text Symbol: DER = Error while checking data existence with RC=
Text Symbol: DEX = Data exists in any client
Text Symbol: DNO = No data systemwide
Text Symbol: IN1 = Optional/DB dependent indices:
Text Symbol: IN2 = Database indices (incl. optional):
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_EXISTS_INDEX CALL FUNCTION 'DB_EXISTS_INDEX' EXPORTING TABNAME = DD12v-sqltab INDEXNAME = dd12v-indexname IMPORTING SUBRC = l_subrc EXCEPTIONS OTHERS = 0. "RC not used
DD_EXISTS_DATA CALL FUNCTION 'DD_EXISTS_DATA' EXPORTING reftab = space "empty if TRANSP TABCLASS = 'TRANSP' TABNAME = DD09VVT-TABNAME IMPORTING SUBRC = g_subrc EXCEPTIONS MISSING_REFTAB = 1 SQL_ERROR = 2 BUFFER_OVERFLOW = 3 UNKNOWN_ERROR = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROI0TABLE_BUFFER - Tab. w/ buffer allowed but switched off(performance)+optional index ROI0TABLE_BUFFER - Tab. w/ buffer allowed but switched off(performance)+optional index ROI0SNRO_CHK - Consistency check number range objects/interval ROI0SNRO_CHK - Consistency check number range objects/interval ROI0SARP - Starting overall oil reporting tree (tools, utilities,..) ROI0SARP - Starting overall oil reporting tree (tools, utilities,..)