Skip to Content
0
Former Member
Dec 03, 2009 at 10:48 AM

Creating Range Table

7991 Views

Hi Experts,

I have created a range table as below:

data ltrg_tab type range of lifnr.

But I have come to know that range table created like this can hold records upto 1000 and after 1000, it drop the records.

How I can overcome this problem.

Thanks

Depesh