Application Development and Automation 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: 
Read only

Sapscript

Former Member
0 Likes
650

Is it always nessecary to create a main window ?

I tried to create a main window, but sapscript did not accept the main window

When i check the scriptform i got the message no window 00

when i make a testprint i become the message no main window available

kind regards

Jo Adams

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

Hai Adams,

Welcome to SDN.

Yes it is compulsary for every script to have a main window.

You try like this:

Go to Se71>Type Form Name>Press Change Button-->

Then see the option for Page Windows.

Then In the menu:Edit-->Create Element.

Then a dialog box appears containing Main window Double click on it.

Gie left,upper margin and width and height and then actvaye.

Hope you can now do that.

Reward points if it helps you.

Regds,

Rama chary.Pammi

4 REPLIES 4
Read only

Former Member
0 Likes
622

Hai Adams,

Welcome to SDN.

Yes it is compulsary for every script to have a main window.

You try like this:

Go to Se71>Type Form Name>Press Change Button-->

Then see the option for Page Windows.

Then In the menu:Edit-->Create Element.

Then a dialog box appears containing Main window Double click on it.

Gie left,upper margin and width and height and then actvaye.

Hope you can now do that.

Reward points if it helps you.

Regds,

Rama chary.Pammi

Read only

Former Member
0 Likes
621

Main window in which continuous text is printed. This is the window used by dialog users of a print program and form. For example, the body text of a letter would be entered in MAIN.

The text in the main window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages.

Go to<b> Se71</b> and Type Form Name and Press Change Button then u see

Then see the option for <b>Page Windows</b>.

Then In the menu click on<b> Edit </b> after that click on <b>Create Element</b>.

Then a dialog box appears containing <b>Main window</b> <b>Double click</b> on it.

Give values for left,upper margin and width and height and then activate it .

it is useful for u

rewards if it helps u

Vijay Pawar

Read only

Former Member
0 Likes
621

hi,

form by default contains main window

first create page then select the option WINDOWS in the tool bar

main window will come .go to edit->main window

give left ,upper ,width,height.->save

this is done in page windows for other windows.

no need to create main window explicitly

Read only

Former Member
0 Likes
621

Hello

Thanks for the answers , the problem is solved

thanks

Jo Adams