BBPS_DOC_DRAW SAP (BAPIS DMS: document data) Structure details

Dictionary Type: Structure
Description: BAPIS DMS: document data




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




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

BBPS_DOC_DRAW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPIS DMS: document data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BBPS_DOC_DRAW TYPE BBPS_DOC_DRAW.

The BBPS_DOC_DRAW table consists of various fields, each holding specific information or linking keys about BAPIS DMS: document data data available in SAP. These include DOCUMENTNUMBER (Document number), DOCUMENTVERSION (Document Version), DOCUMENTPART (Document Part), DESCRIPTION (Description of Document).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BBPS_DOC_DRAW structure 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
DOCUMENTTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCUMENTNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCUMENTVERSIONDocument Version DOKVRCHAR2DOKVRCV3
DOCUMENTPARTDocument Part DOKTL_DCHAR3DOKTLCV4
DESCRIPTIONDescription of Document BBP_DKTXTCHAR40TEXT40
USERNAMEName of Person Responsible BBP_DWNAMCHAR12BBP_DWNAM
STATUSEXTERNStatus of a Document (Language-Dependent) BBP_STABKCHAR2CHAR2
STATUSINTERNDocument Status BBP_DOKSTCHAR2Assigned to domainBBP_DOKST
STATUSLOGDocument Management Log Field BBP_PROTFCHAR20BBP_PROTF
LABORATORYLaboratory/design office LABORCHAR3Assigned to domainLABOR
ECNUMBERChange Number BBP_DAENRCHAR12Assigned to domainAENNRAENNR
VALIDFROMDATEValid-From Date CCDATDATS8CC_DATUM
REVLEVELRevision Level REVLVCHAR2NUMCVREVLVRVS
DELETEINDICATORDeletion Flag BBP_LOEDKCHAR1XFELD
CADINDICATORCAD Indicator BBP_CADKZCHAR1XFELD
STRUCTUREINDICATORDocument Management Flag BBP_CVFLAGCHAR1CHAR1
PREDOCUMENTNUMBERDocument Number of Superior Document BBP_PRENRCHAR25Assigned to domainALPHADOKNR
PREDOCUMENTVERSIONDocument Version of Superior Document BBP_PREVRCHAR2DOKVR
PREDOCUMENTPARTPartial Docuemnt of the Superior Document BBP_PRETLCHAR3DOKTL
PREDOCUMENTTYPEDocument Type of the Superior Document BBP_PREARCHAR3Assigned to domainDOKAR
AUTHORITYGROUPAuthorization Group BEGRUCHAR4BEGRU
DOCFILE1Original of Document BBP_FILEPCHAR255TEXT255
DATACARRIER1Name of Data Carrier BBP_DTTRGCHAR10Assigned to domainBBP_DTTRG
WSAPPLICATION1Workstation Application BBP_DAPPLCHAR3Assigned to domainBBP_DAPPL
DOCFILE2Original of Document BBP_FILEPCHAR255TEXT255
DATACARRIER2Name of Data Carrier BBP_DTTRGCHAR10Assigned to domainBBP_DTTRG
WSAPPLICATION2Workstation Application BBP_DAPPLCHAR3Assigned to domainBBP_DAPPL
VRLDATDue Date BBP_VRLDATDATS8DATUM
USERDEFINED1Reserve Field DRAW BBP_RESDRAWCHAR14CHAR14
USERDEFINED2Reserve Field DRAW BBP_RESDRAWCHAR14CHAR14
USERDEFINED3Reserve Field DRAW BBP_RESDRAWCHAR14CHAR14
USERDEFINED4Reserve Field DRAW BBP_RESDRAWCHAR14CHAR14
SAVEDOCFILE1Original of Document BBP_FILEPCHAR255TEXT255
SAVEDATACARRIER1Name of Data Carrier BBP_DTTRGCHAR10Assigned to domainBBP_DTTRG
SAVEDOCFILE2Original of Document BBP_FILEPCHAR255TEXT255
SAVEDATACARRIER2Name of Data Carrier BBP_DTTRGCHAR10Assigned to domainBBP_DTTRG
CREATEDATEOutput Date for Document BBP_ADATUMDATS8DATUM
REFDOCUMENTNUMBERDocument Number of Template BBP_DOKNR_VLCHAR25Assigned to domainALPHADOKNR
REFDOCUMENTPARTDocument part of source document BBP_DOKTL_VLCHAR3DOKTL
REFDOCUMENTVERSIONDocument version of source document BBP_DOKVR_VLCHAR2DOKVR
FILESIZE1File Length of Original BBP_ORLNNUMC12NUM12
FILESIZE2File Length of Original BBP_ORLNNUMC12NUM12
CMFIXEDDocument Fixed BBP_DMS_CM_FIXEDCHAR1XFELD
CMRELEVANCEConfiguration Management BBP_DE_CM_RELEVANCE_FLAGCHAR1BBP_DO_CM_RELEVANCE_FLAG

Key field Non-key field



How do I retrieve data from SAP structure BBPS_DOC_DRAW using ABAP code?

As BBPS_DOC_DRAW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BBPS_DOC_DRAW as there is no data to select.

How to access SAP table BBPS_DOC_DRAW

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