DB2COPYI SAP (DB2 copy information from SYSIBM.SYSCOPY) Table details

Dictionary Type: Table
Description: DB2 copy information from SYSIBM.SYSCOPY




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




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

DB2COPYI is a standard SAP Table which is used to store DB2 copy information from SYSIBM.SYSCOPY data and is available within R/3 SAP systems depending on the version and release level.

The DB2COPYI table consists of various fields, each holding specific information or linking keys about DB2 copy information from SYSIBM.SYSCOPY data available in SAP. These include DBNAME (Column DBNAME of table SYSIBM.SYSCOPY (DB2 on OS/390)), TSNAME (Column TSNAME of table SYSIBM.SYSCOPY (DB2 on OS/390)), DSNUM (Column DSNUM of table SYSIBM.SYSCOPY (DB2 on OS/390)), LOCAL_ID (Locally generated ID to make copy entries unique).. 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: Cannot Be Enhanced


SAP DB2COPYI 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
INFOTYPE All copy information vs. only latest copy information0
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
LOCAL_ID Locally generated ID to make copy entries unique0
START_RBAColumn START_RBA of table SYSIBM.SYSCOPY (DB2 on OS/390) D2STRT_RBACHAR12D2HEX_RBA
TIMESTAMPColumn TIMESTAMP of table SYSIBM.SYSCOPY (DB2 on OS/390) D2TIMESTMPCHAR26D2TIMESTMP
ICTYPEColumn ICTYPE of table SYSIBM.SYSCOPY (DB2 on OS/390) D2ICTYPECHAR1D2ICTYPE
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
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
LENGTH 0
DSVOLSERColumn DSVOLSER of table SYSIBM.SYSCOPY (DB2 on OS/390) D2DSVOLSERLCHR1784D2DSVOLSER

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2COPYI
INTO CORRESPONDING FIELDS OF WA_DB2COPYI
WHERE...

How to access SAP table DB2COPYI

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