Skip to Content
0
Former Member
Jul 17, 2008 at 07:49 PM

Split data into header and line items....

663 Views

Gurus,

I have to split data in an internal table based on a condition.

record type

H

L

L

L

H

L

L

L

I have to split this data and group as HLLL and HLLL.

H,L denotes header and line items..

Any ideas on how can we do it....

Thanks.