Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

AT LINE-SELECTION

Former Member
0 Kudos

Hello all.

I have a program that starts with a selection screen, then it shows al ALV and in the end it shows a list.

It works fine except for one thing. In the final list, some parts of the text have hotpsots so it goes to a specific document when clicked. The problem is it says there is no event defined, but the AT LINE-SELECTION is in fact there.

Anyone can help on this one?

Thank you

Nuno Silva

4 REPLIES 4

former_member583013
Active Contributor
0 Kudos

Can you please post your AT LINE-SELECTION code?

Greetings,

Blag.

0 Kudos

AT LINE-SELECTION.

PERFORM hotspot.

FORM hotspot.

....

ENDFORM.

In the hotspot form it has some code for calling a transaction but it went even enter that form.

Thank you

Nuno Silva

Former Member
0 Kudos

Hi Nuno,

do you have your own pf-status?

if so did you assign <PICK> to F2?

Regards,

Vidya.

0 Kudos

Yes.

I use LEAVE TO LIST-PROCESSING to leave to list processing and after that i set my own pf-status wich has the PICK defined as F2, but i dont get any reaction.

Thank you

Nuno Silva