Yu-Nong Zhang, Roland Hamm, SAP AG

Size: px
Start display at page:

Download "Yu-Nong Zhang, Roland Hamm, SAP AG"

Transcription

1 SAP NetWeaver Java Development Infrastructure (aka NWDI) Yu-Nong Zhang, Roland Hamm, SAP AG

2 NWDI - Inhouse Experience Demo: Migrating an J2EE application into NetWeaver Development Infrastructure

3 NWDI - Inhouse Experience Demo: Migrating an J2EE application into NetWeaver Development Infrastructure

4 Requirements on a common SAP wide development infrastructure 1. One manageable infrastructure for all SAP development locations 2. Enable Source Code delivery, enable customer modification adjustment and build support on customer side 3. Increase effectiveness of development process by componentization and software layering 1. Reduction in repair times and in the propagation of error corrections 2. Reduce impact of ongoing development in lower SW layers to development projects on higher SW layers 4. Development of Enterprise Service Architecture (ESA) based applications requires strong componentization and dependency management support SAP AG 2004, Title of Presentation / Speaker Name / 4

5 The Self Service Project in ERP 2004 Existing products were already out in the market High volume product (number of users in the millions) designed and developed More user groups ESS moves to every desktop and even into occasional users area (Kiosksystems) Technology: a new generation Replacement of the ITS by WebDynpro Simplification of the development landscape by use of the NWDI New standard in portal integration with EP 6.0 Reimplementation Replacement of a proven but aging product: reimplement the most popular services according to usage Up to 50 services such as Time Recording (CATS), Leave Request, Remuneration statement, Travel expenses, Headcount Planning Localized versions of Personal information scenarios (address, bank, family, ) for more than 30 country versions About 60 developers in 4 different locations: Walldorf, Bangalore, Palo Alto, Sophia Antipolis SAP AG 2004, Title of Presentation / Speaker Name / 5

6 Development Infrastructure Big Picture is Standards based J2EE WebDAV, DeltaV Repository standards for accessing and versioning arbitrary development objects supported by all major development tool vendors Developer frontend plugged into Eclipse (Open Source development tool) offers Substantial savings in Business Application Development Supports various parts of Business Applications beyond pure code like DB definitions, UI definitions, Web Services... will support all SAP NetWeaver Authoring Environments (PDK, MDK, IDE,...) Supports strong and well organized reuse between many developers Central administration frees developers from technical details is Adaptive to SAP AND customer needs from simple 2 developer projects to huge projects with hundreds of developers in multiple layers and mixed with SAP modifications SAP AG 2004, Title of Presentation / Speaker Name / 6

7 Overview: Java Development Infrastructure I < Local Installation on Developer s PC > < Central Infrastructure > SAP NetWeaver Developer Studio Component Model Local File System Local J2EE Engine SAP AG 2004, Title of Presentation / Speaker Name / 7 Component Build Service (CBS) Design Time Repository (DTR) Name Server Change Management Service (CMS) System Landscape Directory (SLD) Deploy Run Run Time J2EE Systems

8 How Self Services use the JDI Stepwise introduction of the NWDI building blocks Start with IDE and DTR in May 2003 Incl. a nightbuild on a central server Use of proprietary and hand-run scripts to feed the nightbuild server with the recent Self Service sources Installation of central test servers in September 2003 Still used proprietary and hand-run scripts to build and feed the test servers with the nightbuild archives Added CBS to achieve a central component build in January 2004 Developers can sync component archives rather than sources which have to be built locally Get rid of separate build step: component archives could be deployed to test server directly via proprietary script Installation of CMS in March 2004 Release of checked-in activities to ensure quality process Consolidate to production to enable final assembly Remaining manual process planned automation by end of 2004 Automatically deploy CBS-archives via CMS into system landscape SAP AG 2004, Title of Presentation / Speaker Name / 8

9 With NWDI achievable Goals achievable by common utilization of NWDI: Increase effectiveness of development cycle: shortened bug-fixing cycles, de-coupling and resolving of cyclic code dependencies Guide and Manage each single developer: easy access, build on demand, early integration tests Consistent deployment and propagation of development changes in-house and into customer shipment Strong support for ESA based application development (component model, dependency control, sw layering, propagation management) SAP AG 2004, Title of Presentation / Speaker Name / 9

10 With NWDI achievable Goals achievable by common utilization of NWDI: Increase effectiveness of development cycle: shortened bug-fixing cycles, de-coupling and resolving of cyclic code dependencies Guide and Manage each single developer: easy access, build on demand, early integration tests Consistent deployment and propagation of development changes in-house and into customer shipment Strong support for ESA based application development (component model, dependency control, sw layering, propagation management) SAP AG 2004, Title of Presentation / Speaker Name / 10

11 Componentization and de-coupling Enhanced build services On demand by the developer Using formally known dependencies Mandatory central test build Reduction in repair times and in the propagation of error corrections Layered development Find correct sources The Component model with its multilevel visibility and formally known dependencies Together with an automated transport including approval steps Allows you to define and operate multiple development layers Reduced number of developers in one system Increased stability due to transport of versions with proven quality Basic Components Central test and release objects Central build Check-in changed files Local build, local test Change development objects Find correct foreign libraries Copy & checkout source files Feaure Components Basic Components Application Components Feature Components Basic Components SAP AG 2004, Title of Presentation / Speaker Name / 11

12 Componentization of the Self Services Self Service applications make use of software components from 3 layers TECHDEV: Basis functionality such as J2EE, WebDynpro etc. PCUI_GP: Generic Self Service components like Floorplan Manager, Utilities, ESS, MSS : all Self Services applications Layering of components Basis layer with different release schedules and completely decoupled development Layer PCUI_GP contains the Self Service runtime and utilities on which all Self Service applications are based on same release schedule as Self Service development Only limited number (5-10) of developers with own access profile comparably to ABA layer in R/3 world Application Layer (ESS/MSS) for Self Service development all Self Service developers only stable versions of Basis and PCUI_GP layer through use of compiled and activated archives instead of rebuilding the most recent sources SAP AG 2004, Title of Presentation / Speaker Name / 12

13 ADMINISTRATION / QM DEVELOPMENT ADMINISTRATION Development process with NWDI Product and Application define Track & Dev. Config. import Development release SL Change Mgmt. prepare Delivery define Next Release SAP AG 2004, Title of Presentation / Speaker Name / 13 Design Applications 1. PPMS/SLD: Define software to be developed Support Development Process 2. CMS: Define development system landscape 3. Dev. Studio/Component Model: Edit and build development objects 4. CMS: Propagation of SC s into next development stages, quality assurance, and assembly using the Change Management Service Support of shipment and Software maintenance 5. CMS: Deliver SCs and patches 6. CMS: For the next SC release define a new code line

14 The Component Model Elements Development Objects Stored as versioned files in the source repository (DTR) Product version i.e. Web Dynpro view, table definition, Java source file, *.jsp, ejb, Development Components (DCs) Development and build units Group development objects without overlapping Software Components (SCs) Delivery and installation units (like e.g. HR in ABAP) * * SC version 1 * DC version 1 1 0/1 Release Group development components without overlapping Own the release definition * DO version Products Overlapping selections of software components SAP AG 2004, Title of Presentation / Speaker Name / 14

15 System Landscape Directory Products and SC s PPMS Synchronize, XML Master Component Repository Component Types Landscape Patterns Possible Combinations Update SAP SAP AG 2004, Title of Presentation / Speaker Name / 15

16 Component Model - Features Encapsulation/Decoupling Reusable elements explicitly declared public Access control lists restrict component usage Nested components Controlling Dependencies Explicit declaration of dependencies Checked by build process Build Support Predefined build templates for component types Generic Model Independent of technology / programming language Tools Fully integrated in SAP NetWeaver developer studio DC B DC A DC C usage dependency ppa ppx DC X ppy DC Y SAP AG 2004, Title of Presentation / Speaker Name / 16

17 SCs and DCs of the Self Services (ERP 2005) Software Components ESS - Employee Self Services ~ 200 Development Components ~ 220 Self Service Applications ~ 1000 WebDynpro components PCUI_GP - Reusable parts for all self service applications 9 Development Components ~ 50 WebDynpro Components MSS Manager Self Services ~ 70 Development Components ~ 80 Self Service Applications ~ 400 WebDynpro components SAP AG 2004, Title of Presentation / Speaker Name / 17

18 Experiences when working with SCs and DCs Granularity / size of DCs during development and build time General Rule for Granularity: 1 DC normally reflects 1 Self Service application Reduce local build time DCs with more than 10 WebDynpro components have proven to need more than 2 minutes build time on a developer s workstation Enable working in teams Increasing number of components results in several persons working on the same DC No use of nested DCs Did not reduce build time Still all sub-dcs needed to be compilable as only parent-dcs can be deployed no advantage in comparison with parallel DCs Software Components Size of SC ESS already close to 200 MB With implementation of every Support Package, customers have to download this from SAPNet Service Marketplace Deployment of whole SC on J2EE takes up to 3 hours Deployment of single DCs from a support package not feasible Whole SC has to be deployed to ensure consistency SAP AG 2004, Title of Presentation / Speaker Name / 18

19 Shipment of source code to customers I ~ 90 % of the Self Service customers do modifications on the scenarios Adapt terminology and other texts Change the screen display a field on the screen (where it has not been before) remove the field from the screen (where is has been before) change the position or any other property of the field on the screen (where it has been before, whether it was read-only or editable, etc.) Adapt dialog process flow (e.g. omit review screen) Adapt properties of screen elements On various UI elements change properties like enabled, length, read-only With NetWeaver04 there are no possibilities for modification-free screen adaptation, only for text adaptation Shipment of sources was necessary to enable this as a modification Self Services are the pilot shipping non-abap sources to customers SAP AG 2004, Title of Presentation / Speaker Name / 19

20 Shipment of source code to customers II Consequences for SAP development No restrictions in comparison with other development Consequences on customer site Customers need to install and setup a full NWDI When applying support packages, conflicts need to be detected and resolved Restrictions when modifying sources Patches are only available as archives, these can not be applied on modified sources; only Support Packages contain sources Manual corrections required Rudimentary tool support for conflict resolution Merge Tool to detect and compare versions (SAP customer) Restrictions on tool side No automatic merge of conflicts, e.g. like SCWB, SPAM, SPAU,... in R/3 world SAP AG 2004, Title of Presentation / Speaker Name / 20

21 With NWDI achievable Goals achievable by common utilization of NWDI: Increase effectiveness of development cycle: shortened bug-fixing cycles, de-coupling and resolving of cyclic code dependencies Guide and Manage each single developer: easy access, build on demand, early integration tests Consistent deployment and propagation of development changes in-house and into customer shipment Strong support for ESA based application development (component model, dependency control, sw layering, propagation management) SAP AG 2004, Title of Presentation / Speaker Name / 21

22 ADMINISTRATION / QM DEVELOPMENT ADMINISTRATION Development process with NWDI Product and Application define Track & Dev. Config. import Development release SL Change Mgmt. prepare Delivery define Next Release SAP AG 2004, Title of Presentation / Speaker Name / 22 Design Applications 1. PPMS/SLD: Define software to be developed Support Development Process 2. CMS: Define development system landscape 3. Dev. Studio/Component Model: Edit and build development objects 4. CMS: Propagation of SC s into next development stages, quality assurance, and assembly using the Change Management Service Support of Shipment and Software Maintenance 5. CMS: Deliver SCs and patches 6. CMS: For the next SC release define a new code line

23 Guide and Manage each single Developer SAP AG 2004, Title of Presentation / Speaker Name / 23

24 Self Service development process with NWDI Support Development Process Development configuration in the IDE can be downloaded from a central server This ensures same development landscape for all developers in all our 4 different locations no need for specific personal adjustments Support of Shipment and Software Maintenance Support package process still includes manual steps for translation Generating the translation pool (in an R/3 translation system) Retrofit of the translated.xlf files to DTR SAP AG 2004, Title of Presentation / Speaker Name / 24

25 A typical Self Service developer s workstation Local installation of NetWeaver Developer Studio (IDE) J2EE engine incl. MaxDB No use of a central J2EE engine to avoid conflicts when several developers are changing the same DC at the same time Concurrent debugging is possible in the meantime: A central J2EE will be used for support landscape in the near future Hardware requirements: 2GB RAM, 2,4 GHz CPU Central use of CBS CMS to get archives from Basis development, PCUI_GP to build the checked-in sources centrally to release the activities after successful activation Test server contains all activated activities Use of Windows Terminal Service (WTS) for IDE versions in Support Package Landscape SAP AG 2004, Title of Presentation / Speaker Name / 25

26 With NWDI achievable Goals achievable by common utilization of NWDI: Increase effectiveness of development cycle: shortened bug-fixing cycles, de-coupling and resolving of cyclic code dependencies Guide and Manage each single developer: easy access, build on demand, early integration tests Consistent deployment and propagation of development changes in-house and into customer shipment Strong support for ESA based application development (component model, dependency control, sw layering, propagation management) SAP AG 2004, Title of Presentation / Speaker Name / 26

27 Development Track The System landscape for development of a Software component Development Configuration Consolidation Configuration SLD Workspaces Change Request Workspaces Component A Version i 3 Component Pool Buildspace Buildspace Central Development System Consolidation System Test System Production System 1 Activate 2 Release 1 Import 2 Assembly 3 Approval < Developer > < Administrator > SAP AG 2004, Title of Presentation / Speaker Name / 27

28 Change Management Service (CMS) Landscape Configurator Domain Track Track Track Track Track Track Dev. Config. DEV Dev. Config. CONS SC Development Configuration DTR-Workspaces: Track RTS DEV RTS CONS RTS QA RTS PROD CBS Buildspace Compartment Workspace Transport Studio Source Track Target Track DEV Workspaces build Buildspace Propagation CONS Workspaces build Buildspace Assembly SC Propagation / Transport DEV Workspaces build Buildspace CONS Workspaces build Buildspace SC deploy deploy deploy deploy deploy deploy RTS DEV RTS CONS RTS QA RTS PROD RTS DEV RTS CONS RTS QA RTS SAP AG 2004, Title of Presentation / Speaker Name / 28

29 SAP inhouse: JDI Landscape Overview Landscape Directory Nameserver Landscape Directory Nameserver SLD JDI Development SLD TechDev and Application Development Staging Public/Test Preprod. Production DTR DTR DTR DTR CBS CBS CBS CBS CBS CBS CBS CBS CBS CBS CBS CBS CMS CMS CMS CMS JDI Tests LDAP test Sandbox for Test Projects LDAP prod User Management User Management JSS test JSS prod SAP AG 2004, Title of Presentation / Speaker Name / 29

30 SAP inhouse: JDI Landscape Walldorf Basis Development Application Development Staging Public/Test Preprod. Production Final Assembly DTR DTR 8000 DTR 8100 DTR 2100 DTR 2000 DTR 4000 DTR 6000 CBS CMS CMS 8000 SLD 8000 CBS8000 CBS8100 CBS8010 CBS8012 CBS2100 CMS 2100 CBS2000 CBS2002 CBS2004 CBS2006 CBS2008 CBS4000 DTR 4010 CBS6002 LDAP test WDF JSS test JSS prod LDAP prod WDF SLD SAP Name Server CMS MAIN SAP AG 2004, Title of Presentation / Speaker Name / 30

31 AGENDA: Delivery ADMINISTRATION DEVELOPMENT ADMINISTRATION Development Infrastructure Track define define Development Configuration import Development release SL Change Management prepare Delivery define Next Release 1. SLD: Define software to be developed Define a product Define one or more software components (SCs) that form the product 2. CMS: Define development landscape Define a track for the specific release of the SC Development configurations are generated for each development state of an SC (DEV or CONS) 3. Dev. Studio: Edit and build development objects Use the SAP NetWeaver Developer Studio with access to the SAP NW JDI for all development projects Release objects for further processing by QM/Admin. 4. CMS: Define further use of SCs Transport into next dev. steps, quality assurance, and assembly using the Change Management Service 5. CMS: Deliver Software Components and patches Deliver software component versions building products as well as support packages 6. CMS: For the next SC release define a new track SAP AG 2004, Title of Presentation / Speaker Name / 31

32 Component Model in Delivery and Maintenance Products P1 P2 Installation / Upgrade Software Components S1 S2 Support Packages D6 D8 D11 Development Components D4 D5 D7 D9 D10 Patches D1 D2 D3 SAP AG 2004, Title of Presentation / Speaker Name / 32

33 Components and Versions: Maintenance Software Maintenance from the customer s point of view is organized in three layers A Release is a full delivery of SCs providing extra features and enhancements defines new Support Intervals Delivery of new functions and new user interfaces A Support Package is a full delivery of an SC bundling bug fixes should not require new trainings for the end users should be fully compatible with the original delivery of the SC does not extend the Support Interval A Patch is a full delivery of a DC providing a new Bug Fix SAP AG 2004, Title of Presentation / Speaker Name / 33

34 Shipment to customers Unique problem for business application software vendors: Customers need to modify standard software Need delivery format including all types of executables, build archives and sources Need complete build environment Need concepts for handling of modifications SAP Customer Applications Applications With JDI NetWeaver NetWeaver jars, java sources, dictionary, NetWeaver JDI package format enables shipment of various software types (e.g. jars, java sources and dictionary) Build services at customer site allow recompilation of modified sources A source code control system based on distributed versioning Enables controlled source delivery between different locations (e.g. SAP customer) Allows conflict resolution between customer modifications and new SAP deliveries SAP AG 2004, Title of Presentation / Speaker Name / 34

35 SAP Delivery into Customer Landscape ( like Transport between Tracks) SAP Customer Track Customer Track Cust. Track 2 Dev. Configuration SC_Dev Dev. Configuration SC_Cons 1 Workspaces Change Request Workspaces SAP SC Version i 2 Modified SC Version j Buildspace Buildspace Central Development System Consolidation System Test or Production System SAP AG 2004, Title of Presentation / Speaker Name / 35

36 NWDI - Inhouse Experience Demo: Migrating an J2EE application into NetWeaver Development Infrastructure

37 Demo Scenario SUN RI 2005Q1 Web Container Employee,jsp EJB Container Client (Web Browser) SAP J2EE Engine 6.40 Web Dynpro Container RT Employee,jsp Employee EJB Container A J2EE application on top of SUN s reference implementation with: A JSP page as presentation layer, A stateless session bean, An entity bean with container-managed persistence, A DB table. EmployeeServiceBean EmployeeBean EmployeeServiceBean EmployeeBean Tranfering this application into the SAP J2EE Engine using NWDI. EDM_Employee EDM_Employee Pepping up the UI with Web Dynpro. Database Database SAP AG 2004, Title of Presentation / Speaker Name / 37

38 Developer 1: Pure J2EE application (IDE) 1. Create database table using Java Dictionary (Done) Define table columns Expose the table as Public Part for compilation purpose 2. Transfer the existing J2EE application into NWDI Create DCs for EJB, Web and EAR modules Copy sources Adapte vendor-specific deployment descriptors Re-define the Public Part ejb-client Reserve application context root Reserve and add data source alias to the application Local build and test 3. Check-in sources, activate changes and release the activity for transport SAP AG 2004, Title of Presentation / Speaker Name / 38

39 Developer 2: Web Dynpro UI (IDE) 1. Create Web Dynpro application (Done, but not buildable yet!) 2. Reference the EJB module for compile time usage 3. Re-build the Web Dynpro application and finish up the work SAP AG 2004, Title of Presentation / Speaker Name / 39

40 Project lead: Transport, tests and release (CMS) 1. Import change requests into the consolidation system 2. Integration test 3. Assembly and quality test 4. Release the software for shipping SAP AG 2004, Title of Presentation / Speaker Name / 40

41 Questions? Q&A SAP AG 2004, Title of Presentation / Speaker Name / 41

42 Copyright 2004 SAP AG. All Rights Reserved No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iseries, pseries, xseries, zseries, z/os, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, and Informix are trademarks or registered trademarks of IBM Corporation in the United States and/or other countries. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group 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 AG 2004, Title of Presentation / Speaker Name / 42

43 Copyright 2004 SAP AG. Alle Rechte vorbehalten Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden. Die von SAP AG oder deren Vertriebsfirmen angebotenen Softwareprodukte können Softwarekomponenten auch anderer Softwarehersteller enthalten. Microsoft, Windows, Outlook, und PowerPoint sind eingetragene Marken der Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iseries, pseries, xseries, zseries, z/os, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, und Informix sind Marken oder eingetragene Marken der IBM Corporation in den USA und/oder anderen Ländern. Oracle ist eine eingetragene Marke der Oracle Corporation. UNIX, X/Open, OSF/1, und Motif sind eingetragene Marken der Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, und MultiWin sind Marken oder eingetragene Marken von Citrix Systems, Inc. HTML, XML, XHTML und W3C sind Marken oder eingetragene Marken des W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java ist eine eingetragene Marke von Sun Microsystems, Inc. JavaScript ist eine eingetragene Marke der Sun Microsystems, Inc., verwendet unter der Lizenz der von Netscape entwickelten und implementierten Technologie. MaxDB ist eine Marke von MySQL AB, Schweden. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP NetWeaver und weitere im Text erwähnte SAP-Produkte und - Dienstleistungen sowie die entsprechenden Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und anderen Ländern weltweit. Alle anderen Namen von Produkten und Dienstleistungen sind Marken der jeweiligen Firmen. Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden. Die vorliegenden Angaben werden von SAP AG und ihren Konzernunternehmen ( SAP-Konzern ) bereitgestellt und dienen ausschließlich Informationszwecken. Der SAP-Konzern übernimmt keinerlei Haftung oder Garantie für Fehler oder Unvollständigkeiten in dieser Publikation. Der SAP-Konzern steht lediglich für Produkte und Dienstleistungen nach der Maßgabe ein, die in der Vereinbarung über die jeweiligen Produkte und Dienstleistungen ausdrücklich geregelt ist. Aus den in dieser Publikation enthaltenen Informationen ergibt sich keine weiterführende Haftung. SAP AG 2004, Title of Presentation / Speaker Name / 43

SAP NetWeaver IT Scenario Overview <insert scenario name>

SAP NetWeaver IT Scenario Overview <insert scenario name> SAP NetWeaver IT Scenario Overview Using Room Extensions SAP NetWeaver Product Management Introduction to Room Extensions Mapping Plan Example How to develop an Extension Value Set

More information

Adobe Forms Integration in SAP Web AS Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US

Adobe Forms Integration in SAP Web AS Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US Adobe Forms Integration in SAP Web AS 6.40 Marc Chan Sr. NetWeaver Consultant NetWeaver RIG US Agenda Scenario Overview Technical Architecture and Demo SAP AG 2004, Adobe Forms Integration with Web AS

More information

SAP Exchange Infrastructure - Graphical Mapping

SAP Exchange Infrastructure - Graphical Mapping SAP Exchange Infrastructure - Graphical Mapping Joachim Orb SAP AG Thomas Volmering SAP AG Learning Objectives As a result of this workshop, you will be able to: Handle the graphical mapping editor Use

More information

What s New? SAP HANA SPS 07 SAP HANA tailored data center integration. SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 SAP HANA tailored data center integration. SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 SAP HANA tailored data center integration SAP HANA Product Management November, 2013 Content This presentation provides an overview of the additional deployment option called

More information

What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 Fuzzy Search (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Scope The scope of the extended development topic SAP HANA Fuzzy Search covers Fault-tolerant

More information

Setup an NWDI Track for Composition Environment Developments

Setup an NWDI Track for Composition Environment Developments How-to Guide SAP NetWeaver 7.0 How To Setup an NWDI Track for Composition Environment Developments Version 2.00 January 2008 Applicable Releases: SAP NetWeaver 7.0 SP13 (Custom Development & Unified Life-Cycle

More information

Tips & Tricks for FOX Formulas in BW-BPS

Tips & Tricks for FOX Formulas in BW-BPS SAP NetWeaver Know-How Network Conference Call Tips & Tricks for FOX Formulas in BW-BPS Marc F. Bernard Platinum Consultant SAP NetWeaver RIG Americas SAP Labs, LLC Thursday, March 10, 2005 Learning Objectives

More information

What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 Administration & Monitoring (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Content This presentation provides an overview of the changes regarding

More information

SAP HANA Revision Strategy. SAP HANA Product Management May 2014

SAP HANA Revision Strategy. SAP HANA Product Management May 2014 SAP HANA Revision Strategy SAP HANA Product Management May 2014 Table of Contents SAP HANA Revision Understand the difference between Support Package Stack, Support Packages and Revisions SAP HANA Release

More information

What s New / Release Notes SAP Strategy Management 10.1

What s New / Release Notes SAP Strategy Management 10.1 What s New / Release Notes SAP Strategy Management 10.1 PUBLIC Document Version: 1.1 [November 6, 2013] Copyright Copyright 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Visual Composer Build Process

Visual Composer Build Process Applies to: Visual Composer for Composition Environment 7.1 Summary This paper explains how Visual Composer builds & creates its applications, and what are the dependencies and naming consideration a modeler

More information

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1

How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 SAP NetWeaver How-To Guide How To Set up NWDI for Creating Handheld Applications in SAP NetWeaver Mobile 7.1 Applicable Releases: SAP NetWeaver Mobile 7.1 Topic Area: User Productivity Capability: Mobile

More information

How To Configure IDoc Adapters

How To Configure IDoc Adapters How-to Guide SAP NetWeaver 04 How To Configure IDoc Adapters Version 1.00 Feb 2005 Applicable Releases: SAP NetWeaver 04 XI 3.0 SR1 and above Copyright 2005 SAP AG. All rights reserved. No part of this

More information

Get started with the SAP NetWeaver Development Infrastructure

Get started with the SAP NetWeaver Development Infrastructure How-to Guide SAP NetWeaver 04 How to Get started with the SAP NetWeaver Development Infrastructure Version 1.00 July 2006 Applicable Releases: SAP NetWeaver 04 Copyright 2006 SAP AG. All rights reserved.

More information

What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013

What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 What s New? SAP HANA SPS 07 SAP HANA Platform Lifecycle Management (Delta from SPS 06 to SPS 07) SAP HANA Product Management November, 2013 Agenda Overview SAP HANA lifecycle management tools offerings

More information

Sizing for Guided Procedures, SAP NetWeaver 7.0

Sizing for Guided Procedures, SAP NetWeaver 7.0 Sizing Guide Sizing for Guided Procedures, SAP NetWeaver 7.0 Released for SAP Customers and Partners Document Version 1.0 - September 2007r Released for SAP Customers and Partners Copyright 2005 SAP AG.

More information

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0

How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 How- to Guide SAP NetW e a v e r 0 4 How to Upgr a d e We b Dynpro Them e s from SP S 9 to SP S 1 0 Ver si o n 1. 0 0 Dec e m b e r 2 0 0 4 Applic a b l e Rele a s e s : SAP NetW e a v e r 0 4 SP Sta c

More information

Install TREX for CAF Version 1.00 March 2006

Install TREX for CAF Version 1.00 March 2006 How-to Guide SAP NetWeaver 04s How To Install TREX for CAF Version 1.00 March 2006 Applicable Releases: SAP NetWeaver 04s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be

More information

How to Create a New SAPUI5 Development Component

How to Create a New SAPUI5 Development Component SAP Overall Equipment Effectiveness Management How-To Guide How to Create a New SAPUI5 Development Component Applicable Release: OEE 1.0 SP01 Version 1.0 August 8, 2013 Copyright 2013 SAP AG. All rights

More information

How To Extend User Details

How To Extend User Details How-to Guide SAP NetWeaver 2004s How To Extend User Details May 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC

How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC How to Install SAP Netweaver 2004s ABAP Edition on Your Local PC September 2006 SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

Visual Composer - Task Management Application

Visual Composer - Task Management Application Visual Composer - Task Management Application Applies to: Visual Composer for NetWeaver 2004s. Summary This document describes the basic functionality of the Task Management application, which is now available

More information

How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0

How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0 How-to Guide SAP NetWeaver 04 How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0 Version 1.00 Nov 2005 Applicable Releases: SAP NetWeaver 04 SPS 13 and above

More information

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures SAP Composite Application Framework Creating an External Service type Callable Object in Guided Procedures Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

Do Exception Broadcasting

Do Exception Broadcasting How-to Guide SAP NetWeaver 2004s How To Do Exception Broadcasting Version 1.00 October 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication

More information

Configure TREX 6.1 for Efficient Indexing. Document Version 1.00 January Applicable Releases: SAP NetWeaver 04

Configure TREX 6.1 for Efficient Indexing. Document Version 1.00 January Applicable Releases: SAP NetWeaver 04 How-to Guide SAP NetWeaver 04 How To Configure TREX 6.1 for Efficient Indexing Document Version 1.00 January 2005 Applicable Releases: SAP NetWeaver 04 Copyright 2005 SAP AG. All rights reserved. No part

More information

Integrating a Web Service in a Composite Application. SAP Composite Application Framework

Integrating a Web Service in a Composite Application. SAP Composite Application Framework Integrating a Web Service in a Composite Application SAP Composite Application Framework Document Version 1.00 November 2005 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

Transport in GP. How-to Guide Beginning with SAP NetWeaver 2004s SPS06. Version 2.00 January 2006

Transport in GP. How-to Guide Beginning with SAP NetWeaver 2004s SPS06. Version 2.00 January 2006 How-to Guide Beginning with SAP NetWeaver 2004s SPS06 How To Transport in GP Version 2.00 January 2006 Applicable Releases: Beginning with SAP NetWeaver 2004s SPS06 Copyright 2006 SAP AG. All rights reserved.

More information

How to Set Up and Use the SAP OEE Custom UI Feature

How to Set Up and Use the SAP OEE Custom UI Feature SAP Overall Equipment Effectiveness Management How-To Guide How to Set Up and Use the SAP OEE Custom UI Feature Applicable Release: OEE 1.0 SP01 Version 1.0 August 8, 2013 Copyright 2013 SAP AG. All rights

More information

link SAP BPC Excel from an enterprise portal Version th of March 2009

link SAP BPC Excel from an enterprise portal Version th of March 2009 How-to Guide SAP CPM How To link SAP BPC Excel from an enterprise portal Version 1.00 12 th of March 2009 Applicable Releases: SAP BPC 7.0 M, 7.0 NW Copyright 2007 SAP AG. All rights reserved. No part

More information

MDM Syndicator Create Flat Syndication File

MDM Syndicator Create Flat Syndication File MDM Syndicator Create Flat Syndication File Applies to: SAP NetWeaver Master Data Management (MDM) SP3, SP4, SP5. Summary This article provides a step-by-step procedure in manually syndicate the data to

More information

Authentication of a WS Client Using a SAP Logon Ticket

Authentication of a WS Client Using a SAP Logon Ticket Authentication of a WS Client Using a SAP Logon Ticket Release 650 HELP.BCWEBSERVICES_TUTORIALS SAP Online Help 04.04.2005 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

More information

Cache Settings in Web Page Composer

Cache Settings in Web Page Composer Cache Settings in Web Page Composer Applies to: EP 7.0, SAP NetWeaver Knowledge Management SPS14. For more information, visit the Content Management homepage. Summary This paper explains what cache settings

More information

SAP Composite Application Framework. Creating a Content Package Object

SAP Composite Application Framework. Creating a Content Package Object SAP Composite Application Framework Creating a Content Package Object Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com Copyright

More information

Installation Guide Business Explorer

Installation Guide Business Explorer Business Explorer 7. 1 0 Copyright Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool

How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool SAP MII Websocket Integration with SAP PCo in Self Service Composition Environment How To Configure the Websocket Integration with SAP PCo in SAP MII Self Service Composition Environment Tool Applicable

More information

Enterprise Portal Logon Page Branding

Enterprise Portal Logon Page Branding Enterprise Portal Logon Page Branding Applies to: This document applies to Enterprise Portal 6.0 based on NW04 and 2004s platforms. Summary This document describes a procedure that uses the NetWeaver Development

More information

configure an anonymous access to KM

configure an anonymous access to KM How-to Guide SAP NetWeaver 2004s How To configure an anonymous access to KM Version 1.00 February 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this

More information

Using Business Graphics

Using Business Graphics Using Business Graphics SAP NetWeaver 2004 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the

More information

How To... Reuse Business Objects and Override Operations of a Business Object

How To... Reuse Business Objects and Override Operations of a Business Object SAP NetWeaver How-To Guide How To... Reuse Business Objects and Override Operations of a Business Object Applicable Releases: SAP NetWeaver Composition Environment 7.1 Topic Area: Development and Composition

More information

R e l ea se 6. 20/

R e l ea se 6. 20/ Release 6.20/6.40 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP

More information

Consuming Web Dynpro components in Visual Composer.

Consuming Web Dynpro components in Visual Composer. Consuming Web Dynpro components in Visual Composer. Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 Summary A step by step guide for translating

More information

How to Set Up and Use the SAP OEE Custom KPI Andons Feature

How to Set Up and Use the SAP OEE Custom KPI Andons Feature SAP Overall Equipment Effectiveness Management How-To Guide How to Set Up and Use the SAP OEE Custom KPI Andons Feature Applicable Release: OEE 1.0 SP02 Patch 2 Version 1.0 February 20, 2014 Copyright

More information

SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems

SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems SAP GRC Access Control: Configuring compliant user provisioning (formerly Virsa Access Enforcer) into CUA Systems Applies to: SAP GRC Access Enforcer, release 5.2 Summary For GRC Access Control to be able

More information

A Step-By-Step Guide on File to File Scenario Using Xslt Mapping

A Step-By-Step Guide on File to File Scenario Using Xslt Mapping A Step-By-Step Guide on File to File Scenario Using Xslt Mapping Applies to: SAP Exchange Infrastructure (XI) 3.0 / Process Integration (PI) 7.0 This document is for all XI aspirants who want to create

More information

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight

Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight Web Dynpro for ABAP: Tutorial 4 - Display Bookings of Selected Flight SAP NetWeaver 2004s Copyright Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Integrate a Forum into a Collaboration Room

Integrate a Forum into a Collaboration Room How-to Guide SAP NetWeaver 04 How To Integrate a Forum into a Collaboration Room Version 1.00 May 2007 Applicable Releases: SAP NetWeaver 04 SPS20 Copyright 2007 SAP AG. All rights reserved. No part of

More information

Process Control 2.5 Implementation Checklist

Process Control 2.5 Implementation Checklist SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE Checklist Process Control 2.5 Implementation Checklist SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Process Control 2.5 IT Practice

More information

Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006

Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006 Best Practices SAP NetWeaver 2004/2004s Best Practices Using KMC Capabilities in an External Facing Portal Version 1.00 October 2006 Applicable Releases: SAP NetWeaver 2004 and 2004s (Usage Type Enterprise

More information

SAP NetWeaver 04. Unification Terminology

SAP NetWeaver 04. Unification Terminology SAP NetWeaver 04 Unification Terminology Version 1.00 March 2005 Copyright 2005 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose

More information

Rounding Specification. Globalization Product Management Japan / SAP Japan November 27 th, 2012

Rounding Specification. Globalization Product Management Japan / SAP Japan November 27 th, 2012 Rounding Specification Globalization Product Management Japan / SAP Japan November 27 th, 2012 Disclaimer This message outlines our general product direction and should not be relied on in making a purchase

More information

How to Browse an Enterprise Services Registry in Visual Composer

How to Browse an Enterprise Services Registry in Visual Composer How to Browse an Enterprise Services Registry in Visual Composer Applies to: Visual Composer SAP NetWeaver Composition Environment 7.1 (Ehp0 and Ehp1) For more information, visit the User Interface Technology

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Web Application Server Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Components Detail SAP Web Application Server SAP AG 2003, Title of Presentation,

More information

Introduction to Data Archiving

Introduction to Data Archiving Introduction to Data Archiving Georg Fischer, Product Manager PDMS SAP AG This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

How To... Promote Reports and Input Schedules Through Your System Landscape

How To... Promote Reports and Input Schedules Through Your System Landscape SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Promote Reports and Input Schedules Through Your System Landscape Applicable Releases: SAP BusinessObjects Planning

More information

SAP Enterprise Portal 6.0 Portal Development Kit (PDK) Deployment Strategy. Version: November 21, 2003

SAP Enterprise Portal 6.0 Portal Development Kit (PDK) Deployment Strategy. Version: November 21, 2003 SAP Enterprise 6.0 Kit () Deployment Strategy Version: November 21, 2003 The typical Environment Kit for the SAP Enterprise 6.0 ( 6.0) The 6.0 is a Business Package and has to be deployed into the SAP

More information

Creating Your First Web Dynpro Application

Creating Your First Web Dynpro Application Creating Your First Web Dynpro Application Release 646 HELP.BCJAVA_START_QUICK Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Data Validation in Visual Composer for SAP NetWeaver Composition Environment

Data Validation in Visual Composer for SAP NetWeaver Composition Environment Data Validation in Visual Composer for SAP NetWeaver Composition Environment Applies to: Visual Composer for SAP enhancement package 1 for SAP NetWeaver Composition Environment 7.1 For more information

More information

Configure SSO in an SAP NetWeaver 2004s Dual Stack

Configure SSO in an SAP NetWeaver 2004s Dual Stack How-to Guide SAP xrpm 4.0 How To Configure SSO in an SAP NetWeaver 2004s Dual Stack Version 1.00 December 2005 Applicable Releases: SAP xrpm 4.0 Copyright 2004 SAP AG. All rights reserved. No part of this

More information

How To... Configure Integrated Configurations in the Advanced Adapter Engine

How To... Configure Integrated Configurations in the Advanced Adapter Engine SAP NetWeaver How-To Guide How To... Configure Integrated Configurations in the Advanced Adapter Engine Applicable Releases: SAP NetWeaver Process Integration 7.1, EhP 1 Topic Area: SOA Middleware Capability:

More information

Web Page Composer anonymous user access

Web Page Composer anonymous user access Web Page Composer anonymous user access Applies to: SAP NetWeaver Knowledge Management SPS14. For more information, visit the Content Management homepage. Summary Web Page composer is a tool used for publishing

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Search and Adapt SAP Best Practice content from Business Process Repository (BPR) Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice

More information

Exercise 1: Adding business logic to your application

Exercise 1: Adding business logic to your application Exercise 1: Adding business logic to your application At the conclusion of this exercise, you will be able to: - Enhance a Business Object with a new Property - Implement an Event Handler for a Business

More information

SAP NetWeaver How-To Guide

SAP NetWeaver How-To Guide SAP NetWeaver How-To Guide Integrate your Business Blueprint with SAP Netweaver BPM Applicable Releases: Business Process Blueprinting 1.0 for SAP Solution Manager 7.1 IT Practice / Topic Area: Blueprinting

More information

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request

How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to create successor change request SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_SYSTEM_METHOD_CALLER to Applicable Releases: EhP5, EhP6, MDG6.1 Version 1.1 March 2013

More information

SAP Learning Solution RKT ERP 2005 LSO 6.00

SAP Learning Solution RKT ERP 2005 LSO 6.00 SAP Learning Solution RKT ERP 2005 LSO 6.00 Authoring Environment SAP AG 2005 SAP AG 1 SAP Learning Solution Authoring Environment Metadata management and search Set content to obsolete Repository Explorer

More information

CBS Secrets Unveiled Understanding Broken and Dirty DCs

CBS Secrets Unveiled Understanding Broken and Dirty DCs CBS Secrets Unveiled Understanding Broken and Dirty DCs Applies to: SAP NetWeaver development infrastructure (installed as usage type DI). This article is valid for SAP NetWeaver releases 04 and 2004s.

More information

How to Translate a Visual Composer Model Part I

How to Translate a Visual Composer Model Part I How to Translate a Visual Composer Model Part I Applies to: SAP NetWeaver Visual Composer. Summary This How To guide is the first part in a series of guides which explain how to create and maintain translations

More information

Configure UD Connect on the J2EE Server for JDBC Access to External Databases

Configure UD Connect on the J2EE Server for JDBC Access to External Databases How-to Guide SAP NetWeaver 04 How to Configure UD Connect on the J2EE Server for JDBC Access to External Databases Version 1.05 Jan. 2004 Applicable Releases: SAP NetWeaver 04 (SAP BW3.5) Copyright 2004

More information

Modify the Portal Framework Page in SAP EP 6.0

Modify the Portal Framework Page in SAP EP 6.0 How-to Guide SAP NetWeaver 04 How To Modify the Portal Framework Page in SAP EP 6.0 Version 1.00 December 2004 Applicable Releases: SAP NetWeaver SP2 and higher (SAP NetWeaver 04) Copyright 2004 SAP AG.

More information

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible SAP NetWeaver How-To Guide How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible Applicable Releases: SAP NetWeaver 7.0 SAP NetWeaver CE 7.1 Topic Area: Security & Identity

More information

Preview of Web Services Reliable Messaging in SAP NetWeaver Process Integration 7.1

Preview of Web Services Reliable Messaging in SAP NetWeaver Process Integration 7.1 Preview of Web Services Reliable Messaging in SAP NetWeaver Process Integration 7.1 Applies to: SAP NetWeaver Process Integration IT Scenarios in Version 7.1 Summary In this article I introduce some details

More information

Quick Reference Guide SAP GRC Access Control Compliant User Provisioning (formerly Virsa Access Enforcer): HR Triggers

Quick Reference Guide SAP GRC Access Control Compliant User Provisioning (formerly Virsa Access Enforcer): HR Triggers Quick Reference Guide SAP GRC Access Control Compliant User Provisioning (formerly Virsa Access Enforcer): Purpose: Why: When: How often: Main Tasks: Perform configuration steps for used in GRC Access

More information

Planning Guide. System Landscape Directory

Planning Guide. System Landscape Directory Planning Guide Landscape Directory Document Version 1.1 June 2005 Copyright 2004 AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without

More information

SAP NetWeaver IT Scenario Overview <insert scenario name>

SAP NetWeaver IT Scenario Overview <insert scenario name> SAP NetWeaver IT Scenario Overview Groupware Framework SAP NetWeaver Product Management Groupware Framework - Overview Configuring Groupware Integration (E-Mail) Configuring Groupware

More information

and Adapt ERP Roles and Their Content to SAP Enterprise Portal

and Adapt ERP Roles and Their Content to SAP Enterprise Portal How-to Guide SAP NetWeaver 04 How to Upload and Adapt ERP Roles and Their Content to SAP Enterprise Portal Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 Copyright 2004 SAP AG. All rights

More information

WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration

WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration WDA - Custom themes for Web Dynpro ABAP applications without SAP Enterprise Portal integration Applies to: SAP Netweaver 2004s Summary This document shows how to use custom themes for Web Dynpro ABAP applications

More information

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous

SAP Composite Application Framework. Creating a Callable Object in Group: Miscellaneous SAP Composite Application Framework Creating a Callable Object in Group: Miscellaneous Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34 34 20 www.sap.com

More information

How To Troubleshoot SSL with BPC Version 1.01 May 2009

How To Troubleshoot SSL with BPC Version 1.01 May 2009 How-to Guide SAP CPM How To Troubleshoot SSL with BPC Version 1.01 May 2009 Applicable Releases: SAP BPC 7 Microsoft Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Resume Parsing. SAP enhancement package 3 for SAP ERP 6.0. Document Version ERECRUIT 603 RECRUIT 603

Resume Parsing. SAP enhancement package 3 for SAP ERP 6.0. Document Version ERECRUIT 603 RECRUIT 603 Resume Parsing ERECRUIT 603 RECRUIT 603 SAP enhancement package 3 for SAP ERP 6.0 Document Version 1.0 1 Copyright Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms

SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms SAP BusinessObjects Predictive Analysis 1.0 Supported Platforms Applies to: SAP BusinessObjects Predictive Analysis 1.0 Summary This document contains information specific to platforms and configurations

More information

Create Partitions in SSAS of BPC Version 1.00 Feb 2009

Create Partitions in SSAS of BPC Version 1.00 Feb 2009 How-to Guide SAP EPM How To Create Partitions in SSAS of BPC Version 1.00 Feb 2009 Applicable Releases: SAP BPC 5.x Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

How to Use Function Keys in Mobile Applications for Handhelds

How to Use Function Keys in Mobile Applications for Handhelds SAP NetWeaver How-To Guide How to Use Function Keys in Mobile Applications for Handhelds Applicable Releases: SAP NetWeaver 7.1 Topic Area: User Productivity Capability: Mobile Version 1.00 June 2009 Copyright

More information

Building a Tax Calculation Application

Building a Tax Calculation Application Building a Tax Calculation Application Applies to: Business Rules Framework plus shipped with SAP NetWeaver 7.0 Enhancement Package 1. Summary In this tutorial, you learn to model an application for calculating

More information

How to View Dashboards in the Self Service Composition Environment with Additional Metadata

How to View Dashboards in the Self Service Composition Environment with Additional Metadata SAP MII Add Metadata to Dashboards in Service Composition Environment How-To-Guide How to View Dashboards in the Self Service Composition Environment with Additional Metadata Applicable Release: MII 15.0

More information

SAP NetWeaver Process Integration 7.1. SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007

SAP NetWeaver Process Integration 7.1. SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007 SAP NetWeaver Process Integration 7.1 Providing Web Services in Java SAP NetWeaver Regional Implementation Group SAP NetWeaver Product Management December 2007 SAP NetWeaver Process Integration 7.1 1 Benefits

More information

NET311. Advanced Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s)

NET311. Advanced Web Dynpro for ABAP COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s) NET311 Advanced Web Dynpro for ABAP. COURSE OUTLINE Course Version: 10 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

How-to Guide SAP NetWeaver 04. Web Dynpro Themes. Version Applicable Releases: SAP NetWeaver 7.0

How-to Guide SAP NetWeaver 04. Web Dynpro Themes. Version Applicable Releases: SAP NetWeaver 7.0 How-to Guide SAP NetWeaver 04 How To Edit Web Dynpro Themes Version 2.00 Applicable Releases: SAP NetWeaver 7.0 Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SAP NetWeaver Identity Management Identity Center Minimum System Requirements

SAP NetWeaver Identity Management Identity Center Minimum System Requirements SAP NetWeaver Identity Management Identity Center Minimum System Requirements Version 7.2 Rev 1 No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks

How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: BADI USMD_SSW_PARA_RESULT_HANDLER to merge result of parallel workflow tasks Applicable Releases: EhP5,

More information

Monitoring System Landscapes Using the DBA Cockpit

Monitoring System Landscapes Using the DBA Cockpit Monitoring System Landscapes Using the DBA Cockpit Applies to: Database Monitoring and Administration of SAP NetWeaver systems using the latest DBA Cockpit that is provided with release 7.10 and SAP NetWeaver

More information

Extract Archived data from R3

Extract Archived data from R3 How-to Guide SAP NetWeaver 04 How To Extract Archived data from R3 Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 (Business Warehouse) Copyright 2004 SAP AG. All rights reserved. No part

More information

How To Customize the SAP User Interface Using Theme Editor

How To Customize the SAP User Interface Using Theme Editor SAP NetWeaver How-To Guide How To Customize the SAP User Interface Using Theme Editor Applicable Releases: SAP NetWeaver 7.0 and 7.11 Version 1.0 June 2010 Copyright 2010 SAP AG. All rights reserved. No

More information

Send Multiple IDocs Within One XI Message

Send Multiple IDocs Within One XI Message How-to Guide SAP NetWeaver 7.0 (2004s) How To Send Multiple IDocs Within One XI Message Version 1.00 September 2007 Applicable Releases: SAP NetWeaver 7.0 (2004s) and below End-to-End Process Integration

More information

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow

Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Visual Composer for NetWeaver CE: Getting Started with a Typical Workflow Applies to: Visual Composer for SAP NetWeaver Composition Environment 7.1 Summary This article aims to help you get started modeling

More information

How To...Configure Integration of CUP with SPM

How To...Configure Integration of CUP with SPM SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE How-To Guide How To...Configure Integration of CUP with SPM SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Access Control 5.3 Topic

More information

How To... Master Data Governance for Material: File Down- and Upload

How To... Master Data Governance for Material: File Down- and Upload SAP How-To Guide Master Data Governance for Material How To... Master Data Governance for Material: File Down- and Upload Applicable Releases: EhP5 Version 1.0 November 2011 Copyright 2011 SAP AG. All

More information

Introducing SAP Enterprise Services Explorer for Microsoft.NET

Introducing SAP Enterprise Services Explorer for Microsoft.NET Introducing SAP Enterprise Services Explorer for Microsoft.NET Applies to: SAP SOA, SAP NetWeaver Composition Environment 7.1 including enhancement package 1, SAP Services Registry, SAP - Microsoft interoperability,

More information

Value Help in Web Dynpro ABAP - Tutorial.

Value Help in Web Dynpro ABAP - Tutorial. Value Help in Web Dynpro ABAP - Tutorial. Applies to: Web Dynpro for ABAP, For more information, visit the Web Dynpro ABAP homepage. Summary In this tutorial I want to explain how to set value help for

More information