Customizing the metamodel : Keywords for USRPROPS : INITIAL
  
INITIAL
Used to stamp any diagram, symbol, or definition with the AUDIT ID, DATE, and TIME of its creation. The value of this field is never changed by System Architect.
Variants
INITIAL DATE
INITIAL TIME
INTIAL AUDITID
Starting in System Architect V9, INITIAL DATE, INITIAL TIME, and INITIAL AUDITID are provided by default in the Access Data tab of each diagram or definition dialog. This is hard-coded in the product – in other words, you will not find the INITIAL keyword in each definition in SAPROPS.CFG, nor do you need to add it to USRPROPS.TXT for new diagram or definition types that you create.
Example
DEFINITION "X"
{ PROPERTY "Creation Auditid"
{ EDIT Text INITIAL AUDITID LENGTH 12 READONLY }
}