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

SMARTFORMS

Former Member
0 Likes
418

Hi all...

How to select fields from two tables in smartforms.....?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

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

4 REPLIES 4
Read only

Former Member
0 Likes
393

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

Read only

0 Likes
392

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......?

Read only

0 Likes
392

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

Read only

Former Member
0 Likes
392

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.