2018 Nov 21 5:39 AM
I want to find out how a certain zdbtable is updated. I used where-used list but am not able to find a update or insert or modify statement.
Any other way , a program that will search say 'insert zdbtable' perhaps?
Cleo
2018 Nov 22 7:31 AM
As Srikanth Peri ’s suggestion.
You can use the Tr-cd code_scanner to find the program which the abap statement is needed.

Have a good day.
Liu
2018 Nov 21 7:13 AM
Hi James,
Possibility of creating entries in db table by either of below steps in SE11,
1) Check if TMG has been created for the db table ( Utilities -> Table Maintenance Generator ). If it is created, Go to SM30 and check.
2) Can create entries manually ( Utilities -> Table contents -> Create Entries ).
Thanks !!!...
2018 Nov 22 3:03 AM
if you know which program run and update those table, you could turn on SQL trace in ST05 and findout. but your program may not that complex to use sql trace. sometimes, consultant will define ztable as configuration table and update it manually so you should check through SM30 if it have table maintain too.
2018 Nov 22 4:50 AM
Try using Code_Scanner Transaction and do a text string search within z* packages.
2018 Nov 22 7:31 AM
As Srikanth Peri ’s suggestion.
You can use the Tr-cd code_scanner to find the program which the abap statement is needed.

Have a good day.
Liu