cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Magic and a full class table

pedrocavaco
Participant
1,895

Hi,

Today I crossed paths with a humble table.

Looks like SE11 enabled redirects to the class builder if the class/table name is less than 16.

BUG reported and shared.

View Entire Topic
raghug
Active Contributor

It redirects if it is a real class - for example try CL_SALV_TABLE.

It also redirects appropriately to views, structures, data elements, etc.... I don't think it is a bug, but a rather convenient hidden feature.

pedrocavaco
Participant

Hi Raghu,

Views, structures and data elements are dictionary components and so it makes sense the redirection on that range, the case above represents a problem since you can't create the table with the same name if the class exists.

retired_member
Product and Topic Expert
Product and Topic Expert

Exactly,"you can't create the table with the same name if the class exists"!

And this is not a bug but a feature.

Dictionary types and classes/interfaces are both global types and belong to one namespace!