DB2IXBACK SAP (List of indexes that need a backup) Table details

Dictionary Type: Table
Description: List of indexes that need a backup




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




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

DB2IXBACK is a standard SAP Table which is used to store List of indexes that need a backup data and is available within R/3 SAP systems depending on the version and release level.

The DB2IXBACK table consists of various fields, each holding specific information or linking keys about List of indexes that need a backup data available in SAP. These include TIME_ANA (Time of the last check), IXCREA (DB2 creator name), IXNAM (Name of a DB2 for OS/390 index), IXPART (Partition number).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2IXBACK 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
DATE_ANADate of the last check DB2BCKDATEDATS8DATUM
TIME_ANATime of the last check DB2BCKTIMETIMS6TIME
IXCREADB2 creator name DB2CREATORCHAR8CHAR8
IXNAMName of a DB2 for OS/390 index DB2IDXNAMECHAR18CHAR18
IXPARTPartition number DB2PARTNRSINT25DB2SINT
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
NAMEIndex name DB2INXNAMECHAR18CHAR18
TBCREATORAuthorization id of the owner of the table DB2TBCREATCHAR8DB2TBCREAT
TBNAMEName of the table on which the index is defined DB2TBNAMECHAR18CHAR18
UNIQUERULEWhether the index is unique DB2UNIQUECHAR1DB2UNIQUE
INDEXTYPEIndex type DB2IXTYPECHAR1DB2IXTYPE
INDEXSPACEName of the indexspace that contains the index DB2IXSPACECHAR8CHAR8
CLUSTERINGWhether CLUSTER was specified when the index was created DB2CLUSTERCHAR1DB2YNFLAG
ERASERULEDatasets are to be erased when dropped DB2ERULECHAR1DB2ERULE
CLOSERULEData sets for closure when limit of open data sets reached DB2CRULECHAR1DB2CRULE
COLCOUNTNumber of columns in the table or view DB2COLCNTINT25DB2SINT
DBIDDBID DB2DBIDINT25INT2
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
BPOOLDB2/390: Buffer pool DB2BUFPOOLCHAR8DB2BUFPOOL
PGSIZEDB2 for OS/390 page size in KBytes DB2PGSIZEINT25DB2PGSIZE
DSETPASSThe password for the datasets of the tablespace DB2DPASSCHAR8DB2DPASS
PIECEIZEMaximum size of a data set storage piece in KBytes DB2PIECEI4INT410
COPYIndex can be copied DB2COPYCHAR1CHAR1
PARTITIONSNumber of partitions of the tablespace or indexspace DB2PARTINT25DB2PART
PARTNRPartition number DB2PARTNRSINT25DB2SINT
OPERATIONDate and time of last RUNSTATS DB2STATSTMCHAR26DB2TMSTMP
NDAYSNumber of days since last invocation DB2DAYSINT410DB2DAYS
LEAFDIST100 * avg number of leaf pages between successive leaf pages DB2LEAFDISINT410
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 table DB2IXBACK using ABAP code

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

SELECT SINGLE *
FROM DB2IXBACK
INTO CORRESPONDING FIELDS OF WA_DB2IXBACK
WHERE...

How to access SAP table DB2IXBACK

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