Taking a First Look at ABAP Flashcards
What are the two ways to open a development object in ADT
- locate object in project explorer and double click
- ctrl + shift + a -> enter name
What is the function of F1, F2, and F3 key
- displays the ABAP language help for current statement
- displays info about the object under the cursor
- navigates to object definition (similar to ctrl + click)
What do you need transport requests for
Transport requests ensure that all development objects that logically belong together are transported together into the test, and subsequently the production system.
How are transport requests structured
Transport request has an owner
Owner assigns users to the request
Objects in the request are locked
Locked objects can only be editet by assignee
After being done, devs must release their work
Owner now releases entire request
Locks get opened again
In ABAP source code, how do you navigate to the definition of a development object?
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?
- SAP S/4HANA Cloud
- SAP BTP ABAP instance
What must you do when you create an ABAP package?
There are two correct answers.
- Assign the package to a software component
- Use the letter Z or Y as the first character in the name