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

problem with sap script formatting?

Former Member
0 Likes
724

hi,

can anyone please tell me how do we reduce the fony size in sap script, actually i have used it with character format by giving font name as helve and size as 6 pt but its not reflecting , what can be the problem? or my procedure is wrong.please help me out

7 REPLIES 7
Read only

Former Member
0 Likes
672

Hi

Create a new PARAGRAPH format and define the properties of FONT and Tabe settings as per your need in it and use that paragraph in scrpt line data writing.

remove the character format and see this.

ZA &ITAB-KUNNR&,, &ITAB-LAND1&

Reward points if useful

Regards

Anji

Read only

0 Likes
672

hi thanks,

but the problem is not yet solved i have tried using paragraph format but can u please elobarate the things , is there anythings else to be done in paragraph format i have mentioned the font name and size.please help me. i also have a problem with the text exceeding out of the column how can i restrict it to a particular length and if the text exceeds then follow in the next line.

Read only

Former Member
0 Likes
672

ok character format is the wrong thing

just use paragraph formats for that.

if you are insisting to use character formats you need to use the syntax as well.

e.G. if you have defined yourself a characterformat lets say 't' like tiny, thnen the syntax in your form will be:

SL | <t>you text</>.

if you are using paragraph formats it will be

SL | your text

but now you should edit the font properties of that paragraph format

Read only

0 Likes
672

yes i have been using the same character format and the way to use it but its not reflecting .what can be the problem.

Read only

0 Likes
672

Hi,

you have to use tranx Scc1 to reflect the changes you made if you are testing in a different client. i.e if client where you modified the sapscript and that where you are testing are different.

Regards,

Sooness.

Read only

0 Likes
672

NO SIR,

actually this is an imlementation project and i am working on the devlopment server.

Read only

Former Member
0 Likes
672

thanks guru's