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: 

table-tcode

Former Member
0 Kudos

Hi,

Can anyone explai how to check whether a tcode is created for a Table or not.

Thanks,

G Kumari.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think you can use FM

RS_PARAMETER_TRANSACTION_GET to get the TCODE if any maintained for the table.

Just pass your TABLE/VIEW name in the VALUE field of FM parameter P_PARAMETERS

WIth Regards,

Dwaraka.S

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

you may have to look in TSTCP table(if the tcode is created from the Table maintenance).

in the Parameters you may have to give

SM30 ZTABLENAME* to search the tcode for the table

Former Member
0 Kudos

Hi,

I think you can use FM

RS_PARAMETER_TRANSACTION_GET to get the TCODE if any maintained for the table.

Just pass your TABLE/VIEW name in the VALUE field of FM parameter P_PARAMETERS

WIth Regards,

Dwaraka.S