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: 

F4 link in ALV OOPs

Former Member
0 Kudos

I am using ALV OOPs. I need to link F4 help to field in Selection Screen, Instead of normal method F4IF_INT_TABLE_VALUE_REQUEST, I need to implement this in ALV OOPs. Can anybody help on this.

Regards,

Naseer.

1 REPLY 1

former_member680493
Participant
0 Kudos

Hi Naseer!

At Selection Screen you don't call method to create the ALV OO yet.

So you can you the FM 'F4IF_INT_TABLE_VALUE_REQUEST' in the event AT SELECTION-SCREEN ON VALUE-REQUEST FOR your_parameter.

I hope its helpful.