750 Guide chapter 3, SAP Netweaver Overview Flashcards
What are the 5 main sap product offerings?
Business by design Business one All in one Business suite S/4
What are the 5 main sap product offerings?
Business one Business by design All in one Business suite S/4
What is Business by design?
Is an on-demand solution of core processes. Suitable for business of 500 employees and 100 users
What is Business one
It covers core processes and is suitable for business with less than 100 employees and 30 users
It is provided as SAAS
What is all-in-one
SAP core processes for vertical solutions.
What is the SAP Business Suite
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
What enhancement in AS 6.1 allowed direct processing of HTTP requests rather than using the ITS?
The Internet communication manager (ICM)
What is the structure of the AS ABAP application server
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
What is the structure of a work process?
1) Screen processor
2) ABAP processor
3) Database interface
There is also a context area
What is a BSP?
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 is communication between the ABAP and JAVA stack achieved?
By the JCO
There are two new communication methods that can be connected together. What are they
ABAP Message Channels (AMC)
ABAP Push Channels (APC)
How is ABAP 7.50 shipped now?
As copy of cloud based 7.62 based on kernel 7.45
What is a use case for AMC
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
What is a use case for an APC?
This enables bidirectional communication with the internet. It is based on websocket and TCP protocols.
The service can be stateless or stateful