Visualization Extension Plugin Version: Visualization Extension Plugin for SAP Web IDE

Size: px
Start display at page:

Download "Visualization Extension Plugin Version: 1.0.0-2014-12-04. Visualization Extension Plugin for SAP Web IDE"

Transcription

1 Visualization Extension Plugin Version: Visualization Extension Plugin for SAP Web IDE

2 Content 1 Visualization Extension Plugin Overview About the visualization extension plugin Restrictions for the visualization extension plugin Enabling the Vizpacker plugin Creating a Visualization Extension Creating the visualization extension project Editing the visualization extension render.js file Adding the extension to SAP Lumira Using the extension in SAP Lumira Examples: Creating Visualization Extensions Additional examples in SCN Creating a population pyramid extension Preparing the population pyramid D3 code Setting up the population pyramid project Editing the population pyramid render.js and default.css files SAP SE or an SAP affiliate company. All rights reserved. Content

3 1 Visualization Extension Plugin Overview Learn how to use the Visualization Extension (Vizpacker) plugin in SAP Web IDE. 1.1 About the visualization extension plugin The Visualization Extension plugin (Vizpacker) is used in SAP Web IDE to create chart extension packages that can be used within Lumira and other products. Vizpacker provides an extension framework with an associated API that lets you customize existing visualizations or develop your own visualization extensions and integrate them with SAP Lumira or other products. Workflow Creating and testing the extension involves the following process: 1. Creating the visualization extension project. 2. Modifying the JavaScript code template (render.js) to complete the extension code. 3. Preparing the extension for use in SAP Lumira. 1.2 Restrictions for the visualization extension plugin This section provides you with information on restrictions to be aware of and workarounds you can apply while using the Visualization Extension plugin for SAP Web IDE. Supported languages The Visualization Extension plugin for SAP Web IDE supports English only. Safari browser is not supported The Visualization Extension plugin for SAP Web IDE does not support the Safari (Mac) browser, because Safari does not support downloads for the BLOB type. Visualization Extension Plugin Overview 2014 SAP SE or an SAP affiliate company. All rights reserved. 3

4 2 Enabling the Vizpacker plugin Before you can use the Vizpacker plugin, you need to enable it. Context The vizpacker plugin is one of several plugins for SAP Web IDE. Procedure 1. Open SAP Web IDE. 2. Choose Tools External Plugins. 3. From the Plugin Repository list, choose SAP Plugins. 4. Find the vizpacker plugin and enable it. 5. Choose OK. Results The vizpacker plugin is enabled and the icon is displayed in SAP Web IDE SAP SE or an SAP affiliate company. All rights reserved. Enabling the Vizpacker plugin

5 3 Creating a Visualization Extension This tutorial will show you how to create your own extension using the Vizpacker plugin in SAP Web IDE. The first project that you will create using the Vizpacker plugin will just display the words Hello World! instead of actual data. The purpose of this exercise is to get familiar with the plugin. Creating and testing Vizpacker involves the following process: 1. Create a project. 2. For the data source for your project, upload a CSV file. 3. Customize the code and style options. 4. Prepare the extension for use in SAP Lumira. 5. Extract the contents of the ZIP file and deploy to SAP Lumira. 3.1 Creating the visualization extension project Set up the project, including uploading the CSV file and configuring the data structure and data binding options. Procedure 1. Choose File New Project from Template. 2. In the Select a Template page, in the categories list, choose Visualization Extension and then choose Next. Tip To see all the available templates, choose All Categories. 3. Type a Project Name for your project: Hello_World Note Project names may contain upper and lower case characters (a-z, A-Z), digits 0-9, periods, dashes, and underscores. Example Incorrect project ID: Project with spaces & special chars Correct project ID: Project_no-spaces27 Creating a Visualization Extension 2014 SAP SE or an SAP affiliate company. All rights reserved. 5

6 4. Choose Next. The Visualization Extension Profile page appears. 5. Type an Extension Name: Hello World test 6. Type an Extension ID; the extension ID may contain lower case characters (a-z), digits 0-9, and periods. To avoid naming conflicts, use the following naming convention for your ID: <your_company_name>.viz.ext.<extension_name> Example sap.viz.ext.helloworld 7. Choose Next. The Quick Layout Configuration page appears. 8. In the Select re-usable modules section, choose your configuration options: Option Description Plot Area Technique: using SVG using DIV - use DIV if you will be embedding HTML elements in your project Title Title text - Enter a title. Position - Top or Bottom Alignment - Center aligned Left aligned Right aligned Legend Position - Left or Right a. For Plot Area, choose Using DIV. b. Enter a title: Hello World test c. For Legend, clear the checkbox. 9. Choose Next. The Upload Sample Data page appears. 10. Upload your CSV file. Numeric data is uploaded as Measure and all other data is uploaded as Dimension. Change the type for each column by choosing the data label name. Example We have no specific data for this example, so we will use the provided CSV file. 11. Choose Next SAP SE or an SAP affiliate company. All rights reserved. Creating a Visualization Extension

7 The Configure Data Structure & Data Binding page appears. 12. Provide names for your Measure Set and Dimension Set. If relevant, you can add more sets. 13. Add your measures and dimensions to the appropriate sets. Example For this example, we do not need to add any measures or dimensions. 14. Choose Next and then choose Finish. Creating a Visualization Extension 2014 SAP SE or an SAP affiliate company. All rights reserved. 7

8 Results Your visualization extension project is created. The project is displayed and the render.js file is opened. 3.2 Editing the visualization extension render.js file Modify the default render.js file to work with the visualization extension. Context Remove the default placeholder code and add in your code. For the Hello World example extension, the code just displays the text Hello World! SAP SE or an SAP affiliate company. All rights reserved. Creating a Visualization Extension

9 Procedure 1. Delete the line of code that begins with //TODO and type the following lines of code: container.selectall("p").remove(); container.append("p").text("hello World!"); 2. Save the file. Choose Refresh to see the result of the changes. 3. To create a ZIP file, choose Pack. Save the file to a convenient location. Results Your ZIP file contains two folders: bundles and features. These folders contain the files that you need to use the extension in SAP Lumira. 3.3 Adding the extension to SAP Lumira Add the visualization extension to SAP Lumira. Prerequisites If SAP Lumira is running, exit the program. Procedure 1. Copy the extension ZIP file to the machine that has SAP Lumira installed. You should also copy your dataset to the same machine. 2. Extract the contents of the ZIP file. 3. Copy the bundles and features folders to <installdir>\lumira\desktop\extensions\ Creating a Visualization Extension 2014 SAP SE or an SAP affiliate company. All rights reserved. 9

10 3.4 Using the extension in SAP Lumira After you create your extension, use it in SAP Lumira. Context The examples in this procedure refer to the Hello World sample project. Procedure 1. Launch SAP Lumira. 2. To start a new file, choose File New. 3. In the New Dataset dialog, double-click Text. 4. Upload your dataset and then choose Create. Example Select any dataset on your computer and then choose Create. 5. In the Visualize room, choose your extension and then add measures and dimensions. Example 1. In the Chart Builder tab, choose Chart Extensions and then choose Hello World test. 2. Add one measure and one dimension. Results You will see your visualization SAP SE or an SAP affiliate company. All rights reserved. Creating a Visualization Extension

11 4 Examples: Creating Visualization Extensions Use existing charts or extensions - with modifications - to learn how to create visualizations. To help demonstrate how to use the visualization extension plugin, this section has some examples that you can set up in SAP Web IDE and import into SAP Lumira. 4.1 Additional examples in SCN You can find more information about visualization extensions on the SAP Community Network (SCN). The SAP Lumira community pages contain visualization extension examples, including examples that are written for the Vizpacker plugin for SAP Web IDE. The SAP Lumira community on the SCN has product news, blog posts, and samples for downloading. You can discuss specific topics with other users by posting in the community. To access the SAP Lumira community, go to Creating a population pyramid extension Creating and testing the population pyramid extension involves the following process: 1. Retrieve and prepare the existing D3 code for the population pyramid. 2. Create the project. 3. Edit the code and style options. 4. Extract the contents of the ZIP file and deploy to Lumira Preparing the population pyramid D3 code Context The original D3 code for the Population Pyramid is at the following location: Examples: Creating Visualization Extensions 2014 SAP SE or an SAP affiliate company. All rights reserved. 11

12 Procedure 1. Copy the contents of the Population CSV section (population.csv ) to a text editor. a. Save the text file as population.csv 2. Copy the contents of index.html to a text editor. a. Save the text file as population.html This code will be used after you create your project Setting up the population pyramid project Create a population pyramid project in SAP Web IDE using the Visualization Extension plugin. Procedure 1. Start SAP Web IDE. 2. Choose File New Project from Template. 3. In the Select a Template page, in the categories list, choose Visualization Extension and then choose Next. Tip To see all the available templates, choose All Categories. 4. In the Project Name field, type PopulPyramid 5. Choose Next. The Visualization Extension Profile page appears. 6. For the Extension Name, type Population Pyramid. 7. For the Extension ID, type sap.viz.ext.populpyramid 8. Choose Next. The Quick Layout Configuration page appears. 9. In the Select re-usable modules section, set your configuration options: Plot area: using SVG Title: Title - Enter Population Pyramid Position - choose Top Alignment - choose Center aligned Legend: clear the checkbox 10. Choose Next. The Upload Sample Data page appears. 11. Upload population.csv. 12. Choose the heading in the following fields and change the type to Dimension: year, age, sex 13. Choose Next SAP SE or an SAP affiliate company. All rights reserved. Examples: Creating Visualization Extensions

13 The Configure Data Structure & Data Binding page appears. 14. Change the Measure Set heading to People 15. Change the Dimension Set heading to Year/Age/Sex 16. In the measure set, add people 17. In the dimension set add year, age, and sex 18. Choose Next. 19. Choose Finish. Results The Population Pyramid project is created, and render.js is opened in the code editor. Examples: Creating Visualization Extensions 2014 SAP SE or an SAP affiliate company. All rights reserved. 13

14 Figure 1: Default render.js file created for the Visualization Extension plugin Next Steps Modify the code in render.js Editing the population pyramid render.js and default.css files Modify the default render.js file to work with the population pyramid visualization extension. Prerequisites Open the population.html code in a text editor SAP SE or an SAP affiliate company. All rights reserved. Examples: Creating Visualization Extensions

15 Procedure 1. Type the following code in the render function: var measet = data.meta.measures("people"); var mpeople = measet[0]; var dimset = data.meta.dimensions("year/age/sex"); var dyear = dimset[0]; var dage = dimset[1]; 2. In the population.html file, select all the text between the script tags and append it in the render function below the code from the previous step. 3. Update the <width> and <height> values. a. Delete the following lines: width = margin.left - margin.right, height = margin.top - margin.bottom, b. Add the following lines: 4. Update the SVG variable. Change the following lines: width = this.width() - margin.left - margin.right, height = this.height() - margin.top - margin.bottom, var svg = d3.select("body").append("svg").attr("width", width + margin.left + margin.right) to the following lines: container.selectall("g").remove(); var svg = container.attr("width", width + margin.left + margin.right) 5. Delete the population.csv line and its closing brackets. Delete this line: d3.csv("population.csv", function(error, data) { The closing brackets are the last line in the following block of text: } birthyear.selectall("rect").data(function(birthyear) { return data[year][birthyear] [0, 0]; }).transition().duration(750).attr("y", y).attr("height", function(value) { return height - y(value); }); }); Examples: Creating Visualization Extensions 2014 SAP SE or an SAP affiliate company. All rights reserved. 15

16 6. Replace the following values: Old value d.people d.year d.age New value d[mpeople] d[dyear] d[dage] 7. To prevent the visualization extension from impacting other extensions, add a class called rectbars Original code section: birthyear.selectall("rect").data(function(birthyear) { return data[year][birthyear] [0, 0]; }).enter().append("rect").attr("x", -barwidth / 2).attr("width", barwidth).attr("y", y).attr("height", function(value) { return height - y(value); }); Revised code section (fourth line was added): birthyear.selectall("rect").data(function(birthyear) { return data[year][birthyear] [0, 0]; }).enter().append("rect").attr("class", "rectbars").attr("x", -barwidth / 2).attr("width", barwidth).attr("y", y).attr("height", function(value) { return height - y(value); }); 8. Save the file. 9. Open the CSS stye file (style/default.css) 10. In the population.html file, select all the text between the style tags and append it to default.css. 11. Change the two lines that contain the value rect to now be rect.rectbars 12. Save the file. Choose Refresh to see the result of the changes. 13. To create a ZIP file that you can use with SAP Lumira, choose Pack. Save the file to a convenient location. Results You are now ready to use the extension in SAP Lumira. Related Information Using the extension in SAP Lumira [page 10] SAP SE or an SAP affiliate company. All rights reserved. Examples: Creating Visualization Extensions

17 Important Disclaimers and Legal Information Coding Samples Any software coding and/or code lines / strings ("Code") included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended to better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, unless damages were caused by SAP intentionally or by SAP's gross negligence. Accessibility The information contained in the SAP documentation represents SAP's current view of accessibility criteria as of the date of publication; it is in no way intended to be a binding guideline on how to ensure accessibility of software products. SAP in particular disclaims any liability in relation to this document. This disclaimer, however, does not apply in cases of wilful misconduct or gross negligence of SAP. Furthermore, this document does not result in any direct or indirect contractual obligations of SAP. Gender-Neutral Language As far as possible, SAP documentation is gender neutral. Depending on the context, the reader is addressed directly with "you", or a gender-neutral noun (such as "sales person" or "working days") is used. If when referring to members of both sexes, however, the third-person singular cannot be avoided or a gender-neutral noun does not exist, SAP reserves the right to use the masculine form of the noun and pronoun. This is to ensure that the documentation remains comprehensible. Internet Hyperlinks The SAP documentation may contain hyperlinks to the Internet. These hyperlinks are intended to serve as a hint about where to find related information. SAP does not warrant the availability and correctness of this related information or the ability of this information to serve a particular purpose. SAP shall not be liable for any damages caused by the use of related information unless damages have been caused by SAP's gross negligence or willful misconduct. All links are categorized for transparency (see: Important Disclaimers and Legal Information 2014 SAP SE or an SAP affiliate company. All rights reserved. 17

18 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. The information contained herein may be changed without prior notice. 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 or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP 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. 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. All other product and service names mentioned are the trademarks of their respective companies. Please see index.epx for additional trademark information and notices.

SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16. What's New Guide

SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16. What's New Guide SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.3 2016-06-16 Content 1 About this guide....3 2 About the documentation set....4 3 Administration.... 6 3.1 New and changed

More information

CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment

CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment SAP Afaria Document Version: 7 SP05-2014-09-03 CUSTOMER SAP Afaria Windows Phone and Windows 8.1 Enrollment Table of Contents 1 Windows 8.1 Device Enrollment....3 1.1 Enrolling a Windows 8.1 Device Using

More information

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4 SP8-2014-07-31. What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4 SP8-2014-07-31 What's New Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....3 2 About the documentation set....4 3

More information

SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014. SuccessFactors Learning Programs Administration Guide

SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014. SuccessFactors Learning Programs Administration Guide SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014 Programs Administration Guide Content 1 Change History....3 2 Programs.... 4 2.1 Adding a New Program.... 5 2.2 Assigning

More information

PUBLIC Supplement for J.D. Edwards

PUBLIC Supplement for J.D. Edwards SAP Data Services Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC Content 1 Overview....3 2 System requirements....4 2.1 World....4 2.2 OneWorld....4 3 Datastores.... 6 3.1 Defining

More information

CUSTOMER Presentation of SAP Predictive Analytics

CUSTOMER Presentation of SAP Predictive Analytics SAP Predictive Analytics 2.0 2015-02-09 CUSTOMER Presentation of SAP Predictive Analytics Content 1 SAP Predictive Analytics Overview....3 2 Deployment Configurations....4 3 SAP Predictive Analytics Desktop

More information

CUSTOMER Access Control Guide

CUSTOMER Access Control Guide Mobile Secure Cloud Edition Document Version: 2.3 2016-03-21 CUSTOMER Content 1 Access Control.... 3 2 Access Control Remote....4 2.1 Configuring Access Control Remote....4 3 Default Access Control Policies....

More information

SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12. Recommendations for Conversion Using the Report Conversion Tool

SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12. Recommendations for Conversion Using the Report Conversion Tool SAP BusinessObjects BI Platform Document Version: 4.2 2015-11-12 Recommendations for Conversion Using the Report Conversion Tool Content 1 Document History....3 2 About this Document.... 4 3 Conversion

More information

SuccessFactors HCM Suite August 2014 Release Document Version: 1.0 - August 22, 2014. SuccessFactors Learning Programs Administration Guide

SuccessFactors HCM Suite August 2014 Release Document Version: 1.0 - August 22, 2014. SuccessFactors Learning Programs Administration Guide SuccessFactors HCM Suite August 2014 Release Document Version: 1.0 - August 22, 2014 Programs Administration Guide Table of Contents 1 Change History....3 2 Programs.... 4 2.1 Adding a New Program....

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

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

SAP Business Intelligence Suite Patch 10.x Update Guide

SAP Business Intelligence Suite Patch 10.x Update Guide SAP BusinessObjects Business Intelligence Suite Document Version: 4.0 Support Package 10-2014-07-25 SAP Business Intelligence Suite Patch 10.x Update Guide Table of Contents 1 Introduction.... 3 1.1 About

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

Mobile Secure Cloud Edition Document Version: 2.0-2014-06-26. ios Application Signing

Mobile Secure Cloud Edition Document Version: 2.0-2014-06-26. ios Application Signing Mobile Secure Cloud Edition Document Version: 2.0-2014-06-26 Table of Contents 1 Introduction.... 3 2 Apple Team Membership....4 3 Building a Team by Adding Team Admins and Team Members.... 5 4 App Protection

More information

What's New in SAP HANA Spatial (Release Notes)

What's New in SAP HANA Spatial (Release Notes) PUBLIC SAP HANA Platform Document Version: 4.0 2016-05-11 Content 1 What's New in SAP HANA Spatial....3 2 SAP HANA Spatial SPS 12, Features Included in Revision 120.... 4 2.1 SAP HANA Spatial (New and

More information

SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27. Dashboards and Presentation Design Installation Guide

SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27. Dashboards and Presentation Design Installation Guide SAP BusinessObjects Document Version: 4.1 Support Package 7 2015-11-27 Dashboards and Presentation Design Installation Guide Content 1 Document History....3 2 About this Guide....4 3 Planning Installations....5

More information

SAP Customer Influence Guide

SAP Customer Influence Guide User Guide SAP Customer Influence CUSTOMER Page 1 Document Version: 2.0 - September 2014 Table of Contents 1 Overview of SAP Customer Influence... 3 2 Getting Started... 4 2.1 Customer Influence Home Page...

More information

PUBLIC Preferences Setup Automated Analytics User Guide

PUBLIC Preferences Setup Automated Analytics User Guide SAP Predictive Analytics 2.3 2015-08-27 PUBLIC Automated Analytics User Guide Content 1 About Startup Options....3 1.1 Accessing the Preferences Dialog.... 3 2 Setting the General Options....4 2.1 Default

More information

SAP Business Intelligence Platform Translation Management Tool SDK Developer Guide

SAP Business Intelligence Platform Translation Management Tool SDK Developer Guide SAP BusinessObjects Business Intelligence platform Document Version: 4.2 2015-11-12 SAP Business Intelligence Platform Translation Management Tool SDK Developer Guide Content 1 Document History....4 2

More information

Mobile Secure Cloud Edition Document Version: 2.0-2014-07-07. Mobile Application Management

Mobile Secure Cloud Edition Document Version: 2.0-2014-07-07. Mobile Application Management Mobile Secure Cloud Edition Document Version: 2.0-2014-07-07 Table of Contents 1 Important Disclaimers on Legal Aspects....3 2 Introduction....4 3 Application Catalog....5 3.1 Application Catalog Icons....5

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

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

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

PUBLIC SAP IT Operations Analytics 1.0: Administrator's and User's Guide

PUBLIC SAP IT Operations Analytics 1.0: Administrator's and User's Guide Document Version: ITOA 1.0-1.3 2015-10-06 PUBLIC SAP IT Operations Analytics 1.0: Administrator's and User's Guide Content 1 Introduction....5 1.1 Technical Architecture....5 1.2 Basic Prerequisites....7

More information

Using Onboarding with Recruiting Management and Employee Central A Guide for Customers

Using Onboarding with Recruiting Management and Employee Central A Guide for Customers Integration Guide SuccessFactors Onboarding Document Version: Q2 2015 May 8 CUSTOMER Using Onboarding with Recruiting Management and Employee Central A Guide for Customers Content 1.... 3 1.1 Recruiting

More information

Ariba Procure-to-Pay Integration rapiddeployment

Ariba Procure-to-Pay Integration rapiddeployment September 2015 English Ariba Procure-to-Pay Integration rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 May 11,

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

InfiniteInsight 6.5 sp4

InfiniteInsight 6.5 sp4 End User Documentation Document Version: 1.0 2013-11-19 CUSTOMER InfiniteInsight 6.5 sp4 Toolkit User Guide Table of Contents Table of Contents About this Document 3 Common Steps 4 Selecting a Data Set...

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

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

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29. How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2015-04-29 How to replicate marketing attributes from SAP CRM to SAP Cloud for Customer Document History Document Version Description 1.0 First

More information

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112 SAP BusinessObjects Design Studio Deep Dive Ian Mayor and David Stocker SAP Session 0112 Legal Disclaimer 2013 SAP AG. All rights reserved. 2 SAP BusinessObjects Client Tools Build Custom Experiences Dashboards

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

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

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio

SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12. What's New Guide: SAP BusinessObjects Design Studio SAP BusinessObjects Design Studio Document Version: 1.2-2013-11-12 What's New Guide: SAP BusinessObjects Design Studio Table of Contents 1 About This Guide....3 2 About the Documentation Set....4 3 New

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

SAP HANA Big Data Intelligence rapiddeployment

SAP HANA Big Data Intelligence rapiddeployment SAP HANA 1.0 November 2015 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1

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

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

SAP Sales and Operations Planning

SAP Sales and Operations Planning Document Version: 1.0 2014-05-21 Additional Documentation Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI)

How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) How-To Guide SAP Cloud for Customer Document Version: 3.0-2015-09-03 How to Extend SAP Cloud for Customer - SAP On- Premise Pre-Packaged Integration Content (PI/HCI) Document History Document Version Description

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

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer

SEPA in SAP CRM. Application Innovation, CRM & Service Industries. Customer SEPA in SAP CRM Application Innovation, CRM & Service Industries Customer Agenda Overview SEPA in SAP CRM Additional Information 2013 SAP AG. All rights reserved. Customer 2 Agenda Overview SEPA in SAP

More information

SAP BusinessObjects Financial Consolidation Excel Link (Web) User Guide

SAP BusinessObjects Financial Consolidation Excel Link (Web) User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 2015-02-23 SAP BusinessObjects Financial Consolidation Excel Link (Web) User Guide Content 1 Logging on to an SAP BusinessObjects Financial

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

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 for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel

How-To Guide for SAP Advanced Planning and Optimization, Demand Planning Add-In for Microsoft Excel How-To Guide SAP Advanced Planning and Optimization, demand planning add-in for Microsoft Excel Document Version: 1.10 2015-04-10 CUSTOMER How-To Guide for SAP Advanced Planning and Optimization, Demand

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

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

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3

Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Installation Guide: Agentry Device Clients SAP Mobile Platform 2.3 Windows DOCUMENT ID: DC01954-01-0230-01 LAST REVISED: February 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved.

More information

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide HP Quality Center Software Version: 9.20 Version Control Add-in Guide Document Number: QCGENVC9.2/01 Document Release Date: May 2007 Software Release Date: May 2007 Legal Notices Warranty The only warranties

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

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

SAP Payroll Processing control center rapiddeployment

SAP Payroll Processing control center rapiddeployment Software and Delivery Requirements Document Version: 1.0 July 2015 SAP Payroll Processing control center rapiddeployment solution Typographic Conventions Type Style Example Description Words or characters

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

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements SAP Cloud for 1502 March 2015 English SAP Cloud for integration with SAP ERP: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2 Date Copyright

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

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 Requirements

Software Requirements EHP6 for SAP ERP 6.0 October 2014 English SAP Commercial Project Management rapiddeployment solution SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE or an SAP affiliate company.

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

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

Create Cool Lumira Visualization Extensions with SAP Web IDE Dong Pan SAP PM and RIG Analytics Henry Kam Senior Product Manager, Developer Ecosystem

Create Cool Lumira Visualization Extensions with SAP Web IDE Dong Pan SAP PM and RIG Analytics Henry Kam Senior Product Manager, Developer Ecosystem Create Cool Lumira Visualization Extensions with SAP Web IDE Dong Pan SAP PM and RIG Analytics Henry Kam Senior Product Manager, Developer Ecosystem 2015 SAP SE or an SAP affiliate company. All rights

More information

CUSTOMER Mobile Place Branding Guide

CUSTOMER Mobile Place Branding Guide Mobile Secure Cloud Edition Document Version: 1.1 2015-02-27 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the

More information

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 Config Guide Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 November 2014 Title: Gimmal Smart Tiles (SharePoint-Hosted) Configuration Guide Copyright 2014 Gimmal, All Rights Reserved. Gimmal

More information

How to Deploy Custom Visualizations Using D3 on MSTR 10. Version 1.0. Presented by: Felipe Vilela

How to Deploy Custom Visualizations Using D3 on MSTR 10. Version 1.0. Presented by: Felipe Vilela How to Deploy Custom Visualizations Using D3 on MSTR 10 Version 1.0 Presented by: Felipe Vilela Table of Contents How to deploy Custom Visualizations using D3 on MSTR 10... 1 Version 1.0... 1 Table of

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

Dashboard Builder TM for Microsoft Access

Dashboard Builder TM for Microsoft Access Dashboard Builder TM for Microsoft Access Web Edition Application Guide Version 5.3 5.12.2014 This document is copyright 2007-2014 OpenGate Software. The information contained in this document is subject

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

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements SAP Portfolio and Project Management 5.0 July 2013 English SAP Project Portfolio Monitoring Rapid- Deployment Solution: SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP

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

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

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

4 Ways That Electric Vehicles Will Impact Utilities

4 Ways That Electric Vehicles Will Impact Utilities E-Book NO. 26 4 Ways That Electric Vehicles Will Impact Utilities SAP Center for Business Insight Brief Q&A Case Study Inquiry E-Book Though the number of electric vehicles is still relatively small, their

More information

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide Dell Spotlight on Active Directory 6.8.3 Server Health Wizard Configuration Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Best Practices for Dashboard Design with SAP BusinessObjects Design Studio

Best Practices for Dashboard Design with SAP BusinessObjects Design Studio Ingo Hilgefort, SAP Mentor February 2015 Agenda Best Practices on Dashboard Design Performance BEST PRACTICES FOR DASHBOARD DESIGN WITH SAP BUSINESSOBJECTS DESIGN STUDIO DASHBOARD DESIGN What is a dashboard

More information

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

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

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

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

FI Localization for Ukraine. Asset Accounting (FI-AA) SAP Library 05.09.2013. CUSTOMER Document Version: 6774 September 2013

FI Localization for Ukraine. Asset Accounting (FI-AA) SAP Library 05.09.2013. CUSTOMER Document Version: 6774 September 2013 FI Localization for Ukraine Asset Accounting (FI-AA) CUSTOMER Document Version: 6774 September 2013 Asset Accounting (FI-AA) 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

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

Extend the SAP FIORI app HCM Timesheet Approval

Extend the SAP FIORI app HCM Timesheet Approval SAP Web Integrated Development Environment How-To Guide Provided by Customer Experience Group Extend the SAP FIORI app HCM Timesheet Approval Applicable Releases: SAP Web Integrated Development Environment

More information

Getting Started with Android Smartphones and ThingWorx

Getting Started with Android Smartphones and ThingWorx Smartphones and ThingWorx How to send and visualize data from your Android phone using ThingWorx Revision # Date ThingWorx Revision Changes Owner 1.0 18-05-15 5.1.0.433 2.0 10.05.15 Updated based on Andy

More information

Apple Applications > Safari 2008-10-15

Apple Applications > Safari 2008-10-15 Safari User Guide for Web Developers Apple Applications > Safari 2008-10-15 Apple Inc. 2008 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

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

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc.

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2011 Advanced Crystal Reports TeachUcomp, Inc. it s all about you Copyright: Copyright 2011 by TeachUcomp, Inc. All rights reserved.

More information

SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server

SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server SAP BW Columnstore Optimized Flat Cube on Microsoft SQL Server Applies to: SAP Business Warehouse 7.4 and higher running on Microsoft SQL Server 2014 and higher Summary The Columnstore Optimized Flat Cube

More information

PSM-PPM Integration SAP Product Structure Management

PSM-PPM Integration SAP Product Structure Management PSM-PPM Integration SAP Product Structure Management A PLM Consulting Solution PSM PPM Integration The PLM Consulting Solution PSM-PPM Integration integrates the display and management of PPM objects (e.g.:

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Ignite Your Creative Ideas with Fast and Engaging Data Discovery

Ignite Your Creative Ideas with Fast and Engaging Data Discovery SAP Brief SAP BusinessObjects BI s SAP Crystal s SAP Lumira Objectives Ignite Your Creative Ideas with Fast and Engaging Data Discovery Tap into your data big and small Tap into your data big and small

More information

Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder

Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Using SAP Crystal Reports with SAP Sybase SQL Anywhere

Using SAP Crystal Reports with SAP Sybase SQL Anywhere Using SAP Crystal Reports with SAP Sybase SQL Anywhere TABLE OF CONTENTS INTRODUCTION... 3 REQUIREMENTS... 3 CONNECTING TO SQL ANYWHERE WITH CRYSTAL REPORTS... 4 CREATING A SIMPLE REPORT... 7 Adding Data

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Knowledge Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Knowledge Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Knowledge Management help topics for printing Document Release Date: December 2014 Software Release Date:

More information

SAP Business One mobile app for ios. Version 1.9.x September 2013

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

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