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-tcode

Former Member
0 Likes
579

Hi,

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

Thanks,

G Kumari.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

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
Read only

Former Member
0 Likes
532

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

Read only

Former Member
0 Likes
533

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