/BOBF/CONF_LIBT SAP (BOPF Library Description) Table details

Dictionary Type: Table
Description: BOPF Library Description




ABAP Code to SELECT data from /BOBF/CONF_LIBT
Related tables to /BOBF/CONF_LIBT
Access table /BOBF/CONF_LIBT




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

/BOBF/CONF_LIBT is a standard SAP Table which is used to store BOPF Library Description data and is available within R/3 SAP systems depending on the version and release level.

The /BOBF/CONF_LIBT table consists of various fields, each holding specific information or linking keys about BOPF Library Description data available in SAP. These include LIB_NAME (Name), DESCRIPTION (Description), LIB_KEY (NodeID), LIBT_KEY (NodeID).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: /BOBF/CONF_LIB


SAP /BOBF/CONF_LIBT 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
LANGUAGE_CODELanguage Key LANGULANG1T002ISOLASPRAS
LIB_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/CONF_LIB/BOBF/OBM_NAME
DESCRIPTIONDescription /BOBF/OBM_DESCRIPTIONCHAR40/BOBF/OBM_DESCRIPTION
LIB_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
LIBT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY

Key field Non-key field



How do I retrieve data from SAP table /BOBF/CONF_LIBT using ABAP code

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

SELECT SINGLE *
FROM /BOBF/CONF_LIBT
INTO CORRESPONDING FIELDS OF WA_/BOBF/CONF_LIBT
WHERE...

How to access SAP table /BOBF/CONF_LIBT

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