Application Development 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: 

Get text to layout from transaction so10 and change font

Former Member
0 Kudos

hi all,

i need to get a text from so10 to layout by include ,

my problem is that i dont know how to change the font.

INCLUDE 'ZMM_blabla' OBJECT 'TEXT' ID 'ST' LANGUAGE 'EN' PARAGRAPH ID

how can i change the font?

thanks,

dana.

1 ACCEPTED SOLUTION

former_member182371
Active Contributor
0 Kudos

Hi,

just change the format to the desired one in SO10.

Best regards.

3 REPLIES 3

Former Member
0 Kudos

Hi

Here you are using the Paragraph ID

instead of it in scripts create a new paragraph format (ZA)and assign different font as per your wish.

so use that New paragraph in the include statement to display the text in that new font (new paragraph)

/: INCLUDE 'ZMM_blabla' OBJECT 'TEXT' ID 'ST' LANGUAGE 'EN'

PARAGRAPH <b>ZA</b>

Reward points for useful Answers

Regards

Anji

former_member182371
Active Contributor
0 Kudos

Hi,

just change the format to the desired one in SO10.

Best regards.

0 Kudos

Thank you very much , the problem is solved.

dana.