‎2009 Nov 10 8:31 PM
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.
‎2009 Nov 10 8:38 PM
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
‎2009 Nov 10 8:38 PM
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
‎2009 Nov 10 8:47 PM
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
‎2009 Nov 11 12:40 AM
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
‎2009 Nov 11 2:01 PM