‎2007 Jun 29 2:07 PM
i have created a ztable. i want to maintain it through screen means how can i enter the values in the table through screen like others.
‎2007 Jun 29 2:11 PM
Create table maintanence generator for that table.go to utilities menu, select table maintence generator.give authorization grouptake single or overview screen
‎2007 Jun 29 2:11 PM
You can use SM30(table Maintanece generator) or create new custom program to add/delete the records to a custom table.
‎2007 Jun 29 2:12 PM
hi,
Goto maintainence view via utilities-> table maintainence generator and give the screen number while generating.
table maintainence generator
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
Regads,
Santosh
‎2007 Jun 29 3:23 PM
and after you create the table maintenance generator, you can create a Z transaction using SE93 and usev the transaction with parameters option, in there you can set up SE30 and set the SKIP initial screen.
beloe in the paramters set two paramters
VIEWNAME = z_table_name
UPDATE to X
I Hope this helps.