Jose Bermejo
Quiz von , erstellt am more than 1 year ago

ABAP ABAP 7.50 Quiz am Preguntas ABAP, erstellt von Jose Bermejo am 18/11/2019.

385
0
0
Jose Bermejo
Erstellt von Jose Bermejo vor mehr als 4 Jahre
Schließen

Preguntas ABAP

Frage 1 von 25

1

Which the following transaction can you use to define transparent tables?

Wähle eine oder mehr der folgenden:

  • SE11

  • SE16N

  • SM37

  • SM50

Erklärung

Frage 2 von 25

1

The Internet Communication Manager (ICM) ....

Wähle eine oder mehr der folgenden:

  • Replace SAP ITS

  • Can not replace SAP ITS

  • Allows the ABAP stack and the Java Stack to exchange data

  • Allows SAP Netweaver Application Server to process HTTP requests

Erklärung

Frage 3 von 25

1

Which of the following statements are true?
( There are 2 correct answers to this question)

Wähle eine oder mehr der folgenden:

  • You can enter documentation for the data element in the ABAP Dictionary.

  • You define the value range in the data element.

  • A conversion routine can be assigned to a domain

  • A conversion routine can be assigned to a data element

Erklärung

Frage 4 von 25

1

Which selection screen elements allow user input in ABAP Reports?
(There are 2 correct answers to this question)

Wähle eine oder mehr der folgenden:

  • SELECTION-SCREEN BLOCK

  • PARAMETERS

  • SELECT-OPTIONS

  • SELECTION-SCREEN COMMENT

Erklärung

Frage 5 von 25

1

In an ABAP program, you to assign an initial value to an elementary data object when you define it. Which addition must you use?
(Please choose the correct answer)

Wähle eine oder mehr der folgenden:

  • READ-ONLY

  • VALUE

  • DEFAULT

  • OBLIGATORY

Erklärung

Frage 6 von 25

1

What is the default length of the type C data type?
Please choose the correct answer.

Wähle eine oder mehr der folgenden:

  • 100

  • 10

  • 1

  • 1–65535

Erklärung

Frage 7 von 25

1

Where do you create online documentation ((F1) help) for fields on the screen?

Wähle eine der folgenden:

  • Field

  • Domain

  • Table

  • Data element

  • Structure

Erklärung

Frage 8 von 25

1

Each work process is assigned a type of task that can be performed. Which statements related to this are true?
There are 3 correct answers to this question.

Wähle eine oder mehr der folgenden:

  • To switch a work process type requires a restart of the SAP NetWeaver Application Server ABAP.

  • All work processes communicate with the dispatcher.

  • All work processes communicate with the database.

  • A work process can communicate directly with an external system through a Remote Function Call.

  • It is possible to have multiple spool work processes on an ABAP application server.

  • All work processes have the same structure.

  • It is possible to have multiple enqueue work processes on an SAP NetWeaver Application Server.

Erklärung

Frage 9 von 25

1

Which of the following functions does the ABAP Dispatcher perform?
(There are 2 correct answers to this question.)

Wähle eine oder mehr der folgenden:

  • It communicates with other instances in the system

  • It directs HTTP requests from an SAP system to a web server

  • It enables communication between SAP systems and external application systems.

  • It distributes user requests among available work processes.

Erklärung

Frage 10 von 25

1

Which of the following interface technologies are available in SAP systems?
There are 3 correct answers to this question.

Wähle eine oder mehr der folgenden:

  • OLE

  • HTTP

  • RFC

  • Ethernet

  • ODBC

Erklärung

Frage 11 von 25

1

To which of the following you must assign newly created SAP repository objects?
Please choose the correct answer.

Wähle eine der folgenden:

  • Package

  • Function group

  • Transport request

  • Transport task

Erklärung

Frage 12 von 25

1

What data type you can create in the ABAP Dictionary?
Please choose the correct answer

Wähle eine der folgenden:

  • Structure

  • Secondary index

  • Type group

  • Lock object

Erklärung

Frage 13 von 25

1

Which of the following ABAP dictionary types can you use to define domains?
(There are 3 correct answers to this question)

Wähle eine oder mehr der folgenden:

  • CHAR

  • DATE

  • DEC

  • NUMC

  • FLOAT

Erklärung

Frage 14 von 25

1

You create a domain in the ABAP dictionary
How can you use this domain?

Please choose the correct answer.

Wähle eine oder mehr der folgenden:

  • As the data type of an input field on a dialog screen

  • As the data type of a selection screen field

  • As the data type of a variable in an ABAP program

  • As the data type of a data element in the ABAP Dictionary

Erklärung

Frage 15 von 25

1

What can you change in the ABAP Debugger?
Please choose the correct answer.

Wähle eine der folgenden:

  • Value of a constant

  • Content of an internal table

  • Definition of a structure

  • Value of a reference variable

Erklärung

Frage 16 von 25

1

Which of the following components belong to the SAP application layer?
(There are 2 correct answers to this question)

Wähle eine oder mehr der folgenden:

  • SAP GUI

  • Database server

  • ABAP dispatcher

  • Database interface

Erklärung

Frage 17 von 25

1

Which of the following capabilities is provided by the Application Layer platform of SAP Netweaver?
Please choose the correct answer.

Wähle eine der folgenden:

  • Business process management

  • Database and operating system abstraction

  • Master data management

  • Multi-channel access

Erklärung

Frage 18 von 25

1

What must before you can create a new transportable function modules?
There are 3 correct answers to this question

Wähle eine oder mehr der folgenden:

  • Transport request

  • Module pool

  • Package

  • Exception class

  • Function group

Erklärung

Frage 19 von 25

1

What can you create using the ABAP Dictionary?
There are 3 correct answers to this question.

Wähle eine oder mehr der folgenden:

  • Field symbols

  • Transparent tables

  • Domains

  • Internal tables

  • Type pools

Erklärung

Frage 20 von 25

1

Your colleague has asked you to analyze and ABAP program that does not behave correctly when a button is pressed on the initial screen. You want to start Debugger when the button is pressed so that you can perform your analysis.
What do you type in the command field?

Please choose the correct answer.

Wähle eine der folgenden:

  • /h

  • /n

  • jdbg

  • /hx

Erklärung

Frage 21 von 25

1

What is the purpose of the enqueuer work process?
Please choose the correct answer.

Wähle eine der folgenden:

  • It manages logical locks in the lock table

  • It processes user entries

  • It processes update requests

  • It translates Open SQL statements

Erklärung

Frage 22 von 25

1

You are writing a function module that will be called from external system via remote function call (RFC). How do you report an error back to the external caller?
Please choose the correct answer.

Wähle eine der folgenden:

  • Write the error data into an EXPORTING parameters passed by reference.

  • Write the error data into TABLES parameters that is passed by reference.

  • Write the error data into a RECEIVING parameter that is passed by value.

  • Write the error data into a CHANGING parameters passed by value.

Erklärung

Frage 23 von 25

1

What is the default selection screen number for the ABAP program?

Wähle eine der folgenden:

  • 1000

  • 100

  • 1100

  • 9000

Erklärung

Frage 24 von 25

1

What is the default length of the type P data type?

Wähle eine der folgenden:

  • 8

  • 1

  • 64

  • 1-16

Erklärung

Frage 25 von 25

1

Which of the following Data Types are allowed in ABAP?
There are 2 correct answers to this question.

Wähle eine oder mehr der folgenden:

  • DECFLOAT32

  • DECFLOAT16

  • DECFLOAT34

  • DECFLOAT64

Erklärung