Erep
Erep
Erep
Login links
shubhamk@76
Logout
Primary menu
SAP NW Certification
SAP ERP Certification
SAP HANA Certification
SAP Cloud Certification
...
Secondary menu
Home » Content » Add a new rule » Add a new rule » Add a new rule » SAP Certified
Development Associate - ABAP with SAP NetWeaver 7.50 - Full
Question Results
Score 1 of 1
Question:
Response:
Question:
A work process…
Please choose the correct answer.
Response:
Question:
Response:
Field
Structure
Table
Domain
Data element
Score 1 of 1
Question:
Response:
A type C data object with the value '1.50E4' to a type I data object
DATA.gv_c(6) TYPE c VALUE '1.50E4', gv_i TYPE i. gv_i = gv_c.
A type C data object with the value '123' to a type C data object with length 2
DATA.gv_c3(3) TYPE c VALUE '123', gv_c2(2) TYPE c. gv_c2 = gv_c3.
A type P data object to a type F data object DATA.gv_p TYPE p VALUE
'15000', gv_f TYPE f. gv_f = gv_p.
An XSTRING type data object to a STRING type data object DATA.gv_xstring
TYPE xstring, gv_string TYPE string. gv_xstring = 'AF00'. gv_string =
gv_xstring.
Score 1 of 1
Question:
Response:
Question:
You want to move a transport request from the development system to the subsequent
system. Which of the following are prerequisites for this?
Response:
Question:
Response:
Question:
Response:
Question:
Response:
Ethernet
HTTP
ODBC
OLE
RFC
Score 1 of 1
Question:
Which statement is used to generically define the data reference variable z1?
Please choose the correct answer.
Response:
Question:
Which data element property do you set so that the system logs changes to the content
of fields with this data element?
Response:
Change document
PARAMETER ID
Input history
Documentation
Score 1 of 1
Question:
Response:
TreeLayout
ColumnLayout
MatrixLayout
FlowLayout
GridLayout
RowLayout
Score 1 of 1
Question:
Which message types behave the same regardless of the context in which they are
called?
There are 2 correct answers to this question.
Response:
I
S
A
W
E
X
Score 1 of 1
Question:
Response:
Question:
Response:
AT SELECTION-SCREEN OUTPUT
AT SELECTION-SCREEN
AT SELECTION-SCREEN ON <field_name>
None of the above
Score 1 of 1
Question:
Question:
You are establishing the business logic layer for a Web Dynpro Component. Which
service types are available in the Service Call wizard?
Response:
Function group
Function module
Class method
Transaction code
Score 1 of 1
Question:
For which of the following purposes can you use the ABAP dictionary?
There are 2 correct answers to this question.
Response:
Question:
Response:
Function groups
Class pools
Executables
Module pools
Score 1 of 1
Question:
Response:
wddoonopen( )
wddoinit( )
wddoonclose( )
wddobeforenavigation( )
Score 1 of 1
Question:
Which objects are automatically created when you create a new function group?
Response:
Question:
To benefit from the hash algorithm when accessing a hashed internal table, how do you
specify the key?
Response:
Question:
You enhance an SAP standard global class by defining a post-method for an SAP
method. The original SAP method has an EXPORT parameter named PARM1.
Response:
Question:
In which database table type is there a one-to-one relationship between the Dictionary
table definition and the relevant physical table in the database?
Response:
Pooled table
Transparent table
Cluster table
Internal table
Score 1 of 1
Question:
Response:
Node
Supply function
Element
Attribute
Score 1 of 1
Question:
You write a report that displays mass data in a table. You decide to use the ALV Grid
control (class CL_GUI_ALV_GRID) instead of a classical list display with WRITE
statements.
Which of the following functions can you offer to the user without doing any specific
programming
There are 2 correct answers to this question
Response:
Question:
Response:
Pre-method
Overwrite method
Protected method
Private method
Score 1 of 1
Question:
Which action on the underlying dictionary objects triggers a database table conversion?
Please choose the correct answer.
Response:
Reducing the size of the field.
Inserting an APPEND structure
Changing the order of non-key fields
Inserting a field of type reference
Score 1 of 1
Question:
Response:
Question:
Response:
Methods
Function modules
Score 0 of 1
Question:
Which SELECT statement will always bypass the SAP table buffers?
Please choose the correct answer.
Response:
SELECT … SINGLE …
SELECT … INTO TABLE …
SELECT … ENDSELECT.
SELECT … FOR UPDATE …
Score 0 of 1
Question:
You display the content of an internal table using an ALV grid control. The content of
the internal table changes during the program. Which CL_GUI_ALV_GRID class
method can you use to display the changed content?
Response:
Question:
Which of the following customer modifications options are available in the table
maintenance generator?
Response:
Append searches
Events
Maintenance screens
Search helps
Score 1 of 1
Question:
Response:
Question:
Response:
Question:
Response:
The ABAP dispatcher takes over the entire execution without assigning any
work process.
The program is always executed in just one dialog work process without roll out
Question:
Response:
Question:
What are the prerequisites when creating an append structure for a standard SAP
table?
Response:
Question:
You want to define data structures to hold two fields with data elements s_carr_id and
s_carrname. Which of the following declarations can be used to define this data
structure?
Response:
Question:
Response:
Left justified part of key for sorted tables
Question:
Which comparison operators can you use in a logical expression related to the WHERE
clause of the SELECT
statement?
Response:
GT (greater than)
CP (covers pattern)
CO (contains only)
LIKE (fits pattern)
EQ (equals)
Score 1 of 1
Question:
Which of the following items are used in a Web Dynpro Application to transport
database data to the user interface?
Response:
Context node
Inbound plug
Supply function
Interface controller
Score 1 of 1
Question:
With what can you simulate multiple inheritance?
Please choose the correct answer.
Response:
REDEFINITION
INTERFACES
CLASS CATEGORY
INHERITING FROM
Score 1 of 1
Question:
Response:
Lock object
Type group
Secondary index
Structure
Score 1 of 1
Question:
Response:
Question:
Response:
Client-specific customization objects are assigned to the customizing request.
Repository objects and cross-client customization objects are assigned to the
workbench request.
Local repository objects can be transported.
Inactive objects can be transported.
All transportable objects have to be assigned to a package.
Score 1 of 1
Question:
Response:
When more than five sessions are already associated with this login user
Starting a non-exclusive mode in a productive system
When more than six sessions are already associated with this login user
When the number of debugging sessions on the server exceeds the value defined
by the profile parameter rdisp/wpdbug_max_no
Score 1 of 1
Question:
Which screen in the ABAP Dictionary allows you to log data changes to the table?
Response:
Utilities Settings
Attributes tab
Utilities Database Object Database Utility
Delivery and Maintenance tab
Technical Settings
Score 1 of 1
Question:
statements
Database independence of application programs
Question:
Response:
Question:
Response:
Multi-channel access
Master data management
Database and operating system abstraction
Business process management
Score 1 of 1
Question:
What must before you can create a new transportable function modules?
There are 3 correct answers to this question
Response:
Transport request
Function group
Exception class
Package
Module pool
Score 1 of 1
Question:
Response:
SELECT-OPTIONS
None of the above
PARAMETERS
SELECTION-SCREEN
Score 1 of 1
Question:
Response:
Question:
The statements CALL BADI and GET BADI are used for which type of BAdIs?
Please choose the correct answer.
Response:
Classical BAdI
New BAdI
Classical DDic
None of the above
Score 1 of 1
Question:
Which of the following are valid combinations of event visibility and handler method
visibility?
There are 2 correct answers to this question.
Response:
Question:
Response:
View controller
Interface controller
Configuration controller
Component controller
Score 1 of 1
Question:
How do you program an input validation on a selection screen that allows users to
correct their input?
Response:
Implement the check at the event END-OF-SELECTION. In case of an input
error, a type E MESSAGE must be displayed.
Implement a check at the event AT SELECTION-SCREEN. In case of an input
error, a type E
Question:
After which statement will the runtime system initialize the ABAP memory
Please choose the correct answer.
Response:
Question:
What is the allowed length of the ABAP Dictionary data type DF34_RAW?
Please choose the correct answer.
Response:
Question:
Response:
Packages use interfaces and visibility to make their elements visible to other
packages.
The transport layer is a mandatory input field for the package.
Question:
Response:
INNER JOIN
Score 1 of 1
Question:
Response:
The table will be updated more quickly if you create more indexes
The index can be created for specific database systems only
The most frequently selected fields should be at the first positions in the index
Question:
Response:
MOVE O1 TO O2.
O1 = O2.
MOVE O1 ?TO O2.
O2 ?= O1.
Score 1 of 1
Question:
Using the screen system table, what can you modify through a LOOP AT SCREEN …
ENDLOOP construct?
Response:
Question:
Response:
Question:
Check table
Structure component
Domain
Table type
Data element
Score 1 of 1
Question:
You are asked to enhance the GUI status of an SAP standard application How do you
identify which menu exit function code you can use?
Note: Answers of this question are not verified by our experts, please study yourself and
select the appropriate answers.
Response:
Question:
Response:
Information Integration
People Integration
Supply Chain Management
Enterprise Resource Planning
Application Platform
Score 1 of 1
Question:
Which rules do you have to consider when working with pooled tables?
Response:
Question:
Response:
Question:
Response:
SELECTION-SCREEN COMMENT
SELECTION-SCREEN BLOCK
PARAMETERS
SELECT-OPTIONS
Score 0 of 1
Question:
You write a program that updates a data record in the data base using the following
statement:
Response:
Question:
Response:
Question:
Response:
You can enter documentation for the data element in the ABAP Dictionary.
A conversion routine can be assigned to a data element.
You define the value range in the data element.
A conversion routine can be assigned to a domain.
Score 1 of 1
Question:
You have written a program to output data using the ALV grid control. Which
sequence of steps should be executed at runtime?
Response:
Question:
Response:
Class pools
Module pools
Function groups
Interface pools
Executable programs
Score 0 of 1
Question:
You define a formal parameter to a subroutine that accepts only internal table of type
standard and type sorted as actual parameters.
Which of the following generic ABAP data types must you use?
Please choose the correct answer.
Response:
Standard table
Hashed table
Index table
Sorted table
Score 1 of 1
Question:
Response:
Module pools
Type groups
Subroutine pools
Interface pools
Function groups
Class pools
Executables
Score 1 of 1
Question:
Response:
Write the handler, create the ALV, display the ALV, register for the event
Write the handler, register for the event, create the ALV, display the ALV
Register for the event, write the handler, create the ALV, display the ALV
Write the handler, create the ALV, register for the event, display the ALV
Create the ALV, write the handler, register for the event, display the ALV
shubhamk@76
My Premium Exams
My account
Create content
o Testimonial