TAW10 PART-I (Unit 1 to 7) Flashcards

1
Q

For which of the following functions can Business Application Programming Interfaces (BAPis) be used?

A

Pass data to an SAP system
Access business processes in SAP systems
Request data from an SAP system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is an ABAP program with several dialog steps executed?

A

Usually, dialog steps are assigned to different work processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which are the functions ABAP dispatcher?

A

It integrates the presentation layer
It saves the processing request in request queue
It distributes the requests among the work processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can Unicode checks be made?

A

In any system(after release 6.10) by specifying the program has unicode checks active

By running transaction UCCHECK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of enqueue work process?

A

It processes logical lock requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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?

A

It translates the statement to native SQL

It applies a logical log to the updated data record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following standards are implemented in SAP NetWeaver AS to support Web services?

A

XML
WDSL
SOAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between SAP Basis and SAP NetWeaver?

A

All versions of SAP netweaver include the ability to handle HTTP requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following components belong to the SAP application layer?

A

Database interface

ABAP dispatcher

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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?

A

CAST(arg AS type)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What features are provided by the database interface?

A

Conversion of open SQL statements from ABAP statements into the corresponding database statements

Database independence of application programs

Access to SAP table buffers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The Internet Communication Manager (ICM)

A

Allows SAP netweaver application server to process HTTP requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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) ?

A

Message type X
Rollback work
Message type A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A work process…

A

Uses a common memory area called shared memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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?

A

When you activate the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Each work process is assigned a type of task that can be performed. Which statements related to this are true?

A

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

17
Q

What must you specify in a Unicode system when opening a file in TEXT MODE?

A

The encoding addition

18
Q

Which of the following are key capabilities of SAP NetWeaver?

A

People integration
Information integration
Application platform

19
Q

An SAP LUW must be…

A

placed within a database LUW

20
Q

What are some advantages of using open SQL?

A

It can be used with any supported DBMS

Syntax is checked at design time

21
Q

Which of the following personalization options are available in the SAP GUI.

A

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

22
Q

Which of the following is the tool to implement and store BAPIs?

A

Function builder

23
Q

Identify the different installation options for SAP NetWeaver Application Server (AS).

A

SAP NetWeaver AS Java
SAP NetWeaver AS ABAP
SAP NetWeaver AS ABAP + Java

24
Q

Which of the following components are part of SAP netweavers AS ABAP version 7.1x and higher?

A

Message Server

Internet communication manager