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: 

Problem in transaction SM30

Former Member
0 Kudos

Hi,

one of my colleagues gets the follwoing message when attempting to access Table/view MASE via SM30:

<b>The maintenance dialog for MASE is incomplete or not defined

Message no. SV037

Diagnosis

The called function with the view/table MASE needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.

System Response

The called function cannot be performed.

Procedure

Generate the required maintenance dialog.</b>

I have looked at previous threads re. SV037 error and I have tried to solve it myself by generating the required dialog by chosing Generated Objects button (transaction SE54). Then it asks for a function group and when I search for and find 2 possible ones: PEPC and ISSR7_VIEW_CUST_.

No matter which I choose i get the warning "You are changing a function group which does not belong to you" after I click on Find Scr. Numbers button.

Am I on the right track or not?

Sincerely

Ryan

1 ACCEPTED SOLUTION

Former Member

hi

i think problem is in se11 itself/.

creation of table maintenance generator:

go to se11> table name> change> go to utilities> table maintenance generator --> enter authorization group (&NC&) and function group name.

if u dont have fn grp name create it in se80.

specify maintenance type --> single step or two step.

enter screen numbers ..

click on create(pencil icon) .it will ask for package name and request number. enter them and save activate.now mesage will appear maintenance view created without errors..

now u can go to sm30 enter table name u can proceed with new entries now...

reward if useful.

5 REPLIES 5

Former Member
0 Kudos

Hi

You are on the right track..

1. Create a new Function Group (Trcn SE37 -> Menu -> Create Funciton Group)

2. Use this Function Group and re-generate.

Regards

Raj

Former Member
0 Kudos

Hi

Go to SE11 enter your table name and go inside.

Go to Utilities-->Table maintenance Generator.

before going there you have to create Fucntion Group from SE37

then u wont get any error.

after creating Table maintenance generator, Go to SM30 give name

there you can enter records

if its useful reward points

Thanks

senthil

Former Member

hi

i think problem is in se11 itself/.

creation of table maintenance generator:

go to se11> table name> change> go to utilities> table maintenance generator --> enter authorization group (&NC&) and function group name.

if u dont have fn grp name create it in se80.

specify maintenance type --> single step or two step.

enter screen numbers ..

click on create(pencil icon) .it will ask for package name and request number. enter them and save activate.now mesage will appear maintenance view created without errors..

now u can go to sm30 enter table name u can proceed with new entries now...

reward if useful.

Former Member
0 Kudos

Go to SE11 enter your table name and go inside.

Create a Function Group in transaction se37.

Then Go to Utilities-->Table maintenance Generator.

after creating Table maintenance generator, Go to SM30 give name

there you can enter records

Rewards points if useful.

Former Member
0 Kudos

Thx. for the replies and sorry for my late answer. Will reward points.