Application Development and Automation 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: 
Read only

Error while printing currency in Smartform

Former Member
0 Likes
510

Hi All,

In ME23N t.code i am entering currency value as 1.000 but while i am printing in smartforms the value printing as 10.00 , Please let me know how to print same currency in the smartform ?

Regards,

Phani.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

Declare your currency field as a Currency

Global DefinitionsCurrency Quantity Fields-there give your currency field and set as a CURR then it will work

Try it.

Regards,

Madan Mohan.

Hi All,

In ME23N t.code i am entering currency value as 1.000 but while i am printing in smartforms the value printing as 10.00 , Please let me know how to print same currency in the smartform ?

Regards,

Phani.

3 REPLIES 3
Read only

Former Member
0 Likes
487

HI Phani,

Make sure that ME23N curreny fileld type and the smart form curreency field type should be same.

if yes it will print correctly.

Thanks!

Read only

Former Member
0 Likes
488

Declare your currency field as a Currency

Global DefinitionsCurrency Quantity Fields-there give your currency field and set as a CURR then it will work

Try it.

Regards,

Madan Mohan.

Read only

Former Member
0 Likes
487

hi,

declare your variable in smartforms as same as the field type which is used in ME21N transaction,

then put a break-point in the prog. lines, then through debug mode, check the value is holding or not.

regrds

vijay