2013 Feb 18 8:58 AM
Dear Experts,
When debugging, is there any ways to knows that when the part of codes those change the value in specific tables (Ztables).
Regards,
2013 Feb 18 9:07 AM
Dear Experts,
When debugging, is there any ways to knows that when the part of codes those change the value in specific tables (Ztables).
Regards,
2013 Feb 18 9:05 AM
2013 Feb 18 9:07 AM
2013 Feb 18 11:00 AM
Yes, using ST05 can be another way to trace where the ztable updated.
Thanks for your idea.
2013 Feb 18 9:21 AM
Hello,
you can use sy-dbcnt. if your code changes some values or insert some rows into database table then you can findout total no. rows changed in database table.........
Thanks
Sabyasachi
2013 Feb 18 10:10 AM
a break point at commands INSERT, UPDATE, MODIFY can help a little.
this stops at all tables, not only Ztable
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |