Hello,
I wrote a function Module for own Search Help and I used this CALL FUNCTION to map the Results.
CALL FUNCTION 'F4UT_RESULTS_MAP'
EXPORTING
SOURCE_STRUCTURE =
APPLY_RESTRICTIONS = ' '
TABLES
shlp_tab = shlp_tab
record_tab = record_tab
source_tab = lt_result "Here is my Table
CHANGING
shlp = shlp
callcontrol = callcontrol
EXCEPTIONS
illegal_structure = 1
OTHERS = 2.
My question is: when i select any value from my F4 Help-Table, I every time become the last value from the F4-Table and not my choosen value.
Thank you 4 ur Help
Moderator message: please do not use SMS speak, but more meaningful subject lines when posting.
Edited by: Thomas Zloch on Feb 16, 2011 5:27 PM