DB2DSNUC SAP (Control Center stored procedures parameters) Structure details

Dictionary Type: Structure
Description: Control Center stored procedures parameters




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




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

DB2DSNUC 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 "Control Center stored procedures parameters" 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_DB2DSNUC TYPE DB2DSNUC.

The DB2DSNUC table consists of various fields, each holding specific information or linking keys about Control Center stored procedures parameters data available in SAP. These include CC_WHERE (Where clause for the Control Center stored procedures), CC_DAYS (Number of days sice last COPY, RUNSTATS or REORG), CC_O_TYPE (Most recent image copy type), CC_EXTENTS (Number of allowable dataset extents).. 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 DB2DSNUC 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
CC_QUERYType of the Stored Procedure to run DB2CCQUERYCHAR40CHAR40
CC_WHEREWhere clause for the Control Center stored procedures DB2CCWHERECHAR4096CHAR4096
CC_DAYSNumber of days sice last COPY, RUNSTATS or REORG DB2CCDAYSINT410DB2CCDAYS
CC_O_TYPEMost recent image copy type DB2CCOTYPCHAR1CHAR1
CC_EXTENTSNumber of allowable dataset extents DB2CCEXTINT410
CC_RCDSNACCAV stored procedure return code DB2CCRCINT410
CC_L_STATELast statement executed by DSNACCAV stored procedures DB2CCLSTCHAR8012
CC_IFC_RETReturn code for the IFI call DB2CCIRETINT410
CC_IFC_RESReason code for the IFI call DB2CCIRESINT410
CC_XS_BYTENumber of bytes that did not fit in the IFI return area DB2CCXSBINT410
CC_MES_TXTArea of the CC stored procedures output values DB2CCMTXTCHAR1331

Key field Non-key field



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

As DB2DSNUC 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 DB2DSNUC as there is no data to select.

How to access SAP table DB2DSNUC

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