Skip to Content
0
Former Member
Jun 04, 2008 at 02:36 AM

collect problem

28 Views

Hi guys,

I have this data below for my itab:

type numc type c type c type p

90001 cca cca 1000

90002 cca cca 2000

cca cca 1000

90002 cca cca 3000

cca cca 2000

then i collect here: collect itab.

my new data for itab is this:

type numc type c type c type p

90001 cca cca 1000

90002 cca cca 5000

cca cca 1000

cca cca 2000

My expected output should be :

type numc type c type c type p

90001 cca cca 1000

90002 cca cca 5000

cca cca 3000

why is it that when the first entry is blank, the collect seem not to work...?

thanks!

rgds,

mark