‎2007 May 29 10:14 AM
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
‎2007 May 29 10:19 AM
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
‎2007 May 29 11:17 AM
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.
‎2007 May 29 10:21 AM
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
‎2007 May 29 11:18 AM
yes i have been using the same character format and the way to use it but its not reflecting .what can be the problem.
‎2007 May 29 11:34 AM
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.
‎2007 May 29 12:01 PM
NO SIR,
actually this is an imlementation project and i am working on the devlopment server.
‎2007 May 30 9:59 AM