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

ztable maintenance

Former Member
0 Likes
532

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.

4 REPLIES 4
Read only

Former Member
0 Likes
498

Create table maintanence generator for that table.go to utilities menu, select table maintence generator.give authorization grouptake single or overview screen

Read only

alex_m
Active Contributor
0 Likes
498

You can use SM30(table Maintanece generator) or create new custom program to add/delete the records to a custom table.

Read only

Former Member
0 Likes
498

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

Read only

Former Member
0 Likes
498

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.