Application Development and Automation 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: 
Read only

Table Size Limitation

Former Member
0 Likes
1,010

What is the maximum number of fields that can be accomodated inside a SAP table? What is the number of characters? Why and how the technical limitations arises to a table size? Can anybody give a precise and a clear definition?

What is the maximum number of fields that can be accomodated inside a SAP table? What is the number of characters? Why and how the technical limitations arises to a table size? Can anybody give a precise and a clear definition?

6 REPLIES 6
Read only

Former Member
0 Likes
936

Hi,

The size of data in a DDIC table will depend on the techinical settings declared while creating the table where we can give the number of records that we expect that table to hold under size catagory.

Regards,

Himanshu

Read only

0 Likes
936

Hello Himanshu,

Am talking about the number of columns. It seems that you are talking about the number of records.

Read only

0 Likes
936

Hi,

It is 1023

also check the below link

http://www.sapdb.org/htmhelp/32/60a014540911d5a9fd00a0c9449261/content.htm

Regards,

Himanshu

Read only

Former Member
0 Likes
936

Hi Yogesh,

A table may not have more than 249 fields. The sum of all field lengths is limited to 1962.A maximum of 16 key fields per table is permitted. The maximum length of the table key

is 255.

Read only

Former Member
0 Likes
936

Thanks

Read only

0 Likes
936

Hi ,

If you are using ALV report than maximum 90 columns you kan include in your report.

Thanks