BBPD_CMS_LOCK SAP (CMS Legal Document Lock Entries) Table details

Dictionary Type: Table
Description: CMS Legal Document Lock Entries




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




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

BBPD_CMS_LOCK is a standard SAP Table which is used to store CMS Legal Document Lock Entries data and is available within R/3 SAP systems depending on the version and release level.

The BBPD_CMS_LOCK table consists of various fields, each holding specific information or linking keys about CMS Legal Document Lock Entries data available in SAP. These include GUID (CMS GUID for Display), ID (CMS Document ID), DOC_TYPE (CMS Document Type), VERSION (Legal Document Version).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPD_CMS_LOCK 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDCMS GUID for Display BBP_CMS_DOC_GUID32CHAR32CHAR32
IDCMS Document ID BBP_CMS_DOC_IDCHAR10BBP_CMS_DOC_ID
DOC_TYPECMS Document Type BBP_CMS_DOC_TYPECHAR2BBP_CMS_DOC_TYPE
VERSIONLegal Document Version BBP_CMS_DOC_VERSIONNUMC3BBP_CMS_DOC_VERSION
LOCKED_BYUser Name SYUNAMECHAR12SYCHAR12
LOCKED_ONTime Stamp BBP_CMS_TSTMPDEC15BBP_CMS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPD_CMS_LOCK
INTO CORRESPONDING FIELDS OF WA_BBPD_CMS_LOCK
WHERE...

How to access SAP table BBPD_CMS_LOCK

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