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: 

SAP SCRIPT issue

Former Member
0 Kudos

Hi all,

i have created a sap script to display PO.

i have many columns in it.

4th & 5th column are rate & net price.

what i want is that both this columns which

display numbers should be right aligned

and each no. should be properly displayed

one below another

e.g.

srno. partno description rate net price

1 0010 chassis 5.00 30000.00

2 0010 chassis 400.00 200.00

Regards,

Tarang

4 REPLIES 4

Former Member
0 Kudos

just go to paragraph format use .

and tab position for net price and field which u want to right alighn change there.

OR

try to use variable like <b>&variable(R)&</b>

Former Member
0 Kudos

hi,

in Paragraph format..under TABS..

give the Tab positions and also the alignment...

Use the same Paragraph format for both Headings and the values..

regards,

priya.

Former Member
0 Kudos

hi

good

go through this link

The actual space between paragraphs results from the space after the preceding paragraph and the space before the following paragraph. • Alignment Alignment of a paragraph. Left-aligned LEFT Right-aligned RIGHT Centered CENTER Justified BLOCK •

http://wiki.ittoolbox.com/index.php/HOWTO:Sap_script

thanks

mrutyun^

Former Member
0 Kudos

Hi Tarang ,

The best way to achieve what you want is to make use of Paragraph Format . This feature is available in the SAP Script.

In this format , you set the tab positions and allignment(right).

Please assign the same tab position( say, 5 ) for the header and the item data . This will allign the header and items vertically.

Finally assign the same paragram format to the header and item data.

Thanks and Regards,

Kunal.