Application Development 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: 

TWO Table controls on same screen

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Mohamed_Mukhtar
Active Contributor
0 Kudos

>

> 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

Mohamed_Mukhtar
Active Contributor
0 Kudos

>

> 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

0 Kudos

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.

0 Kudos

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

former_member188685
Active Contributor
0 Kudos

Did you check the Rich Heilman's blog