In the ABAP Data Dictionary, the core objects are Tables (store data), Domains (define field technical properties like type and length), and Structures (define complex types without storage). Function Modules are code objects stored in the Function Builder, not dictionary objects used for data definitions.