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

Transaction with Parameters

Former Member
0 Likes
589

Hi Everyone,

When we create a Transaction with the Parameters option (5th Option while creating in SE93), if we give the transaction as SM30 and a VIEWTYPE ( any table name) the link between the transaction and the table has to be saved in some table.

TSTC table contains the relation between Transactions and programs, similarly could you please let me know the table name for transactions and tables?

Thanks,

S.Dakshna

4 REPLIES 4
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
531

It is TSTCP ...

Check the table ... In the field PARAM you will have the transaction code, viwename & action concatenated together.

Cheers,

Suhas

Read only

Former Member
0 Likes
531

Hi,

The table is TSTCP. It will store the details of the corresponding tcode (ie. SM30) and the corresponding view name etc in the field PARAM, in the form of a string.

Regards,

Amit Mittal.

Read only

Former Member
0 Likes
531

Try the following table

TSTPVT

Hope this helps.

regards,

Abhi

Read only

Former Member
0 Likes
531

Its TSTCP table. Fiield PARAM stores Viewname.