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

currency format based on user profile default values

Former Member
0 Likes
1,498

hi experts,

my requirement also some what related to you .

But mine is based on user profile currency amount value format should display as

if X in user profile amount should be 1,234,536.78 like this.

how you solved .please help me in this.

3 REPLIES 3
Read only

Former Member
0 Likes
725

Hi,

Why don't you read user profile setting. it's I think maintained in some USR* table... check there and display accordingly

Read only

0 Likes
725

Hi ,

I read value from user profile only, after that how to convert that value into user settings format is my concern.But me23n is displaying based on user profile .

Read only

Former Member
0 Likes
725

Hello J ,

u can use write statement ,right ?

write gs_item-dmbtr to l_value currency bkpf-hwaer.

regards

Prabhu