BDS_LOCL SAP (BDS: Assignment of Application Classes to KPro Doc. Classes) Table details

Dictionary Type: Table
Description: BDS: Assignment of Application Classes to KPro Doc. Classes




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




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

BDS_LOCL is a standard SAP Table which is used to store BDS: Assignment of Application Classes to KPro Doc. Classes data and is available within R/3 SAP systems depending on the version and release level.

The BDS_LOCL table consists of various fields, each holding specific information or linking keys about BDS: Assignment of Application Classes to KPro Doc. Classes data available in SAP. These include CLASSTYPE (Business Document Service: Class type), LO_CLASS (Document class), PH_CLASS (Document class), RE_CLASS (Document class).. 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: Not classified


SAP BDS_LOCL 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
CLASSNAMEBusiness Document Service: Class name BDS_CLSNAMCHAR30CHAR30
CLASSTYPEBusiness Document Service: Class type BDS_CLSTYPCHAR2BDS_CLSTYP
LO_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
PH_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
RE_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
TABNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
FUNCNAMEBDS: Function Module Name for Application Exit BDS_FUNCNACHAR30Assigned to domainFUNCNAME
LOG_LEVELBDS: Log level BDS_LOGLEVCHAR1BDS_LOGLEV
CREA_USERCreated by SDOK_CRUSRCHAR12USERNAME
CREA_TIMECreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
CHNG_USERLast changed by SDOK_CHUSRCHAR12USERNAME
CHNG_TIMETime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM BDS_LOCL
INTO CORRESPONDING FIELDS OF WA_BDS_LOCL
WHERE...

How to access SAP table BDS_LOCL

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