Multiple choice technology packaged enterprise solutions

If a table does not 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 ABAP, MANDT is the client field (Mandant). Tables with MANDT in their primary key are client-dependent, meaning data is isolated by client (tenant). Tables without MANDT in the primary key are client-independent - the same data is visible across all clients. Option C is correct.