‎2007 May 03 5:48 AM
what is table maintenance generator and what is the use of it?and the transaction code for it
‎2007 May 03 5:50 AM
Table maintenance is used to maintain the data for that table ,
Easy maintenance of data , adding or deleting records
TCODE is SM30
‎2007 May 03 5:50 AM
Table maintenance is used to maintain the data for that table ,
Easy maintenance of data , adding or deleting records
TCODE is SM30
‎2007 May 03 5:50 AM
Hi,
Table maintenance generator automatically generates screens for maintaining the table entries..
You can use SE11 to create a table maintenance..
GO to SE11
Give the table name..
Press change..
In the menu..
UTILITIES -> TABLE MAINTENANCE GENERATOR..
Thanks,
naren
‎2007 May 03 5:50 AM
‎2007 May 03 5:52 AM
Hi
table maintanance Generator is used to manually
input values using transaction sm30
follow below steps
1) go to se11 check table maintanance check box under
attributes tab
2) utilities-table maintanance Generator->
create function group and assign it under
function group input box.
also assign authorization group default &NC& .
3)
select standard recording routine radio in table
table mainitainence generator to move table
contents to quality and production by assigning
it to request.
4) select maintaience type as single step.
5) maintainence screen as system generated numbers
this dialog box appears when you click on create
button
6) save and activate table
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
/message/2831202#2831202 [original link is broken]
One step, two step in Table Maintenance Generator
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.
Reward points if useful
Regards
Anji
‎2007 May 03 6:00 AM
Hi,
Using Table Maintenance generator u can change the
records which u are updated in to
database table.
After declaring all the fields in SE11, go to utilities
there u can see table maintenance.
In that u have do some codings, then
activate ur table.
After that goto SM30, type ur prg name and
then click maintenance. From their u can give
new entries and also edit the update entries.
Thanks.
Reward if it is useful to you.