Big 11.11 Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 15 Topic 2 Discussion

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 15 Topic 2 Discussion

C_ABAPD_2507 Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

Given the following Core Data Service view entity data definition:

@AccessControl.authorizationCheck: #NOT_REQUIRED

DEFINE VIEW ENTITY demo_cds_param_view_entity

WITH PARAMETERS

p_date : abap.dats

AS SELECT FROM sflight

{

key carrid,

key connid,

key fldate,

price,

seatsmax,

seatsocc

}

WHERE fldate >= $parameters.p_date;

Which of the following ABAP SQL snippets are syntactically correct ways to provide a value for the parameter on line #4?

Note: There are 2 correct answers to this question.


A.

SELECT * FROM demo_cds_param_view_entity( p_date = '20230101' ) ...


B.

SELECT * FROM demo_cds_param_view_entity( p_date = @( cl_abap_context_info=>get_system_date( ) ) ) ...


C.

SELECT * FROM demo_cds_param_view_entity( p_date = `20230101` ) ...


D.

SELECT * FROM demo_cds_param_view_entity( p_date = :$session.system_date ) ...


Get Premium C_ABAPD_2507 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.