cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying Table Fields Dynamically

Former Member
0 Kudos

Hi,

I want to modify the table fields dynamically.

Let's say I want to make one column field as <b>bold</b> depending on certain condition. How I can do that?

One way is to create context attributes under the same table node which can be modified programatically. I can not create context attribute under table node because table node is my model node and we can not create any extra attribute under model node.

Can anyone help me.

Cheers,

NEx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you can create a child value node with cardinality 1:1 for these attributes.

Armin

Former Member
0 Kudos

Hi Armin,

I tried but it is giving me error "you can access the singleton child node <name> only via lead selection".

Can you explain with sample code.

Former Member
0 Kudos

Hi,

Refer the blog "Supply functions in WebDynpro"

/people/sap.user72/blog/2005/03/15/supply-functions-in-webdynpro

This will be helpful for you in creating a supply function.

Regards,

Santhosh.C

Former Member
0 Kudos

Hi,

I got the solution through WebLog.

Thanks all,

NEx

Answers (0)