Skip to Content
0
Former Member
Sep 13, 2007 at 06:12 AM

hi

20 Views

can any one tell

the itab structure is

begin of itab occurs 0,

f1,

f2,

f3,

f4,

f5,

end of itab.

now i want itab1 as

begin of itab occurs 0,

f1,

f2,

f3,

f4,

end of itab.

itab2 as

begin of itab2 occurs 0,

f1,

f2,

f3,

f5,

end of itab2.

thnks

Vaasu