Skip to Content
0
Jul 28, 2005 at 06:21 PM

Add text to webdynpro table dynamically

33 Views

Hi All,

I'm a newbie to webdynpro development, I face an issue when trying to add text dynamically to the table. The scenario is as follows:

There is a field (Lead) in a table which is bound to a model, I'm supposed to display 'yes' if the back-end is sending me 'X' and 'No' when it's blank.

I've tried directly setting the value using wdContext.currentXXX_Element().setlead("No"), here the problem is as the back-end field is only one character long it's displaying 'N' or 'Y' in the table.

Could some one please help me out?

Thanks in advance,

Chaitanya