Hello,
I need to convert the below to the one I mention below that.
Row Column Value
1 1 X1
1 2 Y1
1 3 Z1
2 1 X2
2 2 Y2
2 3 Z3
Col_1 Col_2 Col_3
X1 Y1 Z1
X2 Y2 Z2
Is there any special ABAP statement or FM which does this already ?
Thanks,
Kiran