cancel
Showing results for 
Search instead for 
Did you mean: 

Creating the Next Page

Former Member
0 Kudos

Hi Friends,

I did the sap script form. Its only the first page and the second page is also like the first page.

I want to create the second page without much header details.

How to copy the first page and edit the header window.

I copied the firspage and did edited the header window, this is making changes in firspage aswell. How to edit the second page's Header window wihtout distruning the firspage format.

Please give me the steps for creating the second page.

Please help me out.

Thanks,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi praveen,

after copying the page may u need to <b>chage the windows Names</b>

Answers (3)

Answers (3)

Former Member
0 Kudos

I think you need to change the Window Type from CONST to VAR

former_member673464
Active Contributor
0 Kudos

hi Praveen,

You can get two pages with different headers by naming two different pages and declaring different header windows.or you can use fm 'Write_form' function module for your requirement. use function parameter for your requirement.

regards,

veeresh

Former Member
0 Kudos

Hi..,

do one thing...

Give the next page for the first as first page itselt..

now

in script editor ..

write the first page header in an IF CONDITION..

and for all the next pages write it in else condition..

<b>if &page& eq '1'.

Write the first page's header.

else.

write here the second page's header.

endif.

</b>

**********

The second method can be as Naresh suggested .. u can copy the first page into another and give a different name to the Header window and edit that..

regards,

sai ramesh