Hi,
I'm looking for different options on how to display results from a RFC call.
In the examples I've found a fixed number of results is returned which are then displayed in a fixed number of text boxes.
Just image that the RFC call returns an array/table with x items.
How can I (dynamically) show (parts) of these results?
(e.g. the result could be a list of articlenumbers)
I was thinking of adding them to a dropdown element but it seems that through scripting I'm not allowed to add entries.
Adding them to fixes textboxes isn't an option as you don't know up front how many results you will get.
Any ideas would be greatly appreciated!