DB2CCOUTTS SAP (Output List of Tablespace of CC/390 Stored Procedures) Structure details

Dictionary Type: Structure
Description: Output List of Tablespace of CC/390 Stored Procedures




ABAP Code to SELECT data from DB2CCOUTTS
Related tables to DB2CCOUTTS
Access table DB2CCOUTTS




Structure field list including key, data, relationships and ABAP select examples

DB2CCOUTTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Output List of Tablespace of CC/390 Stored Procedures" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DB2CCOUTTS TYPE DB2CCOUTTS.

The DB2CCOUTTS table consists of various fields, each holding specific information or linking keys about Output List of Tablespace of CC/390 Stored Procedures data available in SAP. These include CREATOR (DB2 creator name), BPOOL (DB2 buffer pool name), LOCKRULE (Lock size of the tablespace), LOCKMAX (Maximum number of locks per user before escalating).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2CCOUTTS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NAMEName of the tablespace DB2TSNAMECHAR8CHAR8
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
BPOOLDB2 buffer pool name DB2BPNAMECHAR8DB2BPNAME
LOCKRULELock size of the tablespace DB2LRULECHAR1DB2LRULE
LOCKMAXMaximum number of locks per user before escalating DB2LMAXINT410DB2LMAX
CLOSERULEData sets for closure when limit of open data sets reached DB2CRULECHAR1DB2CRULE
ENCODINGDefault encoding scheme of the tablespace DB2ENCODECHAR1DB2ENCODE
LOCKPARTLockpart for the tablespace DB2LPARTCHAR1DB2LPART
MAXROWSMaximum number of rows that DB2 will place on a data page DB2MROWINT25DB2MROW
PARTITIONSNumber of partitions of the tablespace or indexspace DB2PARTINT25DB2PART
TYPETablespace type DB2TYPECHAR1DB2TYPE
SEGSIZENumber of pages in each segment of a segmented tablespace DB2SSIZEINT25DB2SSIZE
SPACENumber of KB of DASD Storage Allocated to Tablespace DB2SPACEINT410DB2SPACE
NTABLESNumber of tables defined in the tablespace DB2NTABINT25DB2NTAB
STATUSAvailability status of tablespace DB2STATSCHAR1DB2STATS
STATSTIMEDate and time of last RUNSTATS DB2STATSTMCHAR26DB2TMSTMP
ERASERULEDatasets are to be erased when dropped DB2ERULECHAR1DB2ERULE
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
DSETPASSThe password for the datasets of the tablespace DB2DPASSCHAR8DB2DPASS
LOGWhether the changes to a tablespace are to be logged DB2LOGCHAR1DB2LOG
DSSIZEMaximum size of a dataset in KBytes DB2DSIZEINT410DB2DSIZE
PARTNRPartition number DB2PARTNRSINT25DB2SINT
OPERATIONDate and time of last RUNSTATS DB2STATSTMCHAR26DB2TMSTMP
NDAYSNumber of days since last invocation DB2DAYSINT410DB2DAYS
PERCOFFPOSDifferent of far and near optimal position in page DB2OFFPOSINT25DB2OFFPOS
PERCINDREFDifferent of far and near relocated position in page DB2INDREFINT25DB2INDREF
PERCDROPPercentage of space occupied by rows of dropped tables DB2CDROPINT25DB2CDROP
EXTENTSNumber of extents of a tablespace DB2EXTENTINT410DB2EXTENT
REASONReason running utility is recommended DB2REASONCHAR18DB2REASON

Key field Non-key field



How do I retrieve data from SAP structure DB2CCOUTTS using ABAP code?

As DB2CCOUTTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DB2CCOUTTS as there is no data to select.

How to access SAP table DB2CCOUTTS

Within an ECC or HANA version of SAP you can also view further information about DB2CCOUTTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!