750 Guide chapter 3, SAP Netweaver Overview Flashcards

1
Q

What are the 5 main sap product offerings?

A
Business by design
Business one
All in one
Business suite
S/4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 5 main sap product offerings?

A
Business one
Business by design
All in one
Business suite
S/4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Business by design?

A

Is an on-demand solution of core processes. Suitable for business of 500 employees and 100 users

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

What is Business one

A

It covers core processes and is suitable for business with less than 100 employees and 30 users
It is provided as SAAS

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

What is all-in-one

A

SAP core processes for vertical solutions.

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

What is the SAP Business Suite

A
An extended family of business applications
It is part of BTP (business technology platform)
It contains reusable enterprise services
It includes SAP NetWeaver
It includes the following 
ERP
HCM
CRM
SCM
SRM
PLM
Financials
Operations
Corporate services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What enhancement in AS 6.1 allowed direct processing of HTTP requests rather than using the ITS?

A

The Internet communication manager (ICM)

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

What is the structure of the AS ABAP application server

A

There are 6 main components

1) The ICM for handling web requests that are placed into the dispatcher queue
2) The Dispatcher which handles requests from SAP GUI and the message server. It can add or retrieve requests from the dispatcher queue
3) The Dispatcher queue
4) The work processes which have one of 5 types (Dialog, Background, Spool, Update, Enqueue)
5) The Gateway
6) Memory pipes used to transfer data from and to the ICM after the dispatcher assigns a work process
7) Shared Memory which is used by the work processes and also includes the PDX

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

What is the structure of a work process?

A

1) Screen processor
2) ABAP processor
3) Database interface
There is also a context area

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

What is a BSP?

A

A Business Server Page generates HTML code and allows access to SAP thru web pages (thru the ICM). Think of it as forerunner to web dynpro although it is actually more powerful

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

How is communication between the ABAP and JAVA stack achieved?

A

By the JCO

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

There are two new communication methods that can be connected together. What are they

A

ABAP Message Channels (AMC)

ABAP Push Channels (APC)

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

How is ABAP 7.50 shipped now?

A

As copy of cloud based 7.62 based on kernel 7.45

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

What is a use case for AMC

A

Communication between two programs is needed. The messages can be exchanged as text, byte strings, or content that is serialized (think JSON)
They are based on sender/receiver and are buit on interfaces and classes

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

What is a use case for an APC?

A

This enables bidirectional communication with the internet. It is based on websocket and TCP protocols.
The service can be stateless or stateful

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

What 3 things might you expect to see in the central services server?

A

The message server
The enqueue server
The start service

17
Q

What are the tasks of the kernel and administrative services?

A

1) running programs
2) user and process administration
3) Database access
4) Communication
5) Control and administration of Netweaver AS

18
Q

Name the 3 ways a user can access SAP

A

SAPGUI
NWBC
A web browser

19
Q

How do the three parts of standard SQL relate to ABAP components
DML (Data Manipulation Language)
DDL (Data Definition Language)
DCL (Data Control Language)

A

DML relates to open sql

DDL and DCL relate to the data dictionary and NetWeaver tasks

20
Q

Are multiple spool processes allowed?

A

Yes, after 4.0 multiple spool processes are allowed

21
Q

What process handles requests between application servers

And which process handles request from external sources (non-http)

A

The message server handles inter-app server requests

The gateway handles external requests

22
Q

What is an instance

A

It has a dispatcher, it has at least two work processes. It starts when the dispatcher starts. It is identified by a SYstem ID (sid) and instance number

23
Q

True or false
In the repository information system you can search for both the definition and the implementation of enhancements including badis, smod/cmod, and enhancements?

A

True