How do you program an input validation on a selection screen that allows users to correct their
input?
Please choose the correct answer.Response:
A.
Implement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input error, a type
E MESSAGE must be displayed.
B.
Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E
C.
MESSAGE must be displayed.
D.
Implement the check at the event END-OF-SELECTION. In case of an input error, a type E MESSAGE
must be displayed.
E.
E. Implement the check at the event AT SELECTION-SCREEN. In case of an input error, a type A
MESSAGE must be displayed
Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E
Where are fixed values for fields stored?
Please choose the correct answer.
Response:
A.
Table
B.
Structure
C.
Field
D.
Data element
E.
Domain
Domain
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.
Response:
A.
/n
B.
Jdbg
C.
/h
D.
/hx
/h
Which actions release a database lock?
There are 7 correct answers to this question.
Response:
A.
COMMIT WORK
B.
ROLLBACK WORK
C.
The display of an SAP screen
D.
The display of a dialog message type E
E.
The display of a dialog message type A
F.
ENQUEUE_
G.
DEQUEUE_
H.
A call to a function module
I.
A CALL TRANSACTION
J.
A SUBMIT
K.
An “/n” in the command field
COMMIT WORK
The display of an SAP screen
The display of a dialog message type E
What can be defined using an implicit enhancement option?
There are 3 correct answers to this question
Response:
A.
Replacements for global SAP methods
B.
Additional attributes in global SAP classes
C.
Replacement for SAP function modules
D.
Additional parameters in SAP function modules
E.
Additional exceptions in SAP function modules
Replacements for global SAP methods
Additional attributes in global SAP classes
Additional parameters in SAP function modules
Which of the following tools belong to the ABAP Workbench?
There are 3 correct answers to this question.
Response:
A.
Form Builder
B.
Function Builder
C.
Screen Painter
D.
Class Builder
E.
Easy Access Menu
Function Builder
Screen Painter
Class Builder
How do you use a sorted internal table?
There are 2 correct answers to this question
Response:
A.
You need to specify a key in the table declaration
B.
You can resort the table with SORT
C.
You use APPEND to insert records at the correct position
D.
You can read the records by index or key
You need to specify a key in the table declaration
You can read the records by index or key
Where can you define global data types that are visible system-wide?
There are 3 correct answers to this question.
Response:
A.
In a method of a global class
B.
In the ABAP Dictionary
C.
In a function module
D.
In a global class
E.
In a global interface
In the ABAP Dictionary
In a global class
In a global interface
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:
A.
The SELECT statement must also have a WHERE clause.
B.
All fields in the SELECT clause that are not part of an aggregate function must be listed after
GROUP BY.
C.
The table in the FROM clause must be a transparent table.
D.
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.
The table in the FROM clause must be a transparent table.
You want to add a field ZZPRICE to the SAP standard transparent table EKKO.
Which of the following actions result in an enhancement of the SAP standard?
There are 2 correct answers to this question.
Response:
A.
Create an append structure and add ZZPRICE to it.
B.
Insert ZZPRICE at the end of the table
C.
Add ZZPRICE to the customizing include for the table
D.
Insert ZZPRICE into an SAP structure for the table
Create an append structure and add ZZPRICE to it.
Add ZZPRICE to the customizing include for the table
Page 12 out of 34 Pages |
Previous |