DB2DB02LOB SAP (Tx DB02: Info on LOB TS and their base tables) Structure details

Dictionary Type: Structure
Description: Tx DB02: Info on LOB TS and their base tables




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




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

DB2DB02LOB 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 "Tx DB02: Info on LOB TS and their base tables" 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_DB2DB02LOB TYPE DB2DB02LOB.

The DB2DB02LOB table consists of various fields, each holding specific information or linking keys about Tx DB02: Info on LOB TS and their base tables data available in SAP. These include LOB_TS_TSNAME (Name of the tablespace), LOB_TB_CREATOR (DB2 creator name), LOB_TB_NAME (Name of the table on which the index is defined), BASE_TS_DBNAME (Name of the database where the base table resides).. 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: Can be enhanced (character-type or numeric)


SAP DB2DB02LOB 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
LOB_TS_DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
LOB_TS_TSNAMEName of the tablespace DB2TSNAMECHAR8CHAR8
LOB_TB_CREATORDB2 creator name DB2CREATORCHAR8CHAR8
LOB_TB_NAMEName of the table on which the index is defined DB2TBNAMECHAR18CHAR18
BASE_TS_DBNAMEName of the database where the base table resides DB2BASEDBNAMECHAR8DBNAME
BASE_TS_TSNAMEName of the tablespace where the base table resides DB2BASETSNAMECHAR8DB2TSNAME
BASE_TB_CREATORName of the creator of the base table DB2BASECREATORCHAR8DB2CREATOR
BASE_TB_NAMEName of the base table DB2BASETBNAMECHAR18DB2TBNAME
BASE_TB_COLNAMEName of the LOB column in the base table causing the LOB TS DB2BASECOLNAMECHAR18DB2COLNAME
BASE_TB_PARTPartition number of the base table (0 for non-partitioned) DB2BASEPARTNRINT25DB2PARTNO

Key field Non-key field



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

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

How to access SAP table DB2DB02LOB

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