DBPROC_SDB SAP (DB Procedures: SAP DB (liveCache)) Structure details

Dictionary Type: Structure
Description: DB Procedures: SAP DB (liveCache)




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




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

DBPROC_SDB 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 "DB Procedures: SAP DB (liveCache)" 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_DBPROC_SDB TYPE DBPROC_SDB.

The DBPROC_SDB table consists of various fields, each holding specific information or linking keys about DB Procedures: SAP DB (liveCache) data available in SAP. These include DBPROCNAME (Database Procedure Name: SAP DB (liveCache)), PACK_DLL (Name of Package from which Procedure Was Loaded), PARAM_CNT (Number of Parameters for a DB Procedure), CREATEDATE (Date).. 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 DBPROC_SDB 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
USERNAMESAP DB User Name SADA_UNAMECHAR32CHAR32
DBPROCNAMEDatabase Procedure Name: SAP DB (liveCache) SDB_DBPROCCHAR32CHAR32
PACK_DLLName of Package from which Procedure Was Loaded SDB_PACKAGCHAR32CHAR32
PARAM_CNT Number of Parameters for a DB Procedure0
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
LOCATIONRemote Server SDB_REMOTECHAR132SDB_REMOTE

Key field Non-key field



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

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

How to access SAP table DBPROC_SDB

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