+ All Categories
Home > Documents > Sap Overview

Sap Overview

Date post: 14-Dec-2014
Category:
Upload: mifarooqui
View: 1,843 times
Download: 2 times
Share this document with a friend
Description:
 
Popular Tags:
21
Transcript
Page 1: Sap Overview
Page 2: Sap Overview

System Applications & Products World’s largest business

software company. Founded in 1972 by five IBM

engineers in Mannheim but later on the headquarters were moved to Walldorf in the year 1976.

Henning Kagermann became the sole CEO of SAP in the year 2003.

Page 3: Sap Overview

Business & Markets…

Regions of operation: EMEA The Americas Asia Pacific Japan (APJ)

Page 4: Sap Overview

Business & Markets…

Page 5: Sap Overview

Products… Enterprise Resource Planning (ERP). Advanced Planner Optimizer (APO) Business Warehouse (BW) Customer Relationship Management (CRM) Supply Chain Management (SCM) Supplier Relationship Management (SRM) Human Resource Management System (HRMS) Product Lifecycle Management (PLM) Exchange Infrastructure (XI) Enterprise Portal (EP) Knowledge Warehouse (KW)

Page 6: Sap Overview
Page 7: Sap Overview

Technical Environment…

Page 8: Sap Overview

Technical Prerequisites…

Knowledge of real time JAVA programming. Advanced Business Application Programming (ABAP) SAP R/3 application. Remote Function Call (RFC) Business Application Programming Interface (BAPI) Interface Documents (IDocs)

Page 9: Sap Overview
Page 10: Sap Overview

Business Server Page…

Layout: Static formatting directives (HTML, XML, WML, etc) Client-side script code Server-side script code: ABAP Java Script User defined routines : Processing input routines Data retrieval Error handling Navigation to next page

Page 11: Sap Overview

SAP R/3

Client-Server based application. A 3-tier model. ABAP language used. RFCs , BAPIs & IDocs used to interface with SAP.

Page 12: Sap Overview

3-tier architecture

Page 13: Sap Overview

Logging on to the screen…

Page 14: Sap Overview

Screen Elements…

Page 15: Sap Overview

Standard Screen…

Page 16: Sap Overview

RFCs… Encapsulates:

Network communication

Data conversion

Code Page Handling Thread safe:

Win 32 since 3.1H

Unix since 4.6D

But no concurrent calls on the same connection. Easy to use in ABAP. Main interface technology between SAP and other SAP or non-SAP

components.

Page 17: Sap Overview

BAPI… Official, supported ,upward-compatible interfaces to the R/3 system. Access to SAP data and functionality. Support for read, create ,delete, update. Object Oriented Currently implemented as RFC-enabled function modules. Based on development standards. can be used in diverse developing environments. Reduced development and maintenance costs. Can be used in diverse platforms. Rich functionality of R/3 system. User specific front-ends.

Page 18: Sap Overview

IDocs… Container for data of business object or technical R/3 objects. Has a message type. Contains data in data hierarchy. Characteristics: Database table Text HTML file XML Datastream RFC parameter Concepts: Asynchronous

Related to one document i.e. transaction.

Page 19: Sap Overview

Business to Business procurement includes transaction via internet, extranet

Backend is R/3 system. Keeps the update of all important business activities.

Page 20: Sap Overview
Page 21: Sap Overview

Recommended