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 for any table

Former Member
0 Likes
494

Hi expert

I have created a ztable and maintained table maintenance generator . On production server user want a Tcode for particular table that auto maticaly open the screen where data will be posted.

Thanks

shekhar

4 REPLIES 4
Read only

Former Member
0 Likes
472

Hi,

There is no tcode for any table.

Itu2019s only other way that u use tables in your transactions.

Press F1 in the field for which u want the table.

Then it will show some description... there clicks on technical settings button

in properties it will show some info including table name....

Regards,

Shamma

Read only

0 Likes
472

Hi,

You can create a tcode in SE93 for your table maintainance. Go to SE93 and give name of your transaction.

Press create and choose Transaction with parameters option. Enter SM30 in transaction. Tick Skip initial screen checkbox and give following values in the Default values at last.

UPDATE X

VIEWNAME 'Your Table Name'.

KR Jaideep,

Read only

Former Member
0 Likes
472

Hi Shekar, as far as i know we can give the tcode while maintaining the table. I shall tell you the exact procedure after trying it.

Read only

Former Member
0 Likes
472

Hi

Follow the below steps:

Goto SE93

Create a new t-code

In the pop up select last radio button "Transaction with Paramenters(Parameter transction)"

In default values tab give Transaction as SM30

Select Skip first screen checkbox

at most bottom

at Default values give as

VIEWNAME <YOUR TABLE NAME>

UPDATE X

.