The logical entities will usually be abbreviated in some form in the physical tables. For example, a logical entity with a name of 'ORDER LINES' or 'CUSTOMER ACCOUNT ' will have a physical table names like 'ORD_LN' or 'CUST_ACCT' etc. How do we accomplish that?
There is no conversion of names when converting a Logical ER to a Physical ER. And no option/settings to set it up. You can however use "Naming convention" to convert the most frequent or the longest words in names, e.g. Table = tab, Customer = cust...
Please see the Help | User Guide for more information on setting up the Naming Convention.