‎2007 Jan 28 11:38 AM
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.
‎2007 Jan 29 4:45 AM
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
‎2007 Jan 31 9:08 AM
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.