Application Development 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: 

FM for Currency..

Former Member
0 Kudos

hi,

some corrency like JPY has no decimal point. But if read directly from table where the field has decimal point, So. Please suggest me some function module for this..

thnx..

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You can use the type p variables.

Like:

DATA: P_AMT TYPE P.

P_AMT = BSEG-DMBTR.

Regards,

Naimesh Patel