cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Question On Script

Former Member
0 Kudos

Hi Abapers,

I am having a question in Script how to move data from one main window to other main window...

With Regards

Bhaskar Rao.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi..

U dont need to move data from one main window to another ...

anyway a form can have onli one main window...

If the main window of the first page is filled with data and still some data is there to print , then it automatically trigggers a new page ... and the reamining data will be continued on the next page's main window..

This is the difference between the main window and Variable window.. Variable window truncates the data and it wont trigger any new page...

<b>U can split the main window on a page into 99 multiple main windows ...

To send the data to the next splitted window u need to use the command <u>NEW-WINDOW</u>.</b>

i hope u understood the concept..

reward if it helps u...

sai ramesh

Former Member
0 Kudos

Hi Sai Ramesh ,

U can maintain more than one main window in Script ...,i meed to move data from one main window to anothe main window ...

With Regards

Bhaskar Rao.M

Former Member
0 Kudos

Yes , u can maintain more than one main window , but u cannot create !!

To move the data to the next splitted main window u need to use

<b>NEW-WINDOW command..</b> after the end of data in main window in script editor..!!

regards,

sai ramesh.

Former Member
0 Kudos

Hi Sai Ramesh,

Thanks for ur naswer my problem was solved

With Regards

Bhaskar Rao.M

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhaskar!

Actually i didn't understand ur question. Can u plz elaborate it?

moving data from one main window to other main window...did u mean that some contents are on the main window of first page and some on other page.

B'coz in a page we can have only 1 main window.

Regards,

Neha

Message was edited by:

Neha Bansal

Former Member
0 Kudos

Hi Neha Bansal,

In Script u can maintain 99 main windows per page , i want to move data from one main window to other main window ...

With regards

Bhaskar Rao.M