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 Maintenance screen giving dump

Former Member
0 Likes
3,775

Hi All

I have inserted a new key field in a existing Z table. After that i have adjusted the database and tried to recreate the table maintenance generator, it is giving the warning message as follows

Table ZUPI_WIP is extendable without limits

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000015)

Field ZUPI_WIP-MATNR shortened (new visible length: 000009)

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000007)

Field ZUPI_WIP-AUFNR shortened (new visible length: 000006)

Field ZUPI_WIP-MATNR shortened (new visible length: 000004)

Field ZUPI_WIP-CHARG shortened (new visible length: 000003)

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000003)

When i tried to maintain this table through SM30 it is giving dump.

Kindly help me in resolving this issue.

Thanks & Regards

Madhu

Hi All

I have inserted a new key field in a existing Z table. After that i have adjusted the database and tried to recreate the table maintenance generator, it is giving the warning message as follows

Table ZUPI_WIP is extendable without limits

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000015)

Field ZUPI_WIP-MATNR shortened (new visible length: 000009)

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000007)

Field ZUPI_WIP-AUFNR shortened (new visible length: 000006)

Field ZUPI_WIP-MATNR shortened (new visible length: 000004)

Field ZUPI_WIP-CHARG shortened (new visible length: 000003)

Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000003)

When i tried to maintain this table through SM30 it is giving dump.

Kindly help me in resolving this issue.

Thanks & Regards

Madhu

9 REPLIES 9
Read only

Former Member
0 Likes
1,980

hi,

just try this

go to T-code se14 (utility for Database table)

select a table and give table name

Click Edit

Activate and adjust database with radio button save data

then go to se11

delete existing table maintance, activate a table

come out of the screen

then again go to se11

and now create a fresh table maintance,

your issue will be solved

Read only

Former Member
0 Likes
1,980

You have to delete the existing Table Maintanance and then create New one.

Read only

Former Member
0 Likes
1,980

hi,

In SE11 itself first delete the previous table maintenance and then create a new one .

This will work .

Thanks

Suraj

Read only

Former Member
0 Likes
1,980

Hi,

Just regenerating the TABLE MAINTAINANCE GENERATOR will solve your problem.

Thanks & regards,

Pavan.

Read only

Former Member
0 Likes
1,980

Hi,

Just regenerating the table maintainance generator will solve your problem.

Thanks & Regards,

Pavan.

Read only

Former Member
0 Likes
1,980

hi

delete the table maintenance generator that u have created first and then

try to create a new one.

Regards

Read only

Former Member
0 Likes
1,980

Hi

Delete the existing Table Maintanence Generator, make the changes and then recreate it. A Table Maintanence Generator needs to be maintained only for those tables that you would want to manually create the entries or modify them (in short Maintain them). For entries that can be maintained by writing some code, a Table Maintanence Generator is not necessary. When you create one, a standard program will be created which will enable you to maintain the table entries.

Read only

Former Member
0 Likes
1,980

Dear Madhusudhan,

Try to Delete the Table Maintanence Generator, and then make the changes and then recreate the Table Maintanence Generator it will solve your problem.

can you close the thread if it got answered

Cheers

Fareed

Read only

Former Member
0 Likes
1,980

Hi,

In se11 after adding a new key fld do not set initial if there is data already;

after that Activate and adjust database with radio button save data

then go to sm30

delete existing table maintance

come out of the screen

then again go to sm30

and now create a fresh table maintance,