DB2CCDL_OUTTS SAP (DSNACCDL: History of output table) Table details

Dictionary Type: Table
Description: DSNACCDL: History of output table




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




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

DB2CCDL_OUTTS is a standard SAP Table which is used to store DSNACCDL: History of output table data and is available within R/3 SAP systems depending on the version and release level.

The DB2CCDL_OUTTS table consists of various fields, each holding specific information or linking keys about DSNACCDL: History of output table data available in SAP. These include STORTIME (Time when the storage information has been collected), DSNAME (Dataset name), VOLUME (Serial number of the volume), CREATE_YEAR (Year of creation of data set).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DB2CCDL_OUTTS table 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
STORDATEDate when the storage information has been collected DB2STODATEDATS8DATUM
STORTIMETime when the storage information has been collected DB2STOTIMETIMS6TIME
DSNAMEDataset name DB2DSNAMECHAR44DB2CHAR44
VOLUMESerial number of the volume DB2VOLIDCHAR6CHAR6
CREATE_YEARYear of creation of data set DB2DS_CREATYEARINT410
CREATE_DAYDay of creation of data set (Julian date) DB2DS_CREATDAYINT410
DS_TYPEData set type in integer DB2DS_TYPEINT410
PRIMARY_QTYPrimary space allocation DB2PQTYINT410
SECONDARY_QTYSecondary space allocation DB2SQTYINT410
QTY_UNITUnit of primary and secondary allocation (Format CHAR9) DB2QTYUNIT9CHAR9CHAR9
EXTENTS_IN_USENumber of extents DB2NUMEXTIINT410
DASD_USAGEActual DASD usage (in KB) of dataset DB2DASD_USAGEINT410
DS_HARBADataset High-Allocated RBA DB2DS_HARBAINT410
DS_HURBADataset High-Used RBA DB2DS_HURBAINT410

Key field Non-key field



How do I retrieve data from SAP table DB2CCDL_OUTTS using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2CCDL_OUTTS to SELECT all data from the table
DATA: WA_DB2CCDL_OUTTS TYPE DB2CCDL_OUTTS.

SELECT SINGLE *
FROM DB2CCDL_OUTTS
INTO CORRESPONDING FIELDS OF WA_DB2CCDL_OUTTS
WHERE...

How to access SAP table DB2CCDL_OUTTS

Within an ECC or HANA version of SAP you can also view further information about DB2CCDL_OUTTS 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!