Skip to Content
-1
Jul 01, 2021 at 06:04 AM

Pass values from Multiline Internal Table to one Variable in multiline format.

106 Views Last edit Jul 01, 2021 at 11:46 AM 2 rev

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.