SAP Release Change and Unicode Migration. A Customer Experience Report

Size: px
Start display at page:

Download "SAP Release Change and Unicode Migration. A Customer Experience Report"

Transcription

1 SAP Release Change and Unicode Migration. A Customer Experience Report Applies to: Upgrade from SAP R/3 4.6C to ERP ECC 6.0 including unicode migration. Summary This article describes the experiences during a successful upgrade project from SAP R/3 4.6C to ECC 6.0 and a unicode migration at the same time. It does not go into technical details, it rather outlines the different phases of such a project. It also describes the pragmatic approach a mid sized company has chosen. The company is a independent family owned business with about 4000 employees world wide, operating in eleven locations worldwide. Author: Roland Hogg Company: Marquardt GmbH, Created on: 20. May 2008 Author Bio Roland Hogg is working with the Marquardt GmbH in the SAP Basis area and project management. He has 14 years of SAP R/3 experience. He worked for different companies in SAP Basis, system management, authorization management and application support SAP AG 1

2 Table of Contents Introduction...3 Project overview...3 Target system:...3 Timeframe:...3 The main reasons for the project have been:...3 The first SAP Basis testsystem...4 The user testsystem...4 User tests...5 Development stop...5 Upgrade of the production system...6 Summary...8 What did we do right (besides all the standard tasks)...8 Lessons learned...8 Disclaimer and Liability Notice SAP AG 2

3 Introduction With this article I want to outline the experiences we made during our upgrade and unicode conversion. Also I want to give an example for a pragmatic approach to such a project (how it is probably made in hundreds of companies). When we started the project I was looking for similar experience reports of other SAP customers, searching for tools they have used or learning from their project phases. But I only found reports form large companies, describing manpower or tools which were far beyond the possibilities a midsize company can afford. Intentionally I did not include too much technical description, as this can be found in the appropriate SAP documents and on the web as well. Project overview Source system: SAP R/3 4.6C. MDMP system with the languages DE, FR, EN and RO installed. SAP IS Solution IS Automotive installed. DB Size about 750 GB, number of users about Add-On products installed, and lots of self programmed ABAPs in the system. About 20 interfaces to other systems. Target system: SAP ERP 2005 (now ECC 6.0) with ECC DIMP on unicode. Only technical upgrade. Timeframe: The main part of the project ran in the timeframe from Mai 2007 until January 2008, the actual productive upgrade has been made during Christmas The main reasons for the project have been: End of standard support for 4.6C. Business need for getting a new basic underlying SAP core for the upcoming projects. Business need for the implementation of the Chinese language (ZH) (which is only possible with a unicode system) SAP AG 3

4 The first SAP Basis testsystem Actually, before we really started with the core project, we have set up the first testsystem (as a copy of the productive system), where we have made the first upgrade and unicode migration. This system was only intended for the SAP Basis and a couple of developers. Here we got a feeling for the upgrade runtimes, basically on these runtimes we decided the downtimes we needed. Also the developers could get an insight view about the tasks and the changes which would come up. One of the important issues, which have been clarified with this system, has been that the SPAU points could be solved. So, without having a big time pressure, we could document which modifications we had to keep and which ones we could return to standard. The user testsystem April 2007 we started to create the first user testsystem. This was also a copy of our productive ERP system, where we did an upgrade / unicode migration. For system copy / SPUM4 / Prepare / SPDD / Upgrade / Export / Import and SPAU we usually planned 10 days. Note that SPUM4, SPDD and SPAU have already been documented from the SAP Basis testsystem and that over 95 % of the issues have been clarified before. On this system also the development adjustments have taken place. We had about 1500 reports in the customer name space (starting with a Z or a Y), we assumed that we only had to adapt about 50 % to unicode. Now, how should we decide, which programs we had to work on with which priority? We created a list of all the affected programs. All the programs, which the developers knew by heart (that they are used on a regular basis) got the priority A. Then we have (on the productive system) reset the ABAP generation timestamp for the customer programs and waited 4 weeks. All programs which have been generated in this time got the priority B. Priority A and priority B programs we have adapted to unicode, for the rest we waited for the user tests. The code for resetting the generation flag: REPORT ZERP_BC_TOUCHSOME. tables: zbc_relprog, d010sinf, d010linf. data: iprog like zbc_relprog occurs 1 with header line. select * from zbc_relprog into table iprog. loop at iprog. update d010sinf set sdate = sy-datum stime = sy-uzeit where prog = iprog-name. update d010linf set sdat = sy-datum stime = sy-uzeit where prog = iprog-name. endloop. commit work SAP AG 4

5 User tests The first user tests have taken place from mid of May until September. Together with the users we focussed on function tests, process tests have been mainly driven together with the module consultants. As a tool to manage the test cases we used MS Excel. We had several excel lists, containing the test cases for the different departments. The error list was one combined, consolidated excel list. With macros we managed to move the data from one list to another. Note that we did these tests only for getting the know-how to create and complete the development system afterwards. For every error which came up we answered (and documented) the question what has to be done to ensure that this error will not come up again in the final system. Of course we tried for each error case or program adjustment which came up, to correct it already in our productive environment if possible. Development stop Starting September 30, 2007, we had a development stop in our productive environment. This meant that we did not allow process changes in this environment anymore, just repairs. The testsystem changed its role to a repair system, so that we had a 2 system landscape left. The development system we created new. We copied the productive system to the development system (deleting the old development system), made an upgrade and a unicode migration there, and implemented all the know-how and experiences we have learned during the first test phase. After that we copied out of this system a new user test system. Then the second phase of the user tests started. These tests mainly had been done on two weekends, on these tests we mainly focussed on process tests. Tip for deleting development system: Think about stuff which is normally not transported to the productive system. E.g. we had in an earlier smaller project not thought about the customizing projects and documentation (which was only relevant in the development system and therefore never transported to production) It was also a very good idea to keep a copy of the old development system running, only accessible by the SAP Basis team. The development stop was subdivided into 2 phases: The first phase from October until mid of December we did allow repairs (transports into the productive system) In the second phase from mid of December until the real upgrade we did not. The experience from the development stop phase was very good. We got very few repairs, and as the users knew that no process changes are allowed, they did not come up with a lot of requests. Therefore the developers could focus on the release change. Actually, during this last test upgrade we got a special problem which we didn t get all the other upgrades before. We got corrupted runtime objects. This resulted in a SAP support call, they could provide us with a check and correction program. This error also happened later during the productive upgrade, but as we had the correction programs, this was not a problem anymore SAP AG 5

6 Upgrade of the production system So everything was well prepared for the productive upgrade on Christmas. We had a cutover plan, we had the SPAU transports, the several transports with the corrected programs from the testsystem, we had a detailed plan of the tasks which had to be done in the productive systems after implementing these transports, and so on. Note: The cutover plan was a simple excel document, describing the different actions and who was responsible for the actions. Here an example: The upgrade did run well, but with the export some problems appeared. Actually we could solve these. Afterwards with the import we ve got some bigger issues. This resulted in the fact that we had to implement a new AIX patch and to restart the import. We lost about 12 hours due to this. When the import got to it s end, it was Dec 24 at about 11:00 o clock, we had been very glad that everything did run fine, we knew that in a couple of hours we could go home and have Christmas time. The last step of the import brought up a couple of errors, ORA 904, table not found. Using SQLPLUS we found out that the tables VBAP, VBAK and VBUP have not been available in the new, imported database. After a couple of additional checks, it was clear to us, that compared to the testsystem about 2000 tables have been missed. The tables have not been exported, so already the export programs must have had the error. But the tools, which did the export, have been finished successfully, there was nowhere a log file which indicated that there were tables missing. Therefore it was very clear to us at this time, that we could not use this system. The commands to check for the number of tables: <orasid>sqlplus / as sysdba spool <SID>_T.lst set pagesize select table_name from dba_tables where owner ='SAPR3' and table_name like 'T%'; spool off spool <SID>_NOT_T.lst select table_name from dba_tables where owner ='SAPR3' and table_name not like 'T%'; spool off This gives you 2 files, containing all table names of the user SAPR3. To find out more about the reason for the error we opened a support call at SAP with the priority very high. We opened it in English, we provided all the logs, which had been available on the machine. The support answered that they cannot see this problem in the log files (which was basically the problem), included a bunch of OSS notes, (which were not applicable for our case), that we should take the newest tools (we refused to change the tools, with which we had made a successful upgrade of the development system) and that we should retry the export (which else) SAP AG 6

7 Now we had the decision between the two possibilities: Either go back to the original 4.6C System and retry the upgrade on a later timeframe, or restore the backup of the system, which has been made before the export, and retry the export / import phase. There was a big unknown issue of this second variant. We did not know, what the reason was for the fact that in the export files the 2000 tables were not included. Also for this variant time was running out. We have told the users, that the system will be up and running on Dec 27 at 7:00 am. But we also knew, that we could stop at anytime and that within 2 hours we would have had the old 4.6C system up and running as if nothing had happened. We decided to use this variant. So we restored the system from the time after the upgrade, we had some guys working 24 th, 25 th and 26 th of December, redoing export and import and all the other work which is necessary for the unicode conversion. This included also the import of the SPAU transports and the manual corrections which had to be done after the import. Finally we finished the system in the late evening on the 26 th of December. Afterwards, during the night, we used the backup of the system to create a new up-to-date testsystem for the final system acceptance tests. Meanwhile we also got from the management a prolongation of the time for production start from 7:00 in the morning to 12:00. We needed this time slip as for different reasons we didn t want to start with production right away. We wanted to do the system acceptance tests and the acceptance meeting before start of production. On the 27 th of December at 6:00 am we started worldwide with the system acceptance tests, after 3 hours of testing we got green lights from all the departments. So we could release the system at 10:00 am for production SAP AG 7

8 Summary Finally we successful finished the upgrade and the unicode migration of the productive system. We had a phase where we were on the edge to fail. But we had an excellent team of internal and external people which were able to turn the project into the right direction. Many thanks to all which had been involved. What did we do right (besides all the standard tasks) During the upgrade project we executed a large number of tests, aiming to cover all the functions and processes which are used in our company. This was an excellent work, which has lead to the fact, that we had very few problems after the upgrade, much less than we had expected. We did a couple upgrades before we got to the productive upgrade. This know-how was very good. Overall time planning / Cutover plan was very good We created a Master Guide, containing all the links to the other documents. This included a detailed description of all the tasks, which had to be done immediately after upgrade. This was basically the summary of all the lessons learned from the test systems. Communication to the users with a newsletter was very helpful. Lessons learned We did a couple of upgrades, but no last test upgrade on a comparable environment of the production configuration. We assume that a couple of problems we had, were due to the much faster IO capability of the hardware (compared to the test machines). We had some time periods where one single guy was working, which is basically ok. But, whenever he gets to a problem where he is searching for solution, he should call within 60 minutes his colleagues. Meanwhile we have used our experience, we have finished the upgrade and unicode migration of our second productive system, the HR system moved from 4.7 also to ECC SAP AG 8

9 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document SAP AG 9

Integration of Multiple Campaigns Functionality of SAP CRM 2007 to ECC 5.0 or lower

Integration of Multiple Campaigns Functionality of SAP CRM 2007 to ECC 5.0 or lower Integration of Multiple Campaigns Functionality of SAP CRM 2007 to ECC 5.0 or lower Applies to: SAP CRM 2007 and SAP CRM 7.0. For more information, visit the Customer Relationship Management homepage.

More information

COURSE LISTING. Courses Listed. with Change & Transport (CST) 1 January 2018 (06:54 GMT) SAPTEC - SAP NetWeaver Application Server Fundamentals

COURSE LISTING. Courses Listed. with Change & Transport (CST) 1 January 2018 (06:54 GMT) SAPTEC - SAP NetWeaver Application Server Fundamentals with Change & Transport (CST) Courses Listed SAPTEC - SAP NetWeaver Application Server Fundamentals ADM100 - SAP S/4HANA SAP Business Suite 1 ADM325 - SAP S/4HANA SAP Business Suite ADM328 - SAP S/4HANA

More information

Creation of BI Master Data in Integrated Planning (IP) through Web Layouts

Creation of BI Master Data in Integrated Planning (IP) through Web Layouts Creation of BI Master Data in Integrated Planning (IP) through Web Layouts Applies to: BI-IP 7.0. For more information, visit the Business Intelligence homepage. Summary Prior to BI-IP in BPS the user

More information

How to Update the Currencies and Unit of Measurements from ECC Source System to BI System by Automatically and Manually

How to Update the Currencies and Unit of Measurements from ECC Source System to BI System by Automatically and Manually How to Update the Currencies and Unit of Measurements from ECC Source System to BI System by Automatically and Manually Applies to: SAP BI 7.0. For more information, visit the EDW homepage Summary This

More information

Collaboration of Production Process with Contract Manufacturers in Hi-Tech Industries

Collaboration of Production Process with Contract Manufacturers in Hi-Tech Industries Collaboration of Production Process with Contract Manufacturers in Hi-Tech Industries Applies to: Business Process Experts Community, High-Tech Industry Vertical Work order process, SAP R/3, ECC 5.0 &

More information

Molex: A Case Study in Upgrading. Dave Hubert Manager Global Information System Molex

Molex: A Case Study in Upgrading. Dave Hubert Manager Global Information System Molex Molex: A Case Study in Upgrading Dave Hubert Manager Global Information System Molex Support to the Mature Landscape Molex Company is a manufacturer of Electronic Interconnection Systems headquarters in

More information

Automatic Rework Order using Reason of Variance Key

Automatic Rework Order using Reason of Variance Key Automatic Rework Order using Reason of Variance Key Applies to: SAP Shop Floor Control (Production Orders) R/3 and ECC 6.0. For more information, visit the Manufacturing homepage. Summary This is an article

More information

SAP Suite on HANA / EhP Upgrade Empower the Migration with Epselon

SAP Suite on HANA / EhP Upgrade Empower the Migration with Epselon SAP Suite on HANA / EhP Upgrade Empower the Migration with Epselon 1330 + (Accumulative) Business Functions, With ~240 New Functions Specific to EHP8 and 100+ specific to EhP7. SAP HANA/ EhP offers 1330+

More information

Working with the New GL Migration Cockpit

Working with the New GL Migration Cockpit Working with the New GL Migration Cockpit Applies to: Migration of Classical GL to New GL with Document Splitting. For more information, visit the Enterprise Resource Planning homepage. Summary The note

More information

Automatic Packaging in SNC A Case Study

Automatic Packaging in SNC A Case Study Automatic Packaging in SNC A Case Study Applies to: APO Supply Network Collaboration (SNC). For more information, visit the Supply Chain Management homepage. Summary The article is intended for consultants

More information

Installation Guide: Open Text Archiving and Document Access for SAP Solutions (DocuLink Component)

Installation Guide: Open Text Archiving and Document Access for SAP Solutions (DocuLink Component) Installation Guide: Open Text Archiving and Document Access for SAP Solutions 9.6.2 (DocuLink Component) Applies to: Open Text Archiving and Document Access for SAP Solutions 9.6.2. For more information

More information

How to Repair Master/Transaction Data Load Error Due to trfc Stuck

How to Repair Master/Transaction Data Load Error Due to trfc Stuck How to Repair Master/Transaction Data Load Error Due to trfc Stuck Applies to: Load monitoring using Sap BI 7.x. Source systems being SAP R/3 or ECC. For more information, visit the EDW homepage. Summary

More information

ADM328. SAP S/4HANA Conversion and SAP System Upgrade COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

ADM328. SAP S/4HANA Conversion and SAP System Upgrade COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) ADM328 SAP S/4HANA Conversion and SAP System Upgrade. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Establishing RFC Connection between Data Stage SAP BW

Establishing RFC Connection between Data Stage SAP BW Establishing RFC Connection between Data Stage SAP BW Applies to: SAP BW 3.5 and Higher. Summary This Article gives you a brief idea on how to create RFC Connection between Data stage and SAP BI. For more

More information

Using Customer Exit Variables in BW/BI Reports: Part - 9

Using Customer Exit Variables in BW/BI Reports: Part - 9 Using Customer Exit Variables in BW/BI Reports: Part - 9 Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. EDW homepage. Summary This article gives clear picture

More information

How to Restart a Failed Process Chain if Repeat Option is not Applicable

How to Restart a Failed Process Chain if Repeat Option is not Applicable How to Restart a Failed Process Chain if Repeat Option is not Applicable Applies to: SAP NetWeaver Business Warehouse (formerly BI). This will also work on SAP BI 3.5. For more information, visit the Business

More information

Exception Handling in Service-Oriented Architecture

Exception Handling in Service-Oriented Architecture Exception Handling in Service-Oriented Architecture Applies to: Business Experts Summary Centrally managing exceptions has been a difficult task for many enterprises. This article describes the importance

More information

SNP: CTM Concepts, Demand Prioritization and Supply Categorization

SNP: CTM Concepts, Demand Prioritization and Supply Categorization SNP: CTM Concepts, Demand Prioritization and Supply Categorization Applies to: SCM 5.0 Supply Network Planning and/or Production Planning and Detailed Scheduling. For more information, visit the Supply

More information

Setup Matrix Generation in a Complex Manufacturing Environment

Setup Matrix Generation in a Complex Manufacturing Environment Setup Matrix Generation in a Complex Manufacturing Environment Applies to: Production planning and detailed scheduling Planning and schedule optimization - SCM5.0 or higher Summary Imagine a manufacturing

More information

SAP Solution Manager Authorization Concept Motivation and Support. SAP Active Global Support

SAP Solution Manager Authorization Concept Motivation and Support. SAP Active Global Support SAP Solution Manager Authorization Concept Motivation and Support SAP Active Global Support Agenda Motivation for Authorization Concept Most Customer Pain Points 2011 SAP AG. All rights reserved. 2 Motivation

More information

Efficient Monitoring Techniques Do You Want Something Better than RSPCM?

Efficient Monitoring Techniques Do You Want Something Better than RSPCM? Efficient Monitoring Techniques Do You Want Something Better than RSPCM? Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the Business Intelligence homepage. Summary The objective

More information

Using Customer Exit Variables in BW/BI Reports: Part - 5

Using Customer Exit Variables in BW/BI Reports: Part - 5 Using Customer Exit Variables in BW/BI Reports: Part - 5 Applies to: SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. EDW homepage. Summary This article gives clear picture

More information

Using the Switch Document for Change of Supplier Process (Utility Industry)

Using the Switch Document for Change of Supplier Process (Utility Industry) Using the Switch Document for Change of Supplier Process (Utility Industry) Applies to: When there is a Change of Supplier process in Utility Industry. For more information, visit the Utilities homepage.

More information

Purchase Order Settings in SAP SRM

Purchase Order Settings in SAP SRM Purchase Order Settings in SAP SRM Applies to: SAP SRM. For more information, visit the Supplier Relationship Management homepage Summary This document will provide details about defining purchase order

More information

SAP CRM/BW - Business Partner Enhancement and BW Extraction

SAP CRM/BW - Business Partner Enhancement and BW Extraction SAP CRM/BW - Business Partner Enhancement and BW Extraction Applies to: Applies to Consultants accustomed with SAP CRM 5.0 / BW (3.5 / 7.0) skills. For more information, visit the EDW Homepage. Summary

More information

How to Add a New Personnel Development Profile to PPPM

How to Add a New Personnel Development Profile to PPPM How to Add a New Personnel Development Profile to PPPM Applies to: SAP ECC 6.0 and above. For more information, visit the Enterprise Resource Planning homepage. Summary There are some personnel development

More information

Reporting Data in Alternate Unit of Measure in BI 7.0

Reporting Data in Alternate Unit of Measure in BI 7.0 Reporting Data in Alternate Unit of Measure in BI 7.0 Applies to: SAP Business Intelligence 7.0. For more information, visit the Business Intelligence homepage. Summary In SAP NetWeaver 2004s or SAP BW

More information

PCM Implementation for BW

PCM Implementation for BW Applies to: SAP BW 3.5, SAP BI 7.0 etc. For more information, visit the EDW homepage. Summary Cost and Profitability analysis is one of the most important KPIs for the CFO s office and most CFO s feel

More information

Leveraging SAP for Outsourcing and Collaboration Scenarios in High-Tech Industry

Leveraging SAP for Outsourcing and Collaboration Scenarios in High-Tech Industry Leveraging SAP for Outsourcing and Collaboration Scenarios in High-Tech Industry Applies to: Business Process Transition from in-house manufacturing to contract manufacturing in High-Tech Industries. SAP

More information

ERP IMPLEMENTATION RISK

ERP IMPLEMENTATION RISK ERP IMPLEMENTATION RISK Kari Sklenka-Gordon, Director at RSM National ERP Risk Advisory Leader March 2017 2015 2016 RSM US LLP. All Rights Reserved. Speaker Kari Sklenka-Gordon National RSM ERP Risk Advisory

More information

SAP Solution Manager. Installation Guide

SAP Solution Manager. Installation Guide SAP Solution Manager Installation Guide Implementation Overview...2 SAP Solution Manager System Infrastructure...2 Technical Requirements for the central SAP Solution Manager system...3 Installation Options...3

More information

Data Loading Strategy for Global Data Warehousing Implementation

Data Loading Strategy for Global Data Warehousing Implementation Data Loading Strategy for Global Data Warehousing Implementation Applies to: EDW, SAP BIW 3.5, SAP NetWeaver 7.0. For more information, visit the EDW homepage. Summary This document may help you in deciding

More information

Welcome to an introduction to SAP Business One.

Welcome to an introduction to SAP Business One. Welcome to an introduction to SAP Business One. 1 In this topic, we will answer the question: What is Business One? We define SAP Business One and discuss the options and available platforms for running

More information

Customer Field for SRM SC Web Dynpro Application

Customer Field for SRM SC Web Dynpro Application Customer Field for SRM SC Web Dynpro Application Applies to: SAP SRM 7.0. For more information, visit the Supplier Relationship Management homepage. Summary This document details the configurations required

More information

Shenandoah University

Shenandoah University Shenandoah University Winchester, VA A JAMF SOFTWARE CUSTOMER SUCCESS STORY 2 SHENANDOAH UNIVERSITY The challenge: Shenandoah University needed to keep track of their assets, efficiently deploy software

More information

SAP for Insurance Part 1

SAP for Insurance Part 1 Applies to: SAP FS-CD ECC6.0. For more information, visit the Enterprise Resource Planning homepage. Summary This article is first part of series of several articles we will be writing on SAP FS-CD solution.

More information

SAP Business Process Management Base Configurations

SAP Business Process Management Base Configurations SAP Business Process Management Base Configurations Applies to: SAP Business Process Management 7.02. For more information, visit the Business Process Expert homepage. Summary This article shows step-by-step

More information

Overview on ROI (Return on Investment) From SAP

Overview on ROI (Return on Investment) From SAP Overview on ROI (Return on Investment) From SAP Applies to: SAP Consulting Professionals Summary There is no standard method of measuring the ROI however It is possible to measure ROI from SAP Implementation

More information

COURSE LISTING. Courses Listed. with SAP NetWeaver. 26 February 2018 (06:59 GMT) SAPNW - SAP NetWeaver. SAPTEC - SAP S/4HANA SAP Business Suite

COURSE LISTING. Courses Listed. with SAP NetWeaver. 26 February 2018 (06:59 GMT) SAPNW - SAP NetWeaver. SAPTEC - SAP S/4HANA SAP Business Suite with SAP NetWeaver Courses Listed SAPNW - SAP NetWeaver SAPTEC - SAP S/4HANA SAP Business Suite ADM100 - SAP S/4HANA SAP Business Suite 1 ADM103 - AS ABAP - Advanced Administration ADM110 - SAP System

More information

The Enterprise SOA Implementation Lifecycle Explained

The Enterprise SOA Implementation Lifecycle Explained The Enterprise SOA Implementation Lifecycle Explained Applies to: Enterprise Architects, Business Process Experts Summary Enterprise SOA implementation has been mysterious to many. It can be demystified

More information

Guideline to Map Calibration Process in SAP PM and QM Module

Guideline to Map Calibration Process in SAP PM and QM Module Guideline to Map Calibration Process in SAP PM and QM Module Applies to: It applies all functional consultants working for PM and QM looking for Calibration process. For more information, visit the Enterprise

More information

SAP Upgrade Delta Document SD Module

SAP Upgrade Delta Document SD Module SAP Upgrade Delta Document SD Module Applies to: SAP Upgrade 4.7E to ECC6.0, Sales and Distribution Module For more information, visit the Enterprise Resource Planning homepage. Summary: The differences

More information

Coca-Cola Bottling Co. Consolidated maximizes profitability

Coca-Cola Bottling Co. Consolidated maximizes profitability Coca-Cola Bottling Co. Consolidated maximizes profitability Delivering deeper insight into customer demand four times faster with the IBM FlashSystem Solution Overview The need To capitalize on sales opportunities

More information

Invoicing Plan Enhancement in Purchase Order

Invoicing Plan Enhancement in Purchase Order Invoicing Plan Enhancement in Purchase Order Applies to: SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage Summary This document helps the P2P consultants to understand

More information

Introduction to Process Chains in SAP BI 7.0

Introduction to Process Chains in SAP BI 7.0 Introduction to Process Chains in SAP BI 7.0 Applies to: SAP BI 7.0. For more information, visit the Business Intelligence Homepage. Summary Process chains are a robust graphical scheduling & monitoring

More information

Decommissioning of NLS Implementation for SAP BI

Decommissioning of NLS Implementation for SAP BI Decommissioning of NLS Implementation for SAP BI Applies to NLS (SAND), SAP BIW 3.5, SAP NetWeaver 7.0. For more information, visit the Business Intelligence homepage. Summary This document talks about

More information

Quality Based Invoice

Quality Based Invoice Applies to: SAP 4.6 C and later releases. For more information, visit the Manufacturing homepage. Summary This article discusses the business process of paying the vendor based on the quality of the goods

More information

Purchasing Discount in Kind

Purchasing Discount in Kind Applies to: SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage. Summary: This document helps the P2P consultants to understand the free goods / bonus goods scenario in SAP

More information

BSH Hausgeraete: Operating IT Systems Simply and Securely in 50 Countries

BSH Hausgeraete: Operating IT Systems Simply and Securely in 50 Countries Picture Credit BSH Hausgeraete GmbH, Munich, Germany. Used with permission. BSH Hausgeraete: Operating IT Systems Simply and Securely in 50 Countries BSH Hausgeraete GmbH puts quality first not just in

More information

CASE STUDY - TIME & LABOR MANAGEMENT - AUTOMOTIVE

CASE STUDY - TIME & LABOR MANAGEMENT - AUTOMOTIVE CASE STUDY - TIME & LABOR MANAGEMENT - AUTOMOTIVE Improving Human Productivity Through Software as a Service Auto Auction Drives Business Faster with Automation in Data Collection and Payroll Prep The

More information

Product Documentation SAP Business ByDesign February Business Configuration

Product Documentation SAP Business ByDesign February Business Configuration Product Documentation PUBLIC Business Configuration Table Of Contents 1 Business Configuration.... 4 2 Business Background... 5 2.1 Configuring Your SAP Solution... 5 2.2 Watermark... 7 2.3 Scoping...

More information

The author is working as a Technical Analyst in Infosys Technologies Limited.

The author is working as a Technical Analyst in Infosys Technologies Limited. Applies to: SAP-HCM. For more information, visit the Enterprise Resource Planning homepage. Summary This document would be helpful in viewing attendance/absence data in SAP for a particular year. Authors:

More information

Automotive Consulting Solution. Print forms for the Sales and Distribution process: VDA print forms

Automotive Consulting Solution. Print forms for the Sales and Distribution process: VDA print forms Automotive Consulting Solution Print forms for the Sales and Distribution process: VDA print forms Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical

More information

Automotive Consulting Solution IQOS - Integrated Quality Optimization System. IQOS integrated Customer Complaint Handling & 8D

Automotive Consulting Solution IQOS - Integrated Quality Optimization System. IQOS integrated Customer Complaint Handling & 8D Automotive Consulting Solution IQOS - Integrated Quality Optimization System IQOS integrated Customer Complaint Handling & 8D Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function

More information

The Role of ISO in Strategic Asset Lifecycle Information Management

The Role of ISO in Strategic Asset Lifecycle Information Management The Role of ISO 15926 in Strategic Asset Lifecycle Information Management Summary Utilizing IS0 15926 enables organizations to meet their asset information requirements while reducing the costs associated

More information

User Guide for SAP BW Note Analyzer

User Guide for SAP BW Note Analyzer SAP BW Note Analyzer Document Version: 1.1 2017-11-26 Content 1 Introduction... 4 2 Installing SAP BW Note Analyzer... 5 2.1 SAP BW Note Analyzer Program... 5 2.2 Remote Function Call Connection to SAP...

More information

Case Study. Ceres Power gets ready to scale up production with Lighthouse Shopfloor- Online

Case Study. Ceres Power gets ready to scale up production with Lighthouse Shopfloor- Online Case Study Ceres Power gets ready to scale up production with Lighthouse Shopfloor- Online Introduction Ceres Power is a world leading alternative energy company in the UK. It is developing fuel cell technology

More information

Business Process Management with JRULE

Business Process Management with JRULE Business Process Management with JRULE Applies to: Exchange Infrastructure, Business Process Management Summary JRule is a Business Rule Management offering from ILog that can be used to create business

More information

proalpha ERP CAD Integration ERP for SMEs

proalpha ERP CAD Integration ERP for SMEs proalpha ERP CAD Integration ERP for SMEs proalpha CA-Link creates a consistent data and information flow between engineering and proalpha ERP. The highlights of proalpha CA-Link: Your CAD software and

More information

This brochure provides an overview of Active Service and all it involves.

This brochure provides an overview of Active Service and all it involves. d i s t r i b u t o r s, w o r k s h o p s a n d f l e e t o p e r a t o r s Active service t h e e v o l u t i o n a r y s e r v i c e c o n c e p t Active Service sets a new standard of support for your

More information

The ABCs of. CA Workload Automation

The ABCs of. CA Workload Automation The ABCs of CA Workload Automation 1 The ABCs of CA Workload Automation Those of you who have been in the IT industry for a while will be familiar with the term job scheduling or workload management. For

More information

Marginal Costing Q.8

Marginal Costing Q.8 Marginal Costing. 2008 Q.8 Break-Even Point. Before tackling a marginal costing question, it s first of all crucial that you understand what is meant by break-even point. What this means is that a firm

More information

Calculating the Ageing of the Materials

Calculating the Ageing of the Materials Calculating the Ageing of the Materials Applies to: SAP BW 3.5, Will also work on SAP BI 7 For more information, visit the Business Intelligence homepage. Summary This article explains how to calculate

More information

EPLAN Electric P8 Electrical engineering

EPLAN Electric P8 Electrical engineering EPLAN Electric P8 Electrical engineering EPLAN Software & Service We advise companies on the optimisation of their engineering processes, develop software-based engineering solutions for mechatronics and

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

Automotive Consulting Solution. JIT/JIS Exit Control Framework

Automotive Consulting Solution. JIT/JIS Exit Control Framework Automotive Consulting Solution JIT/JIS Exit Control Framework Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

SOX Audit Environment

SOX Audit Environment SOX Audit Environment Summary This article gives an overview of the independent audit board, auditors and also their relationship with the management. The objectives of audit are also listed as well as

More information

User guide. SAP umantis EM Interface. Campus Solution 728. SAP umantis EM Interface (V2.7.0)

User guide. SAP umantis EM Interface. Campus Solution 728. SAP umantis EM Interface (V2.7.0) Campus Solution 728 SAP umantis EM Interface (V2.7.0) User guide SAP umantis EM Interface Solution SAP umantis EM Interface Date Monday, March 20, 2017 1:47:22 PM Version 2.7.0 SAP Release from ECC 6.0

More information

TIAA optimizes CICS application availability and automates recovery to improve IT operations

TIAA optimizes CICS application availability and automates recovery to improve IT operations TIAA optimizes CICS application availability and automates recovery to improve IT operations Case Study Overview TIAA, a Fortune 100 financial services company, recently implemented SYSB-II from H&W to

More information

Cubeware Connectivity for SAP Solutions

Cubeware Connectivity for SAP Solutions Cubeware Connectivity for SAP Solutions Clever BI connector for SAP SAP certification Adapter for SAP Business Suite and SAP Business All-in-One Powerful results without programming OLE DB interface Complete

More information

Subcontracting of Project Stock

Subcontracting of Project Stock Applies to: SAP ECC 6.0 For more information, visit the Enterprise Resource Planning homepage Summary This document shall help P2P consultants in the area of Subcontracting of Project Stock (special stock)

More information

case study Sweetmans Timber

case study Sweetmans Timber case study Sweetmans Timber 16 AUGUST 2016 Automated Customer Order Process Go Paperless Custom Apps helps Sweetmans Timber produce and deliver products faster Sweetmans Timber Sweetmans Timber has been

More information

SAP Business ByDesign A Solution for Midsize Companies

SAP Business ByDesign A Solution for Midsize Companies Frequently Asked Questions SAP Business ByDesign A Solution for Midsize Companies 1. What is the SAP Business ByDesign solution? 2. What are the advantages of SAP Business ByDesign? 3. What business areas

More information

Query Manager. Flexible, easy SAP HCM reporting

Query Manager. Flexible, easy SAP HCM reporting Query Manager Flexible, easy SAP HCM reporting Single-screen access to Queries and results Unmatched performance Versatile output formats Automatic result distribution Vibrant online community Information

More information

My Compass Frequently Asked Questions

My Compass Frequently Asked Questions My Compass Frequently Asked Questions The following is a list of Frequently Asked Questions (FAQs) and concerns that may arise when using My Compass, along with suggested solutions. We will add to this

More information

PBS archive add ons and Migration to S/4HANA. Walter Steffen, PBS Software GmbH

PBS archive add ons and Migration to S/4HANA. Walter Steffen, PBS Software GmbH PBS archive add ons and Migration to S/4HANA Walter Steffen, PBS Software GmbH 1 Agenda Motivation Technical Migration PBS Roadmap S/4HANA Project Experience Data Archiving vs. Data Aging Summary 2 Motivation

More information

The Path to S/4HANA: Transition Scenarios and Best Practices

The Path to S/4HANA: Transition Scenarios and Best Practices The Path to S/4HANA: Transition Scenarios and Best Practices Overview Transition Scenarios Transition to SAP S/4HANA Three different approaches to move to SAP S/4HANA System Conversion SAP ERP System SAP

More information

EMPLOYEE TRAINING MANAGER GETTING STARTED. January 2018

EMPLOYEE TRAINING MANAGER GETTING STARTED. January 2018 EMPLOYEE TRAINING MANAGER GETTING STARTED January 2018 Description This document describes how to get started using Employee Training Manager, a desktop software application that allows you to record and

More information

Accelerate Your Digital Transformation

Accelerate Your Digital Transformation SAP Value Assurance Accelerate Your Digital Transformation Quick-Start Transformation with SAP Value Assurance Service Packages 1 / 17 Table of Contents 2017 SAP SE or an SAP affiliate company. All rights

More information

1 A customer produces in a make-to-order environment and wants to have all dependent production orders related to the sales order.

1 A customer produces in a make-to-order environment and wants to have all dependent production orders related to the sales order. SAP EDUCATION SAMPLE QUESTIONS: P_PROD_65 SAP Certified Application Professional Production with SAP ERP 6.0 EHP5 Disclaimer: These sample questions are for self-evaluation purposes only and do not appear

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Administrator Quick Reference Virtual TimeClock 18 Pro Edition

Administrator Quick Reference Virtual TimeClock 18 Pro Edition Administrator Quick Reference Virtual TimeClock 18 Pro Edition Your time clock program runs in either User or Administration mode. User mode is where workers clock in and out and view their timecard. Administration

More information

Slot Floor Monitor System

Slot Floor Monitor System Slot Floor Monitor System Real Time Customer Service Monitoring, Reporting and Dispatching Real Time Employee Status and Activity Monitoring and Reporting VIP, Hot Player and Beverage Request Status Wireless

More information

FRAM First Steps How to Use FRAM and the FMV

FRAM First Steps How to Use FRAM and the FMV FRAM First Steps How to Use FRAM and the FMV Erik Hollnagel Professor, University of Southern Denmark Chief Consultant Center for Quality, RSD (DK) hollnagel.erik@gmail.com FRAM analysis steps 0 Describe

More information

Boosting efficiency: building SAP systems into Grupo Argos

Boosting efficiency: building SAP systems into Grupo Argos Boosting efficiency: building SAP systems into Grupo Argos When a Colombian conglomerate decided it was time to overhaul the group s software so that it had better control of its divisions financial data

More information

Table of Contents Topic Page # 1) HANA 2) BW on HANA 3) Suite on HANA 4) S4 HANA 5) A bit about SAP s history and evolution 6) Migration to S4

Table of Contents Topic Page # 1) HANA 2) BW on HANA 3) Suite on HANA 4) S4 HANA 5) A bit about SAP s history and evolution 6) Migration to S4 Foreword My name is Uma Vanka. I am the Chief Innovation & Strategy Officer for Weltall Technologies. I come with 18+ years of industry experience, most of it in SAP. Started my career as a Java developer

More information

EasyInput SAP and MS Excel Integration. Version 3.XX

EasyInput SAP and MS Excel Integration. Version 3.XX EasyInput SAP and MS Excel Integration Version 3.XX Solution Summary EasyInput allows performing SAP transactions / functions on the base of data stored in MS Excel files. With one button click one can

More information

Visualize Business Process Performance for a Clear Picture of Where to Improve

Visualize Business Process Performance for a Clear Picture of Where to Improve SAP Brief SAP Extensions SAP Process Mining by Celonis Visualize Business Process Performance for a Clear Picture of Where to Improve SAP Brief Continuously improve your business process efficiency Enterprise

More information

SAP BW - Virtual Characteristic Exit (RSR00002)

SAP BW - Virtual Characteristic Exit (RSR00002) SAP BW - Virtual Characteristic Exit (RSR00002) Applies to: Applies to SAP BI 7.0 Consultants who are accustomed with SAP ABAP Skills. For more information, visit the EDW Homepage. Summary Document explains

More information

Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED.

Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED. Grow Your Small Business With Salesforce SELL. SERVICE. MARKET. SUCCEED. Table of Contents Grow Your Small Business With Salesforce 01 02 03 04 05 Introduction The Salesforce Advantage Chapter 1 Make Everyone

More information

First Automobiles: Story of Bertha Benz

First Automobiles: Story of Bertha Benz First Automobiles: Story of Bertha Benz Benz Patent-Motorwagen number 3 in 1888 Hans Veltman, product manager Every Angle 1 First Automobiles: 1888 Story of Bertha Benz August 1888 Bertha Benz takes her

More information

TIAA-CREF optimizes CICS application availability and automates recovery to improve IT operations

TIAA-CREF optimizes CICS application availability and automates recovery to improve IT operations TIAA-CREF optimizes CICS application availability and automates recovery to improve IT operations Overview TIAA-CREF, a Fortune 100 financial services company, recently implemented SYSB-II from H&W to

More information

Automotive Consulting Solution. Automatic Processing of Returns

Automotive Consulting Solution. Automatic Processing of Returns Automotive Consulting Solution Automatic Processing of Returns Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

IMPROVE YOUR CAREER CHANCES WITH AN OFFICIAL SAP CONSULTANT CERTIFICATION

IMPROVE YOUR CAREER CHANCES WITH AN OFFICIAL SAP CONSULTANT CERTIFICATION Stand out from the crowd IMPROVE YOUR CAREER CHANCES WITH AN OFFICIAL SAP CONSULTANT CERTIFICATION Content Motivation 3 Gain SAP-Skills with erp4students 4 erp4students: Program Overview 5 SAP ENTERPRISE

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

How Slaughter Planning of Poultry Works in SAP

How Slaughter Planning of Poultry Works in SAP How Slaughter Planning of Poultry Works in SAP Applies to: This paper vividly explains the business process functionality of the planning of the cutups/ meat portions. The slaughter planning process is

More information

Unbreak ITSM: Work the Way People Do

Unbreak ITSM: Work the Way People Do Unbreak ITSM: Work the Way People Do New Pressures from the Application Economy What happened? Just yesterday your IT organization was the master of its domain. When users had a problem or request, they

More information

PUBLIC What's New Guide

PUBLIC What's New Guide SAP BusinessObjects Analysis, edition for Microsoft Office Document Version: 2.4 SP1 2017-01-31 PUBLIC Content 1 About this guide....3 2 About the documentation set....4 3 Administration.... 6 3.1 New

More information

Using SAP with HP Virtualization and Partitioning

Using SAP with HP Virtualization and Partitioning Using SAP with HP Virtualization and Partitioning Introduction... 2 Overview of Virtualization and Partitioning Technologies... 2 Physical Servers... 2 Hard Partitions npars... 3 Virtual Partitions vpars...

More information

The final barrier to cloud adoption

The final barrier to cloud adoption The final barrier to cloud adoption The ability to perform efficient data migration is the new standard for business agility 2017 Carbonite, Inc. All rights reserved. The pain of migrating data Not long

More information