You are on page 1of 19

1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.

50 - Mini | ERPPrep

SAP Certified Development Associate - ABAP with SAP


NetWeaver 7.50 - Mini

You got 16 of 40 possible points.


Your score: 40 %

Question Results

Question: Score 0 of 1

What can be defined using an implicit enhancement option?

There are 3 correct answers to this question

Response:

Additional attributes in global SAP classes

Additional exceptions in SAP function modules

Replacement for SAP function modules

Replacements for global SAP methods

Additional parameters in SAP function modules

Question: Score 0 of 1

You want to read a single line of an internal table using table expression itab[ ...].
How can you identify the line?
There are 3 correct answers to this question.

Response:

Specify a regular expression.

Specify a secondary table key.

https://www.erpprep.com/node/13105/take 1/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Specify the line index.

Specify a free table key.

Specify a WHERE condition.

Question: Score 1 of 1

How do you program an input validation on a selection screen that allows users to
correct their input?

Please choose the correct answer.

Response:

Implement the check at the event AT SELECTION-SCREEN. In case of an input error, a


type A MESSAGE must be displayed.

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

MESSAGE must be displayed.

Implement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input


error, a type E MESSAGE must be displayed.

Question: Score 0 of 1

Each ABAP program starts with an introductory statement. Which statements are
correct?

There are 2 correct answers to this question.

Response:

The introductory statement can be modified.

The introductory statement must never be modified.

https://www.erpprep.com/node/13105/take 2/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

The introductory statement must be the first line in the program.

The introductory statement must be the first statement in the program.

Question: Score 1 of 1

Which statement will interrupt the processing of the current screen and branch to
new screen?

Please choose the correct answer.

Response:

CALL SCREEN <NNNN>

None of the above

SET SCREEN <NNNN>

LEAVE TO SCREEN <NNNN>

Question: Score 1 of 1

In which of the following source code blocks can you define local data objects?
There are 3 correct answers to this question

Note: Answers to this question are not verified by our experts, please study yourself and
select the appropriate answers.
Contribute: Please send the correct answers with reference text/link on
feedback@erpprep.com to get up to 50% cashback.

Response:

Function module

PBO module

Subroutine

LOAD-OF-PROGRAM

Static method
https://www.erpprep.com/node/13105/take 3/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Question: Score 0 of 1

Each work process…


There are 3 correct answers to this question.

Response:

Can only make database changes within a single database LUW.

Can make database changes spanning multiple database LUWs.

Uses a pool of database connections established when the SAP NetWeaver Application
Server ABAP started.

Is independent of other work processes.

Uses a database connection to a work process established when the SAP NetWeaver
Application Server ABAP started.

Question: Score 1 of 1

After which statement will the runtime system initialize the ABAP memory?
Please choose the correct answer.

Response:

CALL TRANSACTION

LEAVE TO TRANSACTION

SUBMIT… AND RETURN

SUBMIT

Question: Score 1 of 1

https://www.erpprep.com/node/13105/take 4/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

What is the maximum number of watchpoints that can exist at one time?
Please choose the correct answer.

Response:

10

No limit

Question: Score 1 of 1

Why should you bundle database updates in your dialog programs?


Please choose the correct answer.

Response:

To avoid database locks set by an SQL statement that persists until the end of the
program

To be able to rollback database changes performed in the same dialog step

To process the SAP LUW within the database LUW to ensure data consistency

To allow you to use SAP locks to ensure data consistency

Question: Score 0 of 1

Which rules do you have to consider when working with pooled tables?

There are 2 correct answers to this question

Response:

Only key fields should be used in ORDER BY clauses

All fields can be used in indexes

Only key fields should be used in WHERE condition


https://www.erpprep.com/node/13105/take 5/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

An append structure can be created

Question: Score 0 of 1

What types of changes to the repository does SAP provide?


There are 3 correct answers to this question.

Response:

Deployments from SDN.SAP.COM

Support Packages

Transports

Enhancement Packages

SAP Notes

Question: Score 0 of 1

Which of the following ABAP standard types are incomplete?


There are 2 correct answers to this question.

Response:

STRING

Question: Score 1 of 1

https://www.erpprep.com/node/13105/take 6/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

You define a generic variable that can hold the ABAP types C, D, N, STRING, and T.
You want to restrict the use of other ABAP types. Which generic data type must you
use in the definition?
Please choose the correct answer.

Response:

CSEQUENCE

SIMPLE

DATA

CLIKE

Question: Score 0 of 1

Which of the following can you assign a search help to?

There are 3 correct answers to this question

Response:

Check table

Data element

Table type

Structure component

Domain

Question: Score 0 of 1

Which of the following statements are correct?


There are 3 correct answers to this question.

Response:

An enhancement spot can contain an explicit enhancement point and an enhancement


section.

https://www.erpprep.com/node/13105/take 7/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

An enhancement spot can contain one or more simple or composite enhancements.

An enhancement spot can contain either an explicit enhancement point and


enhancement section or a new BAdI only, but all three cannot be in the same
enhancement spot.

An enhancement spot can contain an explicit enhancement point, explicit


enhancement section, and new BAdI.

Question: Score 0 of 1

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

Sorted table

Hashed table

Index table

Question: Score 0 of 1

What does a Web Dynpro component contain?


There are 3 correct answers to this question.

Response:

A context

Exactly one interface controller

UI elements

Multiple views within a window


https://www.erpprep.com/node/13105/take 8/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Component controller

Question: Score 0 of 1

You define database view A and maintenance view B in the ASAP Dictionary. What
restrictions apply to these views?
There are 2 correct answers to this question.

Response:

The tables joined in A must have foreign key relationships.

The join type of both A and B is an inner join

Only A can be used in the FROM clause of a SELECT statement.

The tables joined in B must have foreign key relationships.

Question: Score 0 of 1

How can you search for classic Business Add-Ins (BAdls)?


There are 2 correct answers to this question.

Note: Answers to this question are not verified by our experts, please study yourself and
select the appropriate answers.
Contribute: Please send the correct answers with reference text/link on
feedback@erpprep.com to get up to 50% cashback.

Response:

Search in the application program for the CALL BADI statement.

Search the relevant component in the Implementation Guide (IMG).

Search in the application program for the GET BADI statement.

Search in the application program for the method GET_ INSTANCE of class
CL_EXITHANDLER.

https://www.erpprep.com/node/13105/take 9/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Question: Score 1 of 1

Which of the following are key capabilities of SAP NetWeaver?


There are 3 correct answers to this question.

Response:

Information Integration

Enterprise Resource Planning

Supply Chain Management

People Integration

Application Platform

Question: Score 1 of 1

Global data types defined in SAP systems are…


Please choose the correct answer.

Response:

Date types defined in the program using ABAP Dictionary types.

Date types does not defined Dictionary types.

ABAP Dictionary types.

Data defined in the program that is visible to all the routines/statements within the
ABAP program.

Question: Score 1 of 1

The USER has the following fields: ID, FIRST_NAME, LAST_NAME. FIRST_NAME,
LAST_NAME have the same basic type and length. You want to compare fields
FIRST_NAME, LAST_NAME to each other.

Which of the following SELECT statements can you use?


There are 2 correct answers to this question.

https://www.erpprep.com/node/13105/take 10/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Response:

SELECT*FROM users AS a INTO TABLE It_users


WHERE a»first_name = a»last_name

SELECT*FROM users INTO TABLE It_users


WHERE first name = users »last_name.

SELECT*FROM users AS a INTO TABLE It_users WHERE a first_name = last_name.

SELECT*FROM users INTO TABLE It_users WHERE first_name = users last_name

Question: Score 0 of 1

You have created table ZTAB and you want to create a foreign-key relationship to
table SAPTAB. Under which condition is this possible?
Please choose the correct answer.

Note: Answers to this question are not verified by our experts, please study yourself and
select the appropriate answers.
Contribute: Please send the correct answers with reference text/link on
feedback@erpprep.com to get up to 50% cashback.

Response:

The check field in ZTAB must have the same domain as the corresponding field of
check table SAPTAB.

The check field in ZTAB must have the same name as the corresponding field of check
table SAPTAB.

The check field in ZTAB must have a data element that does NOT refer to a domain.

The check field in ZTAB must have the same ABAP Dictionary type as the
corresponding field of check table SAPTAB.

Question: Score 0 of 1

A screen has the following PAI flow logic:

PROCESS AFTER INPUT


FIELD A MODULE check_A

https://www.erpprep.com/node/13105/take 11/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

FIELD B MODULE check_B


CHAIN.
FIELD: C, D
MODULE check_CD
ENDCHAIN
FIELD: C, B.
MODULE check_CB
ENDCHAIN

What happens if the application sends a type E message during the check_CB
module processing?
Please choose the correct answer.

Response:

The screen is NOT displayed again. Processing terminates and the user must restart
the ABAP program.

The screen is displayed again and the PBO flow logic is processed. Only fields B and C
are ready for input.

The screen is displayed again without processing the PBO flow logic. Only fields B and
C are ready for input

The screen is displayed again without processing the PBO flow logic. All fields are
ready for input.

Question: Score 0 of 1

A class is defined as follows:

CLASS my_class DEFINITION. PUBLIC SECTION.


METHODS do_something. EVENTS state_changed.
CLASS-METHODS static1. PRIVATE SECTION.
TYPES t table TYPE STANDARD TABLE OF t001 WITH NON-UNIQUE DEFAULT KEY.
CONSTANTS gc_const TYPE IVALUE 1.
ENDCLASS.

Which components of the class can static method static1 address directly?
There are 2 correct answers to this question.

Response:

The do_something method.

The t_table type.

https://www.erpprep.com/node/13105/take 12/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

The gc_const constant

The state_changed event.

Question: Score 0 of 1

What are the differences between displaying in a full screen and in a container?

There are 2 correct answers to this question.

Response:

The only difference is that the container name must be specified when creating the
ALV object.

Only an ALV in a container allows the use of event handling.

The full screen requires Dynpro programming.

Any type of ALV allows the use of event handling.

Only a full-screen ALV allows the use of event handling.

The container requires the use of an additional object (a container control).

Question: Score 1 of 1

Which of the following structures is created when you use a table type to define
one of its components?

Please choose the correct answer.

Response:

Flat structure

Nested structure

Append structure

Deep structure
https://www.erpprep.com/node/13105/take 13/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Question: Score 0 of 1

Which additions to the PARAMETERS statement can you use to fill the input field on
the selection screen with a suggested value?
There are 2 correct answers to this question.

Note: Answers to this question are not verified by our experts, please study yourself and
select the appropriate answers.
Contribute: Please send the correct answers with reference text/link on
feedback@erpprep.com to get up to 50% cashback.

Response:

MODIF ID

DEFAULT

MEMORY ID

VALUE-CHECK

Question: Score 1 of 1

When is a foreign key check performed on an input/output field?


Please choose the correct answer.

Response:

If the field refers to the dictionary field for which a value help is defined

If the field refers to the dictionary field for which a append search is defined

If the field refers to the dictionary field for which a search is defined

If the field refers to the dictionary field for which a check table is defined

Question: Score 0 of 1

https://www.erpprep.com/node/13105/take 14/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

The statements CALL BADI and GET BADI are used for which type of BAdIs?
Please choose the correct answer.

Response:

New BAdI

Classical DDic

None of the above

Classical BAdI

Question: Score 0 of 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.

Response:

DEFAULT

VALUE

READ-ONLY

OBLIGATORY

Question: Score 0 of 1

Which of the following is a true statement?


There are 3 correct answers to this question.

Response:

The transport layer is a mandatory input field for the package.

Packages use interfaces and visibility to make their elements visible to other packages.

A package can be nested.


https://www.erpprep.com/node/13105/take 15/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

All customer repository objects have to be assigned to a package.

Question: Score 0 of 1

Which of the following conditions must be fulfilled when using a GROUP BY clause
in a SELECT statement?
There are 2 correct answers to this question.

Response:

The SELECT statement must also have a WHERE clause.

The table in the FROM clause must be a transparent table.

The fields after GROUP BY must have a character type.

All fields in the SELECT clause that are not part of an aggregate function must be
listed after GROUP BY.

Question: Score 1 of 1

Your colleague has asked you to analyze an ABAP program that does not behave
correctly when a button is pressed on the initial screen. You want to start the
Debugger when the button is pressed so that you can perform your analysis.

What system command do you type in the command field?


Please choose the correct answer.

Response:

Jdbg

/hx

/n

/h

https://www.erpprep.com/node/13105/take 16/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Question: Score 0 of 1

Which boundary conditions lead to improved access time to an internal table?


There are 3 correct answers to this question.

Response:

Left justified part of key for sorted tables

Fully qualified key for sorted tables

Index access for standard tables

Left justified part of key for hashed tables

Index access for hashed tables

Question: Score 1 of 1

Which of the following are table buffering types?

There are 3 correct answers to this question

Response:

Generic

Full

Column-store

Single-record

Primary-key

Question: Score 1 of 1

You need to create a piece of code that can be used by multiple programs. Which of
the following techniques does SAP recommend?
There are 2 correct answers to this question.

https://www.erpprep.com/node/13105/take 17/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

Note: Answers to this question are not verified by our experts, please study yourself and
select the appropriate answers.
Contribute: Please send the correct answers with reference text/link on
feedback@erpprep.com to get up to 50% cashback.

Response:

Use a function module in a function group.

Use a method in a global class

Use a method in a local class.

Use an include program.

Question: Score 1 of 1

In the technical settings for a transparent table, buffering is switched on and single
record buffering is selected.

Which statement uses the buffered data assuming that the WHERE clause contains
restrictions for all key fields?

Please choose the correct answer.

Response:

SELECT SINGLE … FOR UPDATE.

SELECT SINGLE … .

SELECT … . ENDSELECT.

SELECT … INTO TABLE … .

Question: Score 0 of 1

Which statements are true?


There are 5 correct answers to this question.

Response:

The ALV Grid can define a sort criteria for initial display.
https://www.erpprep.com/node/13105/take 18/19
1/30/2020 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - Mini | ERPPrep

The ALV Object Model uses a reference to the data table for display.

The ALV Object Model can define a sort criteria for initial display.

The ALV Grid requires a table refresh after programmatically changing the ALV.

The ALV Object Model requires a table refresh after programmatically changing the
ALV.

The ALV Grid uses a reference to the data table for display.

Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us
Contact Us

https://www.erpprep.com/node/13105/take 19/19

You might also like