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

Finding T- Code of a Particular Z-Program.

Former Member
0 Likes
6,621

hi ! To Every one who has Helping Heart.

I need to find a T-Code of a Particular Z-Program which uses KONV Table.

Is that Possible.? i am in a Support Project and I need to Ans. this Query.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,424

Hi ,

By using Program name we can know the Transaction code.

Go to SE80

Use the Program

Give the Program name : Which program tcode you wants

in Trasaction code's folder you can find the Tcode.

display it(click on diaplay button)

If you want to know the KONV table is used for this transaction

Search it in the program.

If you want to know how to find the ZProgam is used this table.

go to Se11

enter your table name 'KONV'

Click on where used list.

you will get the popup saying that 'Where used list data base table'

select only program name check box.

and press enter

now you will know the table is used in your custom program

thanks

Sekhar

Message was edited by:

Lakshmi Sekhar Reddy

Message was edited by:

Lakshmi Sekhar Reddy

3 REPLIES 3
Read only

Former Member
0 Likes
1,425

Hi ,

By using Program name we can know the Transaction code.

Go to SE80

Use the Program

Give the Program name : Which program tcode you wants

in Trasaction code's folder you can find the Tcode.

display it(click on diaplay button)

If you want to know the KONV table is used for this transaction

Search it in the program.

If you want to know how to find the ZProgam is used this table.

go to Se11

enter your table name 'KONV'

Click on where used list.

you will get the popup saying that 'Where used list data base table'

select only program name check box.

and press enter

now you will know the table is used in your custom program

thanks

Sekhar

Message was edited by:

Lakshmi Sekhar Reddy

Message was edited by:

Lakshmi Sekhar Reddy

Read only

Former Member
0 Likes
1,424

Dear Praveen ,

GOTO SE11 ,open KNOV table and click on where used list.now check ur Z-program and identify the name .Now goto Se93 and check the T-code existance for ur program..hope this we will help u.

Read only

Former Member
0 Likes
1,424

Go to SE80 type in the program name and Display u will see Tcode in the list .

If you dont know which program the table is used then use standard program RSRSCAN1 (ABAP/4 Find String in Program Source Code) type in program name as Z* and Find string as KONV .. this will list all programs and from there it will take to the code of the program on double click .

Hope this helps ..

Regards

R. Ramvelu