Pregunta 1
Pregunta
Which the following transaction can you use to define transparent tables?
Pregunta 2
Pregunta
The Internet Communication Manager (ICM) ....
Pregunta 3
Pregunta
Which of the following statements are true?
( There are 2 correct answers to this question)
Respuesta
-
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
Pregunta 4
Pregunta
Which selection screen elements allow user input in ABAP Reports?
(There are 2 correct answers to this question)
Respuesta
-
SELECTION-SCREEN BLOCK
-
PARAMETERS
-
SELECT-OPTIONS
-
SELECTION-SCREEN COMMENT
Pregunta 5
Pregunta
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)
Respuesta
-
READ-ONLY
-
VALUE
-
DEFAULT
-
OBLIGATORY
Pregunta 6
Pregunta
What is the default length of the type C data type?
Please choose the correct answer.
Pregunta 7
Pregunta
Where do you create online documentation ((F1) help) for fields on the screen?
Respuesta
-
Field
-
Domain
-
Table
-
Data element
-
Structure
Pregunta 8
Pregunta
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.
Respuesta
-
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.
Pregunta 9
Pregunta
Which of the following functions does the ABAP Dispatcher perform?
(There are 2 correct answers to this question.)
Respuesta
-
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.
Pregunta 10
Pregunta
Which of the following interface technologies are available in SAP systems?
There are 3 correct answers to this question.
Respuesta
-
OLE
-
HTTP
-
RFC
-
Ethernet
-
ODBC
Pregunta 11
Pregunta
To which of the following you must assign newly created SAP repository objects?
Please choose the correct answer.
Respuesta
-
Package
-
Function group
-
Transport request
-
Transport task
Pregunta 12
Pregunta
What data type you can create in the ABAP Dictionary?
Please choose the correct answer
Respuesta
-
Structure
-
Secondary index
-
Type group
-
Lock object
Pregunta 13
Pregunta
Which of the following ABAP dictionary types can you use to define domains?
(There are 3 correct answers to this question)
Pregunta 14
Pregunta
You create a domain in the ABAP dictionary
How can you use this domain?
Please choose the correct answer.
Respuesta
-
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
Pregunta 15
Pregunta
What can you change in the ABAP Debugger?
Please choose the correct answer.
Respuesta
-
Value of a constant
-
Content of an internal table
-
Definition of a structure
-
Value of a reference variable
Pregunta 16
Pregunta
Which of the following components belong to the SAP application layer?
(There are 2 correct answers to this question)
Respuesta
-
SAP GUI
-
Database server
-
ABAP dispatcher
-
Database interface
Pregunta 17
Pregunta
Which of the following capabilities is provided by the Application Layer platform of SAP Netweaver?
Please choose the correct answer.
Pregunta 18
Pregunta
What must before you can create a new transportable function modules?
There are 3 correct answers to this question
Respuesta
-
Transport request
-
Module pool
-
Package
-
Exception class
-
Function group
Pregunta 19
Pregunta
What can you create using the ABAP Dictionary?
There are 3 correct answers to this question.
Respuesta
-
Field symbols
-
Transparent tables
-
Domains
-
Internal tables
-
Type pools
Pregunta 20
Pregunta
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.
Pregunta 21
Pregunta
What is the purpose of the enqueuer work process?
Please choose the correct answer.
Respuesta
-
It manages logical locks in the lock table
-
It processes user entries
-
It processes update requests
-
It translates Open SQL statements
Pregunta 22
Pregunta
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.
Respuesta
-
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.
Pregunta 23
Pregunta
What is the default selection screen number for the ABAP program?
Pregunta 24
Pregunta
What is the default length of the type P data type?
Pregunta 25
Pregunta
Which of the following Data Types are allowed in ABAP?
There are 2 correct answers to this question.
Respuesta
-
DECFLOAT32
-
DECFLOAT16
-
DECFLOAT34
-
DECFLOAT64