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: 

Standard text editor SO10

Former Member
0 Kudos

Hi Friends,

How can we get bold, underlined entries for variables in standard text editor(SO10)??

Thanx.

Cheers,

Rajeev

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Rajeev,

If u r talking abt making them bold or underline in script then u will have to define paragram with necessary attribute and use them to disply the text.

15 REPLIES 15

Former Member
0 Kudos

Hello Rajeev,

If u r talking abt making them bold or underline in script then u will have to define paragram with necessary attribute and use them to disply the text.

Former Member
0 Kudos

Hi rajeev,

1. the layout in so10,

can be ATTACHED to

a STYLE, FORM also.

2. open in so10

3. FORMAT -


> CHange Style

FORMAT -


> Change form

4. here u can attach them

5. and as usual ,

u can use paragraphs, character formats,

which are there in the attached style/form.

regards,

amit m.

0 Kudos

Hi rajeev,

Yes , rajeev u can access the styles created in se72 from so10.

Go to

FORMAT ---> CHANGE STYLE

or alternatively ...

Create the paragraph formats and Character Formats in the SAPSCIPT u are using.

And use them in the So10 transaction .

Upload it in the SAPSCRIPT u can able to see all the formats while test print..

In printpreview...

Regards,

Simha.

Former Member
0 Kudos

Hi,

I have created a paragraph format through tcode se72, but can i access this from the text editor? Please note that am not using the sap script editor, its standard text SO10.

Regards,

Rajeev

0 Kudos

Hi again,

1. Don't worry, i have done the same thing.

2. we can access it.

3. open your text in so10

4. follow the menu :

FORMAT ---> CHANGE STYLE

OR

FORMAT -


> CHANGE FORM

5. U will get a popup list window.

6. In that u select your form/style.

7. then u can use it.

regards,

amit m.

Former Member
0 Kudos

Thanks guys!! thats right!!

Former Member
0 Kudos

Hi Rajeev,

All the paragraph formats and character formats defined by you in layout will be applicable to Standard text. This will give you proper results.

In addition to this, <b>SO10 is providing its own paragrah format and character formats</b>. You can also use them in your standard text.

<b>These are the standard paragaph formats by SO10</b>

Paragraph Format Description

  • Default Paragraph

B Paragraph, justified

C Centered

L Paragraph, left-aligned

<b>These are the standard chacter formats by SO10</b>

Character Format Description

H Character string, highlighted

U Character string, underlined

( Raw Character String

<b>You can see them these values under tab Format.</b>

Thanks,

Vinay

Former Member
0 Kudos

How can we make a particular variable in a sentence bold. The variables are defined like this &Field-Name&

Cheers,

Rajeev

0 Kudos

Hi Rajeev,

Yes, U can make a variable bold.

Define a characterformat as bold.

And assign that format to the variable .

<c1>&Field-name&</>

just simple..

Regards,

Simha.

0 Kudos

Hi Rajeev,

If your character format for bold is <b>CB</b> then use the following statment in your script editor.

Speify your field name with start and end tags of characte format.

<b>/: <CB>&field-name&</CB></b>

Dont forget to give end tag otherwise it will continue until you change it.

Thanks,

Vinay

0 Kudos

goto so10 use format--> chnage style ..create a style of ur own or if u wanna use the existing one use the following syntax:

<c1>&Field-name&</c1>

regds

gunjan

Former Member
0 Kudos

Hi again,

1. Define a new CHARACTER FORMAT

(either in the style , or the form)

Name it as B

2. then just write

<B> &variable& </>

regards,

amit m.

Former Member
0 Kudos

Hello!

I created a text in SO10 : ZTEXT. "Not for payment. Contract number &VBRK-XBLNR&.

So the text is combined of regular text and a variable in format &table-field&..

The text is transferred by text determination in SD module into one of the billing document standard texts.

But, when I look at the billing document, only the regular text is transferred "Not for payment. Contract number". The variable is not transferred. The system is smart enough not to print &VBRK-XBLNR& as is ,because it recognized that it is a variable and not part of the text, but it doesn't succeed to retrieve the variable.

Is it ossible to retrieve the variable into the text? How?

Former Member
0 Kudos

Hi..

I managed to use the tags to format my texts. I used the <H> .. </> for bold/highlighting and <U> .. </> for underlining. When I see the print preview in SO10, it shows it to me perfectly. However, I am passing this standard text as an email and when one receives this in the email, there is absolutely no such change and the tags are displayed along with the regular text AS regular text itself.

Could anyone please help me with why this happens and what could I do to rectify this?

Appreciate your help.

Regards,

Alpana.

Former Member
0 Kudos

Hi,
Do anyone pls tell me how to activate log functionality in SO10.

Regards
sap student