cancel
Showing results for 
Search instead for 
Did you mean: 

increase size dynamicaly for a window in script

Former Member
0 Kudos

Hai,

In SAP SCRIPT , I want to increase the size of my window dynamically based upon my internal table data.

I cant include this data in my main window,because it is being used for someother purpose.So i dont want to do any modication to my Main window.

Please let me know is there any way to achieve this in SAP Script.

Regards,

Devendran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hai,

The contents are getting overwriten if i create secondary window and give the properties of main window to it.

I cant use the data in the internal table directly to the main window .

I want the internal table contents as a seperate window .

Regards,

Devendran

Former Member
0 Kudos

Hi,

It is possible but it will overwrite mainwindow content sometimes. so better to use constent window or put the itab in main window.

Regards,

Nandha

Former Member
0 Kudos

Hi,

<b>you can create more than one main window in the scripts</b> that is the advantage of the scripts

and in smartforms you have to option like loop

so you can use it if you dont want to use the main window

so coming to scripts

create a window and give the properties like <b>main01</b> window

usually you will give secondary window

so this wil help you..

thanks & regards,

Venkatesh