cancel
Showing results for 
Search instead for 
Did you mean: 

Script new page.

Former Member
0 Kudos

Hi i need to create a new page to my script and i have to give the text(6 lines) in that new page(middle of the page). could any body help me how to create new page and how to get my text in it,

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

it can be set in two way

1 using SE71 ur Script transaction

u can create new page by clicking page tab in Se71 and goto edit->create Element.. that will create a new page..

2 Using ur SE38 itself by setting a flag variable = X u can create a new page..

if page = ' X '. new-page. endif.

reward if helpful

Karthik.T

Former Member
0 Kudos

Just enter a variable flag in the program like when line gt than 6 for main window.

flag = 'X'.

in script just enter the condition.

/:if flag = 'X'.

/:new-page.

/:endif.

and a new page will be inserted.

anya

mahaboob_pathan
Contributor
0 Kudos

hi,

go to se71,

create the zform .

at the starting of window u will PAGE button click that

in bottom u can find standard attributes there u can create u r pages.like page1 ,page2

eg:

type page1 and press enter.

again type page2 and press enter.

now 2 pages are created.

below that u will find NEXT PAGE in that for page1 the next page will be page2 and for page2 NEXT PAGE WILL be page2 itself.

now create window by clicking on window buttom and create u r window.

and place it in page2.

goto text elements of that page2 and type the matter which u would like to print.

and call the form from driver program.

note if u din't find page button when u created the form.then

goto settings-> form painter.

and uncheck the check buttons graphical pc editor and form painter.