D2SYSCOPY SAP (Structure for Table SYSIBM.SYSCOPY (DB2 on OS/390)) Structure details

Dictionary Type: Structure
Description: Structure for Table SYSIBM.SYSCOPY (DB2 on OS/390)




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




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

D2SYSCOPY 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 "Structure for Table SYSIBM.SYSCOPY (DB2 on OS/390)" 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_D2SYSCOPY TYPE D2SYSCOPY.

The D2SYSCOPY table consists of various fields, each holding specific information or linking keys about Structure for Table SYSIBM.SYSCOPY (DB2 on OS/390) data available in SAP. These include TSNAME (Column TSNAME of table SYSIBM.SYSCOPY (DB2 on OS/390)), DSNUM (Column DSNUM of table SYSIBM.SYSCOPY (DB2 on OS/390)), ICTYPE (Column ICTYPE of table SYSIBM.SYSCOPY (DB2 on OS/390)), START_RBA (Column START_RBA of table SYSIBM.SYSCOPY (DB2 on OS/390)).. 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 D2SYSCOPY 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
DBNAMEColumn DBNAME of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DBNAMECHAR8D2OBJNAME
TSNAMEColumn TSNAME of table SYSIBM.SYSCOPY (DB2 on OS/390) D2TSNAMECHAR8D2OBJNAME
DSNUMColumn DSNUM of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DSNUMINT410D2INT
ICTYPEColumn ICTYPE of table SYSIBM.SYSCOPY (DB2 on OS/390) D2ICTYPECHAR1D2ICTYPE
START_RBAColumn START_RBA of table SYSIBM.SYSCOPY (DB2 on OS/390) D2STRT_RBACHAR12D2HEX_RBA
FILESEQNOColumn FILESEQNO of table SYSIBM.SYSCOPY (DB2 on OS/390) D2FLSEQNOINT410D2INT
DEVTYPEColumn DEVTYPE of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DEVTYPECHAR8D2OBJNAME
IBMREQDColumn IBMREQD of table SYSIBM.SYSCOPY (DB2 on OS/390) D2IBMREQDCHAR1D2Y_N
DSNAMEColumn DSNAME of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DSNAMECHAR44D2DSNAME
SHRLEVELColumn SHRLEVEL of table SYSIBM.SYSCOPY (DB2 on OS/390) D2SHRLEVELCHAR1D2SHRLEVEL
DSVOLSERColumn DSVOLSER of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DSVOLSERLCHR1784D2DSVOLSER
TIMESTAMPColumn TIMESTAMP of table SYSIBM.SYSCOPY (DB2 on OS/390) D2TIMESTMPCHAR26D2TIMESTMP
ICBACKUPColumn ICBACKUP of table SYSIBM.SYSCOPY (DB2 on OS/390) D2ICBACKUPCHAR2D2ICBACKUP
ICUNITColumn ICUNIT of table SYSIBM.SYSCOPY (DB2 on OS/390) D2ICUNITCHAR1D2ICUNIT
STYPEColumn STYPE of table SYSIBM.SYSCOPY (DB2 on OS/390) D2STYPECHAR1D2STYPE
PIT_RBAColumn PIT_RBA of table SYSIBM.SYSCOPY (DB2 on OS/390) D2PIT_RBACHAR12D2HEX_RBA
GRP_MEMBERColumn GROUP_MEMBER of table SYSIBM.SYSCOPY (DB2 on OS/390) D2GRP_MBRCHAR8D2OBJNAME

Key field Non-key field



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

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

How to access SAP table D2SYSCOPY

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