Skip to Content
0
Feb 25, 2011 at 09:04 AM

SAPSCRIPT Quantity Symbol printing different values

66 Views

Hi,

I am generating a Printout & Fax at a time for the Purchase Order output, a SYMBOL which is having a conversion value is printing different values in FAX output. Both the Printout and Fax uses the same Print Program but different sapscripts which have same formatting for printing the conversion value (different scripts but copied one and no changes in the script).

the following symbol is printing different values:

Print program:

data: p_value type ekpo-menge,

umbsz TYPE umbsz.

umbsz = marm-umrez / marm-umren.

p_value = umbsz.

Script

&p_value(7.0R)&

This &p_value(7.0R)& gives different values in Printout and Fax and this difference is not for every document, it is for some documents and there are no changes in conversions also.

My question is: "Is there any problem in using (7.0R) for datatype menge, I mean restrict the no.of characters and decimals at a time for quantity field type".

Thanks in Advance.

Ravi