Multiple choice technology programming languages

When you are defining a structure using Se11?

  1. Give the MANDT field as a first field

  2. Select the primary key as defined in your db tables.

  3. Give initial values

  4. None of the above

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

When defining a structure in SE11 (SAP's data dictionary), you don't need to include MANDT (client field) as the first field (it's automatic in tables), you don't define primary keys in structures (that's for tables), and initial values aren't required. Therefore none of A, B, or C are mandatory rules.