2011 Dec 03 12:02 PM
Hi All,
I am looking for the information for the tables where the details of output data(Buffer's/memory) of ST02 is stored. I had been going through the program RSTUNE50/51 for the analysis. In RSTUNE50 i could do find the values being fetched while debugging and moved to fields. But i am curious to know about the DB tables where this data is being stored and retrived. Also while researching on internet came to know that somehow data is stored in MONI table? what could be the way to read out that data via program. Basically i am looking pull out some data from ST02 Screen output.
Please help here.
Thanks and Regards,
Puneet
Hi All,
I am looking for the information for the tables where the details of output data(Buffer's/memory) of ST02 is stored. I had been going through the program RSTUNE50/51 for the analysis. In RSTUNE50 i could do find the values being fetched while debugging and moved to fields. But i am curious to know about the DB tables where this data is being stored and retrived. Also while researching on internet came to know that somehow data is stored in MONI table? what could be the way to read out that data via program. Basically i am looking pull out some data from ST02 Screen output.
Please help here.
Thanks and Regards,
Puneet
2011 Dec 04 11:24 AM
Hi Puneet,
Below the Buffer table details.
1. Nametab (NTAB) :
I . Table definition- TTAB buffer, containing the table definitions, which are held on table DDNTT
II . Field definition- FTAB buffer, containing the field descriptions corresponding to table DDNTF
III. Short NTAB- IREC buffer, containing the initial record layout which is initialized depending on the field type
IV . Initial records - SNTAB buffer, containing a brief summary of the TTAB and FTAB buffers
2. Program buffer
I .Contain the generated and executable versions of the ABAP programs. This buffer is also known as the PXA buffer or ABAP buffer. This buffer uses the tables D010L (ABAP loads), D010T (texts), and D010Y (symbol table) for storing its contents.
Note :: Tables D010L, D010T, D010Y, DDNTT, and DDNTF, as well as some other repository related tables, are only found on the physical database and do not have corresponding ABAP dictionary definitions.
3. GUI buffers :
These types of buffers contain the R/3 graphical elements such as screens, menus, pushbuttons, icons, and so forth. There are two GUI buffers: I .screen buffer its stores dynopro load & II .CUA buffer Its stores such as menus, icons, and push buttons.
4. Calendar Buffer:
The R/3 calendar buffer contains all the defined factory and holiday calendars. These calendars are kept in the tables TFACS and THOCS.
5. SAP roll and paging buffers:
These buffers contain part of the roll and paging areas for the SAP instances. There are additional roll and paging areas located on the roll and page files on disk
Regards,
Murugaraj
2011 Dec 05 11:07 AM
Hi Murugaraj,
Thank you for your response... I am also looking for the information if i say that after executing transaction ST02 i get the ouptut for NTAB - Table Definition and in column Hit Ratio - 99.68 or Alloc. KB as 7000... is there any table in SAP where these values would be stored... and similar for other values as well...
Please help here..
Thanks and Regards,
Puneet
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |