TEST per la Certificazione SAP
C_TAW12_740: ABAP with SAP
NetWeaver 7.40
Questi sono 80 domande per prepararsi alla certificazione SAP C_TAW12_740: ABAP with SAP NetWeaver 7.40
1.1. Domanda
At most, how many buttons can the application toolbar have on the
screen?
Please choose the correct answer.
1) 35
2) 30
3) None
of the above
4) 20
5)
10
Risposta
· 35
1.2. Domanda
What is the best order to provide an event handler for an ALV?
1) Write
the handler, register for the event, create the ALV, display the ALV.
2) Write
the handler, create the ALV, register for the event, display the ALV.
3) Register
for the event, write the handler, create the ALV, display the ALV.
4) Write
the handler, create the ALV, display the ALV , register for the event.
5)
Create the ALV, write the handler, register for the
event, display the ALV.
Risposta
· Write
the handler, create the ALV, register for the event, display the ALV.
1.3. Domanda
Which comparison operators can you use in a logical expression related
to the WHERE clause of the SELECT statement?
There are 3 correct answers to this question
1) GT
(greater than)
2) CP
(covers pattern)
3) EQ
(equals)
4) LIKE
(fits pattern)
5)
CO (contains only)
Risposta
· GT
· EQ
· LIKE
1.4. Domanda
Which of the following standard types is numeric?
There are 3 correct answers to this question
1) F
2) P
3) I
4) Decfloat32
Risposta
· F
· P
· I
1.5. Domanda
You have implemented a class CL_CUSTOMER in which you defined a private
attribute. From where can you access this attribute directly?
There are 2 correct answers to this question
1) From
any program using the class CL_CUSTOMER
2) From
all methods of a class to which CL_CUSTOMER grants friendship
3) From
all methods of all subclasses to CL_CUSTOMER
4) From
all methods of the class CL_CUSTOMER
Risposta
· From
all methods of a class to which CL_CUSTOMER grants friendship
· From
all methods of the class CL_CUSTOMER
1.6. Domanda
Which actions release a database lock?
There are 7 correct answers to this question
1) The
display of a dialog message type E
2) The
display of a dialog message type A
3) A
SUBMIT
4) A
CALL TRANSACTION
5) <
WORK
6) ENQUEUE
7) The
display of a SAP screen
8) COMMIT
WORK
9) An
“/n” in the command field
10) DEQUEUE
Risposta
· The
display of a dialog message type E
· The
display of a dialog message type A
· A
SUBMIT
· A
CALL TRANSACTION
· The
display of a SAP screen
· COMMIT
WORK
· An
“/n” in the command field
1.7. Domanda
Which of the following customer modifications options are available in
the table maintenance generator?
There are 2 correct answers to this question
1) Search
helps
2) Append
searches
3) Maintenance
screens
4) Events
Risposta
· Maintenance
screens
· Events
1.8. Domanda
Which of the following is a true statement?
There are 2 correct answers to this question
1) A
hashed table should always have a unique table key
2) A
sorted table can have a unique or a non-unique key
3) A
standard table should always have a unique key.
4) A
standard table should always have a multiple key.
Risposta
· A
hashed table should always have a unique table key
· A
sorted table can have a unique or a non-unique key
1.9. Domanda
Which ABAP statement can make an element visible that you statically
defined as invisible?
Please choose the correct answer.
1) SCREEN-INVISIBLE=1
2) SCREEN-ACTIVE=0
3) SCREEN-INVISIBLE=0
4) SCREEN-ACTIVE=1
Risposta
· SCREEN-INVISIBLE=0
1.10. Domanda
Which method of passing parameters is preferred for its performance?
Please choose the correct answer.
1) Pass
by value
2) Pass
by reference
3) Pass
by subclass
4) Pass
by class
Risposta
· Pass
by reference
1.11. Domanda
In a subclass, you want to redefine a method of the super class. Which
of the following conditions must be fulfilled?
There are 2
correct answers to this question
1) The
super class method is abstract
2) The
superclass method is an instance method
3) The
subclass method has a lower visibility than the super class method
4) The
subclass method has same visibility as the super class method
Risposta
· The
superclass method is an instance method
· The
subclass method has same visibility as the super class method
1.12. Domanda
Which statement is true?
Please choose
the correct answer.
1) A
database LUW cannot be placed within an SAP LUW
2) A
database LUW must be placed within an SAP LUW
3) An
SAP LUW must be placed within a database LUW
4) A
database LUW must be placed without an SAP LUW
Risposta
· An
SAP LUW must be placed within a database LUW
1.13. Domanda
You want to add a field type CURR to a transparent table. What else must
you do?
Please choose
the correct answer.
1) Add
a key field type CUKY
2) Create
a new field CUKY as a pre-defined type
3) Create
a reference to a field of type CUKY
4) Add
a check table that contains a field of type CUKY
Risposta
· Create
a reference to a field of type CUKY
1.14. Domanda
FORM routines (subroutines) can be used in which program types?
There are 4
correct answers to this question
1) Type
groups
2) Class
pools
3) Interface
pools
4) Module
pools
5) Executables
6) Subroutine
pools
7) Function
groups
Risposta
· Module
pools
· Executables
· Subroutine
pools
· Function
groups
1.15. Domanda
Which type of transport task is used when you modify SAP standard
objects?
Please choose
the correct answer.
1) Workbench
2) Development/Correction
3) Transport
of copies
4) Repair
Risposta
· Repair
1.16. Domanda
Which desktops are part of the new ABAP debugger?
There are 4
correct answers to this question
1) Session
2) Objects
3) Break./Watchpoints
4) Desktop
1
Risposta
· Objects
· Break./Watchpoints
· Desktop
1
1.17. Domanda
Which must a search help do?
There are 4
correct answers to this question
1) Determine
the values for selection by the user
2) Use
a table or a view for data selection
3) Allow
the user to select a response
4) Have
a dialog with the user
5) Be
used from a screen
Risposta
· Determine
the values for selection by the user
· Allow
the user to select a response
· Have
a dialog with the user
· Be
used from a screen
1.18. Domanda
To which ABAP Dictionary definition can you assign fixed values?
Please choose
the correct answer.
1) Domain
2) Field
of a transparent table
3) Data
element
4) Component
of a structure
Risposta
· Domain
1.19. Domanda
How many work areas are available in the Debugger?
Please choose
the correct answer.
1) 9
2) 15
3) 12
4) 7
Risposta
· 12
1.20. Domanda
Which of the following capabilities is provided by the Application Layer
platform of SAP Netweaver?
Please choose
the correct answer.
1) Multi-channel
access
2) Master
data management
3) Business
process management
4) Database
and operating system abstraction
Risposta
· Database
and operating system abstraction
1.21. Domanda
Which of the following actions can be performed in the Process After
Input (PAI) processing block?
Please choose
the correct answer.
1) Set
the GUI status of the screen
2) Check
he function code
3) Modify
screen attributes dynamically
4) Set
the title bar
Risposta
· Check
he function code
1.22. Domanda
You defined data reference z1 generically.
Which statement would you use to access the content of the referenced
variable?
Please choose
the correct answer.
1) Assign
(z1) to
2) Assign
z1 to
3) Get
reference of z1 into wa
4) Assign
z1->* to
Risposta
· Assign
z1->* to
1.23. Domanda
The data buffered on each application server...
Please choose
the correct answer.
1) Depends
on the users
2) Is
never the same
3) Is
does not the same
4) Is
always the same
Risposta
· Depends
on the users
1.24. Domanda
Global data types defined in SAP systems are…..
Please choose
the correct answer.
1) Date
types defined in the program using ABAP Dictionary types
2) ABAP
Dictionary types
3) Date
types does not defined Dictionary types
4) Data
defined in the program that is visible to all the routines/statements within
ABAP program.
Risposta
· ABAP
Dictionary types
1.25. Domanda
Which of the following predefined ABAP types is complete?
1) String
2) F
3) P
4) XSTRING
Risposta
· P
1.26. Domanda
Which of the statements are true? (2 Answers)
1) Static
attributes can be declared only in the private viisibility
2) Static
attributes cannot be changed by an object
3) A
static attribute is the same across all instances of the class. There is only
one static attribute across all instances of the class.
4) Static
attributes are declared with the CLASS-DATA statement.
Risposta
· A static attribute is the same across all
instances of the class. There is only one static attribute across all instances
of the class.
· Static
attributes are declared with the CLASS-DATA statement.
1.27. Domanda
Under which circumstances will the classic Debugger start as the
Debugger?
1) If
you manually switched to the classic Debugger during your last session.
2) When
you specify the default as the classic Debugger in the settings of the Object
Navigator
3) When
the number of debugging sessions exceeds half the number of dialog sessions.
4) None;
the new Debugger will always start as the Debugger.
5) When
five modes already exist for this logon session.
Risposta
· When
you specify the default as the classic Debugger in the settings of the Object
Navigator
· When
five modes already exist for this logon session.
1.28. Domanda
Which of the following structures is created when you use a table type
to define one of its components?
1) Nested
structure
2) Flat
structure
3) Deep
structure
4) Append
structure
Risposta
· Deep
structure
1.29. Domanda
What must you do define a database view using the ABAP Dictionary?
There are 3 correct
answers to this question
1) Define
buffering settings for the underlying database tables.
2) Choose
the database tables from where the view acquires data
3) Define
the join conditions between the tables.
4) Choose
the fields from the tables that should be part of the view.
Risposta
· Choose
the database tables from where the view acquires data
· Define
the join conditions between the tables.
· Choose
the fields from the tables that should be part of the view.
1.30. Domanda
Which modularization units are global?
There are 2
correct answers to this question
1) Subroutines
(FORM routines)
2) Function
modules
3) Methods
within class pools
4) Methods
within a local class in the program
Risposta
· Function
modules
· Methods
within class pools
1.31. Domanda
Which of the following are valid combinations of event visibility and
handler method visibility?
There are 2
correct answers to this question
1) Protected
event and public handler
2) Public
event and protected handler
3) Private
event and public handler
4) Private
event and private handler
Risposta
· Public
event and protected handler
· Private
event and private handler
1.32. Domanda
Which of the following tasks does the BADI implementing class perform?
Please choose
the correct answer.
1) Filtering
2) Inserting
3) deleting
4) Sequencing
Risposta
· Filtering
1.33. Domanda
Which of the following statements regarding the event AT SELECTSCREEN ON
HELP-REQUEST FOR <FIELD> is corret?
Please choose
the correct answer.
1) None
of the above
2) This
event will display self-defined (F1) help for the input field programmed in the
event block and will override any help possibly defined in the ABAP Dictionary
for the field.
3) This
event will display self-defined (F1) help for the output field programmed in
the event block and will override any help possibly defined in the ABAP
Dictionary for the field.
4) This
event will display (F1) help for the input field on the selection screen.
Risposta
· This
event will display (F1) help for the input field on the selection screen.
1.34. Domanda
What are the declarative statements used to define the selection?
There are 2
correct answers to this question
1) None
of the above
2) SELECTION-SCREEN
3) SELECT-OPTIONS
4) PARAMETERS
Risposta
· SELECTION-SCREEN
· SELECT-OPTIONS
· PARAMETERS
1.35. Domanda
A transport company keeps track of this availability in two tables,
table VEHICLES and table TRANSPORT. To accept a new transport of a certain
capacity must be found in table VEHICLES. If a record is found, a record is
created in table TRANSPORT. The capacity is then adjusted in table VEHICLES.
You have four function modules at your disposal.
UPD_VEHI_A and UPD_VEHI_B update a matching report in table VEHICLES. If
an error occurs both issue a message of type X. If no error occurs only
UPD_VEHI_A issue a message of type X. If no error occurs UPD_VEHI_A issues a
message of type I.
UPD_TRAN_A and UPD_TRAN_B create a single record in table TRANSPORT. If
an error occurs both issues a message of type X. If no error occurs only
UPD_TRAN_A issues a message of type I.
Which of the following function module calls ensures a single logical
unit of work?
Please choose
the correct answer.
1) UPD_VEHI_A
UPD_TRAN_B
2) UPD_TRAN_A
UPD_VEHI_B
3) UPD_VEHI_A
UPD_TRAN_A
4) UPD_TRAN_B
UPD_VEHI_B
Risposta
· UPD_VEHI_A
UPD_TRAN_B
1.36. Domanda
Which of the following ABAP standard types are numeric?
There are 3
correct answers to this question
1) N
2) I
3) D
4) F
5) P
Risposta
· I
· F
· P
1.37. Domanda
A structure has enhancement category 3, can be enhanced
(character-type). Which set of elementary types is allowed for the new fields?
Please choose
the correct answer.
1) D,
I, string, T
2) C,
D, N, T
3) C,
D, N, X
4) F,
I, P, X
Risposta
· C,
D, N, T
1.38. Domanda
You want to select all the records from a database table where field
CITY contains substring ‘BU’ in any position. Which WHERE clause can you use in
an Open SQL select statement?
1) WHERE
city LIKE “%BU*”
2) WHERE
city LIKE “%BU%”
3) WHERE
city LIKE “%_BU”
4) WHERE
city LIKE “*BU*”
Risposta
· WHERE
city LIKE “%BU%”
1.39. Domanda
Where are fixed values for fields stored?
Please choose
the correct answer.
1) Domain
2) Structure
3) Table
4) Data
element
5) Field
Risposta
· Domain
1.40. Domanda
An executable ABAP program contains a standard selection screen and uses
the event blocks AT SELECTION SCREEN, AT SELECTION-SCREEN OUTPUT,
INITIALIZATION, START-OFSELECTION?
In which sequence will ABAP runtime call these event blocks?
Please choose
the correct answer.
1) AT
SELECTION-SCREEN OUTPUT
INITIALIZATION
AT
SELECTION-SCREEN
START-OF-SELECTION
2) INITIALIZATION
AT
SELECTION-SCREEN OUTPUT
AT
SELECTION-SCREEN
START-OF-SELECTION
3) INITIALIZATION
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
AT SELECTION-SCREEN
4) INITIALIZATION
AT SELECTION-SCREEN
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
Risposta
· INITIALIZATION
AT
SELECTION-SCREEN OUTPUT
AT
SELECTION-SCREEN
START-OF-SELECTION
1.41. Domanda
How can you maintain documentation for input fields on your screen?
Please choose
the correct answer.
1) Add
documentation to the SCREEN table at PROCESS
2) Define
text tables for the underlying structure
3) Add
documentation to the underlying data element
4) Add
documentation to the SCREEN table at PROCESS BEFORE OUTPUT (PBO)
5) AFTER
INPUT (PAI)
Risposta
· Add
documentation to the underlying data element
1.42. Domanda
What types of changes to the repository does SAP provide?
There are 3
correct answers to this question
1) Deployments
from SDN.SAP.com
2) SAP
Notes
3) Support
Packages
4) Transports
5) Enhancement
Packages
Risposta
· SAP
Notes
· Support
Packages
· Enhancement
Packages
1.43. Domanda
Which of the following can you use to enhance SAP standard tables and
structures with fields?
There are 2
correct answers to this question
1) Customizing
includes
2) Field
exits
3) Append
search helps
4) Append
structures
Risposta
· Customizing
includes
· Append
structures
1.44. Domanda
Where can you define global data types that are visible system-wide?
There are 3
correct answers to this question
1) In
a global interface
2) In
a function module
3) In
a global class
4) In
a method of a global class
5) In
the ABAP Dictionary
Risposta
· In
a global interface
· In
a global class
· In
the ABAP Dictionary
1.45. Domanda
Each work process….
There are 3
correct answers to this question
1) Uses
a pool of database connections established when the SAP NetWeaver Application Server ABAP started.
2) Uses
a database connection to a work process established when the SAP NetWeaver
Application Server ABAP started.
3) Can
make database changes spanning multiple database
4) Can
only make database changes within a single database LUW
5) Is
independent of other work processes.
Risposta
· Uses
a database connection to a work process established when the SAP NetWeaver
Application Server ABAP started.
· Can
only make database changes within a single database LUW
· Is
independent of other work processes.
1.46. Domanda
ABAP is a programming language that….
There are 4
correct answers to this question
1) Separates
program code from language text
2) Executes
on all three levels of the three-tier architetture
3) Processes
and formats data
4) Interacts
with the user
5) Controls
the business logic
Risposta
· Separates
program code from language text
· Processes
and formats data
· Interacts
with the user
· Controls
the business logic
1.47. Domanda
What is the SAP recommended naming convention fro append structures of
standard SAP tables?
Please choose
the correct answer.
1) The
components of an append structure should start with Z or Y
2) The
components of an append structure should start with ZZ or YY
3) The
name of an append structure should start with ZA
4) The
name of an append structure should start with ZZ or YY
Risposta
· The
components of an append structure should start with ZZ or YY
1.48. Domanda
What is the result of the following arithmetic operation?
DATA: int TYPE i.
Int= 5*(3/10).
Please choose
the correct answer.
1) 1.5
2) 0
3) 1
4) 2
Risposta
· 0
1.49. Domanda
Which of the following can you do with the SAP code inspector?
Please choose
the correct answer.
1) Perform
static code checks
2) Monitor
background task
3) Monitor
runtime behavior
4) Analyze
runtime data
Risposta
· Perform
static code checks
1.50. Domanda
When is a foreign key check performed on an input/output field?
Please choose
the correct answer.
1) If
the field refers to the dictionary field for which a search is defined.
2) If
the field refers to the dictionary field for which a check table is defined.
3) If
the field refers to the dictionary field for which a value help is defined.
4) If
the field refers to the dictionary field for which a append search is defined.
Risposta
· If
the field refers to the dictionary field for which a check table is defined.
1.51. Domanda
Which of the following statements are correct?
There are 4
correct answers to this question
1) The
SELECT-OPTIONS statement creates an internal table with a header line. The internal
table is also known as know as the selection table
2) The
structure of the selection table created with SELECt-OPTIONS has four
components: SIGN, OPTION, LOW, and HIGH
3) You
can use the addition, NO-DISPLAY to hide the input field on the selection screen
4) You
can only specifiy default values for the LOW and HIGH fields of the
SELECTION-OPTIONS input field
Risposta
· The
SELECT-OPTIONS statement creates an internal table with a header line. The
internal table is also known as know as the selection table
· The
structure of the selection table created with SELECt-OPTIONS has four
components: SIGN, OPTION, LOW, and HIGH
· You
can use the addition, NO-DISPLAY to hide the input field on the selection
screen
1.52. Domanda
Which statements are allowed for processing internal tables?
There are 3
correct answers to this question
1) INSERT
2) UPDATE
3) SELECT
4) DELETE
5) MODIFY
Risposta
· INSERT
· DELETE
· MODIFY
1.53. Domanda
Which events can exist in all types of programs that actually contain
executables statements?
Please choose
the correct answer.
1) START-OF-SELECTION
2) AT
USER-COMMAND
3) INITIALIZATION
4) AT
PF##
5) AT
LINE-SELECTION
6) LOAD-OF-PROGRAM
Risposta
· LOAD-OF-PROGRAM
1.54. Domanda
You use Unified Modelling language (UML) to design your classes. You
want to describe the message exchange between objects. Which diagram can you
use?
Please choose
the correct answer.
1) Class
diagram
2) Component
diagram
3) Object
diagram
4) Sequence
diagram
Risposta
· Sequence
diagram
1.55. Domanda
How can you find customers exists in an ABAP program?
There are 2
correct answers to this question
1) Search
for customers exists in the program documentation
2) Search
for CALL CUSTOMER in the program
3) Search
for customers exists in the Repository Information System
4) Search
for CL_EXTHANDLER in the program
Risposta
· Search
for CALL CUSTOMER in the program
· Search
for customers exists in the Repository Information System
1.56. Domanda
Which statements are true about a class that has granted friendship to
another class?
There are 4
corrects answers to this question
1) The
friend has access to public attributes
2) The
friend has access to protected attributes
3) All
classes that inherit from the friend (subclasses) also have the same access.
4) The
friend has access to private attributes
5) All
classes the friend has granted friendship access status to also have the same
access.
Risposta
· The
friend has access to public attributes
· The
friend has access to protected attributes
· All
classes that inherit from the friend (subclasses) also have the same access.
· The
friend has access to private attributes
1.57. Domanda
When you add programming logic to your ABAP program that checks
authorizations, which of the following do you have to create?
There are 2
corrects answers to this question
1) An
authorization role
2) An
authorization Access
3) An
authorization object
4) An
authorization profile
Risposta
· An
authorization role
· An
authorization object
1.58. Domanda
What is the purpose of implicit enhancement points?
Please choose
the correct answer.
1) To
change code in a standard SAP program
2) To
add code to a standard SAP program
3) To
add fields to an SAP database table
4) To
create a secondary index for an SAP database table
Risposta
· To
add code to a standard SAP program
1.59. Domanda
Which of the following ABAP code lines is valid?
There are 3
corrects answers to this question
1) DATA
gc_mantr TYPE mantr DEFAULT 100
2) SELECT-OPTIONS
s_mantr TYPE mantr DEFAULT 100
3) CONSTANTS
gc_mantr TYPE mantr VALUE 100
4) STATIS
p_mantr TYPE mantr DEFAULT 100
5) PARAMETERS
p_mantr TYPE mantr DEFAULT 100
Risposta
· CONSTANTS
gc_mantr TYPE mantr VALUE 100
· STATIS
p_mantr TYPE mantr DEFAULT 100
· PARAMETERS
p_mantr TYPE mantr DEFAULT 100
1.60. Domanda
To generate the function modules for a lock for a custom table
(ENQUEUE_<lock_object> and DEQUEUE_<lock_object>), which tool would
you use?
1) Reuse
Library (Transaction SE83)
2) Function
Builder (Transaction SE37)
3) ABAP
Dictionary (Transaction SE11)
4) General
Table Maintenance Dialog (Transaction SE54)
Risposta
· ABAP
Dictionary (Transaction SE11)
1.61. Domanda
In addition to the primary key of an internal table, how many secondary
indexes can you define for an internal table?
Please choose
the correct answer.
1) 15
2) 10
3) 1
4) 0
Risposta
· 15
1.62. Domanda
What can you change in the ABAP Debugger?
Please choose
the correct answer.
1) Value
of a reference variable
2) Content
of an internal table
3) Definition
of a structure
4) Value
of a cosnstant
Risposta
· Content
of an internal table
1.63. Domanda
When must a foreign key have domain equality?
Please choose
the correct answer.
1) Always
2) Never
3) For
a text table
4) For
a check field
Risposta
· For
a check field
1.64. Domanda
Which type of view uses an inner join in a search help?
Please choose
the correct answer.
1) Candidate
key view
2) Help
view
3) Database
view
4) Maintenance
view
Risposta
· Database
view
1.65. Domanda
Which of the following is a true statement?
There are 2
corrects answers to this question
1) Local
repository objects can be transported
2) All
transportable objects have to be assigned to a package
3) Repository
objects and cross-client customization objects are assigned to the workbench
request
4) Inactive
objects can be transported
5) Client-specific
customization objects are assigned to the customizing request
Risposta
· All
transportable objects have to be assigned to a package
· Repository
objects and cross-client customization objects are assigned to the workbench
request
1.66. Domanda
Which of the following statements are true?
There are 2
corrects answers to this question
1) A
database view is implemented as an outer join
2) A
maintenance view is implemented as an outer join
3) A
database view is implemented as an inner join
4) A
maintenance view is implemented as an inner join
Risposta
· A
maintenance view is implemented as an outer join
· A
database view is implemented as an inner join
1.67. Domanda
How do you define an internal table in private method of a class?
There are 3
corrects answers to this question
1) DATA
lt_itab TYPE
2) DATA
lt_itab TYPE TABLE OF WITH HEADER LINE
3) DATA
lt_itab TYPE TABLE OF
4) DATA
lt_itab TYPE
5) DATA
lt_itab TYPE TABLE OF <Dictionary Table>
Risposta
· DATA
lt_itab TYPE TABLE OF WITH HEADER LINE
· DATA
lt_itab TYPE TABLE OF
· DATA
lt_itab TYPE TABLE OF <Dictionary Table>
1.68. Domanda
Identify the ways to map context structures.
There are 2
corrects answers to this question
1) Direct
context mapping
2) Dynamic
context mapping
3) External
context mapping
4) Static
context mapping
Risposta
· Direct
context mapping
· External
context mapping
1.69. Domanda
You want to define two database tables with different structures. Both
tables should contain the fields CHANGE_DATE and CHANGE_TIME.
How do you implement this in order to minimize the maintenance effort?
Please choose
the correct answer.
1) Define
an append structure with these two fields and assign this append structure to
both database tables
2) Define
a structure with these two fields and include this structure in both database
tables
3) Define
the two fields in each database table separately
4) Define
the two fields in one database table and copy them to the order database table
Risposta
· Define
a structure with these two fields and include this structure in both database
tables
1.70. Domanda
Which of the following ABAP statements throws an error at the syntax
check?
Please choose
the correct answer.
1) DATA
variable(5) TYPE n
2) DATA
variable(5) TYPE t.
3) DATA
variable(5) TYPE p
4) DATA
variable
Risposta
· DATA
variable(5) TYPE t.
1.71. Domanda
What is mandatory for automatic data transport between a variable an input
field on a classical screen (dynpro)?
Please choose
the correct answer.
1) The
property OUTPUT of the input field must be set
2) The
variable must be declared using the DATA statement
3) The
name of the variable and the name of input field must be identical
4) The
variable must be declared using the TABLES statement
Risposta
· The
name of the variable and the name of input field must be identical
1.72. Domanda
Which view types can you use to join two tables with an outer join?
There are 2
corrects answers to this question
1) Projection
view
2) Help
view
3) Maintenance
view
4) Database
view
Risposta
· Help
view
· Maintenance
view
1.73. Domanda
Which of the following statements are true?
There are 3
corrects answers to this question
1) You
cannot use a pooled or cluster table for a database view
2) Projection
views can have more than one table included for the view definition
3) The
tables included in the help view should have a foreign key relationship
4) The
tables included in the maintenance view should have foreign key relationships
Risposta
· You
cannot use a pooled or cluster table for a database view
· The
tables included in the help view should have a foreign key relationship
· The
tables included in the maintenance view should have foreign key relationships
1.74. Domanda
Function
modules provide which types of parameters?
There are 4
corrects answers to this question
1) Input/output
(changing)
2) Return
values
3) Exceptions
4) Input
5) Output
Risposta
· Input/output
(changing)
· Exceptions
· Input
· Output
1.75. Domanda
You want to translate dynamic text in a web dynpro. From which abstract
class should you inherit?
Please choose
the correct answer.
1) CL_WD_CONFIGURATION_MODEL
2) CL_WD_CONTEXT_SERVICES
3) CL_WD_COMPONENT_SERVICES
4) CL_WD_
COMPONENT_ASSISTANCE
Risposta
· CL_WD_
COMPONENT_ASSISTANCE
1.76. Domanda
You have created a Web Dynpro view that shows data for airline
connections between cities. You want to display flight data for a specific date
in a different view after the user select a date and presses a button. Which of
the following actions you must perform?
There are 2
corrects answers to this question
1) Edit
the handler method in the view controller
2) Create
and link plugs between the views
3) Add
a client-side event in the view
4) Set
the interface property for key fields
Risposta
· Edit
the handler method in the view controller
· Create
and link plugs between the views
1.77. Domanda
Which of the following are key capabilities of SAP NetWeaver?
There are 3
corrects answers to this question
1) Supply
Chain Management
2) Application
Platform
3) Enterprise
Resource Planning
4) Information
Integration
5) People
Integration
Risposta
· Application
Platform
· Information
Integration
· People
Integration
1.78. Domanda
Table A and table B are partially buffered.
Which of the following SELECT statements
There are 2
corrects answers to this question
1) SELECT
SINGLE FOR UPDATE a b FROM table A INTO CORRESPONDING FIELDS OF ls_A WHERE c EQ
‘1234
2) SELECT
a b FROM table A INTO CORRESPONDING FIELDS OF TABLE lt_AB
3) SELECT
a b c d FROM table A JOIN table B ON Table A~a EQ table B~e INTO
CORRISPONDING FIELDS OF TABLE LT_A_B
4) SELECT
SINGLE CLIENT SPECIFIED a b FROM table A INTO CORRESPONDING FIELDS OF ls_AB
Risposta
· SELECT
a b FROM table A INTO CORRESPONDING FIELDS OF TABLE lt_AB
· SELECT
a b c d FROM table A JOIN table B ON Table A~a EQ table B~e INTO
CORRISPONDING FIELDS OF TABLE LT_A_B
1.79. Domanda
You add the CREATE PROTECTED addition to a class definition.
From where you can instantiate the class?
There are 3
corrects answers to this question
1) From
any protected class
2) From
a parent class
3) From
a child class
4) From
a friend class
5) From
the class itself
Risposta
· From
a child class
· From
a friend class
· From
the class itself
1.80. Domanda
Which ABAP statement using the local gty_1 correctly defines a data
object?
There are 2
corrects answers to this question
1) DATA
gv_1 LIKE gty_1
2) CONSTANT
gc_1 TYPE gty_1 VALUE ‘
3) DATA
gv_1 TYPE gty_1 DEFUALT ‘1’
4) DATA
gv_1 TYPE gty_1
Risposta
· CONSTANT
gc_1 TYPE gty_1 VALUE ‘
· DATA
gv_1 TYPE gty_1
EBOOK: le mie guide sono visualizzabili cliccando sui link:
1. SAP EWM (Extended Warehouse Management)
3. SAP VIM (Vendor Invoice Management)
1. SAP EWM (Extended Warehouse Management)
3. SAP VIM (Vendor Invoice Management)
SE MI CONTATTATE IN PRIVATO, PAGATE LA META' DEL PREZZO DI AMAZON, E POTETE SCEGLIERE IL FORMATO WORD o PDF.
>>> RECENSIONI DEI LIBRI su Amazon Kindle <<<
Ebook: SAP CDS: https://www.amazon.it/dp/B0B9BD1RN3#customerReviews
Ebook: SAP MM: https://www.amazon.it/dp/B0C3MKD9BR#customerReviews
Ebook: SAP MII: https://www.amazon.it/dp/B0C4392MY9#customerReviews
Ebook: SAP VIM: https://www.amazon.it/dp/B0C6FBK8QN#customerReviews
Ebook: SAP MM: https://www.amazon.it/dp/B0C3MKD9BR#customerReviews
Ebook: SAP MII: https://www.amazon.it/dp/B0C4392MY9#customerReviews
Ebook: SAP VIM: https://www.amazon.it/dp/B0C6FBK8QN#customerReviews
Ebook: SAP EWM: https://www.amazon.it/dp/B0CL6TXP1V#customerReviews