Q: 6
Using ABAP SQL, which select statement selects the mat field on line #17?
Options
Discussion
B . CDS view entity is what SAP expects here, and the MAT field is exposed from
demo_sales_cds_so_i_ve. C trips people up but it's not the CDS view, just legacy. Saw similar logic in official docs so I’m pretty sure B is right-correct me if I’m missing something.B , ABAP SQL with CDS view entity is usually demo_sales_cds_so_i_ve and that's the only one exposing mat exactly like SAP's doc example. Legacy table (C) wouldn't match what exam expects for CDS syntax. Open to other takes if anyone's seen different!
SAP's own practice sets and official guides always use B for demo CDS view access in ABAP SQL. Pretty sure that's what the exam wants here.
Official SAP study guides and the ABAP demo models both point to B here.
B , since all the SAP official practice sets and the ABAP demo model docs always have demo_sales_cds_so_i_ve as the CDS view for this. The MAT field comes from that specific entity in the documentation examples. Could still mix it up with C if you haven't seen the CDS stuff lately, but everything I've seen on the exam favors B for these lines. Disagree?
C or B, but my guess is C since demo_sales_so_i looks like a valid table name too. I remember seeing something similar in older ABAP exercises, but could be wrong.
Not C, it's B. The only option that fits with CDS view entity naming in ABAP SQL here is B.
Probably B, seen similar wording in some practice sets.
Be respectful. No spam.