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

Smartforms Delete blank page

Former Member
0 Likes
1,677

Hi,

im passing my internal table to smartform function.in smartform i want to create new pages for (at new vbeln )field group.i have been added one command i check for each new page GOTO->First page i gave. so as per this first page after head goes to next page.remaining page comes correctly.i want to remove first page. can any one guide me ???

prakash

Hi,

im passing my internal table to smartform function.in smartform i want to create new pages for (at new vbeln )field group.i have been added one command i check for each new page GOTO->First page i gave. so as per this first page after head goes to next page.remaining page comes correctly.i want to remove first page. can any one guide me ???

prakash

2 REPLIES 2
Read only

Former Member
0 Likes
758

Put a condition on the COMMAND so that it does not fire for the first page.

In the conditions tab of the command node, just check the check box NOT ON FIRST PAGE. That will avoid the blank page at the begining.

Regards,

Ravi

Note : Please mark all the helpful answers and close the thread if the issue is resolved.

Read only

Former Member
758

Hi Fahad,

In the attributes of the Command, select the checkbox <b>"NOT on first page"</b>. This will prevent you from creating a blank page at the start and the rest will be the same what you get. Hope this solves ur issue.

Regards,

Tushar

Message was edited by: Tushar Marshall Dass