I'm trying to inspect the data of a table via transaction code SE16
(n) on a development system. I'd like to see all of the table's records. In other words, I don't want there to be any selection criteria. But the table has a numeric key that I have to specify. Is there a wildcard-like value that I can enter so any record matches the key?
Thanks in advance, Joshua
EDIT (taken from OP comments):
"It's an old custom table/Z-table. When I just press F8 without putting in anything for the key field I get the message: "No table entries found for specified key" The key's data type is NUMERIC (length 8) (it's an HROBJID actually). Putting in from 00000000 to 99999999 doesn't work."
Solution: "The problem was indeed that there was no data in the table on this system. It was not obvious to me that I could leave a key field blank. Thank you all for your help."