‎2009 Jun 04 3:52 PM
hi experts,
my doubt is the next... how can i export a table of a smartform... the thing is that the smartform receive a table eg "table1" and makes a logic and calculations and shows "table2" .. is there a way to get back at the control program the "table2"?
i tried at the export at smartform but it says that table2 is already been declared ... -> the table2 is defined in the global data at global definitions...
is there a way to do this??
thx in advance
‎2009 Jun 10 12:45 PM
Hi,
Create tables T1 and T2 in global and export. Do all the calculations and pass them to T1, then pass all records of table T1 to T2 table. Create same internal table of type T2 in control program.
‎2009 Jun 10 12:45 PM
Hi,
Create tables T1 and T2 in global and export. Do all the calculations and pass them to T1, then pass all records of table T1 to T2 table. Create same internal table of type T2 in control program.