‎2006 Nov 26 7:51 AM
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.
‎2006 Nov 26 7:58 AM
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
‎2006 Nov 26 7:58 AM
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
‎2006 Nov 26 8:11 AM
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.
‎2006 Nov 26 1:18 PM
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