Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONABAP with SAP NetWeaver 7.4

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ABAP with SAP NetWeaver 7.4

Description:
SAP Certified Development Associate

Author:
SAP
(Other tests from this author)

Creation Date:
24/09/2015

Category:
Computers

Number of questions: 73
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
The Internet Communication Manager(ICM)... Replased SAP ITS. Allows SAP NetWeaver Application Server to proccess HTTP requests. Allows the ABAP stack and the Java stack to exchange data.
The Java stack and the ABAP stack of an SAP NetWeawer Application Server must always be installed togeather True False.
A work process... Stays linked toa screen throught the dispatchar. Becomes inactive while waiting for a user. Uses a common memory area called shared memory.
Each work process...(Select all that apply) Is independent of other work processes. Uses a pool of database connections established when the SAP NetWeaver Application Server ABAP started. 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. Can make database changes spanning multiple database LUWs.
Each work process is assigned a type of task that can be performed. Which statements related to this are true? Select all that apply. To switch a work process type requires a restart of the SAP NetWeaver Application Server ABAP. All work processes have the same structure. All work processes communicate with the database. All work processes communicate with the dispatcher. A work process can communicate directly with an external system through a Remote Function Call. It is possible to have multiple enqueue work processes on an SAP NetWeaver Application Server. It is possible to have multiple spool work processes on an ABAP application server.
What is the difference between SAP Basis and SAP NetWeaver? There is no difference; the name change was driven by marketing alone. All versions of SAP NetWeaver require the use of Unicode. All versions of SAP NetWeaver include the ability to handle HTTP requests.
The dispatcher handles all communication between users, work processes, and other (external) systems. True False.
The ABAP messaging channels (AMC) uses the WebSocket protocol to gain two way communication instead of HTTP. True False.
The Object Navigator incorporates a total of 11 browsers. True False.
The Repository Browser is started by default when you execute Transaction SE80 for the Object Navigator. True False.
You can list a maximum of six browsers in the Object Navigator. True False.
You can maintain SAPscript forms and SAP Smart Forms within the ABAP Workbench. True False.
The Repository Information System is a useful tool to search for customer exits/function exits and BAdIs in the SAP system. True False.
Which of the following statements about the Object Navigator are true? Select all that apply. ABAP programs can be displayed and edited in the Object Navigator. Screens can be displayed and edited in the Object Navigator. Menus can be displayed and edited in the Object Navigator. You can create BAdI implementations in the Object Navigator. You can create customer projects (Transaction CMOD) in the Object Navigator. The ABAP Dictionary can be maintained in the Object Navigator.
Enhancement definitions and implementations can be displayed in the Enhancement Information System. True False.
Which of the following is a true statement? Select all that apply. All customer repository objects have to be assigned to a package. Packages use interfaces and visibility to make their elements visible to other packages. The transport layer is a mandatory input field for the package A package can be nested.
The software component for a customer package can be... HOME Any SAP software component (i.e., SAP_APPL, SAP_BASIS, SAP_HR, etc.).
Which of the following is a true statement? Select all that apply. All transportable objects have to be assigned to a package. Local repository objects can be transported. Repository objects and cross-client customization objects are assigned to the workbench request. Client-specific customization objects are assigned to the customizing request. Inactive objects can be transported.
Which of the following is true? Select all that apply. The repository objects and cross-client customization objects are recorded in a task belonging to a local change request if there is no consolidation route leading from the current system defined in the Transport Management System for the transport layer. The repository objects and the cross-client customization are recorded in a task belonging to the transportable request if the consolidation route is defined in the Transport Management System.
There are ____ versions of the ABAP Editor. 3 4 2.
Repository objects are client-specific. True False.
ABAP Unit Test Browser is included in Object Navigator with SAP NetWeaver 7.0 EHP 2. True False.
The Debugger displays a maximum of eight data objects at one time. True False.
A watchpoint stops program execution every time the condition specified is met. True False.
Both the classic Debugger and the new Debugger can be used on all ABAP code without restriction. True False.
Under which circumstances will the classic Debugger start as the Debugger? Select all that apply. None; the new Debugger will always start as the Debugger. When five modes already exist for this logon session. When the number of debugging sessions exceeds half the number of dialog sessions. When you specify the default as the classic Debugger in the settings of the Object Navigator. If you manually switched to the classic Debugger during your last session.
What does a non-exclusive debugging mode mean? Select all that apply. A roll-out is forced in the application after each Debugger view. Someone else is debugging the same source code. Debugging is not possible between the statements SELECT and ENDSELECT because the database cursor needs to be closed using a COMMIT. Debugging is not possible for conversion or field exits. Owing to the commit, inconsistent datasets can occur in the database. It may be used anywhere in the landscape.
What is the maximum number of watchpoints that can exist at one time? 8 10 16 No limit.
Setting breakpoints for a method or function module within the Debugger allows the use of (F4) (value help) to find the correct name. True False.
All breakpoints are valid for the entire Debugger session, and all can be changed by the Debugger. True False.
It is possible to make multiple changes to data objects at the same time in the Debugger. True False.
When starting the Debugger, what circumstance causes the runtime error DEBUGGING_NOT_POSSIBLE? Starting a non-exclusive mode in a productive system When more than five 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.
How many work areas are available in the Debugger? 7 9 12 15.
What button undoes layout changes to the Debugger? Fill in the blank.
The Debugger is entirely self-contained and requires no external transactions. True False.
If you are using external debugging (debugging of HTTP and RFC requests, which arrive in your ABAP system), what will the Debugger do? Always stop when the external breakpoint is reached. Never stop; external breakpoints operate on users other than your own. May or may not stop, depending on external factors.
What does Software Layer Aware Debugging allow you to do? Select all that apply. Trace executing code Debug only a small portion of code Debug a large portion of code Bypass authorization objects Specify as much or as little code to debug.
Data types store data and occupy memory. True False.
A data object is concretely defined by means of the data type and occupies memory. It contains data with which ABAP programs work at runtime. True False.
The predefined data types are defined locally in the ABAP program. True False.
What is the default length of the type C data type? 1 10 1–65535.
If data objects of type I are being used to store the result of a calculation, the decimals will be truncated. True False.
What is the default length of the type P data type? 8 1 1–16.
What is variable-length structure called? Nested structure Deep structure Flat structure.
Local data objects can be defined using ABAP Dictionary types. True False.
Global data types defined in SAP systems are… Data defined in the program that is visible to all the routines/statements within the ABAP program. ABAP Dictionary types. Date types defined in the program using ABAP Dictionary types.
Which of the following are incorrect statements? Select all that apply. TYPES: carrid_ty LIKE spfli-s-carr_id. TYPES: werks TYPE C LENGTH 4. TYPES: date_ty TYPE D LENGTH 10. TYPES: Str TYPE STRING LENGTH 20.
What is the result of the following arithmetic operation? DATA: int TYPE I. int = 5*(3/10). 1 2 1.5 0.
What is the result of the following arithmetic operation? DATA: int TYPE I int = 5/10. 1 5 0.
The valid value for a decimal floating point number of type decfloat16 is numbers between 1E385 and –1E-383 for a negative number, 0, and 1E-383 to 1E385 for a positive number. True False.
The valid value for a decimal floating point number of type decfloat34 is numbers between 1E6145 and –1E-6143 for a negative number, 0, and +1E- 6143 to 1E6145. True False.
Which of the following standard types is numeric? Select all that apply. I P F Decfloat32.
The system class CL_ABAP_MATH contains constants for maximum and minimum values for the numeric data type. True False.
How many kinds of internal tables are supported in the ABAP language? 2 3 1.
Which of the following statements are true? Select all that apply. Standard tables can be accessed by index. Standard tables cannot be accessed by index. A sorted table is always accessed by a unique key. Hashed tables are always accessed by index. Hashed tables are accessed by a unique key.
The OCCURS statement is required to define an internal table with a header line. True False.
You can use the APPEND statement to fill a sorted internal table. True False.
You cannot use the INSERT statement to insert lines into a standard internal table. True False.
You can use a table with a header line for object-oriented programming. True False.
An internal table line type with a deep or nested structure can be defined for internal tables with a header line. True False.
Internal tables cannot have a deep or nested structure in their line type. True False.
The READ statement with the addition BINARY SEARCH for a sorted internal table is better for performance. True False.
The READ statement with the BINARY SEARCH addition cannot be used for a sorted internal table. True False.
The BINARY SEARCH addition cannot be used with the READ statement for the HASHED table. True False.
Which of the following is a true statement? Select all that apply. A sorted table can have a unique or a non-unique key. A standard table should always have a unique key. A hashed table should always have a unique table key.
You can empty the body of the internal table itab with a header line using the CLEAR itab statement. True False.
You can modify an internal table by using the UPDATE statement. True False.
Internal tables can also be modified after executing the READ statement with the addition ASSIGNING. True False.
You cannot use a SORT statement for a sorted internal table. True False.
You cannot use a SORT statement for a sorted internal table. True False.
An internal table can have at most 15 secondary keys. True False.
An internal table is an ABAP program variable. True False.
An internal table can be defined using the DATA statement. True False.
Report abuse Consent Terms of use