cancel
Showing results for 
Search instead for 
Did you mean: 

$FeldName$ expressions no longer supported in DESIGN2003

Former Member
0 Kudos

Hi all,

In tableview I want to make one column of buttons with id of one field value’s value.like

<htmlb:tableViewColumn columnName="user">

<htmlb:button id = "$kunnr$"

text = "Click"

onClientClick = " fun1()" />

</htmlb:tableViewColumn>

In design 2003 I am getting following error:

<b><htmlb:tableViewColumn>: $FeldName$ expressions no longer supported in DESIGN2003</b>

Please suggest what to use to use field value as I can’t use <%= fieldname %> too.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What you want to do is create a table view iterator. This is the replacement technology for the obsolete $FieldName$ expression. Have a look at SBSPEXT_TABLE or /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator for some good examples.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

you can create the itearator class of the problem

and you can add the link button ,label inputfield in it

Former Member
0 Kudos

Thanks for your reply, I am not familiar with itearator, tried to read weblogs on same but found some what difficult. Is somebody have simple workaround solution or exp for better understanding