Navigation to this function
Other database structures that are not used in the application, API, clients, but only internally/technically are registered here. These can be tables, views, procedures, etc. - the type must be maintained in a uniform and meaningful way.
Identification
Information on the identification of the data record is stored in this info area.| Property | Description |
| Namespace | Namespace to which this structure technically belongs |
| Type | Enter the type, "Table", "View", "Stored procedure", etc. |
| Name | Name of the respective structure. Note: The combination of type and name is UNIQUE, so it must not occur twice. |
| Description | Description of the structure |
| ProductOwner | Responsible person |
| SystemName | System name of the structure (optional here, not a mandatory field!) |
| Canceled? | Indicates whether the structure has been discontinued. |
| DAL generation? | Specify whether table or view should also be generated for DAL |
| Internal ID (Data ID) | The internal ID, or data ID, is used within the application to uniquely identify the data record. |