Correct Answer: SY-DATUM
Explanation:
Note: This Question is unanswered, help us to find answer for this one
SAP ABAP Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More SAP ABAP MCQ Questions
The SAP service that ensures data integrity by handling locking is called:
True or False? ABAP statements always conclude with a semicolon.
What is the prerequisite for a function module to be tested?
Which of the following is not an attribute for creating an ABAP program?
Which is the central tool for managing changes made in the IMG or ABAP Workbench?
Your transport request is released in system X and imported in system Y.
Which method is used to transport the data from X to Y?
Where do you place the language key field in a customer-specific text table to enable generic buffering of this table?
The SAP List Viewer, commonly known as the ALV, is a powerful tool for displaying data. Among the various ALV types, the ALV Grid Control is used for displaying non-hierarchical table data.
There are basically three types of SELECT statements: SELECT SINGLE, SELECT ... ENDSELECT, and SELECT ... INTO TABLE. The SELECT ... ENDSELECT statement is also known as the SELECT loop.
Below, you will find a list of comments about SELECT ... ENDSELECT. Which of them are correct?
In which case do you decide to create a new ABAP OO class?