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

smartform export table

Former Member
0 Likes
350

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
280

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.

1 REPLY 1
Read only

Former Member
0 Likes
281

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.