SAP HANA SPS 09 - What s New? Security

Size: px
Start display at page:

Download "SAP HANA SPS 09 - What s New? Security"

Transcription

1 SAP HANA SPS 09 - What s New? Security (Delta from SPS 08 to SPS 09) Andrea Kristen, SAP HANA Product Management November, SAP AG or an SAP affiliate company. All rights reserved. 1

2 Agenda Authentication User/role management Authorization Encryption Audit logging Antivirus software support Support for multitenant database containers 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 2

3 Authentication

4 Changed emergency reset mechanism for the of SYSTEM user password The new mechanism for resetting the SYSTEM user password uses the index server in emergency mode This password reset mechanism should only be used if the SYSTEM user password was lost. Emergency reset of the SYSTEM user password Prerequisite: Credentials of the operating system administrator <sid>adm, access to the master index server 1. As <sid>adm, log on to the server on which the master index server is running 2. On the command line, shut down the SAP HANA system, then start the name, compile and index servers 3. Use the following command to reset the password /usr/sap/<sid>/hdb<instance>/exe/hdbindexserver resetusersystem Afterwards, the index server is automatically stopped 4. End the name and compile server processes 5. On the command line, start the SAP HANA system Note: In a system with multitenant database containers, you can reset the passwords of the SYSTEM users in the same way by starting the name server (for the system database) or index server (for tenant databases) in emergency mode 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 4

5 System view showing authentication method for connected users The system view M_CONNECTIONS now contains additional information about the authentication method Per default, users can only query information about themselves Viewing information for all connected users Prerequisite: system privilege CATALOG READ 1. In SAP HANA Studio, open the SQL editor 2. Enter the following SQL statement: SELECT USER_NAME, AUTHENTICATION_METHOD FROM M_CONNECTIONS 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 5

6 User/role management

7 Repository role editor (I) A graphical editor for repository roles is now available as part of the SAP HANA Web-based Development Workbench (Web IDE) In earlier versions, only a text editor in SAP HANA studio was available. There are two types of roles in SAP HANA: catalog roles and repository roles. For most use cases it is recommended to use repository roles. Compared to catalog roles, they offer several advantages, e.g. Versioning Integration with standard transport mechanisms Decoupling of role creation from role granting/revoking Support for standard DEV QA PROD landscapes Separation of duties Role lifecycle 1. A developer/role designer creates the role in the repository of the development system and tests it 2. The role is transported to the production system, e.g. using HALM or CTS+ 3. In the production system, a user administrator grants the role to end users 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 7

8 Repository role editor (II) Design time Developers/ role designers Runtime User administrators Studio Web IDE New Studio Repository package1 subpackage1.hdbroles Export/import: Delivery Unit (DU) Repository Activation package1 via subpackage1 _SYS_REPO.hdbroles role Database Grant/revoke DEV Transport: HANA Application Lifecycle Manager, CTS+,... PROD 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 8

9 Repository role editor (III) Creating a new repository role Prerequisites o sap.hana.xs.ide.roles::editordeveloper role o Package privileges on the required packages 1. Open the Editor of the Web IDE in your web browser: 2. In the Content tree, right-click on the folder where you want to create the new role and choose New Role 3. Enter a role name and choose Create 4. Select the roles and privileges that you want to include in the new role 5. Save the role using (Save) Note: The role will be saved and activated in one step. If you want to only save the role, choose (Settings) and select Enable inactive save. An additional icon will be displayed in the toolbar: (Save without Activating) 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 9

10 Web-based administration and development tools Web-based administration and development tools As part of the general SAP UI strategy, administration and development functions are being made available in web-based tools such as SAP HANA Cockpit and SAP HANA Web-based Development Workbench (Web IDE). One of the prerequisites for using these functions is a web browser with SAPUI5 support. Information on web browsers with SAPUI5 support SAP Note SAPUI5 Browser Support PAM for SAPUI5: SAP SE or an SAP affiliate company. All rights reserved. Public 10

11 Accessing the web-based user and catalog role editors in Web IDE The SAP HANA Web IDE contains a user editor and a catalog role editor for scenarios where only web-based tools are available Access from Web IDE Prerequisites: o USER ADMIN or ROLE ADMIN system privilege o sap.hana.xs.ide.roles::securityadmin role 1. Log on to Web IDE ( 2. Click on the Security tile Access from SAP HANA Cockpit Prerequisites (in addition to above): o sap.hana.admin.roles::monitoring 1. Log on to SAP HANA Cockpit ( 2. Click on the Manage Roles and Users tile 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 11

12 Maintaining user parameters in SAP HANA Studio You can now maintain user parameters in SAP HANA Studio Users can change their own parameters. Maintaining user parameters for other users Prerequisites: USER ADMIN system privilege 1. In the Systems view, double-click the user under Security Users and open the User Parameters tab 2. Choose the user parameter and enter a value 3. Save by choosing the (Deploy) button User parameter ADDRESS LOCALE PRIORITY Description address Locale The priority with which the thread scheduler handles statements executed by the user MEMORY STATEMENT LIMIT The maximum memory (in GB) that can be used by a statement executed by the user (if feature enabled globally) TIME ZONE Time zone 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 12

13 New alert: Support role granted to users Alert notifies administrators when a user is granted the SAP_HANA_INTERNAL_SUPPORT role The support role contains privileges that allow access to certain low-level internal system views needed by SAP HANA development support in support situations, which otherwise would only be accessible to the SYSTEM user. All access is read only, and the role does not allow access to any customer data. The low-level internal system views are not part of the stable end-user interface and might change from revision to revision. To avoid users accidentally accessing these internal system views in applications or scripts, this role is subject to usage restrictions. Configuring the alert thresholds Prerequisite: system privilege INIFILE ADMIN 1. In the Administration editor in SAP HANA Studio, open the Alerts tab and choose the (Configure...) button. 2. Open the Configure Check Thresholds tab and choose check Specify the threshold values. Default: 1 user, alert priority low Switching off the alert See SAP Note SAP SE or an SAP affiliate company. All rights reserved. Public 13

14 New built-in procedures to check compliance with password policy Application developers can use the new procedures to verify that a new user name and password are compliant before actually creating the user Some restrictions apply to the characters that may be used in user names. Passwords need to adhere to the password policy that has been configured for the system. Procedures: SYS.IS_VALID_USER_NAME SYS.IS_VALID_PASSWORD Syntax Prerequisite: EXECUTE privilege on the procedures IS_VALID_USER_NAME (IN user_name NVARCHAR(256), OUT error_code INT, OUT error_message NVARCHAR(5000)) IS_VALID_PASSWORD(IN password NVARCHAR(256), OUT error_code INT, OUT error_message NVARCHAR(5000)) 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 14

15 Web-based user self-services (I) SAP HANA now provides web-based user selfservices for resetting your own password and for requesting a new user account The user self-services are part of the HANA_XS_BASE delivery unit (autocontent). When enabled, they are available on the SAP HANA logon screen. They are disabled by default SAP SE or an SAP affiliate company. All rights reserved. Public 15

16 Web-based user self-services (II) Configuring user self-services Prerequisites: o See the SAP HANA Administration Guide 1. Configure the XSSQLCC technical user which is used by the user self-services 2. Configure the user self-service parameters in the xsengine.ini file 3. Configure the SMTP server that SAP HANA XS applications can use to send mails 4. Configure dedicated administrators for the user selfservice administration tool. These administrators process user requests and manage blacklists and whitelists Parameter Description Default automatic_user_creation forgot_password request_new_user reset_locked_user sender_ token_expiry_time Defines whether a user creation request needs approval Defines whether the password reset self-service is enabled Defines whether the new user account self-service is enabled Defines whether password reset for a locked user is enabled Mail address for sending out the registration mails/tokens Duration (in s) for which a generated token is valid user_creation_request_count Number of times a user with the same mail address can request an account before being added to the blacklist false false false false SAP SE or an SAP affiliate company. All rights reserved. Public 16

17 Web-based user self-services (III) Resetting your password Prerequisite: o User self-service is enabled in the SAP HANA system 1. On the SAP HANA logon page, choose Forgot your password? 2. Enter your user name 3. A mail is sent to your mail address with a link to reset the password 4. Enter a new password and answer the security question that you specified when you initially set up your account 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 17

18 Web-based user self-services (IV) Requesting a new account Prerequisite: o User self-service is enabled in the SAP HANA system 1. On the SAP HANA logon screen, choose Request account 2. Choose a user name and enter your mail address 3. A verification link is sent to your mail address 4. After clicking the verification link, choose a password and a security question 5. Your request is sent to the system administrator for approval 6. After approval, your account is activated and you get notified by mail 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 18

19 Web-based user self-services (V) Approving new account requests Prerequisites: o User self-service is enabled in the SAP HANA system o sap.hana.xs.selfservice.admin.roles::ussadministrator role 1. Log on to the user self-service administration tool: 2. Review the pending requests o Approve/reject request o Assign application roles if required Note: To assign roles, you can use the Web IDE user and role editor o Add domain/mail address/ip range to blacklist if required 3. After you have approved a request, a notification mail is sent to the user. Account is requested for this XS application Open user and role editor in Web IDE User is activated and notified 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 19

20 Authorization

21 Extension of SQL-based analytic privileges SQL-based analytic privileges can now also be used with SQL views In earlier versions, SQL-based analytic privileges could only be applied to analytic views. Analytic privileges allow row-based access control to views. They filter query results according to the attributes of the session user. Comparison between XML-based and SQL-based analytic privileges XML-based analytic privileges More difficult to use due to complex XML format Limited expressiveness with regard to filtering capabilities Only analytic views are supported Design time available CREATE STRUCTURED PRIVILEGE <xml_definition> SQL-based analytic privileges Intuitive specification using SQL syntax Flexible combination of filters Sub-queries as filters Analytic and SQL views are supported No design time support yet CREATE STRUCTURED PRIVILEGE <name> FOR SELECT ON <view> WHERE a= SAP SE or an SAP affiliate company. All rights reserved. Public 21

22 New system privilege: TABLE ADMIN A new system privilege for administrators has been introduced The new system privilege TABLE ADMIN authorizes the following administrative actions that are related to the management of tables: LOAD Load specified column store tables from disk into memory (otherwise they will be loaded into memory on first access) UNLOAD Unload specified column store tables from memory to disk (e.g. to free up memory; the tables will be loaded into memory again on next access) MERGE DELTA Merge the column store table s delta storage to the table s main storage 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 22

23 Encryption

24 XS encryption service for applications XS applications can now store values in encrypted form Application developers can use the XS API $.security.store to define a secure store for encrypted name-value pairs for their XS application. Options Application-wide data visibility All users of the XS application have access to one secure store All users share the same data and can decrypt or encrypt data Example: passwords for a remote system User-specific data visibility Each user of the XS application has a separate container to securely store encrypted data Only the owner of the secure store and the respective user can decrypt the data Examples: credit card numbers or personal-information-number (PIN) codes More information SAP HANA Developer Guide 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 24

25 CommonCryptoLib part of standard delivery CommonCryptoLib is now part of the SAP HANA standard delivery. Up to now, customers were required to download CommonCryptoLib from SAP Marketplace. SAP CommonCryptoLib is the successor of SAPCRYPTOLIB and is the default cryptographic library for SAP HANA. It is used for operations that require cryptography, for example data volume encryption and SSL communication encryption. CommonCryptoLib is installed as part of SAP HANA server installation at the default location for library lookup: /usr/sap/<sid>/sys/exe/hdb/libsapcrypto.so Note: The OpenSSL library is also installed as part of the operating system installation. For most use cases it is also possible to use OpenSSL instead of CommonCryptoLib. However, there are already some features in SAP HANA that are only supported by CommonCryptoLib, and future features might also only be supported by CommonCryptoLib. For information on the migration process from OpenSSL to CommonCryptoLib, see SAP Note SAP SE or an SAP affiliate company. All rights reserved. Public 25

26 Audit logging

27 Specify schema when creating audit policy on database objects You can now specify a schema if you want to audit all database objects belonging to the schema Creating an audit policy for a schema Prerequisites: System privilege AUDIT ADMIN 1. In the Systems view, double-click on Security and open the Auditing tab 2. In the Audit Policies area, choose Create New Policy 3. Enter the policy name 4. In Audited Actions, select an audit action that applies to database objects, e.g. DELETE 5. As Target Object, select the schema 6. Choose the (Deploy) button 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 27

28 More granular audit trail target definition (I) You can now specify the audit trail target per audit policy Options for the audit trail target System-wide default: Audit entries are written to the audit trail target(s) configured for the system if no other trail target has been configured per audit level Audit level (optional): Audit entries from audit policies with the audit level EMERGENCY, CRITICAL, or ALERT are written to the specified audit trail target(s). If no audit trail target is configured, entries are written to the audit trail target configured for the system. New Audit policy (optional): Audit entries from a particular policy are written to the specified audit trail target(s). If no audit trail target is configured for an audit policy, entries are written to the audit trail target for the audit level if configured, or the audit trail target configured for the system. Several audit trail targets are configurable for each individual policy SAP SE or an SAP affiliate company. All rights reserved. Public 29

29 More granular audit trail target definition (II) Specifying multiple audit trail targets Prerequisites: system privilege AUDIT ADMIN, auditing has been enabled 1. In the Systems view, double-click on Security and open the Auditing tab 2. In the Audit Trail Target section of the audit policy, select the audit trail targets 3. Choose the (Deploy) button SAP SE or an SAP affiliate company. All rights reserved. Public 30

30 Audit entries of prepared statements show parameter values Parameter values in prepared statements are now recorded in the audit trail Up to now, only? was displayed in the audit trail. Example 1. Create and deploy a new audit policy for INSERT actions on your test table 2. Insert a value into the test table using a prepared SQL statement 3. Check the STATEMENT_STRING field in the audit trail 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 31

31 New audit actions for data volume encryption Changes to the data volume encryption can now be recorded in the audit trail When you include ALTER PERSISTENCE ENCRYPTION in an audit policy, the following actions will be recorded in the audit trail: Switching the data volume encryption on/off Creating a new encryption key Re-encrypting old encrypted data with the current key 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 32

32 Antivirus software support

33 XS antivirus interface XS applications can now integrate antivirus tools to check uploaded data Application developers can use the XS API $.security.antivirus to integrate an antivirus engine with their XS applications. Note: For production systems, only certified antivirus engines should be used. More information: SAP HANA Developer Guide Supported antivirus engines/certification: SAP Note SAP SE or an SAP affiliate company. All rights reserved. Public 34

34 Support for multitenant database containers

35 Multitenant database containers: Overview Multitenant database containers are a new way to run multiple applications/scenarios on one SAP HANA system 1 system database and multiple tenant databases Shared installation of database system software Strong isolation features, the system database and each of the tenant databases have their own: Database users, database catalog, repository, persistence, backups, traces and diagnosis files Distinction between tasks performed at system level and those performed at database level Integration with data center operation procedures System database Application 1 Tenant database 1* Application 2 Tenant database 2 SAP HANA system *tenant database = database container 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 36

36 Security aspects of multitenant database containers (I) http - Virtual host names per XS Clients connect via dedicated ports to individual databases Security-relevant features are configurable per database Only controlled access between databases Tenant databases are created and managed from the system database o But: No direct access to tenant database table content from the system database SQL - Port 3XX13 SQL - Port 3XX41 Host 1 XS System database Metadata Landscape info Tenant DB1 Tenant DB2 Web Dispatcher XS XS XS Tenant DB3 SQL - Port 3XX45 SQL - Port 3XX49 Metadata Tables Metadata Tables SAP HANA System Metadata Tables 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 37

37 Security aspects of multitenant database containers (II) Unlike a single database system in which system and database are a single unit and administered as one, an MDC system has 2 levels of administration. Administration tasks performed in the system database include: Starting and stopping the whole system Monitoring the system Configuring parameters at system level Managing tenant databases: Creating/dropping databases, configuring database-specific parameters, adding services to databases for scalability, backing up databases, recovering databases Administration tasks performed in tenant databases include: Monitoring the database Provisioning database users Creating and deleting schemas, tables, and indexes in the database Backing up the database Configuring database-specific parameters 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 38

38 Security aspects of multitenant database containers (III) Function Details Authentication User name and password (incl. password policy), Kerberos/SPNEGO, SAML, SAP logon and assertion tickets, X.509 (XS access only) Note: For details on the available configuration options (system-wide/per database), please refer to the documentation. Users and roles Isolation of users and roles between the system database and all of the tenant databases SYSTEM user in system database and SYSTEM user in each tenant database Authorization Standard privilege concept Additional system privilege DATABASE ADMIN in the system database for tenant database administration Read-only cross-database queries supported (disabled by default) Option to disable specific administration functions in tenant databases, e.g. export/import Encryption Communication encryption (SSL), data volume encryption (per database, separate root keys), backup encryption via 3 rd party backup tools Audit logging Standard audit logging concept; audit trail written to Linux syslog or to SAP HANA database table Audit trail configuration via system database, audit policy configuration per database Security administration SAP HANA Studio, XS Administration Tool, SQL interface (command line tool hdbsql) 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 39

39 Restricted features in tenant databases (I) Certain security-relevant features can be enabled/disabled in tenant databases Not all features are required/desirable in all environments, e.g. features that provide direct access to the file system, the network, or other critical resources. The system view M_CUSTOMIZABLE_FUNCTIONALITIES provides information about such restricted features that can be disabled in tenant databases. This view exists in both the SYS schema of every database, where it contains database-specific information, and in the SYS_DATABASES schema of the system database, where it contains information about the enablement of features in all databases. You disable/enable restricted features in tenant databases via the global.ini file of the system database. All restricted features are enabled in the system database and cannot be disabled there SAP SE or an SAP affiliate company. All rights reserved. Public 40

40 Restricted features in tenant databases (II) Enabling/disabling features in tenant databases Prerequisites: User in the system database with CATALOG READ and INIFILE ADMIN privileges 1. In the Administration editor in SAP HANA Studio, open the Configuration tab 2. In the global.ini file customizable_functionalities section, double-click on the feature to be disabled 3. Select Database as the layer and set the value to FALSE. Note: Features are hierarchically structured. If you enable a feature with sub-features, these are also enabled. 4. Restart the tenant database. ALTER SYSTEM STOP DATABASE <tenant_db>; ALTER SYSTEM START DATABASE <tenant_db>; Prerequisite: DATABASE ADMIN privilege 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 41

41 Cross-database queries (I) In multiple-container systems, read-only queries across database containers are supported but not enabled by default If enabled, a user from one tenant database can execute queries in another tenant database if this user is mapped to a user with remote identity there. A user in the target database can only be associated with one user in the source database The association is unidirectional Only the SELECT privileges of the user in the target database are considered during a cross-database query, all other privileges of the remote user are ignored. Tenant database TN1 ( source ) User_1 SELECT * FROM TABLE_A SAP HANA system Tenant database TN2 ( target ) User_2 with remote identity Table_A 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 42

42 Cross-database queries (II) Configuring cross-database queries Prerequisite: DATABASE ADMIN system privilege in the system database 1. In the Administration editor, open the Configuration tab 2. In global.ini cross_database_access system layer, set the property enable to true 3. Add a new parameter targets_for_<source_db_name> and define the target databases as a comma-separated list Prerequisite: USER ADMIN system privilege in the target database 1. In the target database, add a remote identity to a user (= map this user to a user in the source database): ALTER USER <target_user> ADD REMOTE IDENTITY <source_user> AT DATABASE <source_db> 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 43

43 More Information

44 More information SAP HANA information SAP Help Portal: Security Guide, Master Guide (network topics), Developer Guide, SQL Reference Guide SAP HANA Security Whitepaper How to Define Standard Roles for SAP HANA Systems Important SAP notes : SAP HANA appliance: Security : SAP HANA appliance : Using external software in a HANA appliance : Using external tools in an SAP HANA appliance : Using antivirus software in an SAP HANA appliance : Supported antivirus engines/certification : SAP support terms and 3rd-party Linux kernel drivers : Configuration changes in HANA appliance : Security checks with SAP EarlyWatch Alert 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 45

45 SAP HANA security patches Operating system security patches Support operating systems: SUSE Linux Enterprise and RedHat Enterprise Operating system security patches are provided and published by the operating system vendors SAP HANA security patches SAP HANA security patches are published as part of the SAP Security Patch strategy (SAP Security Notes) Security notes for all SAP products are available at: For SAP HANA, filter for component HAN* Patches are delivered as SAP HANA revisions More information: FAQ SAP Security Notes FAQ SAP Security Patch Process 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 46

46 SAP security approach Security is an important and integral part of every step of the SAP Development Lifecycle which applies to all products. This includes security testing as well as a defined and established process to report and deal with potential security issues. SAP security solutions SAP security approach and vulnerability reporting SAP SE or an SAP affiliate company. All rights reserved. Public 47

47 Thank you Contact information Andrea Kristen SAP HANA Product Management 2014 SAP SE or an SAP affiliate company. All rights reserved.

48 2014 SAP SE or an SAP affiliate company. 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 SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forwardlooking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions SAP SE or an SAP affiliate company. All rights reserved. Public 49

SAP HANA SPS 09 - What s New? Administration & Monitoring

SAP HANA SPS 09 - What s New? Administration & Monitoring SAP HANA SPS 09 - What s New? Administration & Monitoring (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Content

More information

SAP HANA SPS 09 - What s New? Backup/Recovery

SAP HANA SPS 09 - What s New? Backup/Recovery SAP HANA SPS 09 - What s New? Backup/Recovery (Delta from SPS 08 to SPS 09) Andrea Kristen, SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers

SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved.

More information

SAP HANA SPS 09 - What s New? Development Tools

SAP HANA SPS 09 - What s New? Development Tools SAP HANA SPS 09 - What s New? Development Tools (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Overview What s

More information

2015-09-24. SAP Operational Process Intelligence Security Guide

2015-09-24. SAP Operational Process Intelligence Security Guide 2015-09-24 SAP Operational Process Intelligence Security Guide Content 1 Introduction.... 3 2 Before You Start....5 3 Architectural Overview.... 7 4 Authorizations and Roles.... 8 4.1 Assigning Roles to

More information

SAP HANA Backup and Recovery (Overview, SPS08)

SAP HANA Backup and Recovery (Overview, SPS08) SAP HANA Backup and Recovery (Overview, SPS08) Andrea Kristen, SAP HANA Product Management October 2014 Disclaimer This presentation outlines our general product direction and should not be relied on in

More information

Citrix Receiver. Configuration and User Guide. For Macintosh Users

Citrix Receiver. Configuration and User Guide. For Macintosh Users Citrix Receiver Configuration and User Guide For Macintosh Users rev: 25.03.2015 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

SAP HANA Security Guide

SAP HANA Security Guide PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Important Critical Configurations.... 6 2 Introduction to SAP HANA Security....7 3 SAP HANA Security Patches....11 4 SAP HANA

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

Manual to Access SAP Training Systems Technical Description for Customer On-Site Training

Manual to Access SAP Training Systems Technical Description for Customer On-Site Training Manual to Access SAP Training Systems Technical Description for Customer On-Site Training 2.0 draft version available as of Jan. 5th 2015. The final version will be available in January 2015 after valuable

More information

Simplify and Secure Cloud Access to Critical Business Data

Simplify and Secure Cloud Access to Critical Business Data SAP Brief SAP Technology SAP Cloud Identity Objectives Simplify and Secure Cloud Access to Critical Business Data Gain simplicity and security in a single cloud solution Gain simplicity and security in

More information

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More SAP Solution Manager SAP Solution Manager: The IT Solution from SAP for IT Service Management and More Table of Contents 2 SAP Solution Manager A Fully Scalable IT Platform 3 Supporting 15 Certified ITIL

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Rapid database migration of SAP Business Suite to SAP HANA (V4.10): Software and Delivery Requirements. SAP HANA November 2014 English

Rapid database migration of SAP Business Suite to SAP HANA (V4.10): Software and Delivery Requirements. SAP HANA November 2014 English November 2014 English Rapid database migration of SAP Business Suite to (V4.10): Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE or an SAP affiliate

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

How-to-Guide: SAP Web Dispatcher for Fiori Applications

How-to-Guide: SAP Web Dispatcher for Fiori Applications How-to-Guide: SAP Web Dispatcher for Fiori Applications Active Global Support North America Document History: Document Version Authored By Description 1.0 Kiran Kola Architect Engineer 2 www.sap.com Table

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility. Rajesh Gupta, Deloitte. Consulting September 24, 2015

Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility. Rajesh Gupta, Deloitte. Consulting September 24, 2015 Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility Rajesh Gupta, Deloitte. Consulting September 24, 2015 Introduction Rajesh Gupta - rajgupta@deloitte.com Lead SAP HANA

More information

Setting up Visual Enterprise Integration (WM6)

Setting up Visual Enterprise Integration (WM6) SAP Mobile Platform 3.0 June 2015 English Setting up Visual Enterprise Integration (WM6) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or

More information

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 LEARNING POINTS Learn about Crystal Reports for HANA Glance at the road map for the product Overview of deploying

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22 Document History Document Version Description 1.0 First official release of this guide Document History 2013 SAP AG or an SAP affiliate company.

More information

SAP Document Center. May 2016. Public

SAP Document Center. May 2016. Public SAP Document Center May 2016 Public The Big Picture for a Digital Platform Applications Applications IoT IoT Platform (Micro-) Services Extensions Icon Digital Boardroom Analytical Applications S/4HANA

More information

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English Afaria Network Configuration (X87) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE

More information

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP HCI(PI) August 2015 English SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 November 2014

More information

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe and / or support testing of the entire

More information

SAP BusinessObjects Business Intelligence 4 Innovation and Implementation

SAP BusinessObjects Business Intelligence 4 Innovation and Implementation SAP BusinessObjects Business Intelligence 4 Innovation and Implementation TABLE OF CONTENTS 1- INTRODUCTION... 4 2- LOGON DETAILS... 5 3- STARTING AND STOPPING THE APPLIANCE... 6 4.1 Remote Desktop Connection

More information

SAP Mobile Documents. December, 2015

SAP Mobile Documents. December, 2015 SAP Mobile Documents December, 2015 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your

More information

Getting Started with the License Administration Workbench 2.0 (LAW 2.0)

Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Getting Started SAP Global License Auditing Document Version: 1.2 2015-03-13 Getting Started with the License Administration Workbench 2.0 (LAW 2.0) Table of Contents 1 Getting Started with the License

More information

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2015-08-10 Integration capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to S/4HANA Integration Javit Gellaw (SAP SE) Table of Contents 1 INTRODUCTION

More information

Protect Your Customers and Brands with Multichannel Two-Factor Authentication

Protect Your Customers and Brands with Multichannel Two-Factor Authentication SAP Brief Mobile Services from SAP SAP Authentication 365 Objectives Protect Your Customers and Brands with Multichannel Two-Factor Authentication Protecting your most valuable asset your customers Protecting

More information

SM250 IT Service Management Configuration

SM250 IT Service Management Configuration SM250 IT Service Management Configuration. COURSE OUTLINE Course Version: 16 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English

SAP Business Intelligence Adoption V6.41: Software and Delivery Requirements. SAP Business Intelligence Adoption February 2015 English Business Intelligence Adoption February 2015 English Business Intelligence Adoption V6.41: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 11/11/14

More information

SAP NetWeaver Identity Management Identity Services Configuration Guide

SAP NetWeaver Identity Management Identity Services Configuration Guide SAP NetWeaver Identity Management Identity Services Configuration Guide Version 7.2 Rev 7 2014 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or

More information

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide TABLE OF CONTENTS INTRODUCTION... 3 Enterprise Knowledgebase... 3 SAP Mobile Services Community... 3 Feedback... 3 ACCESSING THE ENTERPRIS

More information

SAP HANA Client Installation and Update Guide

SAP HANA Client Installation and Update Guide PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Introduction....3 1.1 Supported Platforms.... 3 1.2 Software Download.... 4 2 SAP HANA Client on UNIX or Linux....7 2.1 Planning

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07 Table of Contents 1 Document History....3 2 Introduction....4 2.1 About this Document....4 2.1.1 Constraints....4

More information

SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center

SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All

More information

Protect Your Connected Business Systems by Identifying and Analyzing Threats

Protect Your Connected Business Systems by Identifying and Analyzing Threats SAP Brief SAP Technology SAP Enterprise Threat Detection Objectives Protect Your Connected Business Systems by Identifying and Analyzing Threats Prevent security breaches Prevent security breaches Are

More information

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All

More information

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements Fiori October 2014 English Version 1.0 Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 26 th

More information

The safer, easier way to help you pass any IT exams. Exam : C_HANASUP_1. SAP Certified Support Associate - SAP HANA 1.0.

The safer, easier way to help you pass any IT exams. Exam : C_HANASUP_1. SAP Certified Support Associate - SAP HANA 1.0. Exam : C_HANASUP_1 Title : SAP Certified Support Associate - SAP HANA 1.0 Version : DEMO 1 / 4 1.In the SAP HANA studio, which of the following SQL thread details can you monitor by using the Threads subtab

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide Lockbox Payment Process SAP Business ByDesign SAP Business ByDesign Global August 15, 2014 SAP Cloud Reference Systems Table of Content 1 About this Document... 3 1.1 Purpose...

More information

SAP MII for Manufacturing rapid-deployment solution: Software Requirements

SAP MII for Manufacturing rapid-deployment solution: Software Requirements MII 15.0 October 2015 English SAP MII for Manufacturing rapid-deployment solution: SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or an SAP affiliate company. All rights reserved.

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP Best Practices for SAP Cloud for Travel and Expense November 2014 English SAP Best Practices for SAP Cloud for Travel and Expense: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Citrix Receiver. Configuration and User Guide. For Windows Users

Citrix Receiver. Configuration and User Guide. For Windows Users Citrix Receiver Configuration and User Guide For Windows Users rev: 26.01.2016 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

Optimize Application Performance and Enhance the Customer Experience

Optimize Application Performance and Enhance the Customer Experience SAP Brief Extensions SAP Extended Diagnostics by CA Objectives Optimize Application Performance and Enhance the Customer Experience Understanding the impact of application performance Understanding the

More information

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On Public Speakers Las Vegas, Oct 19-23 Christian Cohrs, Area Product Owner Barcelona, Nov 10-12 Regine Schimmer, Product Management

More information

Mobile app for ios Version 1.10.x, August 2014

Mobile app for ios Version 1.10.x, August 2014 Mobile app for ios Version 1.10.x, August 2014 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime. Managers,

More information

SAP 3D Visual Enterprise Rapid-Deployment Solution

SAP 3D Visual Enterprise Rapid-Deployment Solution SAP 3D Visual Enterprise 8.0 July 2014 English SAP 3D Visual Enterprise Rapid-Deployment Solution SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP AG or an SAP affiliate company.

More information

Software and Delivery Requirements

Software and Delivery Requirements SuccessFactors Recruiting April 2015 English SuccessFactors Recruiting rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2016-03-01 Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to SAP S/4HANA integration Javit Gellaw (SAP SE) Table of Contents 1

More information

Mobile app for Android Version 1.2.x, December 2015

Mobile app for Android Version 1.2.x, December 2015 Mobile app for Android Version 1.2.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

Downport to SAP GUI for documents Access Control Management

Downport to SAP GUI for documents Access Control Management Access Control Management A PLM Consulting Solution Public The PLM Consulting Solution Downport to SAP GUI for documents streamlines the process of managing project authorizations based on SAP PLM 7 Access

More information

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features

SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features Dirk Olderdissen Solution Expert, Regional Presales EMEA SAP Brought to you by the Customer Experience Group 2014 SAP

More information

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks SAP Brief Objectives Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks Simplify management of SAP software landscapes Simplify management of SAP software landscapes

More information

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7 Sophos SafeGuard Native Device Encryption for Mac Administrator help Product version: 7 Document date: December 2014 Contents 1 About SafeGuard Native Device Encryption for Mac...3 1.1 About this document...3

More information

GR5 Access Request. Process Diagram

GR5 Access Request. Process Diagram GR5 Access Request Process Diagram Purpose, Benefits, and Key Process Steps Purpose This scenario uses business roles to show a new user access provisioning and also demo using simplified access request

More information

Mobile app for ios Version 1.11.x, December 2015

Mobile app for ios Version 1.11.x, December 2015 Mobile app for ios Version 1.11.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

Automate Complex Pay Rules While Streamlining Time and Attendance Management

Automate Complex Pay Rules While Streamlining Time and Attendance Management SAP Brief SAP Extensions SAP Time and Attendance Management by WorkForce Software Objectives Automate Complex Pay Rules While Streamlining Time and Attendance Management Gaining real-time insights to help

More information

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail Multi Channel Sales Order Management: Mail Order SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose Multi Channel Sales Order Management: Mail Order describes a Business-to-Consumer

More information

ABAP SQL Monitor Implementation Guide and Best Practices

ABAP SQL Monitor Implementation Guide and Best Practices ABAP SQL Monitor Implementation Guide and Best Practices TABLE OF CONTENTS ABAP SQL Monitor - What is it and why do I need it?... 3 When is it available and what are the technical requirements?... 5 In

More information

Unlock the Value of Your Microsoft and SAP Software Investments

Unlock the Value of Your Microsoft and SAP Software Investments SAP Technical Brief SAP Gateway Objectives Unlock the Value of Your Microsoft and SAP Software Investments Bridging the integration gap between SAP and Microsoft environments Bridging the integration gap

More information

Two UX Solutions Now Included with SAP Software

Two UX Solutions Now Included with SAP Software Frequently Asked Questions User Experience Two UX Solutions Now Included with SAP Software SAP offers two solutions that greatly improve the user experience (UX): the SAP Fiori user experience and SAP

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

SAP Business One mobile app for Android Version 1.0.x November 2013

SAP Business One mobile app for Android Version 1.0.x November 2013 SAP Business One mobile app for Android Version 1.0.x November 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Update on the SAP GUI Family. Q3/2014 Public

Update on the SAP GUI Family. Q3/2014 Public Update on the SAP GUI Family Q3/2014 Public Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject

More information

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LANDSCAPE DETAILS... 3 2.1 Server Details... 3 2.2 Landscape

More information

SAP Cloud Identity Service

SAP Cloud Identity Service SAP Cloud Identity Service Secure Authentication, Single Sign-On and User Management in the Cloud December 2015 Introduction SAP Cloud Identity Service In the SAP IT application security product portfolio

More information

How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer

How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Implement Mash Up to Show ECC Screen in SAP Cloud for Customer How to implement Mash up to show ECC screen in SAP Cloud for Customer 2 Copyright 2014

More information

Administration Guide for SAP HANA Smart Data Integration and SAP HANA Smart Data Quality

Administration Guide for SAP HANA Smart Data Integration and SAP HANA Smart Data Quality PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Administration Guide for SAP HANA Smart Data Integration and SAP HANA Smart Data Content 1 Getting Started....8 1.1 Open a Support Connection....8

More information

Remote Connectivity Infrastructure

Remote Connectivity Infrastructure Remote Connectivity Infrastructure SAP Active Global Support & Maintenance Go-to-Market November 2014 Public Remote Connectivity Infrastructure Table of Contents Introduction General Architecture SAProuter

More information

Integrated Finance, Risk, and Profitability Management for Insurance

Integrated Finance, Risk, and Profitability Management for Insurance SAP Brief SAP for Insurance SAP Cost and Revenue Allocation for Financial Products Objectives Integrated Finance, Risk, and Profitability Management for Insurance Gain deep business insights Gain deep

More information

PUBLIC Installation: SAP Mobile Platform Server for Linux

PUBLIC Installation: SAP Mobile Platform Server for Linux SAP Mobile Platform 3.0 SP11 Document Version: 1.0 2016-06-09 PUBLIC Content 1.... 4 2 Planning the Landscape....5 2.1 Installation Worksheets....6 3 Installing SAP Mobile Platform Server....9 3.1 Acquiring

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the enterprise storage solution E-Series of the company NetApp Inc. has been certified for operating SAP HANA. This certificate confirms

More information

SAP NetWeaver Fiori. For more information, see "Creating and enabling a trusted provider for Centrify" on page 108-10.

SAP NetWeaver Fiori. For more information, see Creating and enabling a trusted provider for Centrify on page 108-10. Chapter 108 Configuring SAP NetWeaver Fiori The following is an overview of the steps required to configure the SAP NetWeaver Fiori Web application for single sign-on (SSO) via SAML. SAP NetWeaver Fiori

More information

SAP HANA Core Data Services (CDS) Reference

SAP HANA Core Data Services (CDS) Reference PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Getting Started with Core Data Services....4 1.1 Developing Native SAP HANA Applications....5 1.2 Roles and Permissions....7 1.3

More information

In-Store Merchandise and Inventory Management. SAP Best Practices for Retail

In-Store Merchandise and Inventory Management. SAP Best Practices for Retail In-Store Merchandise and Inventory Management SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose These components of the SAPECC Retail System are used in the store. Together

More information

The Arts & Science of Tuning HANA models for Performance. Abani Pattanayak, SAP HANA CoE Nov 12, 2015

The Arts & Science of Tuning HANA models for Performance. Abani Pattanayak, SAP HANA CoE Nov 12, 2015 The Arts & Science of Tuning HANA models for Performance Abani Pattanayak, SAP HANA CoE Nov 12, 2015 Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

How To Use An Automotive Consulting Solution In Ansap

How To Use An Automotive Consulting Solution In Ansap Automotive Consulting Solution Warranty Management - Claim Copier Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

Automotive Consulting Solution. CHEP - EDI- Container Data

Automotive Consulting Solution. CHEP - EDI- Container Data Automotive Consulting Solution CHEP - EDI- Container Data Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit Solution

More information

SAP Audit Management A Preview

SAP Audit Management A Preview SAP Audit Management A Preview SAP AG November 2013 Customer 1 Agenda Business Challenges The Idea The Solution Roadmap Demo 2013 SAP AG. All rights reserved. Customer 2 Disclaimer The information in this

More information

Mobile app for Android Version 1.0.x, January 2014

Mobile app for Android Version 1.0.x, January 2014 Mobile app for Android Version 1.0.x, January 2014 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This

More information

SafeGuard Enterprise upgrade guide. Product version: 6.1

SafeGuard Enterprise upgrade guide. Product version: 6.1 SafeGuard Enterprise upgrade guide Product version: 6.1 Document date: February 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6

More information

Keep Enterprise Assets Productive with Effective Master Data Governance

Keep Enterprise Assets Productive with Effective Master Data Governance SAP Brief SAP s for Enterprise Information Management SAP Master Data Governance, Enterprise Asset Management Extension by Utopia Objectives Keep Enterprise Assets Productive with Effective Master Data

More information

Content Management for SAP Business Suite powered by SAP HANA

Content Management for SAP Business Suite powered by SAP HANA SAP Brief Extensions SAP Extended Enterprise Content Management by OpenText Objectives Content Management for SAP Business Suite powered by SAP HANA Link all types of content to workflows and processes

More information

SafeGuard Easy upgrade guide. Product version: 7

SafeGuard Easy upgrade guide. Product version: 7 SafeGuard Easy upgrade guide Product version: 7 Document date: December 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6 4.1 Upgrade

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Plug-In for Informatica Guide

Plug-In for Informatica Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information