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

Regarding memory issue.

Former Member
0 Likes
485

Hello,

I have appended a structure in table.

But during activation giving me warning.

Table VLCBATCHACT is too long (>1962)

How to remove this warning

Thanks

With Warm Regards

3 REPLIES 3
Read only

janisar_munshi
Participant
0 Likes
450

HI Akhilesh,

SAP Do not allow table structure to be more that certain limit. Try adding your structure bifurcating in multiple, e.g. distribute your structure in multiple.

If this do not solve the purpose, Create a New Z Table with the same key and add your custom fields in that table. This is work around in the case table do not allow further fields to be added.

Hope this will solve your purpose.

Janisar

Read only

Former Member
0 Likes
450

Hi,

Try SE14 to adjust the table. Sometimes it helps.

Regards,

Fareez

Read only

Former Member
0 Likes
450

The limit for field length mentioned is 4030 bytes as of basis release 620 SP25. So try adjusting the table.