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

Sap script

Former Member
0 Likes
309

HI all,

Is it possible to have different paragraph formats at a same line in text element of sapscript.

for example,

paragraph formats

(F1) font size 10

(F2) fint size 8

Cost Center Order/Asset# For material purchases

->first 4 words of font size 10

->last 3 words of font size 8

please send your suggestions,

Raj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
277

Try to define new character format and in sap script use <p1>text</><p2>text</>.

2 REPLIES 2
Read only

Former Member
0 Likes
278

Try to define new character format and in sap script use <p1>text</><p2>text</>.

Read only

0 Likes
277

Thank you Tomasz.

Rajesh.