BSP_DLC_CONTEXT SAP (Context definition for Dynamic Layout configuration tools) Table details

Dictionary Type: Table
Description: Context definition for Dynamic Layout configuration tools




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




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

BSP_DLC_CONTEXT is a standard SAP Table which is used to store Context definition for Dynamic Layout configuration tools data and is available within R/3 SAP systems depending on the version and release level.

The BSP_DLC_CONTEXT table consists of various fields, each holding specific information or linking keys about Context definition for Dynamic Layout configuration tools data available in SAP. These include VIEWNAME (Internal Name (Key) of BSP Page), USAGE_CONTEXT (Context Used), CONTEXT_ID (Context ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BSP_DLC_CONTEXT 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
COMPONENTComponent Name BSP_WD_COMPONENT_NAMECHAR30O2APPLNAMEBSP_WD_COMPONENT_NAME
VIEWNAMEInternal Name (Key) of BSP Page O2PAGECHAR70O2PAGE
USAGE_CONTEXTContext Used BSP_DLC_USAGECHAR20BSP_DLC_USAGEDEFBSP_DLC_USAGE
CONTEXT_IDContext ID BSP_DLC_CONTEXT_IDCHAR40BSP_DLC_CONTEXT_ID

Key field Non-key field



How do I retrieve data from SAP table BSP_DLC_CONTEXT using ABAP code

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

SELECT SINGLE *
FROM BSP_DLC_CONTEXT
INTO CORRESPONDING FIELDS OF WA_BSP_DLC_CONTEXT
WHERE...

How to access SAP table BSP_DLC_CONTEXT

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