Hi Experts,
I have a requirement where i want to pass the entries of an internal table to a variable in multiline format.
For eg: If the internal table has entries as :
a
b
c
then in the variable also it should store as:
a
b
c
The number of entries in the internal table will vary or is dynamic. How can i achieve this?
Thanks in Advance.