How do you add fields to an SAP-delivered transparent table without modification?
Please choose the correct answer.
Response:
A.
Use the database utility to enhance the definition on the database directly.
B.
Add the new fields to the table definition.
C.
Create an append structure containing the new fields.
D.
Define a structure containing the new fields and include it in the table definition.
Create an append structure containing the new fields.
What does SAP recommend that you use a hashed table?
Please choose the correct answer.
Response:
A.
When a table must be accessible by both index and key
B.
When a table must be sorted automatically by key in ascending order
C.
When a table is very large and you want to access the table by key only
D.
When a table is very large and you want to access the table by index only.
When a table is very large and you want to access the table by key only
What does the Refactoring Assistant allow you to do?
There are 2 correct answers to this question.
Response:
A.
Move components between superclasses and subclasses
B.
Rename all occurrences of a method
C.
Move between classes and interfaces
D.
Rename all subclasses of a method
Move components between superclasses and subclasses
Move between classes and interfaces
Function modules provide which types of parameters?
There are 4 correct answers to this question.
Response:
A.
Input
B.
Output
C.
Input/output (changing)
D.
Return values
E.
Exceptions
Input
Output
Input/output (changing)
Exceptions
Which of the following program types can contain screens?
There are 3 correct answers to this question
Response:
A.
Interface pools
B.
Module pools
C.
Executable programs
D.
Function groups
E.
Class pools
Module pools
Executable programs
Function groups
How do you create lock objects and lock modules for use in ABAP programs that access the
database?
Please choose the correct answer.
Response:
A.
Use the Function Builder to create the lock modules and the lock objects
B.
Use the ABAP dictionary to create the lock objects. Use the function builder to create the lock
modules
C.
Use the Function Builder to create the lock modules. The lock objects are created in the program logic
D.
Use the ABAP Dictionary to create the lock objects. The lock modules are created automatically
Use the ABAP Dictionary to create the lock objects. The lock modules are created automatically
Which of the following are true statements?
There are 3 correct answers to this question.
Response:
A.
The technical attributes of the data element can be defined by a domain, that is, the data type, the
field length, and the number of decimal places.
B.
You can also select predefined data types to define the data type of the data element.
C.
Reference data types can be used to define the data type of the data element.
D.
Field labels are defined for the domain
The technical attributes of the data element can be defined by a domain, that is, the data type, the
field length, and the number of decimal places.
You can also select predefined data types to define the data type of the data element.
Reference data types can be used to define the data type of the data element.
Which statement ends a screen sequence and starts from initial screen?
Please choose the correct answer.
Response:
A.
CALL SCREEN
B.
LEAVE TO SCREEN
C.
SET SCREEN 0
D.
LEAVE SCREEN
SET SCREEN 0
You defined data reference z1 generically.
Which statement would you use to access the content of the referenced variable?
Please choose the correct answer.
Response:
A.
Assign (z1) to <fs>
B.
Assign z1 to <fs>
C.
Assign z1->* to <fs>
D.
Get reference of z1 into wa
Assign z1->* to <fs>
You create a function group ZATP. What is the name of the corresponding main program?
Please choose the correct answer.
Response
A.
ZATP
B.
SAPLZATP
C.
SAPMZATP
D.
SAPFZATP
SAPLZATP
Page 4 out of 34 Pages |
Previous |