/SDF/LC_DBCON SAP (Description of database connections for liveCache) Table details

Dictionary Type: Table
Description: Description of database connections for liveCache




ABAP Code to SELECT data from /SDF/LC_DBCON
Related tables to /SDF/LC_DBCON
Access table /SDF/LC_DBCON




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

/SDF/LC_DBCON is a standard SAP Table which is used to store Description of database connections for liveCache data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/LC_DBCON table consists of various fields, each holding specific information or linking keys about Description of database connections for liveCache data available in SAP. These include DBMS (Database system), USER_NAME (Database user), PASSWORD (Password for setting up the connection to the database), CON_ENV (Database-specific information for a database connection).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/LC_DBCON 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
CON_NAME Logical name for a database connection0
DBMS Database system0
USER_NAME Database user0
PASSWORD Password for setting up the connection to the database0
CON_ENV Database-specific information for a database connection0

Key field Non-key field



How do I retrieve data from SAP table /SDF/LC_DBCON using ABAP code

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

SELECT SINGLE *
FROM /SDF/LC_DBCON
INTO CORRESPONDING FIELDS OF WA_/SDF/LC_DBCON
WHERE...

How to access SAP table /SDF/LC_DBCON

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