cancel
Showing results for 
Search instead for 
Did you mean: 

sap script

Former Member
0 Kudos

Hi,

I really dont know why the line item data of only quantity is not lining up.The other fields data are lining under the headings.I even checked the paragraph formats.Everything looks ok.Do i have to mention anything extra in script editor in order to line up for the qty heading.

Please let me know.

Thanks,

Chandipriya.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Chandipriya,

use the Formatting option C when you are displaying the quantity fields

by default it is right justified so the display will be with leading spaces

suppose your quantity field to be displayed is quant

&quant(C)&

make sure C is in capital letters

regards

padma

Former Member
0 Kudos

Hi,

My sincere advice is just leave the Quantity field as it is.

I think you are using same Paragraph format for Headigs and

Line Item data.

Create a new Paragraph format for Heading and try to align 'Quantity' heading with the Quantiy field.

If you reduce the size of Quantity field or do some adjustment

then for big Qty values may go to next line.

So be careful..

Regards,

Fawaz

Former Member
0 Kudos

Hi Priya,

This problem comes with the fields with integer or decimal values. Since the length of int4 is 10 and it is right justified. So while you are displaying the fields in your script like

&fs_sflight-price& Instead of using like this use

&fs_sflight-price(C)& . With this addition (C) any space before the number is suppressed.

Regards,

Swapna.

Edited by: NagaSwapna Thota on Jul 8, 2008 6:56 AM

Former Member
0 Kudos

Hi Chandipriya,

I think the quantity fields are right justified, so the allignment (lining) would be missing.

try to decrease or increase the space between the field value the quantity and the other field so that the allignment will be adjusted.

Best regards,

raam