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
2,329

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,264

hi,

what is the dump whihc you get?

regards,

Ankur Parab

Read only

Former Member
0 Likes
1,264

maintain your extension settings for your structure. (you always should do that)

regenerate your table maintainance and then try again.

Read only

Former Member
0 Likes
1,264

go to the table -> delivery and maintenance->check if it is display/maintenance allowed. IF it is not there then give it and then go to se 14 and maintain database utility->then go to table maintence generator.

Regards,

Srinivas

Read only

Former Member
0 Likes
1,264

Hi!

You are making changes in the ztable after u have created the table maintenence generator so you need to again modify the table maintenece generator code also.

so,

in the table maintenence screen you must do these steps....like

go this way...

Utilities->table maintenence generator

there

in generated objects->change .

check all screens and modify the table maintenece generator.

the error will be removed.

also the errors are warnings actually the source code is taking that much lenght in its source code try to shorten the field lenghts for which u are getting errors.

If you still have issues plz revert yout query.

Regards.

Read only

Former Member
0 Likes
1,264

Hi,

Activate your database table in transaction SE14, here you need to click on Activate and Adjust Database.

Now come to Tcode SE11, open table maintenance generator . and recreate it, it will ask for deleting old screens, checked it and recreate.

I hope it will work.

Regards

Vishnu Gupta

Read only

Former Member
0 Likes
1,264

Hi,

Adjust data base utility....If still coming then delete table maintenance

and again create table maintenance..that should reflect.

Regards,

Naveen M.

Read only

Former Member
0 Likes
1,264

Hi All

Thanks for your replies.

The issue is because of the entries and now Table Maintenance is working fine.

Thanks

Madhusudanan K