Hi,
I need to do a Loop to a multiline element inside the mail step editor.
I need the body of the mail to be as follows:
LOOP AT TABLE INTO WA_TABLE
FIELD 1 : &WA_TABLE.FIELD1&
FIELD 2: &WA_TABLE.FIELD2&
FIELD 3: &WA_TABLE.FIELD3&
ENDLOOP.
Is it possible to do this? How can I do it?
Thanks!