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: 

table maintenance generator

Former Member
0 Kudos

In table maintenance generator, what is the function group, func grp package, base table, and how do i know the maintenance screen no.??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The function group can be any Z name you give.This will be created automaticaaly.The authorization package is &nc&.The sceen number you can get by clicking screens->propose number.Just click generate.

9 REPLIES 9

Former Member
0 Kudos

The function group can be any Z name you give.This will be created automaticaaly.The authorization package is &nc&.The sceen number you can get by clicking screens->propose number.Just click generate.

0 Kudos

what is maintenance screen no.: overview screen?, single screen?

The screen no. should be of the view table or the main table?

Former Member
0 Kudos

go to se11.

utilities--->table maintinence genrator.

it come to a screen it show all information regarding that.

Former Member
0 Kudos

hi,

1. go to se11

2. se11 -> utilities -> table maintenance generator (TMG). or SE55.

3. select authorization group. function group(must) and then click on PROPOSE SCREEN NUMBERS on application tool bar.

4. click on create button on application tool bar. dont worry about other things like recording routine etc.

reward if useful...

Former Member
0 Kudos

hi again,

when u press 'PROPOSE SCREEN NUMBERS' one pop-up comes and u choose automatic prposal of screen number by system.

Former Member
0 Kudos

hi,

first create some transparent table,

in delivery/maintenance tab select maintenance allowed(mandatory),

then goto SE55,table maintenance generator,

enter table name,

select generate objects,

click on create,

select authorization group as &NC&,

enter some function group,(if u don't have create in SE80),

enter package name,

then save,

then finally,

goto SM30,

enter table name,

click on maintain pushbutton,

click on new entries,

save,

try it,

kcc

0 Kudos

Thanx all...it was helpful....awarded the pts for the same.

I am able to to edit an entry but is it possible to append or delete a particular entry with same tcode???

shishupalreddy
Active Contributor
0 Kudos

Hi ,

Once you complete the process of table maintenenace generator then U can edit the entries using SM30 or SM31 tcodes where you can delete or insert or append the resords,

regards

Former Member
0 Kudos

Hello,

1. Go to SE37 and create a function group from the menu

GOTO->FUNCTION GROUP->CREATE

2. PACKAGE is nothing but the development class ( Only if you assign a package it is possible to transport the object from one system to other).

3. Base table ( Table used for maintenance )

4. Just specify any screen number ( example : 0100), system automatically creates.

Regs,

Venkat