‎2006 Dec 28 4:26 PM
Hi all...
How to select fields from two tables in smartforms.....?
‎2006 Dec 28 4:37 PM
use Table Control in smartform to loop an internal table.
within the the table control add a loop control so that you can loop another internal table and access its fields.
i hope this will serve ur requirement.
pls reward with points if suits for u.
satish
‎2006 Dec 28 4:37 PM
use Table Control in smartform to loop an internal table.
within the the table control add a loop control so that you can loop another internal table and access its fields.
i hope this will serve ur requirement.
pls reward with points if suits for u.
satish
‎2006 Dec 28 5:28 PM
Hi..
i didnt get u...! how to select two tables in smartforms.......? Should i give two internal tables....? in se 38, should i give two internal tables to fetch the data......?
‎2006 Dec 28 5:36 PM
hi Shir:
The question is what do you want to do?
what do you want to print?
because in the global parameters in the tab tables you could put a table that you could pass from the source code.
ALL FUNCTION nombre_modulo_funcion
EXPORTING
COPY = ''
TABLES
GS_T_F = T_F
T_F is one internal table
and GS_T_F is defined in the smart form
‎2006 Dec 29 12:28 PM
hi,
create a structure of the final table which contains the 2 table fields,
and use the structure in the smart form.Move values to the internal table
in u r program which as the structure of u r created structure table call
pass that table through interface.
if helpful reward me.
regards,
Praveen.