‎2007 Jun 01 7:52 PM
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.
‎2007 Jun 01 8:05 PM
Pl check this <a href="https://forums.sdn.sap.com/click.jspa?searchID=2928405&messageID=3525214">thread</a>.
~Suresh
‎2007 Jun 01 8:09 PM
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.
‎2007 Jun 01 8:13 PM
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
‎2007 Jun 01 9:18 PM
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