cancel
Showing results for 
Search instead for 
Did you mean: 

Write statement

Former Member
0 Kudos

Hello ppl,

I am using the same write statement in a report and smartform.

But, I am getting the desired result through report and not through smartform.

The statement is:

WRITE lv_final TO lv_price_c NO-ZERO CURRENCY lv_waerk.

Suppose lv_final is 260500, in the report, lv_price_c gets the value as 260,500.00 (as desired).

But, in the smartform, lv_price_c gets the value as 260500 (should be 260,500.00).

Please let me know how can i use the statement in my smartform to get the result in the desired format.

Thanks,

Dawood.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

which data type used for lv_price_c

is it numeric data type?.