SAP Enterprise Portal 6.0: User Management & Security. Version: November 24, 2003

Size: px
Start display at page:

Download "SAP Enterprise Portal 6.0: User Management & Security. Version: November 24, 2003"

Transcription

1 SAP Enterprise Portal 6.0: User Management & Security Version: November 24, 2003

2 Disclaimer This document contains an overview of the planned User Management & Security features of the SAP Enterprise Portal 6.0 (some of the features are planned to be available for Unrestricted Shipment Phase only). It is subject to change. Please take care that you are always using the newest version of that presentation! SAP AG assumes no responsibility for errors or omissions in these materials. These materials are provided as is without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP AG shall not be liable for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. SAP AG does not warrant the accuracy or completeness of the information, text, graphics, links or other items contained within these materials. SAP AG has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third party web pages nor provide any warranty whatsoever relating to third party web pages. SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 2

3 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 3

4 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 4

5 Enterprise Portal 6.0 Security Features Secure Communication Authorization Authentication Portal Server Single Sign-On Third-Party System User Persistence Store User Management SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 5

6 Architecture Overview Web Browser, PDA, etc. SAP Enterprise Portal 6.0 Web Server Java Java Application Application Server Server SAP SAP J2EE J2EE Engine Engine Portal Server Portal Runtime (PRT) Portal Services User Management Service Authentication SSO User Group Role Persistence Manager Database Persistence LDAP Directory SAP System Backend Systems SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 6

7 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 7

8 New Features EP 6.0 Authentication Multiple authentication methods in parallel Multiple user sources in parallel Anonymous users Logon without authentication Authorization depending on authentication method iview requires certain logon methods (e.g. digital certificates) Interface for pluggable third-party authentication Java Authentication and Authorization Service (JAAS) standard Partner certification program (planned) Web access management products Other external authentication services (e.g. hardware tokens) SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 8

9 New Features EP 6.0 Single Sign-On (SSO) SAP logon ticket expiration recovery Recovery of previous state of the portal if SAP logon ticket expires and user has to logon again Ticket Verification Library UNIX platforms (planned) Java language SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 9

10 New Features EP 6.0 Authorization Authorization for Portal Content All content under administrative control of the portal Based on Access Control Lists (ACLs) SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 10

11 New Features EP 6.0 User Management Web-based user administration End user self-registration User can create account in the portal Workflow for approval of registration request by administrator Password management & policies Configurable expiration dates Initial passwords and change at first login Limit of failed logon attempts Flexible user persistence layer LDAP directory, database or SAP system as user store Delegated administration SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 11

12 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 12

13 Authentication Initial Logon Procedure Verification of the user s identity Initial logon procedure to authenticate user Various authentication methods User ID / password X.509 digital certificates Third-party authentication Windows authentication Web Access Management (WAM) products Others through JAAS interface Anonymous users Logon without authentication SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 13

14 Authentication Schemes Define the authentication process Credentials to be supplied User interaction required (e.g. logon screens) Priority of the authentication scheme (how strong it is) Attached to the user s session Allow to enforce different authentication mechanisms for different content (iviews) Re-authentication required in case the iview requires a stronger authentication scheme SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 14

15 Authentication: User ID / Password Logons are provided as Form-based logon (iview) Basic authentication (HTTP Status 401) Portal Server verifies the provided user ID / password against user persistence store SAP logon ticket is issued (later used for Single Sign-On) User ID / PW Portal Server User ID / PW Verification User Persistence Store SAP Logon Ticket User ID Mapping Portal Database SSL SSL SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 15

16 Authentication: Digital Certificates Authentication of user through SSL protocol User presents his digital certificate to Web server during SSL handshake Web server performs SSL client authentication Portal Server checks if user presented the correct certificate Prerequisite: Client certificate has to be mapped to a portal user SAP logon ticket is issued (later used for Single Sign-On) X.509 Certificate Portal Server X.509 Certificate Compare Certificate User Persistence Store SAP Logon Ticket User ID Mapping Portal Database SSL SSL SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 16

17 Getting a Digital Certificate Digital certificates must be X.509v3 compliant Various options possible: Using SAP Trust Center Service For SAP users only Free of charge Portal Server acts as Registration Authority (planned) Setting up internal PKI system Buy software from CA product vendor Using external PKI system Contract with Trust Center Service SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 17

18 SAP Trust Center Service: Enrollment Process 5 SAP Trust Center Service Verifies naming conventions and issues certificate 4 Send approved certificate request Web Browser 1 2 Log on using SAP user ID and password and initiate the SAP Passport request Specify naming convention and trigger key generation Portal Server 3 Web browser generates key pair and sends the SAP Passport request 6 Log on using the SAP Passport SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 18

19 Third-Party Authentication Authentication using an external authentication service Windows authentication Integration of Web Access Management (WAM) products Other authentication methods through pluggable JAAS Login Modules SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 19

20 Windows Authentication Authentication is delegated to Windows operating system* Process with HTTP Basic Authentication: User has to enter his or her Windows user ID and password (HTTP Basic Authentication) Windows Domain Controller authenticates the portal user When the Enterprise Portal is accessible from the Extranet Process with Windows Integrated Authentication (NTLM): Previous logon to Windows operating system can be reused User is not required to reenter his or her Windows authentication credentials When the Enterprise Portal is a pure Intranet portal and only MS IE is used * Requires Microsoft IIS 5.0 as Web server SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 20

21 Integration of Web Access Management Products External Web Access Management (WAM) product authenticates the portal user Technical integration using JAAS Login Module: Generic module provided for reading HTTP header variables Custom implementation (e.g. to verify a provided cookie) Portal Server logs the user on to the portal (user must reside in portal user persistence store) Seamless integration, only configuration required Partner certification program for WAM vendors or integration on a project-specific basis SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 21

22 Pluggable Authentication Plug-in interface for authentication modules Interface defined by Java Authentication and Authorization Service (JAAS) standard Each authentication scheme can define one or more JAAS Login Modules Partner certification program or integration on a project-specific basis SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 22

23 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 23

24 SSO SAP Logon Tickets SAP logon tickets represent the user credentials Portal Server issues an SAP logon ticket to a user after successful initial authentication SAP logon ticket is stored as per session cookie on the client browser SAP logon ticket is used to authenticate user to applications User gets access to multiple applications and services After initial logon no further user logons required Cross domain support (planned) SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 24

25 SAP Logon Tickets SSO Process Initial Logon SAP System External System Intranet SAP Logon Ticket Any other Web page Internet SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 25

26 SAP Logon Ticket Contents SAP logon tickets contain: User ID(s) Authentication scheme Validity period Issuing system Digital signature SAP logon tickets do NOT contain any passwords! Strong Security: Digitally signed by Portal Server Authenticity and integrity protection through digital signature SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 26

27 SAP Logon Tickets & Security SAP logon ticket serves as authentication token and therefore needs to be protected from unauthorized usage Validity period Authenticity and integrity protection using.digital signature Confidentiality protection through SSL protocol.while in transport SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 27

28 Verifying the SAP Logon Ticket: SAP Systems Component System Portal Server s public-key certificate SAP Logon Ticket SAP Step 1: Verification of the digital signature provided with the SAP logon ticket. Step 2: Logon using the user ID which is stored in the SAP logon ticket. No additional authentication using password or certificate necessary. SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 28

29 Verifying the SAP Logon Ticket: Non-SAP Systems The non-sap component must: Make sure the SAP logon ticket has been issued by a trusted Portal Server Accept the certificate of the Portal Server Verify the Portal Server s digital signature in the SAP logon ticket Ticket Verification Library that can be linked to non-sap systems or Web Server Filter are provided Extract the user ID from the SAP logon ticket Ticket Verification Library or Web Server Filter are provided that extract the user ID from the SAP logon ticket SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 29

30 SSO to non-sap Components Using SAP Logon Tickets Two alternatives: Web Server Filter 2 1 SAP Logon Ticket Filter HTTP Header Field: Application User ID Portal Server s public-key certificate Web Server Non-SAP Component System Application Programming Interface (API) 2 1 Ticket Verification Library SAP Logon Ticket Non-SAP Component System 3 Application User ID Portal Server s public-key certificate SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 30

31 SSO Account Aggregation If the external system does not support SAP logon tickets Portal components connect to the external system with the user s credentials (user ID and password) User mapping and credentials information are stored in the Portal Database Administrator maps users using administration iview Typically to map groups and roles User maps own credentials using portal personalization function Portal User: SAP User: Siebel UserID/Password: Michael_Schumacher d , {yu323ab} Anna_Kournikova i , {34u0nap} Tiger_Woods i , {wq9itxm1} Cathy Freeman i , {12onxc85} SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 31

32 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 32

33 Authorization Overview Authorization Concept for Portal Content Objects in the Portal Content Directory (PCD) are controlled by Access Control Lists (ACLs). Permissions Editor Knowledge Management Authorization for unstructured data Permissions for users, groups and roles via ACLs Backend Applications User receives authorization in business application according to its authorization policy. SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 33

34 Authorization Concept for Portal Content Objects in the Portal Content Directory (PCD) are controlled by Access Control Lists (ACLs) ACL defines permissions for principals (user, group or role) For example, ACL specifies the roles that can access the iview ACL Service Enforces permissions for portal objects at runtime Permissions Editor GUI for administering ACLs for portal objects SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 34

35 Access Control Lists (ACLs) Portal object creator is automatically the ACL owner Only the ACL owner can Add or remove owners for the object s ACL Grant permissions to a principal Inheritance of permissions If no ACL exists for a PCD object, the permissions are inherited from the parent s ACL Administrator permissions None Read Read/Write Full Control (ACL owner) End-User permissions Enabled/Disabled Design Time Run Time Full Control Read/Write Read Enabled/Disabled SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 35

36 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 36

37 Architecture Overview User Management Engine Applications Accessing User Management SAP Enterprise Portal User Management Core Layer User API User Account API Group API Role API Persistence Manager Replication Manager Persistence Adapters User Persistence Store Database LDAP Directory SAP System External System SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 37

38 Persistence Manager Central place for reading and writing user-specific data Users Groups Role assignments Uses Persistence Adapters to read/write data Supports database, LDAP directory and SAP system as repository User Management Core Layer Persistence Manager Persistence Adapters User Persistence Store Database LDAP Directory SAP System SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 38

39 Persistence Manager User Partitioning Specific user sets can be distributed across different repositories Example: Persistence Manager Self-registered, external users Database LDAP Directories Internal users Attribute Partitioning Specific user attributes can be distributed across different repositories Example: Persistence Manager Role assignments (portal-specific data) Database LDAP Directory General user data (application independent) SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 39

40 Persistence Supported Repositories Database Oracle 9.2 Microsoft SQL Server 2000 IBM DB2/UDB LDAP Directory Novell edirectory Sun ONE Directory Server Microsoft ADS Siemens DirX SAP System SAP Web Application Server 6.20 or higher For details please see the Product Availability Matrix at SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 40

41 Portal Database Portal Server User Persistence Store LDAP Directory Database SAP System Portal Database Store portalspecific data UM Instance PCD Instance Basic user data Basic group data User group assignment User/group role assignment User mapping (for SSO purposes) User Roles (Metadata) Content role assignment User s personalization data SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 41

42 Replication Manager Replication of user data to external systems Provisioning for external systems that cannot use supported user repositories Notification when users are created or modified Data exchange via XML documents One-way replication of user data (Portal External System) User Management Core Layer Replication Manager External System SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 42

43 Replication Supported External Systems External System SAP Basis 4.6D, SAP Web Application Server 6.10 or higher Business Add-Ins (BAdis) supported Example: Replication Manager Portal User Provisioning to SAP Systems BW SRM CRM SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 43

44 User Administration Administration GUI completely based on iviews User Administration Functions: Create users Copy users Modify users Search for users Create groups Assign users to group(s) Assign users and groups to role(s) Set or auto-create password Set date & time for user account activation Lock/unlock users View user account history Approve/deny self-registered users Adapt attributes contained in self-registration notifications for specified events SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 44

45 Password Management Administration Functions Configure password policies Set initial password for user Let system auto-create password for user Reset password Customizable Forgot Password process Password Policies Min/max. length Numeric characters allowed/mandatory Password different from UID Mixed case required Special characters required Password expiry time period (days) Password must be changed at next logon Number of failed logon attempts before account is locked SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 45

46 User Self-Service User can change his or her profile User profile Portal language User password User mapping information (SSO) User can set a new password During logon (for initial passwords, when expired) By changing user profile User can request new password (sent to user by ) User self-registration User fills out a simple registration form User immediately becomes a guest user User waits for approval by administrator to become a company user SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 46

47 Delegated User Administration Company Concept Delegated user administration based on company concept A company is a set of users User administration can be done per company, by a company administrator for all the users within that company Role assignment If the company concept is enabled, the list of users for role assignment is limited Company administrator can only assign users belonging to his company User self-registration & approval workflow The company concept allows for user self-registration with an approval workflow When registering users can specify which company they belong to Approval or rejection is done by the company administrator SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 47

48 Security Logging & Auditing Logging of all security relevant information User login (successful/failed) IP address of user logged in User logoff User created/modified User approval/denial User locked/unlocked Role assignment changed Logging information is stored in a log file SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 48

49 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 49

50 Secure Communication Features Secure, encrypted communication between client, Portal Server, persistence layer, and backend systems Support of industry-standard security protocols Secure Sockets Layer (SSL) Secure Network Communications (SNC) Features Confidentiality Authenticity Integrity SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 50

51 Secure Communication Overview DMZ Intranet User Persistence Store Web Browser HTTP SSL Security Proxy (Web Server, Reverse Proxy) HTTP SSL SAP J2EE Engine Dispatcher P4 Portal Server JDBC SSL* LDAP SSL Database LDAP Directory RFC HTTP SSL RFC SNC SNC SAP System * Depending on JDBC provider Web Appl. (SAP, non-sap) Backend Systems SAP System SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 51

52 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 52

53 Secure Network Architecture Overview Network architecture needs to protect your business needs without allowing unauthorized access Highly sensitive systems and components need to be protected (Portal Server, Persistence Layer, Backend Applications) Locate them in a separate area that is sealed off from network attacks from outside and inside Application servers, database servers, and directory servers should only be accessible via a demilitarized zone (DMZ) that is protected by firewalls SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 53

54 Secure Network Architecture Enterprise Portal 6.0 Front End DMZ DMZ-2 Intranet / Backend Application Servers Retrieval & Classification (TREX) Client External Firewall Internal Firewall Firewall Security Proxy (Web Server, Reverse Proxy, etc.) Portal Servers (incl. Content Management) Persistence Layer Database Servers Corporate Directory Server SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 54

55 Topics Overview New Features EP 6.0 Authentication Single Sign-On (SSO) Authorization User Management Secure Communication Secure Network Architecture SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 55

56 Enterprise Portal 6.0 A Portal For More Security Authentication using various methods User ID/password, digital certificates, third-party authentication Single Sign-On (SSO) Secure, digitally signed SAP logon tickets Account aggregation via user ID/password mapping Authorization ACL-based authorization for portal content Secure communication Between client, portal, and enterprise application servers (SSL, SNC) User Management Support for LDAP directory servers, databases or SAP systems as user persistence store User self-registration (incl. approval process) Delegated administration SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 56

57 Questions? Q&A SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 57

58 Copyright 2003 SAP AG. All Rights Reserved No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, WINDOWS, NT, EXCEL, Word, PowerPoint and SQL Server are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iseries, pseries, xseries, zseries, z/os, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix and Informix Dynamic Server TM are trademarks of IBM Corporation in USA and/or other countries. ORACLE is a registered trademark of ORACLE Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, the Citrix logo, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, MultiWin and other Citrix product names referenced herein are trademarks of Citrix Systems, Inc. HTML, DHTML, XML, XHTML are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. JAVA is a registered trademark of Sun Microsystems, Inc. JAVASCRIPT is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MarketSet and Enterprise Buyer are jointly owned trademarks of SAP AG and Commerce One. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves information purposes only. National product specifications may vary. SAP AG 2002, SAP Enterprise Portal 6.0: User Management & Security / 58

Eliminating Authentication Pop- Ups in SAP Landscapes

Eliminating Authentication Pop- Ups in SAP Landscapes Eliminating Authentication Pop- Ups in Landscapes Cristina Buchholz, Patrick Hildenbrand Product Security, Learning Objectives As a result of this workshop, you will be able to: Understand Authentication

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

3 rd party Service Desk interface

3 rd party Service Desk interface SAP Solution Manager 3 rd party Service Desk interface Product Management SAP Solution Manager SAP AG Disclaimer This presentation is a preliminary version and not subject to your license agreement or

More information

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006

Sales Rush Sales Order Processing S01- Lean Baseline Package. SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 SAP Lean Baseline Package Version: V1.500 Country: UK Language: EN Date: February 2006 Sales Rush Sales Order Processing S01- Lean Baseline Package SAP AG Neurottstr. 16 69190 Walldorf Germany 1.1.1 Copyright

More information

SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration. Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team

SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration. Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team SAP NetWeaver MDM 5.5 SP3 SAP Portal iviews Installation & Configuration Ron Hendrickx SAP NetWeaver RIG Americas Foundation Team Prerequisites Required: Basic MDM knowledge Basic EP6 content management

More information

Configuring Distribution List in Compliant User Provisioning

Configuring Distribution List in Compliant User Provisioning Configuring Distribution List in Compliant User Provisioning Applies To: GRC Access Control Suite for 5.3 Summary: Configuration of Distribution List in Compliant User Provisioning will allow a group of

More information

CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE

CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE SAP BEST PRACTICES AND SERVICE SOLUTION MANAGEMENT CREATING A PURCHASE ORDER STORE RECORD WEB SERVICE Exercise / Solution ITAI SADAN, SOLUTION OFFICE, SAP AMERICA SAP BEST PRACTICES AND SERVICE SOLUTION

More information

Performance Best Practices Guide for SAP NetWeaver Portal 7.3

Performance Best Practices Guide for SAP NetWeaver Portal 7.3 SAP NetWeaver Best Practices Guide Performance Best Practices Guide for SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Document Version 1.0 June 2012 Copyright 2012 SAP AG. All rights

More information

E-Recruiting Job Board Integration using XI

E-Recruiting Job Board Integration using XI E-Recruiting Job Board Integration using XI SAP AG 2005 SAP AG 1 Overview of Integration Scenario E-Recruiting System Configuration Delivered XI Components Basic XI-side Configuration Message Monitoring

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager

Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Download and Install Crystal Reports for Eclipse via the Eclipse Software Update Manager Applies to: Crystal Reports for Eclipse version 2 Summary This document provides a step-by-step guide on how to

More information

Implementing Outlook Integration for SAP Business One

Implementing Outlook Integration for SAP Business One Welcome to your RKT Live Expert Session Implementing Outlook Integration for SAP Business One Valerie Arguin Solution Manager Please note that we are recording this session! Your Presenter Please insert

More information

How To Configure MDM to Work with Oracle ASM-Based Products

How To Configure MDM to Work with Oracle ASM-Based Products SAP NetWeaver How-To Guide How To Configure MDM to Work with Oracle ASM-Based Products Applicable Releases: MDM 7.1 SP10 and later Version 1.0 June 2013 Copyright 2013 SAP AG. All rights reserved. No part

More information

Global Transport Label - General Motors -

Global Transport Label - General Motors - SAP Customer Success Story Automotive Consulting Solutions Print form for the Sales and Distribution process Global Transport Label - General Motors - Agenda GETRAG Corporate Group Description of the Function

More information

Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal. SAP NetWeaver Product Management

Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal. SAP NetWeaver Product Management Integrate Third Party Collaboration Tools in the SAP NetWeaver Portal SAP NetWeaver Product Management Overview Native Third-Party Services Code Samples Summary Integration of Third-Party Collaboration

More information

Ronald Bueck SBO Product Definition

Ronald Bueck SBO Product Definition SAP Business One Welcomes you to the Weekly Partner Webinar Series Overview Microsoft Outlook Integration Add-on Ronald Bueck SBO Product Definition Please note that we are recording this session! Your

More information

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide

How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide SAP How-to Guide Mobile Device Management SAP Afaria How to Configure Access Control for Exchange using PowerShell Cmdlets A Step-by-Step guide Applicable Releases: SAP Afaria 7 SP3 HotFix 06, SAP Afaria

More information

SEM and Budget Preparation. David Reifschneider Sr. Consultant, SAP SI America

SEM and Budget Preparation. David Reifschneider Sr. Consultant, SAP SI America SEM and Budget Preparation David Reifschneider Sr. Consultant, SAP SI America Agenda: SAP s Higher Education Budgeting Solution 1 Introduction: Budget Requirements 2 BW Structure and Content 3 SEM-BPS

More information

How to Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case

How to Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case How to Set Up an Authorization for a Business Partner in Customer Relationship Management (CRM) Internet Sales: Sample Case Applies to: SAP CRM 4.0 Internet Sales and beyond Summary You want to set up

More information

Backup & Restore with SAP BPC (MS SQL 2005)

Backup & Restore with SAP BPC (MS SQL 2005) How-to Guide SAP CPM How To Backup & Restore with SAP BPC (MS SQL 2005) Version 1.0 September 2007 Applicable Releases: SAP BPC 5.1 Copyright 2007 SAP AG. All rights reserved. No part of this publication

More information

Service Level Reporting for Business Process Monitoring

Service Level Reporting for Business Process Monitoring Service Level Reporting in SAP Solution Manager Service Level Reporting for Business Process Monitoring with SAP Solution Manager 7.1 May 2013 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T +49/18

More information

mysap PLM Lifecycle Collaboration: Transparente Produktentwicklung mit der cproject Suite Andreas Vetter Product Manager, SAP AG

mysap PLM Lifecycle Collaboration: Transparente Produktentwicklung mit der cproject Suite Andreas Vetter Product Manager, SAP AG mysap PLM Lifecycle Collaboration: Transparente Produktentwicklung mit der cproject Suite Andreas Vetter Product Manager, SAP AG Product Lifecycle Management (PLM), Edition 2003 PLM Solution Map, Edition

More information

Integration of SAP central user administration with Microsoft Active Directory

Integration of SAP central user administration with Microsoft Active Directory Collaboration Technology Support Center Microsoft - Collaboration Brief June 2005 Integration of SAP central user administration with Microsoft Active Directory Chris Kohlsdorf, Senior System Architect

More information

Extract Archived Data from SAP ERP

Extract Archived Data from SAP ERP How-to Guide SAP NetWeaver 7.0 How To Extract Archived Data from SAP ERP Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 7.0 (BI capability) Copyright 2008 SAP AG. All rights reserved. No part

More information

FSC130 SAP Bank Communication Management

FSC130 SAP Bank Communication Management SAP Bank Communication Management SAP ERP - Financials Course Version: 97 Course Duration: 2 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright 2014 SAP AG. All rights reserved. No part

More information

BC407 Reporting: QuickViewer, InfoSet Query and SAP Query

BC407 Reporting: QuickViewer, InfoSet Query and SAP Query Reporting: QuickViewer, InfoSet Query and SAP Query SAP NetWeaver Course Version: 93 Course Duration: 2 Day(s) Publication Date: 12-04-2012 Publication Time: 1050 Copyright Copyright SAP AG. All rights

More information

Budget Control by Cost Center

Budget Control by Cost Center SAP Business One Budget Control by Cost Center Ecosystem & Channels Readiness July 2011 Allows a precise follow up of costs booked using the cost accounting dimensions functionality as introduced in SAP

More information

Matthias Steiner SAP. SAP HANA Cloud Platform A guided tour

Matthias Steiner SAP. SAP HANA Cloud Platform A guided tour Matthias Steiner SAP SAP HANA Cloud Platform A guided tour SAP HANA Cloud Platform A guided tour Matthias Steiner April, 2011 Overview Platform Capabilities Portal Mobile Collaboration Integration Analytics

More information

Methodology to Implement SAP Process Integration

Methodology to Implement SAP Process Integration Methodology to Implement SAP Process Integration Applies to: SAP NetWeaver, SAP Exchange Infrastructure, SAP Process Integration Summary When starting a SAP PI project from scratch, it is very important

More information

SAP xapp Resource and Portfolio Management (SAP xrpm)

SAP xapp Resource and Portfolio Management (SAP xrpm) SAP xapp Resource and Management (SAP xrpm) Version 2.0 Kai Nylen Solution Adviser, SAP Finland Outline Challenges Facing Organizations SAP xrpm Product Overview SAP xrpm Architecture SAP xrpm Customer

More information

Monitoring and Management of Landscapes with SAP NetWeaver Administrator. Dieter Krieger, SAP AG

Monitoring and Management of Landscapes with SAP NetWeaver Administrator. Dieter Krieger, SAP AG Monitoring and Management of Landscapes with SAP NetWeaver Administrator Dieter Krieger, SAP AG Overview of SAP NetWeaver Administrator Setting up SAP NetWeaver Administrator Using SAP NetWeaver Administrator

More information

USDL XG WP3 SAP use case. Kay Kadner

USDL XG WP3 SAP use case. Kay Kadner XG WP3 SAP use case Kay Kadner Customer Marketplace Company B Runtime Company D Innovation & Community Community Company A Repository Company C Repository Provider Provider 2 Integrated Demonstrator -

More information

BC450 ABAP Performance: Analysis and Optimization

BC450 ABAP Performance: Analysis and Optimization ABAP Performance: Analysis and Optimization SAP NetWeaver Application Server - ABAP Course Version: 93 Course Duration: 5 Day(s) Publication Date: 18-10-2012 Publication Time: 1025 Copyright Copyright

More information

prioritize XI messages on integration server

prioritize XI messages on integration server How-to Guide SAP NetWeaver 2004s How To prioritize XI messages on integration server Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 2004s Process Integration Enabling Application-to-Application

More information

How to Create Web Dynpro-Based iviews. Based on SAP NetWeaver 04 Stack 09. Jochen Guertler

How to Create Web Dynpro-Based iviews. Based on SAP NetWeaver 04 Stack 09. Jochen Guertler How to Create Web Dynpro-Based iviews Based on SAP NetWeaver 04 Stack 09 Jochen Guertler Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Analyzing Sales Data for Choosing Forecast Strategies

Analyzing Sales Data for Choosing Forecast Strategies Analyzing Sales Data for Choosing Forecast Strategies Applies to The article applies to the Demand Planner in SAP APO. Works for version 4.7 and upwards. Summary Choosing the right forecasting strategy

More information

NWBC10 NetWeaver Business Client

NWBC10 NetWeaver Business Client NetWeaver Business Client SAP NetWeaver Course Version: 96 Course Duration: 1 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication

More information

OData in a Nutshell. August 2011 INTERNAL

OData in a Nutshell. August 2011 INTERNAL OData in a Nutshell August 2011 INTERNAL Objectives At the end of this module, you will be able to: Understand the OData Standard and how it works. Understand how OData uses the Atom Protocol. Understand

More information

User Experience in Custom Apps

User Experience in Custom Apps User Experience in Custom Apps p o w e r e d b y t h e S A P M o b i l e P l a t f o r m S e a n L o n g U X A r c h i t e c t M a n u e l S a e z - D i r e c t o r M o b i l e I n n o v a t i o n C e

More information

SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator)

SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator) SAP GRC Access Control: Background jobs for risk analysis and remediation (formerly Virsa Compliance Calibrator) Applies to: SAP GRC Access Control, version 5.2 Summary This document discusses the background

More information

DATA ARCHIVING IN SAP R/3 ENTERPRISE. Georg Fischer PM Data Archiving SAP AG

DATA ARCHIVING IN SAP R/3 ENTERPRISE. Georg Fischer PM Data Archiving SAP AG DATA ARCHIVING IN SAP R/3 ENTERPRISE Georg Fischer PM Data Archiving SAP AG Agenda Introduction Data Archiving Basics Access to Archived Data Data Archiving Projects Information and Contacts SAP AG 2003,

More information

Collaboration Technology Support Center - Microsoft - Collaboration Brief

Collaboration Technology Support Center - Microsoft - Collaboration Brief Collaboration Technology Support Center - Microsoft - Collaboration Brief February 2007 Single Sign-On to a Microsoft Exchange Cluster Summary Users of the SAP NetWeaver Portal can take advantage of Single

More information

Integration of Outlook Web Access (OWA) into SAP Enterprise Portal

Integration of Outlook Web Access (OWA) into SAP Enterprise Portal Collaboration Technology Support Center - Microsoft - Collaboration Brief October 2004 Integration of Outlook Web Access (OWA) into SAP Enterprise Portal André Fischer, Project Manager CTSC, SAP AG Michael

More information

SAP Sales and Operations Planning Software Product (xsop)

SAP Sales and Operations Planning Software Product (xsop) SAP Sales and Operations Planning Software Product (xsop) Ray Adams IBU Chemicals March 20 th, 2007 S&OP Overview Functions in xsop Demonstration Wrap-up Why is Sales & Operations Planning needed? Constrained

More information

How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0

How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0 How to configure BusinessObjects Enterprise with Citrix Presentation Server 4.0 Applies to: BusinessObjects Enterprise XI 3.0 Summary The objective of this document is to provide steps to install and configure

More information

Posting Messages into XI

Posting Messages into XI Posting Messages into XI Applies to: SAP NetWeaver Exchange Infrastructure Summary This article demonstrates how easy it is to post XML/SOAP messages into SAP NetWeaver Exchange Infrastructure (XI) using

More information

SAP Central Process Scheduling (CPS) 8.0 by Redwood

SAP Central Process Scheduling (CPS) 8.0 by Redwood SAP Central Process Scheduling (CPS) 8.0 by Redwood What s new in SAP CPS 8.0? November 2010 Agenda 1. SAP Central Process Scheduling by Redwood Architecture Overview 2. Enhanced User Interface 3. New

More information

mysap Enterprise Portal -SAP EP 6.0 Technology-

mysap Enterprise Portal -SAP EP 6.0 Technology- mysap Enterprise Portal -SAP EP 6.0 Technology- Version: March 20, 2003 Please download the presentation to get access to the notes! Content Overview and Positioning Supported Standards Technical Infrastructure

More information

SCUR203 Why Do We Need Security Standards?

SCUR203 Why Do We Need Security Standards? SCUR203 Why Do We Need Security Standards? Cristina Buchholz Product Security, SAP Learning Objectives As a result of this workshop, you will be able to: Recognize the need for standardization Understand

More information

Session ID: B410 A Secure Future Today with SAP NetWeaver

Session ID: B410 A Secure Future Today with SAP NetWeaver Session ID: B410 A Secure Future Today with SAP NetWeaver Sarah Maidstone, SAP AG The Trouble with Security How Can SAP NetWeaver Help? From Here to ESA: Securely Summary The Trouble with Security How

More information

Single Sign-On between SAP Portal and SuccessFactors

Single Sign-On between SAP Portal and SuccessFactors Single Sign-On between SAP Portal and SuccessFactors Dimitar Mihaylov 7/1/2012 Contents 1. Overview... 3 2. Trust between SAP Portal 7.3 and SuccessFactors... 5 2.1. Initial configuration in SAP Portal

More information

Utilities for downloading and uploading OO ABAP classes in XML format

Utilities for downloading and uploading OO ABAP classes in XML format SDN Contribution Utilities for downloading and uploading OO ABAP classes in XML format Applies to: SAP WebAS 6.20 and above. Summary This article will present two utility reports for downloading and uploading

More information

mysap Business Solutions on Linux

mysap Business Solutions on Linux mysap Business Solutions on Linux Manfred Stein Product Manager SAP LinuxLab & Unix Platforms Presentation Overview SAP AG today Availability history of SAP solutions on Linux Get mysap on Linux running

More information

How To Balance In Sap Bw

How To Balance In Sap Bw How-to Guide SAP NetWeaver 04 How To Load Balancing For Data Load Processing and Warehouse Management In BW Version 1.10 January 2005 Applicable Releases: SAP NetWeaver 04 For source system requirements

More information

mysap ERP Talent Management Dr. Christian Acosta-Flamma

mysap ERP Talent Management Dr. Christian Acosta-Flamma mysap ERP Talent Management Dr. Christian Acosta-Flamma The Talent Management Imperative SAP Talent Management Strategy Why SAP for Talent Management Today s Business Environment Today s business challenges

More information

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios

SAP Business ByDesign Reference Systems. Scenario Outline. SAP ERP Integration Scenarios SAP Business ByDesign Reference Systems Scenario Outline SAP ERP Integration Scenarios Content Scenario Overview Business Scenarios in a Reference System Introduction Typical Usage Process Illustration

More information

Roster Configuration (Payroll) in SAP ECC 6.0 Tips & Tricks

Roster Configuration (Payroll) in SAP ECC 6.0 Tips & Tricks Roster Configuration (Payroll) in SAP ECC 6.0 Tips & Tricks Applies to: SAP ECC 6.0 onwards. Summary Roster is an application which shows persons of reserved category against specific roster points. Roster

More information

How to Configure and Trouble Shoot Email Notification for Process Control 2.5

How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How to Configure and Trouble Shoot Email Notification for Process Control 2.5 SAP GRC Regional Implementation Group Applicable Releases:

More information

Integration of SAP Netweaver User Management with LDAP

Integration of SAP Netweaver User Management with LDAP Integration of SAP Netweaver User Management with LDAP Applies to: SAP Netweaver 7.0/7.1 Microsoft Active Directory 2003 Summary The document describes the detailed steps of configuring the integration

More information

BIT601 SAP Workflow Definition and Use of Customer-Specific Workflows

BIT601 SAP Workflow Definition and Use of Customer-Specific Workflows SAP Workflow Definition and Use of Customer-Specific Workflows SAP NetWeaver Course Version: 94 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP SE. All rights

More information

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems Agenda 1. R/3 - Setup 1.1. Transaction code STRUST 1.2. Transaction code SM59 2. J2EE - Setup 2.1. Key Storage 2.2. Security Provider 2.3.

More information

Learning Management Systems. SAP Learning Solution overview. Integration. Demonstration. 5 Wrap-up. SAP AG 2002, Title of Presentation, Speaker Name 2

Learning Management Systems. SAP Learning Solution overview. Integration. Demonstration. 5 Wrap-up. SAP AG 2002, Title of Presentation, Speaker Name 2 1 2 3 4 Learning Management Systems SAP Learning Solution overview Integration Demonstration 5 Wrap-up SAP AG 2002, Title of Presentation, Speaker Name 2 Learning Management System s (LMS) enable an organization

More information

SAP NetWeaver 04 Security Guide. Security Guide for SAP Mobile Infrastructure

SAP NetWeaver 04 Security Guide. Security Guide for SAP Mobile Infrastructure SAP NetWeaver 04 Security Guide Security Guide for SAP Mobile Infrastructure Document Version 1.00 April 29, 2004 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20

More information

PE Training and Event Management. SAP ERP Central Component

PE Training and Event Management. SAP ERP Central Component PE Training and Event Management SAP ERP Central Component Release 5.0 Release Notes Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Enabling Full-Text Search for Business Objects in mysap ERP

Enabling Full-Text Search for Business Objects in mysap ERP SDN Contribution Enabling Full-Text Search for Business Objects in mysap ERP Applies to: SAP NetWeaver 2004s, mysap ERP 2005 Summary The SAP NetWeaver Search Engine Service (SES) for business objects is

More information

Compliant, Business-Driven Identity Management using. SAP NetWeaver Identity Management and SBOP Access Control. February 2010

Compliant, Business-Driven Identity Management using. SAP NetWeaver Identity Management and SBOP Access Control. February 2010 Compliant, Business-Driven Identity Management using SAP NetWeaver Identity Management and SBOP Access Control February 2010 Disclaimer This presentation outlines our general product direction and should

More information

BW370 BI Integrated Planning

BW370 BI Integrated Planning BI Integrated Planning SAP NetWeaver Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication may

More information

Intelligent Business Operations Chapter 1: Overview & Strategy

Intelligent Business Operations Chapter 1: Overview & Strategy Intelligent Business Operations Chapter 1: Overview & Strategy Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Security Audit Log (BC-SEC)

Security Audit Log (BC-SEC) HELP.BCSECAUDLOG Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

BIT300 Application Link Enabling (ALE) Technology

BIT300 Application Link Enabling (ALE) Technology Application Link Enabling (ALE) Technology SAP NetWeaver Course Version: 95 Course Duration: 3 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of

More information

Ariba Network Integration to SAP ECC

Ariba Network Integration to SAP ECC Ariba Network Integration to SAP ECC Mark Willner Principal Technical Solutions Consultant Ariba an SAP Company» October 2014 ERP Materials Management Core Integration Scenario Ariba Collaborative Commerce,

More information

Authentication and Single Sign-On. Patrick Hildenbrand NW PM Security, SAP AG

Authentication and Single Sign-On. Patrick Hildenbrand NW PM Security, SAP AG Authentication and Single Sign-On Patrick Hildenbrand NW PM Security, SAP AG Agenda Authentication and Identities Authentication with SAP in a Web Based Scenario At the SAP GUI for Windows Summary SAP

More information

SAP Master Data Governance- Hiding fields in the change request User Interface

SAP Master Data Governance- Hiding fields in the change request User Interface SAP Master Data Governance- Hiding fields in the change request User Interface Applies to: ERP 6 Ehp 5 SAP Master Data Governance. For more information, visit the Master Data Management homepage. Summary

More information

Accounts Receivable. SAP Best Practices

Accounts Receivable. SAP Best Practices Accounts Receivable SAP Best Practices Purpose, Benefits, and Key Steps Purpose This scenario deals with posting accounting data for customers in Accounts Receivable. Benefits The Accounts Receivable is

More information

SAP Service Tools for Performance Analysis

SAP Service Tools for Performance Analysis SAP Service Tools for Performance Analysis Kerstin Knebusch Active Global Support Month 05, 2013 Public Performance Analysis Wait event based Focus on statements causing high load and / or high wait time

More information

How to Schedule Report Execution and Mailing

How to Schedule Report Execution and Mailing How To Guide SAP Business One Document Version: 1.0 2012-09-02 Applicable Releases: SAP Business One 8.81 PL10 and higher, SAP Business One 8.82 Typographic Conventions Type Style Example Description Words

More information

CHANNEL PARTNER (VAR) Technical Support Network. SAP Global Service & Support March 2011

CHANNEL PARTNER (VAR) Technical Support Network. SAP Global Service & Support March 2011 CHANNEL PARTNER (VAR) Technical Support Network SAP Global Service & Support March 2011 Agenda Advantage of Network Connections Process Overview Basic Connection Incident Management Remote Access EarlyWatch

More information

BC481 SAP Interactive Forms by Adobe

BC481 SAP Interactive Forms by Adobe SAP Interactive Forms by Adobe SAP NetWeaver Application Server - ABAP Course Version: 93 Course Duration: 2 Day(s) Publication Date: 27-02-2013 Publication Time: 0959 Copyright Copyright SAP AG. All rights

More information

Alert Notification in SAP Supply Network Collaboration. SNC Extension Guide

Alert Notification in SAP Supply Network Collaboration. SNC Extension Guide Alert Notification in SAP Supply Network Collaboration SNC Extension Guide Version: 1.2 Date 08.02.2010 1 The SNC Extension Guide is a collection of tips and tricks on how to extend SAP Supply Network

More information

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

TM111. ERP Integration for Order Management (Shipper Specific) COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) TM111 ERP Integration for Order Management (Shipper Specific). COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this

More information

AC 10.0 Centralized Emergency Access

AC 10.0 Centralized Emergency Access AC 10.0 Centralized Emergency Access Customer Solution Adoption June 2011 Version 2.0 Purpose of this document This document is a detailed guide on the emergency access capability of Access Control 10.0.

More information

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Patrice Le Bihan, SAP Intelligence Platform & NetWeaver RIG, Americas Dr. Gerd Schöffl, SAP Intelligence Platform & NetWeaver RIG, EMEA

More information

HR Data Retrieval in a LDAP- Enabled Directory Service

HR Data Retrieval in a LDAP- Enabled Directory Service HR Data Retrieval in a LDAP- Enabled Directory Service HELP.PORTMANAGER Release 50A Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

SOP through Long Term Planning Transfer to LIS/PIS/Capacity. SAP Best Practices

SOP through Long Term Planning Transfer to LIS/PIS/Capacity. SAP Best Practices SOP through Long Term Planning Transfer to LIS/PIS/Capacity SAP Best Practices Purpose, Benefits, and Key Steps Purpose Check if the budgeted sales quantities can be produced, assess material requirements

More information

Integrating Easy Document Management System in SAP DMS

Integrating Easy Document Management System in SAP DMS Integrating Easy Document Management System in SAP DMS Applies to: SAP Easy Document Management System Version 6.0 SP12. For more information, visit the Product Lifecycle Management homepage. Summary This

More information

SAP SYSTEM MEASUREMENT GUIDE

SAP SYSTEM MEASUREMENT GUIDE Global License Auditing Services SAP SYSTEM MEASUREMENT GUIDE MEASUREMENT PROGRAM AND LICENSE ADMINISTRATION WORKBENCH Version 7.0 Updated Edition, August 2015 Copyright 2015 SAP SE. All rights reserved.

More information

Unified Service Description Language Enabling the Internet of Services

Unified Service Description Language Enabling the Internet of Services Unified Service Description Language Enabling the Internet of Services Dr. Kay Kadner, SAP AG, SAP Research, Chair USDL XG kay.kadner@sap.com, 2011-05-16 Growth due to increasing service orientation Source:

More information

SAP Web 6.40. SAP Logging & Tracing API. Jeff Gebo SAP Labs, LLC.

SAP Web 6.40. SAP Logging & Tracing API. Jeff Gebo SAP Labs, LLC. SAP Web Application Server 6.40 SAP Logging & Tracing API Jeff Gebo SAP Labs, LLC. Agenda Logging and Tracing Overview Configuring your J2EE development system for logging and tracing. Log Configurator,

More information

Enterprise Software - Applications, Technologies and Programming

Enterprise Software - Applications, Technologies and Programming Enterprise Software - Applications, Technologies and Programming Dr. Uwe Kubach, Dr. Gregor Hackenbroich, Dr. Ralf Ackermann SAP Research 2010 SAP AG. All rights reserved. / Page 1 Abstract This lecture

More information

SAP Enterprise Portal 6.0 KM Platform Delta Features

SAP Enterprise Portal 6.0 KM Platform Delta Features SAP Enterprise Portal 6.0 KM Platform Delta Features Please see also the KM Platform feature list in http://service.sap.com/ep Product Management Operations Status: January 20th, 2004 Note: This presentation

More information

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI

Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Maintaining Different Addresses and Email Ids for a Business Partner via CRM Web UI Applies to: CRM 7.0 SP09. For more information, visit the Customer Relationship Management homepage. Summary This article

More information

Debugging Portal Applications

Debugging Portal Applications Debugging Portal Applications Applies to: SAP NetWeaver Portal, and developers of portal applications Summary NetWeaver Developer Studio and the AS Java provide tools for helping you debug your applications.

More information

RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One

RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One RUN BETTER Become a Best-Run Business with Remote Support Platform for SAP Business One September 2013 Customer External Become a Best-Run Business with Remote Support Platform for SAP Business One Run

More information

BC401 ABAP Objects. Course Outline. SAP NetWeaver. Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time:

BC401 ABAP Objects. Course Outline. SAP NetWeaver. Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: ABAP Objects SAP NetWeaver Course Version: 99 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication may be reproduced

More information

DBA Cockpit for Oracle

DBA Cockpit for Oracle DBA Cockpit for Oracle Ralf Hackmann, Matthias Lienert Database Platforms Group SAP AG Contents Introduction Pages 3-8 Selected New Performance Monitors Pages 9-17 Space Monitoring Pages 18-20 New DBA

More information

Workflow extended notifications

Workflow extended notifications Workflow extended notifications Motivation Automatic Notifications Motivation The longest duration in a process is the wait time Purchaser Prod. Planner Wait time Accountant Wait time Wait time can be

More information

Problems with your Data Model in SAP NetWeaver MDM Do s and Don ts

Problems with your Data Model in SAP NetWeaver MDM Do s and Don ts How-to Guide SAP NetWeaver 7.0 (2004s) How to Avoid Problems with your Data Model in SAP NetWeaver MDM Do s and Don ts Version 1.00 May 2007 Applicable Releases: SAP NetWeaver 2004 SAP NetWeaver 7.0 (2004s)

More information

How to Create a Support Message in SAP Service Marketplace

How to Create a Support Message in SAP Service Marketplace How to Create a Support Message in SAP Service Marketplace Summary This document explains how to create a message (incident) on the SAP Service Marketplace. It is assumed that the customer has never logged

More information