SAP Reports / Programs | Downstream | Industry Solution Oil | Downstream(IS-OIL-DS) SAP IS

ROI0TABLE_BUFFER SAP ABAP Report - Tab. w/ buffer allowed but switched off(performance)+optional index







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O301 - Tab:buffering allowed+optional Index


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


Text pool values


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):


INCLUDES used within this REPORT ROI0TABLE_BUFFER

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:

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.



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