NET Weaver Overviews

18
NET_WEawer Owerview What administration function is not provided by CCMS Program Syntax Checks System Configuration System Alerts Starting and stopping SAP What are the tasks of the dispatcher. (More than one answer is correct) distributing transaction load performing program syntax checks assigning users to work processes organizing communication Which is not a type of RFC call Transactional Remote Asynchronous Synchronous Which process handler is responsible for tasks within a work process

Transcript of NET Weaver Overviews

Page 1: NET Weaver Overviews

NET_WEawer Owerview

What administration function is not provided by CCMS

 Program Syntax Checks

 System Configuration

 System Alerts

 Starting and stopping SAP

What are the tasks of the dispatcher.

(More than one answer is correct)

 distributing transaction load

 performing program syntax checks

 assigning users to work processes

 organizing communication

Which is not a type of RFC call

 Transactional

 Remote

 Asynchronous

 Synchronous

Which process handler is responsible for tasks within a work process

 System processor

Page 2: NET Weaver Overviews

 Task handler

 ABAP work process

 Message Handler

 Dispatcher

Mark the accepted formats of ALE data transfer

(More than one answer is correct)

 XML

 JAVA

 HTTP

 BAPI

 IDOC

What is the customer allowed naming convention for lock objects

 ZE* or YE*

 Z* or Y*

 EZ* or EY*

 ENQUEUE* or DEQUEUE*

What bundling technique is used by SAP to address the issue of database updates for dialog transactions across multiple screens

 Bundling Update Work Processes

 Asynchronous update processing to initiate V1 and V2 updates

Page 3: NET Weaver Overviews

 Physical Database Commits between screen displays

 Synchronous Background Tasks

 Asynchronous processing that initiates Database Locks

When performing a remote function call, which parameter of the Call Function statement is responsible for identifying the target system.

 System

 Target

 Destination

 Remote

 RFCDEST

Identify the characteristic that is not true about a BAPI

 A BAPI is a method of a Business Object

 A BAPI uses defined return structures to indicate success or failure

 A BAPI is defined in the Business Object Repository

 A BAPI raises exceptions

 A BAPI is defined as part of a Business Object

What menu options are available on all screens.

(More than one answer is correct)

 Options

 Status

Page 4: NET Weaver Overviews

 System

 Tools

 Help

Mark the services of the ABAP runtime system that are used for internal/external communication.

(More than one answer is correct)

 BDC

 ICM

 Gateway Server

 Message Server

 ENQ

 Internet

What can be done using the SAP Service Marketplace

(More than one answer is correct)

 Determine fixes/patches for problem areas

 Find out when the next Support package is available

What message types can be generated by transactional documents

(More than one answer is correct)

 workflow

 EDI

  abend

Page 5: NET Weaver Overviews

 email

Where are Java server pages executed in the J2EE server

 EJB Container

 JSP Container

 ICM server

 Web Container

Which process is responsible for updating log tables VBHDR, VBDATA, VBMOD, and VBERROR

 UPD

 ENQ

 BGD

 UPD2

 DIA

Mark the integration mechanism for ALE application

 IDOC Business Objects

 Synchronous communication only

 Central Database

 Synchronous and Asynchronous communication

 Asynchronous communication only

What interface protocol is RFC based on

Page 6: NET Weaver Overviews

 SNA

 CPI-C

 LU6.2

 TCP/IP

How many servers in a 3 tier R/3 system

 At least 3

 Only 3

 1

 3 for each tier

At what level is the application data accessed by the J2EE server

 At the client level

 By Java Beans

 At the database level

 At the application level

Whick item is considered a Work Process of the Netweaver Stack Work

 Gateway

 OTF

 Dequeue

  Enqueue

Page 7: NET Weaver Overviews

 Database

Name the system configuration that would typically run on one server

 Database

 3 Tier

 2 Tier Presentation

 Central

Identify the servers of which only one can exist in an R/3 system.

(More than one answer is correct)

 One enqueue server

 One database server

 One message server

Whick item is considered a Work Process of the Netweaver Stack Work

 Gateway

 OTF

 Dequeue

 Enqueue

 Database

What is the relationship of Enterprise Services and web services

(More than one answer is correct)

Page 8: NET Weaver Overviews

 There is no difference. They are simply different terms for the same thing

 An Enterprise Service is made up of multiple granular web services

 A web service is a packaging of Enterprise Services

 Enterprise Service are a semantic definition, whereas a web service is a technical definition

Mark the item that is not a valid work process

 Spool

 Update

 Gateway

 Background

What part of an SAP system is responsible for converting OPEN SQL statements to Native SQL

 Database Interface

 Basis System

 Dispatcher

 ABAP Interpereter

 Database Server

The start of an SAP Transaction also marks the start of what ?

 Commit Point

 Asynchronous Update

 SAP LUW

Page 9: NET Weaver Overviews

 DB LUW

What does workflow achieve

(More than one answer is correct)

 automates executon of activities

 builds screen sequences

 manages communication media

 controls information flow

When processing web requests, how does the ICM (Internet Communication Manager)determine where it should forward the request

 It uses the URL to make the determination

Web Application Server provides multiple runtime environments for programming languages. Please mark the ones that are included as part of Netweaver.

(More than one answer is correct)

 XML

 J2EE

 ABAP

Which of the following is considered NOT a layer of an SAP system.

 Presentation

 Communication

 Internet

  Database

Page 10: NET Weaver Overviews

 Application

Identify the characteristics of a Business Object

(More than one answer is correct)

 Business objects ONLY use BAPI's to access data

 Business objects require knowledge of the internal source code to be able to access the data

 Business objects are managed in the Business Object Repository (BOR)

 Business objects are business oriented

 Business objects provide methods to implement business functions

n SAP terminology, define server

 a Unix server

 a service that makes a request to the client

 a program that asks for info from another system

 a software component that provides a service

What service in an SAP system, provides internal communication between dispatchers

 Basis processor

 Work Processes

 

ICM

 Message server

  Gateway server

Page 11: NET Weaver Overviews

What is a client in an R/3 system

 Customer

 Delivered by Sap

 Vendor

 Organizational unit

Identfiy the characteristics of a BAPI

(More than one answer is correct)

 Can only be use inside SAP

 Can be a method of an object

 It is an interface

  It is impemented as a function

Which is not a valid R3 configuration

  Single Database

  Two tier client server

  Central

  Multi-Tier

  Three Tier

What is characteristically different between a traditional J2EE development environment(i.e. not the Netweaver Developer studio) and the ABAP Development environment

(More than one answer is correct)

 Java programmers can test on a central development system. ABAP programmers test on a local system

  ABAP programmers sign on to and develop on a decentralized personal system

Page 12: NET Weaver Overviews

while Java programmers sign on to and develop on a central development system.

 ABAP programmers sign on to and develop on a central development system while Java programmers sign on to and develop on a decentralized personal system

 Java programmers can test on a local system. ABAP programmers test on a central development system

Repository objects, currency, language, and calendars would all be considered:

 Repository data

 Transaction data

 Client-specific data

 Cross Client data

 Master Data

The purpose of the ABAP message server can best be described as :

 An ABAP call stack manager

 Email communication layer handler

 A Central message service for internal communication

 A Dialog messaging service for GUI windows

What bundling technique is used by SAP to address the issue of database updates for dialog transactions across multiple screens

 Physical Database Commits between screen displays

 Synchronous Background Tasks

 Bundling Update Work Processes

 Asynchronous processing that initiates Database Locks

Page 13: NET Weaver Overviews

 Asynchronous update processing to initiate V1 and V2 updates

Which process handler is responsible for tasks within a work process

 System processor

 ABAP work process

 Dispatcher

 Task handler

 Message Handler

Which is NOT an Integration Level of SAP NetWeaver

 Information

 Business

 Application

 People

 Process

Where is spool request data stored

 on the database server

 on the TEMSE database

What items make up the central infrastructure of the Netweaver developer studio

(More than one answer is correct)

  Design Time Repository

Page 14: NET Weaver Overviews

 Database Interface

 Change Management Service

 RFC Service

 

Stack Service

 Component Build Service

The purpose of the ABAP message server can best be described as :

 A Central message service for internal communication

What makes up the application platform of SAP NetWeaver

(More than one answer is correct)

 A runtime environment for ABAP

 XML

 A runtime environment for JAVA

 HTTP

 Database

Which command can be used if you want to end your session without confirmation of saved changes

(More than one answer is correct)

 /n

 /nex

What does workflow achieve

Page 15: NET Weaver Overviews

(More than one answer is correct)

 automates executon of activities

 controls information flow

 builds screen sequences

 manages communication media

A Central Service Instance provides the basis of communication for which runtime environment

 Database Schema

 Web Server

 ABAP

 Central Process

 JAVA

Which service is responsible for communication between distributed dispatchers

 message

What is a R/3 system

 Instance plus system services

 Instance plus Database

Choose the most applicable description that defines the Remote Function Call interface

  A programming language for interfacing

Page 16: NET Weaver Overviews

 SAP Interface Protocol based on CPI-C and TCP/IP

 Function calls that are remotely enabled

 A remote system that has an installed DLL

What can not be done using SAP Service Marketplace

 Search the Note database

 Look for training courses

 Connect to other SAP sites

Static data records that have a long life are considered to be:

 Client data

 Customer documents

 Master Data

 Transactional data

An RFC Destination can best be described as:

 A library location

 A technical connection between systems