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

User specific decimal format

Former Member
0 Likes
820

Hi,

I have quantity filed and i need to disply it in USER SPECIFIC FORMAT.

Clould You please let me know how t do it.

Regards,

Raja.K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
725

Hi,

If you want to output your values in user defined format, you can select user format from table USR01 with BNAME = sy-uname and then check the field DCPFM. it can be space or X or Y and depending on this you can modify your output value to show in user defined format.

<REMOVED BY MODERATOR>

thanks,

Ags.

Edited by: Alvaro Tejada Galindo on Apr 25, 2008 4:58 PM

3 REPLIES 3
Read only

Former Member
0 Likes
725

Each user can do it in his SAP gui

System -> User Profile -> Own Data -> Defaults

or basis can do it as a mass change

Read only

Former Member
0 Likes
725

hi check this...

go to menu bar system....>user profile--->own data>default-->decimals.

or you can set the data by using the replace commands..

regards,

venkat

Read only

Former Member
0 Likes
726

Hi,

If you want to output your values in user defined format, you can select user format from table USR01 with BNAME = sy-uname and then check the field DCPFM. it can be space or X or Y and depending on this you can modify your output value to show in user defined format.

<REMOVED BY MODERATOR>

thanks,

Ags.

Edited by: Alvaro Tejada Galindo on Apr 25, 2008 4:58 PM