Hi Experts,
I enhanced a standard web dynpro component. It had few columns bound to a pre-existing context node. I inserted an additional column and created a custom-node with an attribute of type string. I inserted a column in the standard table and bound this to the attribute of my custom-node.
I added a pre-exit to the method WDDOMODIFYVIEW( ) and populated this node by binding it to internal table. But finally in the output, the same value is displayed for all rows corresponding to this column. For example
Name (standard) ¦ Comment (custom-node) ¦ Code (standard) ¦
aaa ¦ abcdef (same value displayed for all) ¦ 0001 ¦
bbb ¦ abcdef ¦ 0002 ¦
ccc ¦ abcdef ¦ 0003 ¦
ddd ¦ abcdef ¦ 0004 ¦
Kindly help in resolving this issue.
<<text removed>>
Thanks and best regards.
Edited by: Matt on May 20, 2010 8:52 AM