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

Regarding SO10 Transaction.

Former Member
0 Likes
629

Hi Experts,

Please let me know as to how we define paragraph format or character format for so10 transaction.

Thanx.

Hi Experts,

Please let me know as to how we define paragraph format or character format for so10 transaction.

Thanx.

3 REPLIES 3
Read only

Former Member
0 Likes
568

Hi Sunitha,

You should be able to create a style in t-code SE72. Here you can

define character and paragraph formats. When you are done, go back to

your standard text and apply the style to it. When you apply the style

you awill be able to use the character and paragraph formats defined in

the style in your standard text.

First u need to create paragraph format or character format in STYLES and then just include the style in SO10.

/: INCLUDE STYLE <stylename>

and therefore u can use the paragraph format or character format which are defined in the styles

Best regards,

raam

Read only

Former Member
0 Likes
568

Hi,

SO10 is used to create Standard Texts.. you can use them in SAPSCRIPT via the command INCLUDE.

Regards

Kiran Sure

Read only

Former Member
0 Likes
568

Hi,

Create style using se72/smartforms.

Click the icon for Insert Command. (Ctrl+F9)

Then write


/:  include style zstyle.

or try the procedure

Choose Format --> Change form

or , Format--> Change style.

Select the desired form or style.

Choose

Regards

Sandipan