cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: BAPI field as hyperlink

Former Member
0 Kudos

Hi,

I am getting values from BAPI into a table. How to make one of the fields as hyperlink.

Thank You

Subba Reddy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

its giving error when i am selecting link to action as " error with UI element, Select an attribute of type boolean"

Kindly suggest

Former Member
0 Kudos

Hi,

This is because the attribute which bapi returns is of type boolean and your are trying to bind this to string type which is expected by reference parameter of Link To URL.

Regards

Ayyapparaj

Former Member
0 Kudos

You might be trying to bind some boolean property of the linktoaction or linktourl ui element. Bind the text property and it will accept String.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

when i am giving url action,its asking boolean type,but that attribute is string type,can u suggest to me how to change

Regards,

R.subbareddy

Former Member
0 Kudos

Hi,

Could you please explain what you want to acheive?

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Which property are you trying to bind to your attribute. I guess in your requirement you should bind the text property of the ui element and it will definitely accept the String attribute.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

Set the cell editor of your column either as linktoaction or linktourl as per your requirement.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

Use link to URL UI element as Column .

Regards,

Sunitha