‎2007 Jul 28 11:03 PM
Table SOFFPHF has data in the customer's system.
But when I do a "where-used" on this table, I only get back the two places
that I'm using it.
Where the heck is SAP doing updates to this table ?
I think that "where-used" doesn't find it because it's being accessed like this somewhere:
SELECT ... FROM ( filetab) ...
INSERT .... ( filetab) ....
etc.
But where does SAP insert into it?
‎2007 Jul 28 11:54 PM