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

Maintenance View Problem!!!!

Former Member
0 Likes
3,824

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.

9 REPLIES 9
Read only

Former Member
0 Likes
2,505

Hi,

Do you have two step or single step maintenance??

Thanks,

Naren

Read only

Former Member
0 Likes
2,505

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

Read only

Former Member
0 Likes
2,505

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

Read only

Former Member
0 Likes
2,505

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.

Read only

0 Likes
2,505

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

Read only

0 Likes
2,505

Can you please give the data types of the fields?

Read only

Former Member
0 Likes
2,505

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.

Read only

Former Member
0 Likes
2,505

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?

Read only

Former Member
0 Likes
2,505

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.