cancel
Showing results for 
Search instead for 
Did you mean: 

NEW_LINE in sap script

Former Member
0 Kudos

Hello,

Currently the form is printing in the both sides.

Based on sequence in production order the form output is printed.

when sequence 0 is completed in 3rd page back of the page i.e page 4 sequece 1 will start printing.

The requirement is when sequence 0 output is completed in 3rd page

sequece 1 should be printed in 5th page i.e only in odd pages new sequeces should be printed.

for that i used NEW-PAGE to give blank page but i am getting 2 blank pages. can any body suggest us how to get one blank page?

Regards

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

I don't understand your complete requirement, but if you want to have a blank page try the following

1. Create a page-element in your smartform and call it PAGE_BLANK (it is possible that you need to create an emtpy text-element in it, not sure about that)

2. On the place thate you want to call that blank page, create a command-element.

3. Place your conditions on this command-element

4. Check the checkbox "Go To New Page" and fill in "PAGE_BLANK"

Your blank page will be inserted here. If your page "PAGE_BLANK" is handled, the smartform will continue where you placed this command-element.

kind regards.

Tom