CCH2. ABAP Programming Flashcard

CCH2. ABAP Programming Flashcard

Assessment

Flashcard

Other

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

76 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following actions can you performing both the ABAP Editor and in the ABAP Debugger?
- Create a breakpoint for a specific statement.
- Create a breakpoint for a specific message.
- Create a watchpoint for a specific variable.
- Create a breakpoint for a specific line.

Back

Create a breakpoint for a specific line.

2.

FLASHCARD QUESTION

Front

To which of the following you must assign newly created SAP repository objects?
Options:
Transport task,
Function group,
Transport request,
Package

Back

Package

3.

FLASHCARD QUESTION

Front

What is the difference between the INITIALIZATION and AT SELECTION-SCREEN OUTPUT events?

Back

INITIALIZATION is only processed once. AT SELECTION-SCREEN OUTPUT can be processed multiple times.

4.

FLASHCARD QUESTION

Front

How would you define a method of an ABAP class to prevent this method from being available in a subclass? Options: Final, Private, Abstract, Protected

Back

Private

5.

FLASHCARD QUESTION

Front

You have created a screen on which the user enters data that is to be inserted into table T1. How do you ensure that the content of field F in table T1 is checked against table T2?

Back

Create a foreign key for the assigned field of field F of table T1 in table T2 and make table T2 the check table.

6.

FLASHCARD QUESTION

Front

When defining gt_itab, which internal table types can you use?

Back

Standard and sorted

7.

FLASHCARD QUESTION

Front

What is the Web Dynpro programming model based on?

Back

Model View Controller (MVC)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?