You are on page 1of 2

How to find which program is Updating some Custom Table?

Long way got the SE11 -> do a where used list-> Problem is it will tell where the table is being used not
whether it is updated or not.

A faster way will be to execute program RS_ABAP_SOURCE_SCAN from se38 and mention the
parameter.

You can mention the filter as Z* as Program Name


Here it is we get the program which Updates the Table. This is very useful to find specific operation of
table in Z programs.

You might also like