Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ztable

Former Member
0 Kudos

i created a ztable. but i want to create a ztable with 100 records only

how to restrict table that it allows only 100 records

i have seen in size category but in this 0 ---> 10,000 records there.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Size Category 0 ---> 10,000 doesn't mean that you can store only 10,000 records in your table. Its the memory which is allocated for this table. table may contains more than 10000 records.

I don't think there is a way to restrict number of records while table definition. You can achive this through ABAP program.

Regards,

Pankaj

1 REPLY 1

Former Member
0 Kudos

Hi,

Size Category 0 ---> 10,000 doesn't mean that you can store only 10,000 records in your table. Its the memory which is allocated for this table. table may contains more than 10000 records.

I don't think there is a way to restrict number of records while table definition. You can achive this through ABAP program.

Regards,

Pankaj