cancel
Showing results for 
Search instead for 
Did you mean: 

Setting font to standard text in sap script

former_member699400
Active Participant
0 Kudos

HI,

here is my line in line editor of SAPScript:

INCLUDE Z_FOOTER OBJECT TEXT ID ADRS LANGUAGE EN PARAGRAPH HT

But I can not see paragraph HT in a print preview...

I tried with other paragraph formats but no result

Thanks,

Mindaugas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

INCLUDE Z_FOOTER OBJECT TEXT ID ADRS LANGUAGE EN PARAGRAPH HT

above is what you given.

I don't know why 'PARAGRAPH HT' is coming to your text

first check your standard text in SO10.

it should be like:

HT Please refer to Vendor Routing Guide

& HT should be one of your paragraph format in your script

you can directly use this paragraph format in your standard text.

after that add in your script like

INCLUDE Z_FOOTER OBJECT TEXT ID ADRS LANGUAGE EN

thats it no paragraph is required.

Some more stuff regarding standard text:

when your saving standard text it will not ask you any request.

instead of workbench requset what we generally using here we need customizing request.

Run the program 'RSTXTRAN'

for the Name of correction field give your Customizing Request & for the remaining fields from your SO10 standard text.

Thanks,

Phani.

Answers (1)

Answers (1)

former_member181995
Active Contributor
0 Kudos
But I can not see paragraph HT in a print preview...

means?you want to see HT in print preview?

see Z_FOOTER in SO10 transaction.

former_member699400
Active Participant
0 Kudos

maybe my problem is not explained well.. I need to have my text in SAPScript in HT format, but if I try to apply this format to text element, it does not work out, I mean format of text element is not changing...

Regards,

M.

former_member181995
Active Contributor
0 Kudos

is HT is well define in paragraph formate in script?

former_member699400
Active Participant
0 Kudos

the problem is even if I try to use any of the formats, non of them are applied to the text element...

Regards,

Mindaugas