BDS_LOG SAP (BDS: Protocol Table for Accesses to BDS Documents) Table details

Dictionary Type: Table
Description: BDS: Protocol Table for Accesses to BDS Documents




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




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

BDS_LOG is a standard SAP Table which is used to store BDS: Protocol Table for Accesses to BDS Documents data and is available within R/3 SAP systems depending on the version and release level.

The BDS_LOG table consists of various fields, each holding specific information or linking keys about BDS: Protocol Table for Accesses to BDS Documents data available in SAP. These include METHOD (BDS data element for method), LOG_SYSTEM (Business Document Service: ID of logical systemID of logical), CLASSNAME (Business Document Service: Class name), CLASSTYPE (Business Document Service: Class type).. 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: Not classified


SAP BDS_LOG 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
GUIDBDS: 32-CHAR GUID BDS_32GUIDCHAR32SYSUUID_C
METHODBDS data element for method BDS_METHODCHAR61CHAR61
LOG_SYSTEMBusiness Document Service: ID of logical systemID of logical BDS_LOGSYSCHAR10Assigned to domainALPHALOGSYS
CLASSNAMEBusiness Document Service: Class name BDS_CLSNAMCHAR30CHAR30
CLASSTYPEBusiness Document Service: Class type BDS_CLSTYPCHAR2BDS_CLSTYP
OBJECT_KEYBusiness Document Service: Object key BDS_TYPEIDCHAR70SWO_TYPEID
CLIENTClient MANDTCLNT3Assigned to domainMANDT
DONE_BYBDS: User BDS_USERCHAR12USERNAME
DONE_ATBDS: Point in Time BDS_TISTMPNUMC14TSTLCSDOK_TSTMP
DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
DOC_VER_NOBusiness Document Service: Document version number BDS_DVERNONUMC8NUM08
DOC_VAR_IDBusiness Document Service: Document variant ID BDS_DVARIDNUMC8NUM08
PROP_NAMEBusiness Document Service: Attribute Name BDS_PROPNACHAR25CHAR25
RELA_IDBusiness Document Service: Relationship ID BDS_RELAIDCHAR32CHAR32
NEW_CLSNAMBusiness Document Service: Class name BDS_CLSNAMCHAR30CHAR30
NEW_CLSTYPBusiness Document Service: Class type BDS_CLSTYPCHAR2BDS_CLSTYP
NEW_CLIENTClient MANDTCLNT3Assigned to domainMANDT
NEW_OBJKEYBusiness Document Service: Object key BDS_TYPEIDCHAR70SWO_TYPEID
NEW_DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
NEW_VER_NOBusiness Document Service: Document version number BDS_DVERNONUMC8NUM08
NEW_VAR_IDBusiness Document Service: Document variant ID BDS_DVARIDNUMC8NUM08
NEW_VAR_TGBusiness Document Service: Document Variant Tag BDS_VAR_TGCHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM BDS_LOG
INTO CORRESPONDING FIELDS OF WA_BDS_LOG
WHERE...

How to access SAP table BDS_LOG

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