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

Tcode to table

Former Member
0 Likes
659

How to create Tcode to the table.

In se93, which Radio button we have to select to create a tcode for the table.

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
637

program and screen(dialog ....)

reward points if useful...

Read only

0 Likes
637

In that, it is not asking Tabke name?????????

Read only

Former Member
0 Likes
637

i hope there is no such tcode to put the table in that..

regards,

venkat

Read only

Former Member
0 Likes
637

hi..

you can create a maintenance view of table and then you can assign a transaction to the view.

transaction with parameters (parameter transaction) is the radiobutton for it.

Read only

Former Member
0 Likes
637

HIEEE...

You can create transaction for a table.first maintain the table and create transaction with parameters.

when u un the transaction u can see the table maintainence screen.

Read only

vinod_vemuru2
Active Contributor
0 Likes
637

Hi Narendra,

U can create tcode for table provided u have created table maintenance generator for the table. If yes follow below steps.

1. Go to SE93, Give ur Tcode, Press create, Give short description.

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

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

4. Scroll down. U will 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.

Now ur transaction is ready to be used.

Thanks,

Vinod.