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: 

problem in displaying template in smartform

laxman_sankhla3
Participant
0 Kudos

hi

i am working on smartform.

i am getting data in template.

i want to display template data should start from new page (next page)

thanks .

9 REPLIES 9

Former Member
0 Kudos

right clik on the template

and choose create and then command

then chek out the new page chekbox

it wil move u to on the next page.

if porb not solved then do ask

reward points to all useful ans

Fresher

0 Kudos

still problem is there...

i want this should come on next page.

0 Kudos

have u used the command node?

0 Kudos

ya i used command node but giving erro that cant give page to template

thanks .

Former Member
0 Kudos

insert a COMMAND NODE to manage the break-page.

In this node you have to insert the command to skip to the third page and in the CONDITION TAB of COMMAND NODE you have to insert the control the systems has to to.

The CONDITION tab is a grid: insert the variable (for the country) in the colunm on the left and the value in the colunm on the right.

So place the cursor on the LOOP (or TABLE) node and click on right button of your mouse,

choose Create-Flow Logic->Command

Here in General Attribute set the flag "GO TO NEW PAGE" and insert the name of the third page;

in CONDITION TAB insert the name of variable in FIELD NAME colunm and the value in COMPARISON VALUE colunm.

**************8

Generally when the MAiN window info exceeds more than a Page then the print goes to second page .

other wise you have to explicitely write

if <condition>

NEW-PAGE

endif .

Former Member
0 Kudos

Dear do this,

lick on your template .

In right side you have Conditions tab.

here you have 5 chek-boxes.

You can choose last one to refer the page on which you want your templete be written.

i THINK YOUR REQUIREMENT IS ON LAST PAGE AFTER MAIN WINDOW BUT ON NEW PAGE.

SO YOU CAN TICK THIRD AND 5TH (CHECKBOXES) BOTH .

REWARD IF USEFUL.

AMIT SINGLA

Former Member
0 Kudos

hi,

You can use following link for help.

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

Former Member
0 Kudos

Hi,

Templates do not properly control page break. If you want to have the page break functionality, better to use tables.

0 Kudos

ok thanks you