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

Script

Former Member
0 Likes
359

Hi all,

i maintained the text in so10(transaction) which i am including in sap script but the problem comes is i need the text to display in specified font and alignment,

how do i achieve this,when in script i add the new-paragraph p1 in Include command it is not showing that format...

plz help.

2 REPLIES 2
Read only

Former Member
0 Likes
328

The INCLUDE statement has an option PARAGRAPH, you can define a custom paragraph that starts at first tab position by specifying the indent, and than use this paragraph in your include statement

Like suppose you have defined a paragraph format Z1 as mentioned above than your include statement will become as

<b>/:]INCLUDE &MSEG-MATNR(K)& OBJECT MATERIAL ID BEST LANGUAGE EN PARAGRAPH Z1</b>

Read only

Former Member
0 Likes
328

Dear Aasu,

1. Create text in SO10.

2. In change mode goto Format -> Change Form

3. Assign your form name where you are supposed to insert

text.

4. Now you check for exising paragraph format in SO10

itself. You will be able to see possible formats of

the script/Form where you are going to assign your

text.

5. Give that format inplace of * and your task is done.

  • Reward if this helps.

Palak.