‎2008 Oct 16 8:10 AM
Can i display two table controls on Same screen? if yes, HOW.....
‎2008 Oct 16 8:15 AM
>
> Can i display two table controls on Same screen? if yes, HOW.....
Yes, We can display two table controls on same screen.
Example Program :RSDEMO02Thanks & regards
‎2008 Oct 16 8:15 AM
>
> Can i display two table controls on Same screen? if yes, HOW.....
Yes, We can display two table controls on same screen.
Example Program :RSDEMO02Thanks & regards
‎2008 Oct 16 8:30 AM
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.
‎2008 Oct 16 10:18 AM
‎2008 Oct 16 8:17 AM