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: 

How to get Tcode for table which has a table maintenance done

Former Member
0 Kudos

Hi Friends,

I have one issue.

How to get the specific Tcode again for the table to which i have used table maintenance .

I have generated table maintenance for many tables inside my package.

If i want specific Tcode for that particular table how do i find it...Is there any way to get that

Thanks in advance.

Regards

kishore

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

Goto SE93.create a z table.

Select radiobutton Transaction with parameters(Parameter Transaction)

Enter Default values for transaction : SM30

Enter View name : Your view/table name

Enter Update = X

save the TCODE.

17 REPLIES 17

GauthamV
Active Contributor
0 Kudos

hi,

Goto SE93.create a z table.

Select radiobutton Transaction with parameters(Parameter Transaction)

Enter Default values for transaction : SM30

Enter View name : Your view/table name

Enter Update = X

save the TCODE.

Former Member
0 Kudos

Hi Gautham,

Thanks for responding immediately..

But my question is not how to create Tcode for table maintenance.

My question is i have created many Ztable and done table maintenance for that.

So for each ztable i will have created one Tcode.

If i want to get the specific Tcode for the particular table

How do i get that..

I think my question is clear now.

Thanks in advance

Regards

kishore

Former Member
0 Kudos

Hello Kishore..

U can find all the Transactions in TSTC table..even ZTcodes..

If u knoe additional info about ur Table..try to check by giving them in SE11..

Hope it helps.

Thanks

Praveen

GauthamV
Active Contributor
0 Kudos

hi,

you can get those details from TSTCP table.

Former Member
0 Kudos

Hi,

You can find it from table TSTCP. You need to check for SM30<tabname>* in Parameters field of this table.

Thanks,

Lakshmi

Former Member
0 Kudos

try table TSTCP.

regards

Prabhu

Former Member
0 Kudos

I am sorry to trouble you again friends

I didn get u all properly

In TSTCP table there are two fields Tcode and Param.

Let it be like i forgot the Tcode for my table whcih i have created.

What should i give as input in param to get my Tcode for my particular table

Santhanalakshmi you have told like in parameters Sm30<tabname>

But i didn get u properly.

Give me one input example from any of custom table

Can you explain me some wat clear...First time i am seeing this TSTCP table ..

I donno what input i should give in Param field to get my Tcode for my particular table

Thanks in advance

Regards

Kishore

GauthamV
Active Contributor
0 Kudos

hi,

if you just execute the table with tcode as z* you will get some values.

in those values where param will contain * *sm30 ..ztest ** where ztest is your table.

Former Member
0 Kudos

Hi Gautham,

I am still having problem... If i give Z* it shows all the Tcodes created with Z.

For that i will click Display object list and get my Tcodes inside my package..

But that is not my issue...

I am sorry if i didn get you properly

But still i didn find any way for that.

Will give one sample table which is Ztest. Ihave tcode ztest1.

Now as u said if i give Z* i will get all Z* tcodes ..In TSTCP table if i execute iam getting only the Tcode fields

lot of Z names(tcodes) are there. In that how will i find which is mine.I am not getting any parameter fied in output and all..

please help me.

Regards

kishore

Former Member
0 Kudos

Hi,

Goto SE93,

1. Press F4 on the Transaction Code field, If you see a Input help Personal value list, Press F5 ( Information System ) button, another screen will open.

2. Click on All selections button (the one with a + sign), the screen will expand.

3. Enter Z* in the Transaction Code field, Select Parameter transaction, press enter.

Now you will get all the Z transactions that were created as Parameter transaction. Copy the T-codes

Goto se16 and in table TSTCP and enter all the transaction found as above. Filter the list on the parameter of the table name you are searching for.

regards,

Advait

Former Member
0 Kudos

Hi,

I donno whether i explained my issue correctly to u all.

Advait i dont have personal value list and all when i give F4 on my Tcode in SE93.

I wanna tell u that i am using ECC 5 IDES as of now. I dont find that input help ther.

My issue is like how to find the particular Tcode fot the particular Custom Table i have created inside my package...My package has lot of Tcodes.

I cant search each one by one to find my table..Is there any alternative way so that directly i can get the Tcode for my Custom table.

Former Member
0 Kudos

Hi Kishore,

In TSTCP, you have 2 fields. TCODE and PARAM.

You give the below value in PARAM field and see all values of table.

Example: Custom table name: ZTABLE1

PARAM: SM30ZTABLE1* ---> give this value and execute. You will get only one output which has the TCODE for maintenance of table ZTABLE1

If your table name is ZTEST1, give SM30ZTEST1* and you will find the correct TCODE.

Thanks,

Lakshmi

Former Member
0 Kudos

Ok, but you must be getting a normal F4 help atleast.

There you will find the button with a plus sign at the botton of that list ? If you press that, the screen should expand and it would allow you to enter more details, like the radio button with Parameter transaction.

You select that radiobutton and enter Z* in the transaction code field. This will give a list of transaction starting with Z which use the parameter transaction.

Using that list, you can goto SE16 table TSTCP.

regards,

Advait

Former Member
0 Kudos

Ohhh awesome!!!!!

this SM30ZTEST* SOLVED my Problem brilliant!!!!!!

Thanks a lot:)

Former Member
0 Kudos

Ohhh awesome Lakshmi!!!!!

this SM30ZTEST* SOLVED my Problem brilliant!!!!!!

Thanks a lot:)

Former Member
0 Kudos

Thanks a lot for Gautham ,Praveen,Prabhu and Advait who helped me on this isuue

Thanks a lot

Regards

kishore

GauthamV
Active Contributor
0 Kudos

Its good to know atleast now you solved your query.