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

TWO Table controls on same screen

Former Member
0 Likes
1,482

Can i display two table controls on Same screen? if yes, HOW.....

1 ACCEPTED SOLUTION
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
860

>

> Can i display two table controls on Same screen? if yes, HOW.....

Yes, We can display two table controls on same screen.

Example Program :RSDEMO02

Thanks & regards

4 REPLIES 4
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
861

>

> Can i display two table controls on Same screen? if yes, HOW.....

Yes, We can display two table controls on same screen.

Example Program :RSDEMO02

Thanks & regards

Read only

0 Likes
860

Hii... Thanks for ur reply...

when i`m taking help from the said program, following is my flow logic for screen...

PROCESS BEFORE OUTPUT.

MODULE STATUS_2000.

MODULE SHOW_ADVANCE.

LOOP at it_screen1 WITH CONTROL TCONTROL1

CURSOR TCONTROL1-current_line.

ENDLOOP.

LOOP WITH CONTROL TCONTROL.

MODULE SHOW_DATA.

ENDLOOP.

PROCESS AFTER INPUT.

MODULE USER_COMMAND_2000.

LOOP WITH CONTROL TCONTROL.

MODULE READ_DATA.

ENDLOOP.

MODULE POST_DATA.

when i activate it, it gives me following error for line 6.

"LOOP" cannot be assigned to any field.

Please Help.

Read only

0 Likes
860

Thanks Mr. lerner....Your Demo program helped me.

Read only

Former Member
0 Likes
860

Did you check the Rich Heilman's blog