TAW10 PART-I (Unit 1 to 7) Flashcards
For which of the following functions can Business Application Programming Interfaces (BAPis) be used?
Pass data to an SAP system
Access business processes in SAP systems
Request data from an SAP system
How is an ABAP program with several dialog steps executed?
Usually, dialog steps are assigned to different work processes
Which are the functions ABAP dispatcher?
It integrates the presentation layer
It saves the processing request in request queue
It distributes the requests among the work processes
How can Unicode checks be made?
In any system(after release 6.10) by specifying the program has unicode checks active
By running transaction UCCHECK
What is the purpose of enqueue work process?
It processes logical lock requests
You write a program that updates a data record in the database using the following statement
UPDATE scarr FROM ls_scarr.
Which of the following task does the database interface perform?
It translates the statement to native SQL
It applies a logical log to the updated data record
Which of the following standards are implemented in SAP NetWeaver AS to support Web services?
XML
WDSL
SOAP
What is the difference between SAP Basis and SAP NetWeaver?
All versions of SAP netweaver include the ability to handle HTTP requests
Which of the following components belong to the SAP application layer?
Database interface
ABAP dispatcher
You have been asked by customer to develop open SQL code to convert the value of argument “arg” into the ABAP dictionary type specified. Which SQL Syntax do you use to meet this requirement?
CAST(arg AS type)
What features are provided by the database interface?
Conversion of open SQL statements from ABAP statements into the corresponding database statements
Database independence of application programs
Access to SAP table buffers
The Internet Communication Manager (ICM)
Allows SAP netweaver application server to process HTTP requests
Your program performs a database update by calling function module in an update task. Which above statement can be used in the program to discard all update request for the current SAP logical unit of work (LUW) ?
Message type X
Rollback work
Message type A
A work process…
Uses a common memory area called shared memory
You are making changes to a program that already has transaction code zzzz linked to it. Your colleagues testing transaction code zzzz in the same system. When does the change version of the program becomes visible to your colleague by transaction code zzzz?
When you activate the program
Each work process is assigned a type of task that can be performed. Which statements related to this are true?
All work processes have the same structure
All work processes communicate with the dispatcher
It is possible to have many enqueue work processes on an SAP NetWeaver application server
What must you specify in a Unicode system when opening a file in TEXT MODE?
The encoding addition
Which of the following are key capabilities of SAP NetWeaver?
People integration
Information integration
Application platform
An SAP LUW must be…
placed within a database LUW
What are some advantages of using open SQL?
It can be used with any supported DBMS
Syntax is checked at design time
Which of the following personalization options are available in the SAP GUI.
You can change the font size in the SAP GUI within a certain range
You can deactivate the display of pictures in the SAP GUI
You can display system messages in a dialog box
Which of the following is the tool to implement and store BAPIs?
Function builder
Identify the different installation options for SAP NetWeaver Application Server (AS).
SAP NetWeaver AS Java
SAP NetWeaver AS ABAP
SAP NetWeaver AS ABAP + Java
Which of the following components are part of SAP netweavers AS ABAP version 7.1x and higher?
Message Server
Internet communication manager