I have an internal table in my ABAP report, which consists of strings. Now I would like to shuffle the items in that table, i.e. randomize their order within the table.
Is there any ABAP built-in or function module available to achieve this, or do I have to manually randomize the table?