Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[ABAP] Convert table of strings to a single string

  DATA(lv_string) = REDUCE #( INIT str = || FOR line IN table_of_strings NEXT str = str && line).

Leave a Reply

Your email address will not be published. Required fields are marked *