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
939

I'm using SAPSCRIPT, do we define ' HEADER' , ' MAIN' and 'FOOTER' in windows when we are creating a form

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
921

Header Main and Footer can be defined as windows as per the requirement.

Header for Header info like Title, Company name...logo.

Main for Item details

Footer for company address or page numbers.

Later you need to put these windows in Page to make them available.

9 REPLIES 9
Read only

Former Member
0 Likes
922

Header Main and Footer can be defined as windows as per the requirement.

Header for Header info like Title, Company name...logo.

Main for Item details

Footer for company address or page numbers.

Later you need to put these windows in Page to make them available.

Read only

Former Member
0 Likes
921

Hi,

MAIN window is a must for the Script. HEADER and FOOTER is upto your requirement. You can use your own names also for naming the Windows.Any anumber of windows you can create.Just for convenience sake we call them as Header (like our Header table of reach application document) and footer (to display signatures).

reward if useful.

Regards,

Anji

Read only

Former Member
0 Likes
921

Main window is by default there for the script .

Yes you need to explictly define header and footer windows .

Regards,

Vijay

Read only

Former Member
0 Likes
921

Further information is that you can create upto 99 Main windows in your form.

Read only

Former Member
0 Likes
921

what is the difference between page and page window ..... I mean to say that which item do we put in page and which do we put in page widow.

Read only

0 Likes
921

Page: Is nothing but a plain page that you have defined.

Page Window: Has all the windows that you have put into the page.

Read only

0 Likes
921

Hi,

Pages are different from Page windows.

Page windows are the one, in which we write all our code like thing means all the fields and the symbols.

Pages are something like FIRS page and NEXT page, in which all the windows appear.

Cretae Pages first,then windows, then page windows, then in page windows create text elemts.

Hope you understood.

Regards,

ANJi

Read only

0 Likes
921

How can I specify the position of the selected window on the page and the dimensions of the window

Read only

0 Likes
921

in page windows you can define the position (upper margin , lower margin) of a window in page. Hope it helps.