ABAP - would you rahter...

ABAP - would you rahter...

Professional Development

6 Qs

quiz-placeholder

Similar activities

ClickFunnels Quiz

ClickFunnels Quiz

Professional Development

7 Qs

Basic AI Trivia

Basic AI Trivia

Professional Development

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Training Day-5 Quiz-5

Python Training Day-5 Quiz-5

Professional Development

10 Qs

Introduction to programming

Introduction to programming

Professional Development

10 Qs

Scratch 3 Coding

Scratch 3 Coding

KG - Professional Development

10 Qs

Python Training Day-4 Quiz-4

Python Training Day-4 Quiz-4

Professional Development

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

ABAP - would you rahter...

ABAP - would you rahter...

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Ricardo Dias

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Have a report consisting on includes/performs or calling classes that handle everything including output and layout?

Includes / performs

Class approach

Screw that, I will use function modules instead!

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Have an implicit enhancement where you can manipulate some standard internal table data

OR

Use a BADI/Exit but assign the table content from another level of the call stack?

Implicit enhacement

BADI/Exit, let's play with memory data

Screw that, I'll just open the mandt and edit standard code directly!

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

On a program used for a country, reuse it for another country having conditions / customizing to make it flexible

OR

Create a copy of the program and use them separately?

Extend original program, less programs is always better

Copy to a new program, less complexity is always better

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Have every business logic and conditions hardcoded in your program

OR

Have everything coming in from customizing / class attributes

Let's hardcode, they don't change stuff that often and it is easier to code and read

Let's read from customizing and class attributes, code is clean

Screw extremists! Lets have hardcode only when it makes sense, but customizing by default

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Comment almost every line of the code explaining what's going on

OR

Structure code to be easily readable with as less comments as possible?

I'm writting a book in the middle of my code, enjoy it!

My code is so clean I can eat on top of it. I don't need comments, anyone should understand this.

I prefer to modularize and comment only what I'm calling. Use a black box approach

6.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

BADI

OR

Exit

BADI of course, OO for life

Exit of course

I'm OG

I prefer cheese!