cancel
Showing results for 
Search instead for 
Did you mean: 

page format

Former Member
0 Kudos

what is meant by multiple page format

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

Multiple page format is that first page Portrait and second page onward land scape, this is very easy to do in smartform where you have a radio button selection... but coming to SAPscript it is not possible.. but it can be done by desining two form is SAPscripts,

For example, First page should have cover letter in Portrait, be sure the data not goes to next page.. (FORM1) and second page with all line items, in Landscape format, this is a new form (FORM2) and in config you can pass the next form name as FORM2, (for example goto FBZP and company code, check printing etc)

This will give a feeling that your first page is in Portrait and second page onwards in lanscape.

Regards,

Sairam

Former Member
0 Kudos

hi,

Multiple page format means landscape and portrait page in one form. This is not possible in SAPscripts.

Ex, First page in Portrait and second page is in Landscape

Coming to SMARTFORMS this is possible, i.e first page output in portrait and second page output in landscape.

I guess now you are clear with this topic.

Now time for you to reward points to all useful answers to your question.

Regards,

Sankar