Hi Experts,
My requirement is to display the ODS data in the following way in BEx, can any body let me know how. I tried to Display in Tabular Form.....But no LUCK.
ODS OutPut.
Cha1 Char2 Char3 KF1
ABC FFF A111 1
ABC CCC A222 1
ABC DDD A333 1
XYZ FFF A444 1
XYZ CCC A555 1
BEx OutPut....
I want to Diplay like this
Col1 Col2 Col3
FFF CCC DDD
ABC A111 A222 A333
XYZ A444 A555 -
Is there any way achieve this out put, I tried Replacement Path with Text Variable, but no luck.....
Please help me out in achieving this.
Thanks in advance.