Q: 1
What are some features of a unique secondary key? Note: There are 2 correct answers to this
question.
Options
Discussion
Its C and D. Saw similar options in official practice and ABAP docs cover lazy index creation.
C/D? SAP needs to standardize their wording, but pretty sure C and D.
Not B, I think C and D are right. The key isn't updated when you just read the table, that's a common distractor. Updates only happen on actual data changes, and lazy index creation means C fits. Anyone see an official doc say otherwise?
C/D? Not B, the update isn't triggered just by reread, that's a common trap.
B , saw reference to updating with rereading in some SAP practice questions and the official guide.
C tbh, because secondary indexes can be created lazily, so the physical index isn't always there until first use. But D also holds since any modification to the table updates the index entries immediately. Saw a weird SAP note about this edge case-if table is never read with that key, index might not exist yet!
Is the question asking specifically about indexes with "lazy" creation? If immediate creation on table fill is required, then A might apply instead of C.
Be respectful. No spam.