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: 

Table Maintenance Generator Problem

Former Member
0 Kudos
3,805

Hi Experts,

I have a problem with table maintenance generator for my custom table. Custom table "CUSTOM" is composed of 134 fields. When I always create for its table maintenance, there's always 2 error messages:"SCREEN SAPLZZCUSTOM 001 could not be generated" and "Memory for screen LOAD is used up. Then If I test it on SM30, there is always a dump: "Syntax error or generation error in a screen." Why can't this be handled by the generated table maintenance generator?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,754

HI,

Do u have any Long Field in that like LRAW?? as SAP cannot genrate a table maintance for long field.

Just crate one more table copy all the fields and genrate the table maintance again, new table creation will not take much time.

Thanks

7 REPLIES 7

Former Member
0 Kudos
1,755

HI,

Do u have any Long Field in that like LRAW?? as SAP cannot genrate a table maintance for long field.

Just crate one more table copy all the fields and genrate the table maintance again, new table creation will not take much time.

Thanks

Former Member
0 Kudos
1,754

Thanks @Raju. Yes, I have 13 long fields with text char 50. I have tried to copy the table but still it does not work. I tried to separate the fileds by creating append structures , made the table generator to 2 step and deleted the non-key screen fields for the 1st screen of the table maintenance function group. This time it worked for the copy table but not in the original table.

Please, any suggestion would suffice.

0 Kudos
1,754

Hi,

Go to the fucntion gruop of original table an dmake the change in the screenfields of this function group.

Once you regenerate and activate the fucntion group with changes in the screen fields this should work.

thanks

Former Member
0 Kudos
1,754

Thanks @slesha K. I tried to modify also the original table's 1st screen. I deleted the non-key fields but still when I go to sm30, error will pop up with message "Check Maintenance Object ZCUSTOMTABLE or update function group ZZCUSTOMTABLE".

0 Kudos
1,754

Hi,

Please genrate the entire table mainainenece again.Chek all yhe fields when you go to the funtion group.

There is some mismatch in the fields which is generating this error.

Chek your scren fields and them generate the fuctiopn module again.

former_member223537
Active Contributor
0 Kudos
1,754

Hi Cecilio,

Looks like the table maintenance is not generated properly. Regenerate the table maintenance through SE11 .

Thanks,

Best regards,

Prashant

AyushS
Discoverer
0 Kudos
1,517

Hi,

Try adjusting table from Tcode SE14.