Hi,
I am using FM: POPUP_GET_VALUES_USER_HELP to get a field entry.
This is all working fine, but how can I pick up what the user has entered
to use in my selection?
I am using this setup.
Dialog box for requesting values, call of user exits and help
CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP'
EXPORTING
POPUP_TITLE = LTP_POPUP_TITLE
PROGRAMNAME = SY-CPROG
FORMNAME = 'TCODE_EXIT'
F4_PROGRAMNAME = SY-CPROG
F4_FORMNAME = 'TCODE_F4'
IMPORTING
RETURNCODE = LTP_RETURNCODE
TABLES
FIELDS = LTA_FIELDS.
Now when the user press F4 for input help I want to make a selection for the selected entry.
Say the user enters Z* I want only to display these in the display list.
How can I from the TCODE_F4 form find out what the user has entered?
I need this information for filling a range for the additional select needed for feeding the
FM: F4IF_INT_TABLE_VALUE_REQUEST.
Please help me out =)
Greatful for a quick reply.
/Fredrik.