My goal is to generate some data with certain fields. My idea was to get all possible values from the field and then randomly pick values for my data.
So I want for example the possible values of a currency field :

I need to access all the values from the first column
So I can move them to an internal table and randomly pick them.
How can I move the possible values of a field into an internal table?
I will need to do this multiple times from different tables, so a unified method would be great.
