2007 Sep 05 1:41 PM
Hai Experts ,
I WANT THE SIZE OF MY WINDOW TO VARY DEPENDING UPON THE SIZE OF MY DATA IN THE INTERNAL TABLE.i am going to print a long text in that window.
The main window is being used for a different purpose.So,i dont want to do anything with the existing main window.
Regards,
GURU
2007 Sep 05 1:48 PM
You can call screen as follows;
call screen <screen_number>
STARTING AT x1 y1 ENDING AT x2 y2
you can use varaible in x1,x2,y1,y2 and update values as per data in internal table in this varaible.
2007 Sep 05 1:53 PM
2007 Sep 05 2:02 PM
Hi Guru,
It is not possible to dynamically increase the size of the window inside a window that is not main
2007 Sep 05 1:59 PM
hi ,
in scripts u have windows nad pages also so u can increase the size of the window by increasing their co-ordinates....
if helpful reward some points..
with regards,
Suresh Aluri.