Multiple choice sap abap

Which all are dictionary objects?

  1. Table

  2. Function Module

  3. Domain

  4. Structure

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

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.