/IPRO/TDOCMNT SAP (Document Builder Documents) Table details

Dictionary Type: Table
Description: Document Builder Documents




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




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

/IPRO/TDOCMNT is a standard SAP Table which is used to store Document Builder Documents data and is available within R/3 SAP systems depending on the version and release level.

The /IPRO/TDOCMNT table consists of various fields, each holding specific information or linking keys about Document Builder Documents data available in SAP. These include DOCMNT (Globally Unique Identifier), CONTENT (Content), CMODIF (Content Modifier), USR (Created by).. 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: Can be enhanced (character-type or numeric)


SAP /IPRO/TDOCMNT 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 MANDTCLNT3T000MANDT
DOCMNTGlobally Unique Identifier GUIDRAW16
CONTENTContent /IPRO/CONTENTCHAR10/IPRO/TCONTENT/IPRO/CONTENT/IPRO/CONTENT
CMODIFContent Modifier /IPRO/CMODIFCHAR3/IPRO/TCMODIFCHAR3
USRCreated by /IPRO/CREATEDBYCHAR20/IPRO/CREATEDBY
DOCMNT_IDDocument Number /IPRO/DOCMNT_IDCHAR15CHAR15/IPRO/H_DOCMNT_ID
DOCSTATDocument Status /IPRO/DOCSTATCHAR1/IPRO/DOCSTAT
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
DESCRIPTIONName of Document /IPRO/DESCRIPTIONCHAR40TEXT40
EXT_DOC_IDExternal Document /IPRO/EXTERN_DOCCHAR40CHAR40
EXT_SYSTEM_IDLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXT_OBJECT_IDExternal Document Type /IPRO/EXT_OBJ_TYPECHAR10CHAR10
DOCSLDocument Selection /IPRO/DOCSLCHAR20/IPRO/TDOCSLCHAR20
TMPLSystem Template Name /IPRO/TMPLCHAR40/IPRO/TTEMPLCHAR40
USRTMPLUser Template /IPRO/USRTMPLRAW16/IPRO/TUSRTMPL
DFLT_STYLEDocument Style /IPRO/STYLECHAR20/IPRO/TSTYLCHAR20
USRSTYLGlobally Unique Identifier GUIDRAW16
DFLT_OVERLYOverlay /IPRO/OVERLYCHAR20/IPRO/TOVERLYCHAR20
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_PARTNERCHAR10Assigned to domainALPHABU_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_ESTATCHAR5Assigned to domainJ_ESTAT

Key field Non-key field



How do I retrieve data from SAP table /IPRO/TDOCMNT using ABAP code

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

SELECT SINGLE *
FROM /IPRO/TDOCMNT
INTO CORRESPONDING FIELDS OF WA_/IPRO/TDOCMNT
WHERE...

How to access SAP table /IPRO/TDOCMNT

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