Application Development 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: 

TCODE for table maintenance

Former Member
0 Kudos

Hi friends , can anyone please let me know how to create the TCODE for the Table maintenance.

1 ACCEPTED SOLUTION

former_member195698
Active Contributor
0 Kudos

http://www.sapdev.co.uk/tips/tips_tabmaint_tcode.htm

Check this

Edited by: Abhishek Jolly on Jun 26, 2008 7:17 AM

5 REPLIES 5

former_member195698
Active Contributor
0 Kudos

http://www.sapdev.co.uk/tips/tips_tabmaint_tcode.htm

Check this

Edited by: Abhishek Jolly on Jun 26, 2008 7:17 AM

Former Member
0 Kudos

check this

regards

P

Former Member

former_member195383
Active Contributor
0 Kudos

go to se93..

check the last radio button..

transaction with parameters

then give transaction as SM30

and then screen 0

and at the below part at default value in Name of screen field put

VIEWNAME

and in the value giv the table name

Thats the way to craete tcode for table maintainnace...

Reward points if ans is helpful..

Former Member
0 Kudos

hi,

do this way ...

1. Go to SE93, Give your transaction code, Press create, Give short description.

2. Select Last Radio button(transaction with parameter), Press enter.

3. In default values block give the transaction name as SM30 and select skip initial screen button.

4. Scroll down to find default values block. Here in first row type VIEWNAME in screen field name column and ur table name in value column.

5. In second row type UPDATE in screen field name column and X in value column. Now save this transaction.

Regards,

Santosh