Hi Julia,
the following solution is worth trying. Sometimes it works, sometimes it doesn't (haven't found out the reasons yet):
- Put all input and output fields of the search help into one structure
- In this structure bind the search help to the corresponding return field
- Also include the input parameters (usually the system already gives a suggestion based on the domains)
- Use this structure in your dialog window and fill the input parameters (they don't have to be visible on the screen)
- The WD runtime environment will automatically determine your search help via the data dictionary
- Your input values should now be accessible in the search help exit (In parameter SHLP-INTERFACE or with Function module F4UT_PARAMETER_VALUE_GET)
Let me know if this worked for you.
Regards,
Karsten