cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in displaying Currency field

Former Member
0 Kudos

Hi ,

One of my fileds in table view(getting populated from RFC) is

currency in R/3

Now the problem is that filed is not getting populated.

I checked the RFC its giving that filed but not getting displayed in webdynpro.

Please suggest what can be done

Thanks,

Vaibhav

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Vaibhav,

Please print and check this field using

wdComponentAPI.getMessageManager().reportSuccess(wdContext.node<tablenode>().get<tablenode>ElementAt(0).get<curr>());

What UI element you are using? what are the properties of the tablenode? All other fields except currency are getting displayed? what are other types and UI Elements?

Mention all these in next post.

regards,

Siva

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem solved. Problem was from R/3 side

Former Member
0 Kudos

Hi vaibhav,

Have you had chance to look at this blog by bhrathwaj. This deals with currency formats in Webdynpro for Java from R3.

/people/bharathwaj.ragothaman/blog/2007/03/10/formatting-in-webdynpro-java

Regards,

Nagarajan