OBJ_M_DOCUMENTS

This table is an index to the documents stored in document domains.

Name Null ? Type Values
M_DOC_N_ID NOT NULL int10 The unique identifier of the document. It is computed from the OBJ_M_MAGICID table. "SELECT M_MAGIC_N_ID FROM OBJ_M_MAGICID WHERE M_MAGIC_C_NAME='DX'" is the SQL sentence that allows to get the next ID of the document.
M_DOC_C_NAME NOT NULL char(254) The name of the document. This name must be unique for a given document domain.
M_DOC_N_SIZE NOT NULL int10 The size of the document, expressed in bytes. Warning: it does not express the size of the document stored in the document domain. It represents the initial size of the document (the size of the document at submission time).
M_DOC_N_REPOID NOT NULL int10 The ID of the document domain in which it is stored. At submission time, end-users can specify a document domain. 
M_DOC_N_DATE NOT NULL int10 The date at which the document was last exported.
M_DOC_N_USERID NOT NULL int10 The unique identifier of the user who exported the document. This value is referenced in OBJ_M_ACTOR;
M_DOC_N_TYPE NOT NULL int10 BODT_UNDEFINED = 0, 
BODT_DOCUMENT = 1, 
BODT_SCRIPT = 2, 
BODT_DOCUMENTBATCH = 4, 
BODT_LOV = 8, 
BODT_TEMPLATE = 16, 
BODT_BQY = 32, 
BODT_COMPILEDSCRIPT = 64, 
BODT_WEBDOC = 128, 
BODT_ADDIN= 256
M_DOC_N_PERSISTENT NOT NULL int10

0, sent to users (not persistent: removed as soon as all users have read it)

1, sent to the repository = published to corporate (persistent)

M_DOC_N_FORMAT NOT NULL int10 BODF_UNDEFINED = 0, 
BODF_BENTO =     1, (unused, planned for Unix)
BODF_OLE2 =      2, 
BODF_TEXT =      3, 
BODF_OLE2WEBREADABLE = 4
M_DOC_C_FLAGS NOT NULL char(10)  
M_DOC_N_HELPSLCID   int10 This column was unused before version 5.0. In 5.0, it has two parts: 00XXXXYYYY. XXXX represents the smallest version of Business Objects that can read this document. YYYY represents the version of BusinessObjects that exported this document. For BusinessObjects 5.0, it is 50005000. 
M_DOC_N_LAD NOT NULL int10 Last Action Date
M_DOC_N_LAT NOT NULL int10 Last Action Type