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
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: INFORMIX Partition Header Table (from systabinfo)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSINF020 - INFORMIX Partition Header Table (from systabinfo) RSINF020 - INFORMIX Partition Header Table (from systabinfo) RSINF017N - Dictionary Cache Statistics RSINF017 - Dictionary Cache Statistics RSINF015 - INFORMIX Partition Profile (from sysptprof) RSINF015 - INFORMIX Partition Profile (from sysptprof)