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

Table maintenance generator

Former Member
0 Likes
1,661

Hi,

I have created a ztable with display/maintenance Allowed.. and there are no function groups which has been created here.. in that case what authorization group and function group has to be given while creatin table maintenance generator (TMG).? I have created a TMG with authorization group as Test and created a new function group and assigned that here.. and when i click on create its not givin the screen to make the entries instead it jus shows the object created without any error.. and when I go to SM30 and click on maintenance it doesnt show in table to make an entry.. could someone please suggest me the solution..?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,551

Hi Nalini,

Before going to table adjustment, go to table maintenance generator and click on Change button.

You will get some check boxs.

select all the check boxes and execute and then activate the table.

After this Adjust your table using SE14 as suggested by Vinod.

Regards,

Gautham Paspala

13 REPLIES 13
Read only

Former Member
0 Likes
1,551

Hi

Try changing the authorization group to "&NC&" and try...

Vinod.

Read only

Former Member
0 Likes
1,551

hi....

if you want to create an entry to table you can do it from 'utilities' in the menu bar of the transaction se11 after getting inside change mode of the table

or else you can create a fuction module to create an entry in the particular table. after creating the function module you can call it to create entry in the table.

thank you

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,551

Hi,

While creating table maintenance generator, use details:-

Authorization Group : &NC&

Function Group : (ztable_name)

Maintenance Type : select one screen

Maint. Screen No. : Overview Screen : 1 (any number)

And click create.

Now the maintenance generator is created for the ztable.

Hope this solves your problem.

Thanks & Regards,

Tarun Gambhir

Read only

Former Member
0 Likes
1,551

Hi,

Give the authorization class as &NC&

and function group as (ztable name ).

Rest of the parameter reqd to select are selection screen number and number of steps.

hope it will help you.

Regards

Rajesh Kumar

Read only

Former Member
0 Likes
1,551

I tried all these It shows the object created without errors... but when I check in SM30 there wouldnt be any table to make an entry..

Read only

0 Likes
1,551

Hi

Goto se14 T-code, enter your table name and click edit then in net screen click activate and adjust database, then try entering the values from sm30...

Vinod.

Read only

Former Member
0 Likes
1,552

Hi Nalini,

Before going to table adjustment, go to table maintenance generator and click on Change button.

You will get some check boxs.

select all the check boxes and execute and then activate the table.

After this Adjust your table using SE14 as suggested by Vinod.

Regards,

Gautham Paspala

Read only

0 Likes
1,551

I did the above mentioned two things but still when i got sm30 and click on maintain it shows a blank page with all the other buttons like newentries.. select all.. deselect all..delect entry.. everything is there except the table to make an entry..

Read only

0 Likes
1,551

Hi Nalini,

In table maintanence generator(SM30) we cannot view the structure of the table,But we can view the Contents of the table Through SM30 we can make new enteries to the table which we created in SE11.In SM30 if we click on maintain and on new enteries u can view the fields of that table. Afterthat fill the fields and click on save.

Make sure that u have given the table name in table/view field in initial screen before clicking on maintain.

Thanks

Nithya.

Read only

Former Member
0 Likes
1,551

hi,

check this very nice blog on Extracting data in Table maintenance

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

thanks

Read only

Former Member
0 Likes
1,551

Hi Nalini,

If you want to make a new entry, Please click on the Newentries button and add entries.

Regards,

Gautham Paspala

Read only

0 Likes
1,551

Hi ,

Goto to se54 . Give the table name and delete the maintanence dialog.

Create it again with authorization group as &NC& and any function group name.

Then goto utilities->table contents->create entries.

Click on new entries and enter the values.

Hope this works

Read only

Former Member
0 Likes
1,551

Hi,

U can do one thing in SE55 give the following details:

Authorization Group: &NC&

Function Group : func_grp name

Maintenance Screens: One Step

give the screen number as 100 for overview screen.

and click on create button

the object is generated & now go to SM30 and click on "Maintain" Button.

A New Screen is generated with scr number 100 and here u can enter new entries, delete an entry

and modify the data of the database table.

Hope this info provides some assistance to u.