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 Issue

VenuAnumayam
Participant
0 Likes
660

Hello Experts,

I have created a Z-table and created a t-code for the table maintenance. However, when I run the tcode to create/modify/view entries, I see only 5 fields when there are 6 fields in that table. The last field is missing. Can you please let me know why it is missing?

Table fields are:

1. MANDT (KEY: YES) CHAR 3

2. ZYEAR (KEY: YES) NUMC 4

3. ZVERS (KEY: YES) CHAR 6

4. DESCR (KEY: NO) CHAR 30

5. ZFLAG (KEY: NO) CHAR 1

6. XRATE (KEY: NO) DEC 9 -


> This field is missing in the table maintenance.

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
617

May be you have added this field after you have generated table maintainance. Activate the table maintainance or delete and recreate it.

Regen'e the table

4 REPLIES 4
Read only

former_member191735
Active Contributor
0 Likes
618

May be you have added this field after you have generated table maintainance. Activate the table maintainance or delete and recreate it.

Regen'e the table

Read only

Former Member
0 Likes
617

Double click an entry.

If another screen is displayed with all the fields, you created the maintenance view with 2 levels, if not, you need to update the screen with the new fields

Read only

prasenjit_sharma
Active Contributor
0 Likes
617

Hi,

Try the following.

1. Delete the maintenance dialog.

2. Run database utility and adjust table /delete data. ( You need to take a back up of the data if you wish)

3. generate the maintenance dialog again.

Hope this will help you.

Regards

Prasenjit

Read only

0 Likes
617

Thanks for the help.