‎2006 Oct 30 4:13 AM
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.
‎2006 Oct 30 4:26 AM
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>
‎2006 Oct 30 4:31 AM
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.