SAP
C_BOCR_11 · Question #72
You want to print a report that shows all new hires and the date that their probation period ends. Which line of code returns the end of probation date?
The correct answer is A. Dateadd("M",3,{hiredate}). See the full explanation below for the reasoning.
Question
You want to print a report that shows all new hires and the date that their probation period ends. Which line of code returns the end of probation date?
Options
- ADateadd("M",3,{hiredate})
- BAddDate("M",{hiredate},3)
- CAddDate("M",3,{hiredate})
- DDateadd("M",{hiredate},3)
How the community answered
(33 responses)- A76% (25)
- B9% (3)
- C12% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.