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: 

dynamically need to increase the size of my Window

Former Member
0 Kudos
111

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

4 REPLIES 4

Former Member
0 Kudos
94

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.

0 Kudos
94

I working on SAP SCRIPT

0 Kudos
94

Hi Guru,

It is not possible to dynamically increase the size of the window inside a window that is not main

Former Member
0 Kudos
94

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.