Getting Started Flashcards
In ABAP source code, how do you navigate to the definition of a development object?
A) Double-click the name of the object
B) Position the cursor on the name of the object and press F2
C) Position the cursor on the name of the object and press F3
C) Position the cursor on the name of the object and press F3
An ABAP Cloud Project in ABAP Development Tools (ADT) allows you to connect to what kinds of system?
There are 2 correct answers.
A) SAP BTP ABAP instance
B) On-Premise ABAP system
C) Embedded ABAP instance in SAP S/4HANA Cloud
A) SAP BTP ABAP instance
C) Embedded ABAP instance in SAP S/4HANA Cloud
What must you do when you create an ABAP package?
There are 2 correct answers.
A) Use the letter Z or Y as the first character in the name
B) Assign the package to an application component
C) Assign the package to a software component
D) Declare what other packages can use the contents of the package.
A) Use the letter Z or Y as the first character in the name
C) Assign the package to a software component
Which of the following characters is not allowed in the name of an ABAP class?
Choose the correct answer.
A) 8
B) _
C) $
C) $