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: 

scripts

Former Member
0 Kudos

Hi all,

is it possible to maintain different page formats and different font family?

Thanks in advance

Rambabu.A

4 REPLIES 4

Former Member
0 Kudos

Yes it is possible for font family, i guess not for page format.

Regards,

Amey

Former Member
0 Kudos

Hi,

Yes, its possible. For more information check the following ex.

You can have different font on the same line by defining a character format.

For example B for bold text and U for Underline.

In your SAPScript apply like this :

<U>Underline Text</> <B>Bold Text</>

Regards,

Bhaskar

Former Member
0 Kudos

hi,

U can try Using FMs START_FORM and END_FORM to open different "layout sets" (called as 'forms' sometimes).

but as far as i know...

Its not possible to change page format dynamically for SAPSCRIPT.SAPSCRIPT does not have different page formats for different pages where as SMARTFORMS can have different page formats for different pages.

if the requirement is to have a change of layout, there is one option to use two scripts with different page formats and have customized print program calling both the forms depending upon the requirement.

~~Guduri

Former Member
0 Kudos

Hi Ram babu

SAPscript contains a basic set of "built-in" paragraph and character formats in the default form SYSTEM. If you use SYSTEM, you can always use the Block, Centered, and Left-justified paragraph formats.

you can define your own page formats, fonts and you can maitain the same in script and in smartforms as well.

Thanks,

basha