DB2RECTSP SAP (DB2/390: RECOVER TABLESPACE Parameters) Structure details

Dictionary Type: Structure
Description: DB2/390: RECOVER TABLESPACE Parameters




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




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

DB2RECTSP 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 "DB2/390: RECOVER TABLESPACE 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_DB2RECTSP TYPE DB2RECTSP.

The DB2RECTSP table consists of various fields, each holding specific information or linking keys about DB2/390: RECOVER TABLESPACE Parameters data available in SAP. These include DBNAME (Name of the database the tablespace belongs to), DSNUM (Partition or dataset that is to be recovered), PAGENO (Specifies a particular page to be recovered), CNTINUE (Specifies that the recovery process is to continue).. 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 DB2RECTSP 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
TSNAMEName of the tablespace to be recovered DB2RCTTSCHAR8DB2TSNAME
DBNAMEName of the database the tablespace belongs to DB2RCTDBCHAR8DB2DBNAME
DSNUMPartition or dataset that is to be recovered DB2RCTDSCHAR3CHAR3
PAGENOSpecifies a particular page to be recovered DB2RCTPGINT410
CNTINUESpecifies that the recovery process is to continue DB2RCTCONTCHAR1DB2YNFLAG
TORBAPoint on the log to recover to DB2RCTRBARAW6DB2RBA
TOLOGPOINTSpecifies a point on the log to recover to DB2RCTLOGPRAW3DB2LRSN
LOGONLYLOGONLY option of the RECOVER TABLESPACE utility DB2RCTLOGOCHAR1DB2YNFLAG
SITETYPESite (local or recovery) from which the copies are used DB2RCTSITECHAR12DB2RCTSITE
TOCOPYRecover to a particular image copy dataset DB2RCTCOPYCHAR54DB2DDN
TOVOLUMEIdentifies the image copy dataset DB2RCTVOLCHAR7CHAR7
TOSEQNOFile sequence number of the image copy dataset DB2RCTSEQNUMC10NUMC10
ERROR_RNGERROR RANGE option of the RECOVER TABLESPACE utility DB2RCTERRCHAR1DB2YNFLAG

Key field Non-key field



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

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

How to access SAP table DB2RECTSP

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