Hi Experts ,
i have one doubt ,
suppose i have one internal table data retrieved from mara table . so my table contain 10 lines with some fields in table .
now want to convert this table into string type table
Example
lt_mara table contains 10 lines .
fields in table matnr, maktl ,so ext
matnr maktl
10 x1
11 x2
12 x3
so on ..
now my string table should contain 10 lines and data no heading , it should come line string format with space .
10 x1
11 x2
12 x3
is there any best way to do in performance wise .
Thankts ...