Application Development 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: 

Maintainance views issues

Former Member
0 Kudos

i have created a mantainance view from SE54.

when i am trying to open this view from SM30. it is showing this error.

please guide me where i am doing a mistake.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Another thing:

Is TMG you have made is of ztable or it is of maintenance view.

Why i am getting table maintenance generator option is disabled in utilities in maintenance view?

18 REPLIES 18

ipravir
Active Contributor
0 Kudos

Hi Abhishek,

Google with your error code "Check Maintenance Object or Update Function Group".

In SCN, already someone post this issue and it's solved.

Solution: Check the Technical Setting, Table may be an application table, but you have configure the View as Configuration Object.

Regards.

Praveer.

Former Member
0 Kudos

Hii abhishek

check your function group it might be inactive.

Regards

Gaurav

0 Kudos

function  group is active.okay error message is gone. i have created view again. might be some mistake in view fields.

What i want now:

I want while display view ZTEST_VARIANT from SM30.  it asks for the key fields as a selection popup.

Don't want to create selection screen , no coding.

0 Kudos

Hi

May be you need create a maintenance view by this way: In SE11->view->view type is 'Maintenance view'.

Then in 'View fields' tab, populate those you wanted fields the 'P' column as 'S'. then this view will popup a selection screen based on those fields when you maintain it.

regards,

Archer

0 Kudos

hello,

i have created a maintenance view just as you have explained but still i am not getting selection pop up.

i have entered value 'S' for 1 field in view fields tab.

but still no pop up in SM30.

0 Kudos

Hi Abhishek,

I tried it myself and it worked. I am getting pop up. Please refer below screenshot. You must be missing something. Maybe delete table maintenance and create again.

0 Kudos

Please post screen-shot of maintenance view.

this is the thing in your screen shot what i want.

Please check screenshot of maintenance view i have posted above.

Selection conditions in maintenance view are empty. Do i need to populate these?

have anything special been made to table maintenance generator.??

0 Kudos

Hi Abhishek,

No, I just mentioned table name in Table/Join conditions tab and mentioned 'S' in maintenance attribute for view field.

I feel your issue is with table maintenance generator. Please check it again.

0 Kudos

i don't think there is any issues in TMG.

i have deleted maintenance view many times and created many times,

Same problem i am having again and again.  i think i am missing some things

steps below i have used:

created  ztable SE11

Created its TMG (one step) from SE11.

Created maintenance view from SE54.

now when i am using CONTENTS button nothing gets displayed. it is not executing.WHY?

While other maintenance views are executing. i have checked in my system. i am still  not getting where is the mistake.

0 Kudos

Hi Abhishek,

You said you have created a Z table and TMG for that. Did you not create it for your maintenance view?

0 Kudos

check my below reply.. earlier i thought that i have to create a tmg for Ztable and a separate M. view for that ztable.

But now it seems that no tmg for ztable but tmg for M. View.

But i am not able to create tmg for M.view the option is disabled in utilities.

Former Member
0 Kudos

Another thing:

Is TMG you have made is of ztable or it is of maintenance view.

Why i am getting table maintenance generator option is disabled in utilities in maintenance view?

0 Kudos

You will have to create TMG for maintenance view. For me TMG option is always enabled. Are you sure you creating Maintenance view?

I created it from SE11 as well as SE54. Works fine for me.

Delete your view once again and try recreating it.

0 Kudos

do i have to create tmg for both ztale or M view or just for M view?

0 Kudos

For your maintenance view.

0 Kudos

thanks archana. problem solved.

Last question.

i have 4 fields in M view. against 2 field in am using 'S' in view fields tab.

What happens when selection pop up displays and if i leave one field BLANK, then it looks for the combination of blank entries and other field which is filled.


Can it is possible along if at selection pop 1 field is filled ,it will filter all entries against that 1 field(do not consider blank field as blank instead it should read as '*').

0 Kudos

When you add 2 fields, it will consider both fields with AND operator. So, it will consider value of both fields.

0 Kudos

okay. but this is not what happens when we choose 'Enter conditions' in SM30 to view table entries.

there It considers only those fields which are filled.