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 maintainance for given custom table ....

Former Member
0 Likes
752

Hi,

I was wondering how can I create table maintainenece for a given custom table. I know the oath is utilities -> Table maintenance generator.

But there are many things over there like authorization group, function group, maintain screen number. I don't know what to fill in this. Can someone help me ?

Regards,

Rajesh.

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
546

Pl check this <a href="https://forums.sdn.sap.com/click.jspa?searchID=2928405&messageID=3525214">thread</a>.

~Suresh

Read only

Former Member
0 Likes
546

Hi Rajesh,

Authorization group - put in one if you the requirements ask you to use one. Otherwise select &NC& (none). You could change this later.

Function Group - a function group is created when you generate the maintenance view, select what name you want. I usually put the name of the custom table.

Maintenance screens - If you need a standard customizing table without drill down, use the 'one-step' and the overviewscreen should default to '100'.

Recording routine - use standard recording routine if you want changes to flow through the transport system. No, if otherwise.

Read only

Former Member
0 Likes
546

Hi Rajesh,

Authorization gorup is used to provide end user auth, u can use &NC& for no auth group

The Table maintainence generator creates some function modules so you need to provide just a name of a group .

To create a new goup use SE37 (Menu)

You can create a overview screen or you can select single screen.

you just need to provide a number there example 900.

Then you just say generate , it will do all the necessary steps automatically.

One this is complete you can create entries into this table using SM30

Also you can create your own Z T-Code to maintain this table by use of Parameter Transaction in SE93.

Kindly reward all helpful answers

Regards,

Gaurav

Read only

Former Member
0 Likes
546

Hi,

Steps..

GO TO SE11

Give the table name

Press change..

In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR.

GIve the authorization group &NC&

Choose the single step radio button..

Give the screen number 1.

Give the function group..Give the table name itself as the function group.

Press create. button.

Now the screen is generated..go to sm30 and maintain the table entries..

Thanks,

Naren