Skip to Content
0
Former Member
Nov 28, 2006 at 11:22 AM

Regarding report output formatinng....Please it is urgent

21 Views

Can anyboby help me please, it is very urgent.

i have fetched all the data into final internal table.my fields in the internal table is like this for example:

Date-text-result are 3 fields.

data is like this.....

d1 t1 r1

d1 t2 r2

d2 t1 r3

d3 t1 r4

d4 t2 r5

d5 t3 r6

It may contain any no. of texts and dates acc to selection screen.

we should display(o/p format) in this way(in matrix form):

- in the first line it should print all distint texts horizontally.

-all distinct dates vertically.

-and it should print ressults corespondingly.

like this:

t1 t2 t3

d1 r1 r2

d2 r3

d3 r4

d4 r5

d5 r6

Thanks and regards,

Kamala.