Skip to Content
0
Former Member
Sep 25, 2008 at 11:47 AM

Table conversion

39 Views

Hi,

I have a screen maintained in the following format.

CCD          CCR
------------------------
XXX            1111
YYY           3333
ZZZ             7777

But it is maintained in the table as follows

Key      CCD1   CCR1    CCD2 CCR2  CCD3  CCR3
-----------------------------------------------------------------------------
k           XXX       1111      yyy   3333    zzz    7777 

how do i access these values in an internal table, in the follwing format

   xxx 1111
   yyy  3333 

and so on