cancel
Showing results for 
Search instead for 
Did you mean: 

Need Info Create Event for the dynamically created radio button in ALV

Former Member
0 Kudos

Hi,

Kindly help me to give info for how to create Event to trigger from one of the column of ALV as a RADIO BUTTON.

Thanks in Advance

Kar

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I just check and there doesn't appear to be a radio button option for ALV Columns. Check the classes named CL_SALV_WD_UIE* How exactly did you plan to create the radio button in the first place?

It isn't listed in the online help either:

http://help.sap.com/saphelp_nw70/helpdata/EN/33/bef978c71b4b899bf52c6effd07336/frameset.htm

As to the event handling for the UI elements that are supported, the are controlled by the on_click event:

Event Handling

You can use the event ON_CLICK to handle user actions for the following UI elements:

· Hyperlink LINK_TO_ACTION

· Button

· Toggle Button

(See ON_CLICK.) However, the UI element LINK_TO_URL is only for displaying a URL in an Internet browser. You cannot catch any events.

ht[http://help.sap.com/saphelp_nw70/helpdata/EN/c9/6af78ae2794f71a9f303e7fc19323b/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/c9/6af78ae2794f71a9f303e7fc19323b/frameset.htm]