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

Table Maintenance generator T-code via Table

former_member1716
Active Contributor
0 Likes
597

Hello All,

Is there anyway to find the T code of the table maintenance generator with just the table name.

Regards,

Satish

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
562

You could browse table TSTCP for parameter starting with /*SM30 and containing table name.

But don't forget that the table can be maintained thru a maitenance view or be included in a cluster of thoses (/*SM34).


Regards,

Raymond

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
563

You could browse table TSTCP for parameter starting with /*SM30 and containing table name.

But don't forget that the table can be maintained thru a maitenance view or be included in a cluster of thoses (/*SM34).


Regards,

Raymond

Read only

0 Likes
562

Thanks for the Reply Raymond.

In that table i find only two fields like T-code and parameters.

If i give the parameter value i will only get the t-code name.

Again i need to find the table related to that.

I just have table name with me and i need to find the related table for it.

Read only

0 Likes
562

Thank you Raymond Giuseppi,

I didn't see the parameter column completely , yes it has the table name in it.

And just by giving the *table Name* we can get our required entries.

Regards,

Satish