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: 

sapscript layout issue

Former Member
0 Kudos

I have this sapscript form with 2 pages (pls see page 1 image layout below). Page 1 has 2 headers and 1 main window. How should I layout the 2nd page in a way that the second page will show the remaining data of main window (of page 1) and the data will cover the entire area of page 2? I do not want the header 1 and header 2 on the 2nd page so I guess I should just delete it as simple as that.

In short, what I want is to make data flow continously from page 1 and page 2 and data on page 2 should cover the entire area of page 2. Should I add another window on page 2 or what? I experimented adding another window on page 2. Data flowed continously on page 2 but it consists duplicate data. Pls give me idea on how to do this right.

I am new to sapscript. Forgive me if i sound so dumb.<b> Pls help. Thanks.</b>

<b>page 1 layout:</b>

http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript_layout.jpg

1 REPLY 1

Former Member
0 Kudos

Hi

DO you have pages defined as FIRST and NEXT or FIRST and LAST

See we can restrict the Page windows per each page

goto se71 tcode enter the MEDRUCK form and see its pages and Page windows

In the second page(NEXT) increase the dimenstions of the MAIN window by increasing its HEIGHT and UPPER MARGIN such that it starts from top and ends at the bottom of the page. and you can delete the header windows from this PAGE

so by selecting the page on top you can play with the windows

SAPScripts

Link for SAP Scripts (step by step procedure)

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPS...

http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf

http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf

http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf

http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf

http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf

http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-sub...

SAP SCRIPT FIELDS

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm

scripts easy material

http://www.allsaplinks.com/sap_script_made_easy.html

Regards

Anji