cancel
Showing results for 
Search instead for 
Did you mean: 

SO10 Text to print on adobe using SE72?

Former Member
0 Kudos


     I am using script style in SO10 Text to print a particular text in bold at adobe forms.

I am able to see the content in bold by using print preview at SO10, after using the script style in SO10

but unfortunately i am unable to print the same in form.

In form interface i am using a condition to fetch the SO10 text, if it satisfies then SO10 text was passed into a global variable

then that global variable was used in context by creating a text.

In form output the text maintained in SO10 was printing without making the text as Bold.

Accepted Solutions (0)

Answers (2)

Answers (2)

Florian
Active Contributor
0 Kudos

Hi Vincent,

you need to create just the same formats and afterwards you can use it. It is mandatory to use a ssf-style. SE72-Style isn't allowed.

~Florian

Florian
Active Contributor
0 Kudos

Hi Vincent,

you need to create a smartforms-style with the same options and pass your text in transaction sfp with the supported node.

Here is a link to a wiki, which has a step by step guide

Using of Standard Text (SO10) in Adobe Form - ABAP Development - SCN Wiki

Additional to that here is one screen (Style-field is the necessary one)

~Florian

Former Member
0 Kudos

Henninger Thanks,

Is it possible to print the same using Script Styles (SE72).