cancel
Showing results for 
Search instead for 
Did you mean: 

Amount getting multiplied by 10.

Former Member
0 Kudos

Dear experts,

I have a module pool program from which I am calling a smartform. The problem is that the amount displayed in the module pool screen is correct but it's not showing the same in form. It's multiplying the amount by 10 in the form. I havent put any formula in the form explicitly for this.

I have also mentioned the the quatity and currency fields properly in global def---> quant-currency fields.

Please help,

Regards,

Sumit Nene.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hello!!!! problem solved!!!

All I did was copied the amount in another var of p decimals two in just a step before and printed it.. Now it's showing right!

Regards,

Sumit Nene

viquar_iqbal
Active Contributor
0 Kudos

Hi

move the currency field value into packed number in smartfoms . Or else check whats the value which is being sent from the driver program and whats the value that's received in smartforms by putting a breakpoints.

Thanks

Viquar Iqbal

Former Member
0 Kudos

i debugged the form. The values passed are correct. At the last stage somewhere it's multiplied by 10.

Sumit