Hello,
I hope somebody can help!
My customer wants a ListBox functionality without HTMLB. (Please don't ask why!) Have somebody an idea how I fetch the selected values an put them into an internal ABAP table if I use the normal plain HTML and have a list like:
<select name="Country" size="5" multiple>
<option value="DE">Germany</option>
<option value="US"> United States</option>
<option value="UK"> United Kingdom</option>
<option value="FR"> France</option>
<option value="ES"> Spain</option>
<option value="DK"> Denmark</option>
<option value="BE"> Belgium</option>
<option value="NL"> Netherlands</option>
<option value="LU"> Luxembourg</option>
</select>
Thanks for all help you can give.
Markus