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

Reg SAPscript

Former Member
0 Likes
1,212

Hi Friends,

I need to define the amount and name only in the different font. For instance <X>abcd-efgh</>.....

Where do I need to define that <X>.....I beleive if i write in PC Editor it will display <X> but will not change the font....

Your help will be appreciated...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,188

Hi,

you have to paragraph format name in the command field like this

PF asdssdf

/: like this you give na for commands

so here you give the name of pf created like

PF asdssdf

I hope you are clear

Regards,

Sowjanya

Message was edited by: sowjanya suggula

10 REPLIES 10
Read only

Former Member
0 Likes
1,188

Hi Leo,

IN SE71 define a character format X

and in the window in which you want to use the character use it like <X> ..... </>

Cheers

VJ

Read only

Former Member
0 Likes
1,188

Hi,

Create a paragraph format(if writing in a separate line) or use character format(if writing between words) and use that format when you are writing in text editor.

Regards,

Vidya

Read only

Former Member
0 Likes
1,188

Hi,

create a paragraph format for that particular data,

go there , there is a FONT tab there

there you can specify

Regards,

Sowjanya

Read only

Former Member
0 Likes
1,188

Friends,

I have already defined the paragraph format....Now If I select that Window and select text elements...I can find my symbols....

Now how do I insert the paragraph format....in that line..

Like &abcd-efgh&..

If I write <X>&abcd-efgh&</> like this..

Will it display <X>1234</>...or will it be in format 'X'..

I am new to this...so I think I am clear now...

Read only

Former Member
0 Likes
1,189

Hi,

you have to paragraph format name in the command field like this

PF asdssdf

/: like this you give na for commands

so here you give the name of pf created like

PF asdssdf

I hope you are clear

Regards,

Sowjanya

Message was edited by: sowjanya suggula

Read only

0 Likes
1,188

Hi,

I tried in command field, its says unknown command, then I tried in Text Elements, Hope it must work now....

Thanx....

Read only

Former Member
0 Likes
1,188

Hi,

Did you activate after creating the paragraph format

b'cos i tried it again it's working

Regards,

Sowjanya

Read only

Former Member
0 Likes
1,188

Hi,

Its not working . I created the paragraph format T. and I didnt activate it... I even assigned 'T' as a default to one of the window... it didnt say any error...

When I click the Insert Command, what I have to select, command field or text element...

I tried like this...

'T' is my paragraph format...

T &<abcd-efgh>& (in the text element ) Now it says some errors...

Is this the same way you tried and you said working...

Read only

Former Member
0 Likes
1,188

Hi,

no need of all those things text elements etc,

just give the PF name left side in the line in your page window where you wrote code

<b>PF &<abcd-efgh>&</b> <b>should not give like this</b>

<b>just give</b>

<b>PF abdc-efgh</b>

Regards,

Sowjanya

Read only

0 Likes
1,188

But Its a program syambol....It will not work without the ampersand between them rite??

Thanx...