cancel
Showing results for 
Search instead for 
Did you mean: 

In iview, Currency fromat should be same as R/3 fromat

Former Member
0 Kudos

Hi Experts,

I have an iview with table UI element.

It has Currency as one of the column..Format of Currecy is country specfic in R/3.

Ex:

R/3 Value of Currency: 12.99.200,00

When we try to display Currency Value in iview, It is displayed as below

Value shown in iview: 12,99,200.00

[here . is replaced by , and , is replaced by .]

The Problem is we need to display as it is present in R/3. Please help me in this regard (with out browser settings) through code changes

Regards

Kishore.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This thread is duplicated, just see my post in your earlier thread.

Regards

Raghu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Retrive R/3 currency value and store that in String variable.

Explicitly you write String replacment code and assign that to view.

Regards,

Sunaina Reddy T