cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro: ALV: LinktoURL depending on row

mario_abel
Explorer
0 Kudos

Hello all,

I need to integrate a LinkToURL UIElement to a column in an ALV. The column is AUFNR and

the link is depending on the number of the order. f.e. www.sdn.sap.com?id=<AUFNR>.

Anybody could tell me if its possible with WebDynpro for ABAP?

Thanks and regards

Mario

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Ok, I'm in kind of a snarky mood today. I assume that even though you didn't ask how to acomplish this, you might want to know. First of all, here is the help link on how to change the cell editor in general:

http://help.sap.com/saphelp_nw70/helpdata/EN/43/2808494f49601ee10000000a422035/frameset.htm

The class that you want to use for a linkToURL is CL_SALV_WD_UIE_LINK_TO_URL. You will need to build the URL as a separate context attribute and bind to the linkToURL.

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes it is possible.