Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Program Logic

Former Member
0 Likes
324

Hi,

I am working on Smartforms.I need to populate single fields into the form from various tables.How will I assign them respective values,as I am not using a single table.

Also the program has a screen with select-option.After the respective filtering the output should come in the smartform.Also a Z table needs to be populated with data from the smartform.Please help me with these typical doubts.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
295

Hi,

Create a structure with all the fields that need to be displayed in the smartforms.

Define the table in the Form interface of the smartforms. Declare a internal table of this structure in your print program and fill the table.

Pass this table to the smatforms through the tables parameter.

Hope this helps.

Regards

Subramanian

Read only

Former Member
0 Likes
295

Thanks for the suggestion.I am still working on this program,but have a fair idea as to how to go about the whole requirement.