Taking a First Look at ABAP Flashcards

1
Q

What are the two ways to open a development object in ADT

A
  1. locate object in project explorer and double click
  2. ctrl + shift + a -> enter name
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the function of F1, F2, and F3 key

A
  1. displays the ABAP language help for current statement
  2. displays info about the object under the cursor
  3. navigates to object definition (similar to ctrl + click)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do you need transport requests for

A

Transport requests ensure that all development objects that logically belong together are transported together into the test, and subsequently the production system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are transport requests structured

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In ABAP source code, how do you navigate to the definition of a development object?

A

Position the cursor on the name of the object and press F3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An ABAP Cloud Project in ABAP Development Tools (ADT) allows you to connect to what kinds of system?

A
  1. SAP S/4HANA Cloud
  2. SAP BTP ABAP instance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What must you do when you create an ABAP package?
There are two correct answers.

A
  1. Assign the package to a software component
  2. Use the letter Z or Y as the first character in the name
How well did you know this?
1
Not at all
2
3
4
5
Perfectly