SAP Reports / Programs

RSINF020 SAP ABAP Report - INFORMIX Partition Header Table (from systabinfo)







RSINF020 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INFORMIX System Monitoring Interface Tables sysptnhdr (Partition headers information) Column Type Description partnum int Partition number in partition table partno int Partition number in partition header flags smallint Partition flags pctfree smallint Percent free (reserved) rowsize smallint Row size (max for variable) ncols smallint Number of special columns nkeys smallint Number of keys nextns smallint Number of extents created int Date created serialv int Current serial value fextsiz int First extent size nextsiz int Next extent size nptotal int Number of pages allocated npused int Number of pages used npdata int Number of data pages nplvar int Number of special column bytes nbytes int Number of data bytes nrows int Number of data rows ..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 RSINF020 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 RSINF020. "Basic submit
SUBMIT RSINF020 AND RETURN. "Return to original report after report execution complete
SUBMIT RSINF020 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INFORMIX Partition Header Table (from systabinfo)


INCLUDES used within this REPORT RSINF020

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:

S_DB_GET_FLAGS_TEXT CALL FUNCTION 'S_DB_GET_FLAGS_TEXT' EXPORTING FLAG_VALUE = FLAG_VALUE_INT TABLE_NAME = 'sysptnhdr' TABLES FLAGSTEXT = FLAGS_TEXT .



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