DBPROCTREE SAP (ALV Tree Structure for SAP DB: Display DB Procedure) Structure details

Dictionary Type: Structure
Description: ALV Tree Structure for SAP DB: Display DB Procedure




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




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

DBPROCTREE 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 "ALV Tree Structure for SAP DB: Display DB Procedure" 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_DBPROCTREE TYPE DBPROCTREE.

The DBPROCTREE table consists of various fields, each holding specific information or linking keys about ALV Tree Structure for SAP DB: Display DB Procedure data available in SAP. These include TREE_LEVEL (Tree Level at Which Double Click Is Triggered), PACK_DLL (Name of Package from which Procedure Was Loaded), DBPROCNAME (Database Procedure Name: SAP DB (liveCache)), PARAM_CNT (Parameter No.).. 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 DBPROCTREE 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
OWNERSAP DB User Name SADA_UNAMECHAR32CHAR32
TREE_LEVEL Tree Level at Which Double Click Is Triggered0
PACK_DLLName of Package from which Procedure Was Loaded SDB_PACKAGCHAR32CHAR32
DBPROCNAMEDatabase Procedure Name: SAP DB (liveCache) SDB_DBPROCCHAR32CHAR32
PARAM_CNT Parameter No.0
PARAM_NAMEParameter Name of a DB Procedure (SAP DB/liveCache) SDB_PARAMCHAR32CHAR32
DATATYPEData Type of DB Procedure Parameter: SAP DB/liveCache SDBDATATYPCHAR10CHAR10
LEN Length of a Parameter0
SDB_DEC Number of Decimal Places0
CREATEDATEDate DATUMDATS8DATUM
CREATETIMESAP DB Time (6 Places in SAP Layout) SDB_TIMETIMS6S_TIME
EXEC_KINDDatabase Procedure Execution Type (SAP DB/liveCache) SDB_EXECCHAR6CHAR6
SQLSUPPORTDB Procedure Can Be Executed in SQL (SAP DB/liveCache) SDB_SQLCHAR3CHAR3
WAITCHCKPT DB Procedure Waiting for Checkpoint ->YES0
SDB_OFFSET Offset0
IN_OUTDB Proc Parameter Type (IN/OUT): SAP DB/liveCache SDB_IN_OUTCHAR6CHAR6
CODE Code Type (ASCII, UNICODE, BYTE)0

Key field Non-key field



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

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

How to access SAP table DBPROCTREE

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