2019 Apr 29 9:27 AM
Hi ,
If a table is not having TMG and also not able to find anything in where used list of that table . There are more than 100 entries in the table so direct entry may be not possible .
then is there any way to find how the table is getting filled .
Thanks in Advance ,
Ankita
Hi ,
If a table is not having TMG and also not able to find anything in where used list of that table . There are more than 100 entries in the table so direct entry may be not possible .
then is there any way to find how the table is getting filled .
Thanks in Advance ,
Ankita
2019 Apr 29 12:55 PM
Hi, research about using watch points in ABAP debugger, it helps.
2019 Apr 29 4:24 PM
Put an SQL trace on the table that's being updated. Leave it running for a while, then check to see where the updates are happening - you can drill down into the source code.
2019 Apr 29 4:26 PM
Try scanning ABAP code using reports RS_ABAP_SOURCE_SCAN or RPR_ABAP_SOURCE_SCAN. You can search for the table name in all of the ABAP code - it gets code missed by the where used list.
2019 Aug 06 4:38 PM
You can use CODE_SCANNER transaction code.
2019 Jun 12 8:12 PM
You can try activating SQLM (SQL Monitor), and leave it enabled for a few days/weeks then you can look for the table or report in the SQLM transaction and if it was used it will show up.
2019 Aug 09 10:31 AM
Hi Ankita,
There could be dynamic table upload programs used in the system where the table name is provided as input in the selection screen and a file is used for upload. You can try investigating around this as well.
Thanks,
Muralikrishnan
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |