2007 Sep 19 9:41 AM
can any one provide formatting options in sap script, as my requirement is to nullify the , and . in quantity field and replace them with . and ,.
requirement is urgent...pls provide me answer as early as possible
i wait for ur replay...
Hareesh TADEPALLI
not possible in sap-script, you need to do that in an external perform or while fetching the data.
2007 Sep 19 9:45 AM
not possible in sap-script, you need to do that in an external perform or while fetching the data.
2007 Sep 19 9:54 AM
So, you want to change for example 1,456.23 into 1.456,23? This is defined by the country specific formating for the destination country of the form. Table T005X holds the settings for each country.
Regards,
Nick
2007 Sep 19 9:59 AM
Hi Harish..
We can achieve this using the command
/: SET COUNTRY '<COUNTRY>'
eg:
/: SET COUNTRY 'US'
This command will format the Decimal values as per the country. This will work for u.
There is no other formatting option for this.
REWARD IF HELPFUL.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |