2007 Feb 26 10:47 AM
Hi folks,
In Smartform, when i am displaying the amount it is coming as 10.000 instead of 10,000. I want the same in the second format. Please help me for the same.
Thanks in advance
Siddarth Jain
The problem is with ur settings only, please change the same and save it. Login againa nd check.
Will solve ur problem.
2007 Feb 26 10:48 AM
Hi,
Check for the User Settings In SU01 T Code.
You can change the format.
Also check for the Country specific settings.
Regards,
Anji
2007 Feb 26 10:49 AM
Change the user settings.
<b>System > User profile > own data > default tab > change it to second option.</b>
This will solve ur problem, reward points if thsi helps.
2007 Feb 26 10:51 AM
Hello,
Go to System->UserProfile->Own Data
change the decimal notation in the 'Default's tab.relogin and check the change.
Regards,
Shehryar
2007 Feb 26 10:52 AM
u have declared the field which is currency type filed, there u can also define currecy field in smartform...asiign related curreny reference field.....
( in global declaration threre is one more colom at the declaration....assign threre...
)
smartforms->ur smartform->change mode->Global definations->go to tabstrip Currency/Quantity field..
give ur field name which is already assigned and give reference field name and check currency...
Ramesh.
Message was edited by:
Ramesh
2007 Feb 26 10:59 AM
Hello,
in addition to my thread, you can use the respective correct currency key.
Regards,
Shehryar Dahar
2007 Feb 26 11:19 AM
Hi folks,
First of all thanks for your reply. Current settings for the user 1,234,567.89 but still it is showing in 1.234.567,89.
thanks in advance
Siddarth
2007 Feb 26 11:23 AM
hi,
try this.
1.234.567,89 => 1,234,567.89 .
data: l_amnt(100) type c.
l_amnt = your_value
replace all occurrences of '.' in l_amnt with '#'.
replace all occurrences of ',' in l_amnt with '.'.
replace all occurrences of '#' in l_amnt with ','.
write : l_amnt.Regards,
Anver
2007 Feb 26 11:36 AM
Hi Folks,
Problem is something different. I just now debugged the program and got that in the field of intenal table it is showing in proper format i.e. 1,234,567.89 but when I drag that field and put it on the smartform then the format changes to 1.234.567,89. That is what happening which i don't want. So please help me for the same.
Thanks in advance.
Siddarth.
2007 Feb 26 11:41 AM
do like this
Go to System->UserProfile->Own Data
change the decimal notation in the 'Default's tab.relogin and check the change.
Restart the system and u ll get the required result..
2007 Feb 26 11:43 AM
The problem is with ur settings only, please change the same and save it. Login againa nd check.
Will solve ur problem.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |