2008 Jul 02 8:40 AM
Hi,
I want to know the list of internal tables used in a program (including sap program).
while debugging i want to view the data stored in it.
I know the internal tables used by me. Before loading the program sap will load some information into internal table. How to know that.
Advance Thanks.
Hi,
I want to know the list of internal tables used in a program (including sap program).
while debugging i want to view the data stored in it.
I know the internal tables used by me. Before loading the program sap will load some information into internal table. How to know that.
Advance Thanks.
2008 Jul 02 8:57 AM
hi,
use this function module.
GET_TABLES.
This will give u all structures and tables used in a program .
2008 Jul 02 8:59 AM
2008 Jul 02 9:06 AM
Hello
1. SE80 - Syntax list of tables
2. ST05 - Dynamic list of tables
2008 Jul 02 9:13 AM
Internal tables, not transparent ones.
In the old debugger, goto->system areas->internal information and look ITAB_HEADS. This will show you the name of the tables in the system. SYMBDATANM will show you all variables in memory.
In the new debugger, it's even easier. There's a global tab in the variables area, that tells you all variables in memory. And you can see the variable type - i.e. if it is a table.
matt
2008 Jul 02 10:46 AM
Dear Amit and Ghautham,
Thro your reply I can find tables and strutures used in a program.
My question is , what are the internal tables used by Sap.
ie Internal table using DATA . SAP will declare a Internal table to load some data.
BM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |