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: 

Want to link a custom table to a Transaction code

Former Member
0 Kudos

Hi

I have a custom table(Zstudent). I want to link this table to a tcode(zstud).

When the client executes the tcode(zstud) my custome table should open.

Is this possible.

Regards

1 ACCEPTED SOLUTION
4 REPLIES 4

Former Member
0 Kudos

Hi!

Possible, but you have to do this using transaction SM30.

- You have to define you table for maintaining using the table maintenance generator, in SE11 transaction.

- Then you have to create an own parameter transaction, in SE93. Choose type parameter transaction, give SM30 transaction code, with the following params:

VIEWNAME ZSTUDENT

UPDATE X

Regards

Tamá

Former Member
0 Kudos

SE93 --> Create TCode -->Provide below values

Default Values for

Transaction:SM30

Set the check box skip the intial screen

In the default values

Name of the Screen field : VIEWNAME Value: ZSTUDENT

UPDATE Value X

Regards,

Satish

0 Kudos

Hi All,

I followed the same steps to create a Custom Transaction. But i'm getting the error "Table/View ZTable is not in the Dictionary".