/IPRO/S_DB_RECORD SAP (Database record for Document Builder) Structure details

Dictionary Type: Structure
Description: Database record for Document Builder




ABAP Code to SELECT data from /IPRO/S_DB_RECORD
Related tables to /IPRO/S_DB_RECORD
Access table /IPRO/S_DB_RECORD




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

/IPRO/S_DB_RECORD 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 "Database record for Document Builder" 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_/IPRO/S_DB_RECORD TYPE /IPRO/S_DB_RECORD.

The /IPRO/S_DB_RECORD table consists of various fields, each holding specific information or linking keys about Database record for Document Builder data available in SAP. These include MANDT (Client), DOCMNT (Globally Unique Identifier), CONTENT (Content), CMODIF (Content Modifier).. 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 (Deep)


SAP /IPRO/S_DB_RECORD 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
DOCMNT 0
MANDTClient MANDTCLNT3MANDT
DOCMNTGlobally Unique Identifier GUIDRAW16
CONTENTContent /IPRO/CONTENTCHAR10/IPRO/CONTENT/IPRO/CONTENT
CMODIFContent Modifier /IPRO/CMODIFCHAR3CHAR3
USRCreated by /IPRO/CREATEDBYCHAR20/IPRO/CREATEDBY
DOCMNT_IDDocument Number /IPRO/DOCMNT_IDCHAR15CHAR15/IPRO/H_DOCMNT_ID
DOCSTATDocument Status /IPRO/DOCSTATCHAR1/IPRO/DOCSTAT
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
DESCRIPTIONName of Document /IPRO/DESCRIPTIONCHAR40TEXT40
EXT_DOC_IDExternal Document /IPRO/EXTERN_DOCCHAR40CHAR40
EXT_SYSTEM_IDLogical system LOGSYSCHAR10ALPHALOGSYS
EXT_OBJECT_IDExternal Document Type /IPRO/EXT_OBJ_TYPECHAR10CHAR10
DOCSLDocument Selection /IPRO/DOCSLCHAR20CHAR20
TMPLSystem Template Name /IPRO/TMPLCHAR40CHAR40
USRTMPLUser Template /IPRO/USRTMPLRAW16
DFLT_STYLEDocument Style /IPRO/STYLECHAR20CHAR20
USRSTYLGlobally Unique Identifier GUIDRAW16
DFLT_OVERLYOverlay /IPRO/OVERLYCHAR20CHAR20
DOCDATEDocument Date /IPRO/DOCDATEDATS8DATS
AUTO_PROCESSAuto Process /IPRO/AUTO_PROCESSCHAR1CHAR1
BUILD_FROM_IDDocument Number /IPRO/BUILD_FROM_IDCHAR15CHAR15/IPRO/H_DOCMNT_ID
EXT_CMDExternal Command /IPRO/EXT_CMDCHAR10/IPRO/EXT_CMD
TOKENLock Token /IPRO/TOKENCHAR1CHAR1
VERSIONVersion Number /IPRO/ELEMENT_VERSIONNUMC5NUM5
CONFIDENTIALConfidential /IPRO/CONFIDENTIALCHAR1XFELD
LOCKED_BYUser Name SYUNAMECHAR12SYCHAR12
LOCKED_ONTimestamp /IPRO/TIMESTAMPDEC15/IPRO/TIMESTAMP
ENDDATEEnd Date ENDDADATS8DATUM
COLLAB_INTCheckbox XFELDCHAR1XFELD
COLLAB_EXTCheckbox XFELDCHAR1XFELD
RESP_USERResponsible User /IPRO/RESP_USERCHAR20/IPRO/CREATEDBY
RESP_ORGPurchasing Organization /IPRO/PORGCHAR14/IPRO/PORG
RESP_GRPPurchasing Organization /IPRO/PORGCHAR14/IPRO/PORG
PARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
PARENTGlobally Unique Identifier GUIDRAW16
DATE_FORMATDate format XUDATFMCHAR1XUDATFM
DEC_FORMATDecimal Format XUDCPFMCHAR1XUDCPFM
STARTDATEStart Date BEGDADATS8DATUM
NOTEText, 255 Characters TEXT255CHAR255TEXT255
TMPL_VERSIONVersion Number /IPRO/ELEMENT_VERSIONNUMC5NUM5
COMM_TYPECommunication Type /IPRO/COMM_TYPECHAR1CHAR1
EXT_DOC_GUIDGlobally Unique Identifier GUIDRAW16
USRSTATUser Status J_ESTATCHAR5J_ESTAT
DOCDATA 0
MANDTClient MANDTCLNT3MANDT
DOCMNTGlobally Unique Identifier GUIDRAW16
DOC_DATA 0

Key field Non-key field



How do I retrieve data from SAP structure /IPRO/S_DB_RECORD using ABAP code?

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

How to access SAP table /IPRO/S_DB_RECORD

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