skgupta
21st May 2008, 10:20
I let me know how to obtain table name which have been used in any session.
Sunil Kumar Gupta
george7a
21st May 2008, 10:28
Hi,
Your question can be understood in two ways, so I will give you two answers :)
If want to know the main table session, it is saved in a predefined variable called "main.table$".
If you want to get the description of a given table, you need to do a seslect on ttadv130 and fetch ttadv130.desc.
I hope it helps,
- George
skgupta
21st May 2008, 11:51
thnaks,
Actully I get the information that how to get the tables name which have been used in print session "tfacp9468m000.
thanks.
Sunil Kumar Gupta