BAPI_DOC_DRAWX SAP (BAPIS DMS: X structure for document data) Structure details

Dictionary Type: Structure
Description: BAPIS DMS: X structure for document data




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




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

BAPI_DOC_DRAWX 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: X structure for 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_BAPI_DOC_DRAWX TYPE BAPI_DOC_DRAWX.

The BAPI_DOC_DRAWX table consists of various fields, each holding specific information or linking keys about BAPIS DMS: X structure for document data data available in SAP. These include DOCUMENTNUMBER (Updated information in related user data field), DOCUMENTVERSION (Updated information in related user data field), DOCUMENTPART (Updated information in related user data field), DESCRIPTION (Updated information in related user data field).. 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 BAPI_DOC_DRAWX 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
DOCUMENTTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOCUMENTNUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOCUMENTVERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOCUMENTPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRIPTIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USERNAMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATUSEXTERNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATUSINTERNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATUSLOGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LABORATORYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ECNUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELETEINDICATORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CADINDICATORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STRUCTUREINDICATORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREDOCNUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREDOCVERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREDOCPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREDOCTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUTHORITYGROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOCFILE1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATACARRIER1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WSAPPLICATION1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOCFILE2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATACARRIER2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WSAPPLICATION2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VRLDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USERDEFINED1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USERDEFINED2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USERDEFINED3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USERDEFINED4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAVEDOCFILE1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAVEDATACARRIER1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAVEDOCFILE2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAVEDATACARRIER2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CREATEDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REFDOCNUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REFDOCPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REFDOCVERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FILESIZE1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FILESIZE2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

As BAPI_DOC_DRAWX 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 BAPI_DOC_DRAWX as there is no data to select.

How to access SAP table BAPI_DOC_DRAWX

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