Question:
When the user press F4 on a specific field I want to show at standard selection dialog box containing data from an internal table.
Does anybody know a function module with the ability to do that?
I imagine someting like 'F4IF_FIELD_VALUE_REQUEST' but with the possibility to pass an internal tabel as parameter.
_________________
Poul Bundgaard
Answer:
POPUP_WITH_TABLE_DISPLAY
_________________
Regards
R
Abap KC
SFMDR
Answer:
And there is an ALV FM. Have a look at FAQ.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
declaire the parameter with "MATCHCODE OBJECT zzz"
and create the search help "zzz" as you wish in tranz. SE11
Answer:
Ok, not as nice looking as the real thing, but still usefull.
Thanks.