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

Reg. TABLE MAINTENANCE GENERATOR

Former Member
0 Likes
714

hi ,

can anyone pls detail me on TMG.....

and also how to create a t.code for my table...

thanks,

CAPC

1 ACCEPTED SOLUTION
Read only

Bema
Active Participant
0 Likes
659

To create Table maintenance genetrator,

Go to Utilities->Table maintenance generator

Then Enter Authorisation group(For eg &NC&)

Function group ( You can create function group in SE37. Here in the menu GOTO->Function group-> Create group)

Then you can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no' . It will propose screen no:s)

Then Create.Save

Table maintenance is created.

To create Tcode, Go to Se93

Enter A tcode name

Create

Select Transaction with parametrs

Enter some transaction text.

Transaction is SM30

Check Skip initial screen

Check Inherit GUI attribtes

gui SUPPORT - Select all check boxes

Under default values, enter

NAME OF SCREEN FIELD VALUE

VIEWNAME ZTABLE NAME

UPDATE X

save it

and try to use the TCode.

6 REPLIES 6
Read only

Former Member
0 Likes
659

Hi,

U have created a table..now u need to enter values into the table...this can be done only when the table has been done as Table Maintenance...This is done by utilities->table maintenance generator...once this is done, u can enter values using utilities->table contentes->create entries.

when u need to give access to users goto SE93 & create a tcode & in it attach this table name.

~~Guduri

Read only

Former Member
0 Likes
659

Hi CAPC,

/message/2831202#2831202 [original link is broken]

<b>One step, two step in Table Maintenance Generator</b>

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Read only

Bema
Active Participant
0 Likes
660

To create Table maintenance genetrator,

Go to Utilities->Table maintenance generator

Then Enter Authorisation group(For eg &NC&)

Function group ( You can create function group in SE37. Here in the menu GOTO->Function group-> Create group)

Then you can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no' . It will propose screen no:s)

Then Create.Save

Table maintenance is created.

To create Tcode, Go to Se93

Enter A tcode name

Create

Select Transaction with parametrs

Enter some transaction text.

Transaction is SM30

Check Skip initial screen

Check Inherit GUI attribtes

gui SUPPORT - Select all check boxes

Under default values, enter

NAME OF SCREEN FIELD VALUE

VIEWNAME ZTABLE NAME

UPDATE X

save it

and try to use the TCode.

Read only

Former Member
0 Likes
659

hi capc,

for the table u hav created,

to create a t-code:

goto SE93.

give the name of the t-code u want to hav for ur table.

click create.

now click on the <b>report transaction</b> radio button(2nd option) in the window that appears.

then click enter(tick symbol)

in the next page that comes, give ur table name and also check all the three gui support options given down that page.

then click on "save" icon.

now ur t-code wil be created.

to check that, give "/n<t-code name>" in the address bar to see ur t code working.

Read only

Former Member
0 Likes
659

hi..

u can also create t-code by going to SE80.

give the table name.

right click n select "create transaction"

then the same procedure follows as i hav mentioned in my earlier post.

*reward if my answer is useful.