For database tables,
component tables, and logical views, you can specify that this
table must be provided as an interface by the current module.
To define a table as interface
provider:
1.
|
Define the table with all columns. |
Or, in the case of a logical
view, define the (SQL) Statement, and check the logical view.
2.
|
Select the Interface checkbox. |
The table, including all its
columns AND the domains for its columns, are now interface
providers. After flat files have been created, all interface
providers can be used by consumer modules.
|