
Accessing Application Data
Use
You want to access data in your application to display or print it in a table.
Integration
You use the application program to read the data you want to display on the form as a table from the database and write it into an internal table. When calling the Smart Form, you pass this internal table to the
form interface to be able to access it within the form description.
See also:
Prerequisites
You created a table node and declared an internal table at the form interface that you want to pass from within your application program.
Activities