‎2007 Jan 23 4:01 PM
I am trying to create a maintenance view for a table but am having some problems. I go to SE11 and then table maintenance generator, I am able to get a clean compilation with no errors, but when I go to SM30 to see the maintenance view I am not getting all of the fields that I need. I have deleted the maintenance view and tried over again but get the same results. Has anyone experienced this and if so, what was the problem? Thanks.
‎2007 Jan 23 4:08 PM
Hi,
Do you have two step or single step maintenance??
Thanks,
Naren
‎2007 Jan 23 4:11 PM
Hi Gabriel,
Se 11 : then table maintenance generator.
u need to regenerate the maintenance screen again. goto Utilities>Table maintenance Generator>Change>press enter>reson for change> new fields> enter--> ..
or se 11 :
use utilities menu to go directly to table maintenance generator, change (pencil icon), use expert functions, mark all and generate.
erwan
‎2007 Jan 23 4:20 PM
Hi Gabril,
Go to SM30 & select Enter Conditions Radiobutton & go for maintain. It will popup all the fields available for your View. If it is not showing all the fields you included in View then there is a problem with screen gereration.
Ashven
‎2007 Jan 23 4:40 PM
Hey Guys,
I have single step maintenance. I have tried each one of your guys suggestions and I am still missing one field when I go to view the maintenance view. I dont get it, I get clean compilation and no errors. I only have 4 fields in the table, they are MANDT, FUND_FROM, FUND_TO, COST_CENTER_TO. The FUND_TO field is the one missing in the maintenance view. Anymore suggestions? Thanks.
‎2007 Jan 23 4:56 PM
Gabriel,
It must work.
Try also to delete the T M generator and create it.
Do not forgot to exit SM30 and to go back after changes.
Pierre
‎2007 Jan 23 11:53 PM
‎2007 Jan 24 5:09 AM
Hi,
Goto to UTILITIES > Database utility > Activate and Adjust Database this might help you.
I have faced the same problem, but whne I deleted the programs and screens in TABLE MAINTENANCE generator I got the correct fileds.
Try once again.
‎2007 Jan 24 1:47 PM
The data types are all char except mandt. One thing I did find by trial and error is the following:
Field DataElement Type
MANDT MANDT CLNT 3
FUND_FROM Z_FI_FUND_FROM CHAR 10
FUND_TO Z_FI_FUND_TO CHAR 10
COST_CENTER_TO KOSTL CHAR 10
The field that is not showing up is FUND_TO, when I go and change the field name to ZFUND_TO the damn thing shows up in the maintenance view, now why would it show up with the name change but not the original name?
‎2007 Jan 25 3:09 PM
Okay guys,
I finally figured out what was wrong, turned out that my function group was messed up, I just changed the function group name to a different name and all of my fields showed up on my maintenance view. Thanks for all of your help.