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: 

script line

Former Member
0 Kudos

hi,

can I higliht one line in sap script witout box.

eg. / &KNA1-KUNNR&

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

You can change the paragraph format for the line and if it is a portion of the line use a different character format for that portion.

Regards

Arun

5 REPLIES 5

Former Member
0 Kudos

Hi ,

You can change the paragraph format for the line and if it is a portion of the line use a different character format for that portion.

Regards

Arun

Former Member
0 Kudos

You need to change the paragraph format of the line. If it isonly for Customer then u need to use a different character format.

Former Member
0 Kudos

Hi,

You can highlight a line in different ways...

1. By Setting up the character format as BOLD.

2. By setting up the character format as Italic

3. By Setting up the character format as Underlined.

4. By Setting the marker

5. Last but not the least, you can increase the font of the text by using character formats.

Check the below links for more reference...

Character Formats and Attributes

http://help.sap.com/saphelp_47x200/helpdata/en/d1/802e43454211d189710000e8322d00/content.htm

Standard Attributes of Character formats

http://help.sap.com/saphelp_47x200/helpdata/en/d1/802e50454211d189710000e8322d00/content.htm

Font attributes of Character formats

http://help.sap.com/saphelp_47x200/helpdata/en/d1/802e5d454211d189710000e8322d00/content.htm

Regards,

Vara

Former Member
0 Kudos

HI

<BL>Job Order No: &VBAK-VBELN(10R)&,,,, Expected Date:

In the above code, <BL> is, create the element in character format with font option BOLD is on. Try this way

Former Member
0 Kudos

jst create a paragraph format with bold ,underline,italics what ever you want

now write

P1 &KNA1-KUNNR&

WHERE P1 IS THE PARAGRAPH FORMAT.

regards

shiba dutta