Multiple choice technology programming languages

If a table doesn't have MANDT as part of the primary key, it is

  1. a structure

  2. invalid

  3. client-independent

  4. not mandatory

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SAP, MANDT is the client field (Mandant in German). When MANDT is part of the primary key, data is client-specific (different for each client). Without MANDT in the primary key, the table contains client-independent data shared across all clients. It's still a valid table, not a structure, and 'mandatory' refers to field properties, not the MANDT field itself.