cancel
Showing results for 
Search instead for 
Did you mean: 

Hard-coding in Table?

Former Member
0 Kudos

Hi All

Is it possible to hard-code rows & colums the table in web-dynpro??

& I want to add hyperlink in 1 row (like (3,2) where 3-row & 2 is colum).

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do it using TableCellVariant. You need to specify the key for the row and column for which you want to add the hyperlink.

Check the following link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0310fd2-f40d-2a10-b288-bcbe0810...

thanks & regards,

Manoj

Edited by: Manoj on Sep 8, 2008 10:10 AM

Former Member
0 Kudos

Thanks for reply Manoj.

But I'm getting problem in binding values with context.(showin error). Cou;d you help me?

Former Member
0 Kudos

Hi,

Where exactly are you getting the error? Are you using CellVariants?

thanks & regards,

Manoj

Former Member
0 Kudos

I'm using CellVariant. Then in Standard cell, I added TextView.

What sort of binding, I have to do in this case?

Is there any concept of variantKey?

Former Member
0 Kudos

Hi

To get a hyperlink in table column, follow these steps

1. Insert table cell editor in table column.

2. Choose LinkToAction Ui element for table cell editor.

3. In LinkToAction Ui element property supply context value to TEXT property. Which contain text to be displayed in column.

In text view you will not be able to get hyperlink.

Mandeep Virk