cancel
Showing results for 
Search instead for 
Did you mean: 

Letter Enhancemetnts push to second page

Former Member
0 Kudos

As a Premise, I have never coded SmartForms before, and looking to modify one that has existed in our system for about 10 years all under SAP v4.6c.

Users have requested considerible lines, both static and dynamic to an existing form. Enough that changing to LEGAL from PORTRAIT is not providing enough lines.

I have successfully added all the letter body however, when the page breaks to page 2, I can't seem to get rid of the LOGO.

The basic layout in the form is

LOGO

Letter Body

FOOTER

and process tree appears as such:

Folder NEW New Page

--Window LOGO

-


Graphic our logo

--Window Applicant

-


Loop LOOP

-


COMMAND Go to New Page NEW

-


Text for Name

-


Conditional Text for Name 2

-


Text Address

-


Text Letter Body Pt1

-


LOOP table 1

-


Text Message

-


Text Letter Body Pt2

-


TEMPLATE with 12 text fields in a grid

-


Text Letter Body Pt3

-


Text Letter Body Pt4

-


LOOP table 2

-


Text Message

-


Text Letter Body Pt5

--Window FOOTER

-


Graphic Our Footer

What I want to do is hard break to a 2nd page between

-


Text Letter Body Pt3

........... page break

-


Text Letter Body Pt4

I have been able to put a COMMAND in to Page Break here, but I can't get rid of the LOGO. I'd be happy to not add the COMMAND and just let setting accomplish this issue as well.

As a second question to this, is it possible to print the footer just one the second page.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Replying to your second question.

Yes it is possible to print the footer just one the second page.

By using condtion sfsy-page eq 2 in conditions tab of Footer.

BR

Dep

Former Member
0 Kudos

This worked except it only worked on the first letter. Once it got to the second letter, the footer disappeared completely.

I changed it to > 1, and then it didn't print on the first one, but did on every other page of every letter.

Still need LOGO Solution. I did try this same approach for the LOGO, but then it only printed on the first page of the first letter.

Edited by: Paul Chapman on Aug 5, 2011 8:48 AM

Answers (0)