Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

column to row

$
0
0

Hi ,

 

I have the requirement to convert Columns into row in table:

 

Input file

------------

Col1      Col2   Col3     Col4 ....     .... Coln

101       102     103      104  --- ---- ----

201        202     203     204 -----------

301        302     303     304 -----------

401        402     403     404 ------------

.....

-----

In the table out put should be

 

Col1

101

201

301

401

Col2

102

202

302

402

Col3

103

203

303

403

Col4

104

204

304

404

---

----

 

Please suggest/advise how to achieve this in ABAP


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>