SlideShare a Scribd company logo
4
Most read
15
Most read
18
Most read
BW Migration
to HANA
Part 3 of 3
Post-processing on the Migrated System
By OZSoft Consulting for ITConductor.com
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 1
Any DB
Migrate
Upgrade
Preparation Post-processing
Introduction
• This is Part 3 of the series of publication which provides an
overview and explanation of major steps and considerations
for BW on HANA migrations
• Migrating a BW system from anyDB (any database) to HANA
involves
1. Preparatory work in the BW system
2. SUM DMO Tool for SAP Upgrade and Migration
3. Post processing on the migrated system
• This part focuses on post-processing, which
includes standard tasks after upgrade and HANA-
specific post-tasks.
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 2
Post-processing - general
After migrating a BW system to HANA, there are two general groups of
post-tasks
1. Standard tasks after a release upgrade or Unicode conversion
2. HANA-specific tasks
After the downtime processing AND before doing anything:
1. Create a backup of the database
2. Configure HANA parameter log_mode to ‘normal’
3. Configure HANA parameter enable_auto_log_backup to ‘YES’
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 3
Standard post tasks
Below are some post tasks after a release upgrade/or Unicode conversion.
The list is not exhaustive, not necessarily in sequence, and does not
include site-specific process.
Note that the DMO tool, automatically run RS_BW_POST_MIGRATION
during its post-processing phase, but there maybe a case of running some
steps.
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 4
Adapt dialog instances to the new release/kernel Run SECSTORE (OSS note 816861)
Run SICK Configure SAINT parallelism (OSS note 1309506)
For each instances, run SM51 and SM21 RZ12 – configure number of free WPs
Run SGEN (SAP_BASIS first, then the rest) DB13 – maintain standard jobs
Reconfigure/adapt 3rd party products RSA1 – check source systems - activate
Import profile parameters Solution Manager configuration
HANA-specific post-tasks
• The cookbook, SAP First Guidance – DMO – BW on HANA
lists down the tasks and steps in detail.
• OSS notes, blogs that were referenced while doing the
steps, (i.e. to get more background information), are added
in this document.
• Some of the tasks need to be a collaborative work with the
BW Administrators and Security team.
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 5
HANA-specific post-tasks - 1
Task – Activate new HANA server functions (scriptserver)
• Login to the system database container to adjust the scripserver section
of the daemon.ini and nameserver.ini
Task – Enable ‘Dynamic Range Partitioning’ feature of DataStore objects
• Refer to OSS note 2081135 for background on this Dynamic Range
Partitioning
Task – Install Application Function Library (AFL)
• For the brief on AFL, refer to SAP help page - AFL
• For HANA Analysis Process (HAP) background, refer to First Guidance –
SAP BW 7.40 powever by HANA - HANA Analysis Process
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 6
HANA-specific post-tasks - 2
Task – Configuring DBMS User Management for SAP HANA
• This task need to be done in collaboration with the security team
• For more detail/additional document, refer to DBMS Users in SAP NW ABAP
7.40
• Additional information – Configuring DBMS User Management for SAP HANA
• SQL syntax to get the SQL_port for the connection information in DBCO
select sql_port from sys.m.services where service_name = ‘indexserver’
• SQL syntax to list DBMS user’s assigned roles
select * from effective_roles where user_name = ‘<DBMS_USER>’
• If you remove the assigned DBMS user through SU91, the DBMS user will notbe
deleted from the HANA side. Remove it through program RSUSR_DBMS_USERS
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 7
HANA-specific post-tasks - 3
• DBMS roles that are available for DBMS users
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 8
HANA-specific post-tasks - 4
Task – Install Smart Data Access (SDA) Drivers
• Reference: SAP help page – SDA
Task – Transaction RS3HANA_CHECK/ADMIN
• This is for SAP HANA view. For background, refer to SAP First Guidance -
SAP BW 7.40 on HANA - View Generation
Task – Create CDS views after migration
• CDS stands for ‘Core Data services’
• For brief on CDS, see Enhanced ABAP development with CDS
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 9
HANA-specific post-tasks - 5
Task – RowStore to Column conversion
• In our migration, only empty, temporary
tables were listed during the check
Task – Check HANA with DBACOCKPIT
• No issue found
Task – RS_BW_POST_MIGRATION
• As the source system was already on 750/02, all mentioned OSS notes
were already in place and no issue found.
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 10
HANA-specific post-tasks - 6
Task – ASU Tool box
• There are some follow-up post-tasks
Task – RSDU_TABLE_CONSISTENCY
• For more information, refer to Table Consistency Check for BW Tables on
HANA
Task – RSDDB_INDEX_CREATE_MASS
• For more information, refer to BWonHANA: InfoProvider column views
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 11
HANA-specific post-tasks – 7
Task - Migration Check – SHDB_MIGRATION_CHECK
Task - RS_BW_POST_MIGRATION
• If OSS note 2060342 has been implemented, then run step 12 ‘Create
views for InfoProvider’. This was not performed since the system is
already 7.50
Task - Repair inconsistent PSA tables
No issue found
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 12
• Note 1785060 - Recommendations for
performing the migration to SAP HANA
HANA-specific post-tasks - 8
Task - Regenerate all Transformations
• For reference, see Transformation – Consistency check programs
• Refer to OSS note 1408161 – Program for transformation activation
The note refers to required input parameters
• Transformation ID can be derived from table RSTRAN
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 13
HANA-specific post-tasks - 9
Task - Convert InfoCubes into in-memory optimized
• It is highly recommended to convert existing InfoCubes to SAP HANA-
optimized Infocubes to reduce the data load. Note that after the migration to
HANA, all newly created InfoCubes will be automatically be SAP HANA-
optimized Infocubes.
• References:
Converting Standard InfoCubes to SAP HANA-Optimized InfoCubes
Aspects of the HANA-optimized InfoCube
• To check if an infocube is optimized, go to RSA1, under Settings Subtype =
‘SAP HANA optimized Infocube’.
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 14
HANA-specific post-tasks - 10
Task – Migrate BW Workspaces
• Report RS_BW_POST_MIGRATION – steps 12 - 15
For explanation on ‘Unload Priority’, refer to SAP BW on HANA: Data
Classification
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 15
HANA-specific post-tasks - 11
The following tasks were not performed in our migration, some of them
maybe required to take advantage of simpler data models on BW, and
especially with the new BW/4HANA, just announced by SAP in Sep-2016:
• Converting DataStore Objects and Infocubes into advanced DSO
• Convert MultiProvider to CompositeProvider
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 16
Summary
The SAP BW upgrade and migration to SAP HANA has over
100 steps, and each environment maybe a little different
based on the usage scenario and customer specific data
encountered. However, these publication seek to provide an
overview of the processes for planning and guidance so that
you can confidently create a roadmap for BW on HANA and
even next generation BW/4HANA migration involving:
• Preparation of the source BW system
• Carrying out the SAP SUM (Software Update Manager)
upgrade & migration using DMO (Database Migration
Option) for the BW system from anyDB to BW on HANA.
• Finally, post-processing on the Upgraded/Migrated System.
GOOD LUCK!
Author: Terry Kempis
Editor: Linh Nguyen
ITConductor.com 17
• Any Questions?
• Contact Info:
Linh Nguyen linh.nguyen@itconductor.com
Terry Kempis terry.kempis@itconductor.com
Let
itconductor.com
@itconductor
18

More Related Content

PDF
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
PDF
S4HANA Migration Overview
PPTX
Fiori Presentation
PDF
SAP S4HANA : Learn From Our Implementation Journey
PDF
S/4 HANA conversion functional value proposition
PDF
100 sap basis_interviwe_questions
PDF
Cash Management in SAP
PPTX
Technical Walkthrough of SAP S/4HANA System Conversion
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
S4HANA Migration Overview
Fiori Presentation
SAP S4HANA : Learn From Our Implementation Journey
S/4 HANA conversion functional value proposition
100 sap basis_interviwe_questions
Cash Management in SAP
Technical Walkthrough of SAP S/4HANA System Conversion

What's hot (20)

PPT
SAP HANA Overview
PPTX
Migrating to SAP S/4HANA
PDF
Exclusive SAP Basis Training Book | www.sapdocs.info
PPT
SAP Basics and Overview
PPTX
Take the Next Step to S/4HANA with "RISE with SAP"
PPT
SAP ADMINISTRATION
PDF
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
PPTX
SAP ECC to S/4HANA Move
PPTX
PS Module Overview
PDF
SAP S/4HANA: Everything you need to know for a successul implementation
PDF
Solution Manager 7.2 Overview final
PDF
SAP BASIS Skills for Functional Consultants
PPTX
Abap data dictionary
PPTX
SAP Cloud Platform Integration Services – L1 Deck
PDF
SAP BTP Enablement
PDF
Sap S/4 HANA New Implementation
PPTX
SAP HANA - Understanding the Basics
PDF
S/4 HANA presentation at INDUS
PPTX
Sap demo with focus on FICO
PPTX
SAP’s Intelligent Enterprise Strategy
SAP HANA Overview
Migrating to SAP S/4HANA
Exclusive SAP Basis Training Book | www.sapdocs.info
SAP Basics and Overview
Take the Next Step to S/4HANA with "RISE with SAP"
SAP ADMINISTRATION
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
SAP ECC to S/4HANA Move
PS Module Overview
SAP S/4HANA: Everything you need to know for a successul implementation
Solution Manager 7.2 Overview final
SAP BASIS Skills for Functional Consultants
Abap data dictionary
SAP Cloud Platform Integration Services – L1 Deck
SAP BTP Enablement
Sap S/4 HANA New Implementation
SAP HANA - Understanding the Basics
S/4 HANA presentation at INDUS
Sap demo with focus on FICO
SAP’s Intelligent Enterprise Strategy
Ad

Viewers also liked (20)

PDF
BW Migration to HANA Part1 - Preparation in BW System
PDF
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
PDF
SAP HANA Distributed System Scaleout and HA
PDF
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
PDF
SAP HANA System Replication - Setup, Operations and HANA Monitoring
PDF
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
PDF
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
PDF
SAP HANA SPS12 Exploring New Features
PDF
BW4/HANA implementation stories | sitNL 2016
PDF
SAP HANA Dynamic Tiering Test-drive
PDF
Managing and Monitoring HANA 2 active:active with System Replication
PPTX
What a CDS-view can do for you | sitNL 2016
PDF
Mastering SAP Monitoring - Workload Monitoring
PPTX
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
PPTX
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
PDF
10 Ways to Better Application-Centric Service Management
PDF
Mastering SAP Monitoring - Determining the Health of your SAP Environment
PDF
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
PPTX
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
PDF
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
BW Migration to HANA Part1 - Preparation in BW System
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
SAP HANA Distributed System Scaleout and HA
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
SAP HANA SPS12 Exploring New Features
BW4/HANA implementation stories | sitNL 2016
SAP HANA Dynamic Tiering Test-drive
Managing and Monitoring HANA 2 active:active with System Replication
What a CDS-view can do for you | sitNL 2016
Mastering SAP Monitoring - Workload Monitoring
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
10 Ways to Better Application-Centric Service Management
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Ad

Similar to BW Migration to HANA Part 3 - Post-processing on the Migrated System (20)

PDF
project proposal guidelines for bw on hana Dr Erdas
PDF
SAP on Linux the way to S/4HANA
PDF
418068922-HANA-Based-BW-Transformation.pdfooooooooooooooooooooooooooooooooooo...
PDF
Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...
PPTX
Big data sap hana goto market strategy
PPTX
BW on HANA optimisation answers
PPTX
Bw on hana some obvious wins
PPTX
2015 04 Preparing for the SAP S/4HANA Migration
PPTX
Itm110 how does sap solution manager support sap hana
PPTX
Time for migration to SAP HANA
PDF
Bw on-hana-migration- -experience-from-velux
PDF
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
PDF
Александр Чужиков - Сценарии внедрения SAP S/4HANA
PDF
ASUG83511 - Accelerate Digital Transformation at General Mills.pdf
PDF
BW310 - Fact Sheet.compressed
PDF
Conv op2020
PPTX
SAP BW Powered by SAP HANA
PDF
Best Practices to Administer, Operate, and Monitor an SAP HANA System
PPTX
HANA SITSP 2011
PPTX
Sap hana modelling online training
project proposal guidelines for bw on hana Dr Erdas
SAP on Linux the way to S/4HANA
418068922-HANA-Based-BW-Transformation.pdfooooooooooooooooooooooooooooooooooo...
Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...
Big data sap hana goto market strategy
BW on HANA optimisation answers
Bw on hana some obvious wins
2015 04 Preparing for the SAP S/4HANA Migration
Itm110 how does sap solution manager support sap hana
Time for migration to SAP HANA
Bw on-hana-migration- -experience-from-velux
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
Александр Чужиков - Сценарии внедрения SAP S/4HANA
ASUG83511 - Accelerate Digital Transformation at General Mills.pdf
BW310 - Fact Sheet.compressed
Conv op2020
SAP BW Powered by SAP HANA
Best Practices to Administer, Operate, and Monitor an SAP HANA System
HANA SITSP 2011
Sap hana modelling online training

More from Linh Nguyen (6)

PPTX
Configuring and Monitoring HANA Extension Node
PDF
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
PDF
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
PDF
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
PDF
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring
Configuring and Monitoring HANA Extension Node
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
SAP HANA 2 – Dynamic Tiering Overview including HANA Monitoring

Recently uploaded (20)

PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Essential Infomation Tech presentation.pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Nekopoi APK 2025 free lastest update
PDF
medical staffing services at VALiNTRY
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
L1 - Introduction to python Backend.pptx
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
ai tools demonstartion for schools and inter college
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Design an Analysis of Algorithms I-SECS-1021-03
Which alternative to Crystal Reports is best for small or large businesses.pdf
Essential Infomation Tech presentation.pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Navsoft: AI-Powered Business Solutions & Custom Software Development
wealthsignaloriginal-com-DS-text-... (1).pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Upgrade and Innovation Strategies for SAP ERP Customers
2025 Textile ERP Trends: SAP, Odoo & Oracle
Nekopoi APK 2025 free lastest update
medical staffing services at VALiNTRY
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Understanding Forklifts - TECH EHS Solution
Odoo POS Development Services by CandidRoot Solutions
L1 - Introduction to python Backend.pptx
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Adobe Illustrator 28.6 Crack My Vision of Vector Design
ai tools demonstartion for schools and inter college

BW Migration to HANA Part 3 - Post-processing on the Migrated System

  • 1. BW Migration to HANA Part 3 of 3 Post-processing on the Migrated System By OZSoft Consulting for ITConductor.com Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 1 Any DB Migrate Upgrade Preparation Post-processing
  • 2. Introduction • This is Part 3 of the series of publication which provides an overview and explanation of major steps and considerations for BW on HANA migrations • Migrating a BW system from anyDB (any database) to HANA involves 1. Preparatory work in the BW system 2. SUM DMO Tool for SAP Upgrade and Migration 3. Post processing on the migrated system • This part focuses on post-processing, which includes standard tasks after upgrade and HANA- specific post-tasks. Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 2
  • 3. Post-processing - general After migrating a BW system to HANA, there are two general groups of post-tasks 1. Standard tasks after a release upgrade or Unicode conversion 2. HANA-specific tasks After the downtime processing AND before doing anything: 1. Create a backup of the database 2. Configure HANA parameter log_mode to ‘normal’ 3. Configure HANA parameter enable_auto_log_backup to ‘YES’ Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 3
  • 4. Standard post tasks Below are some post tasks after a release upgrade/or Unicode conversion. The list is not exhaustive, not necessarily in sequence, and does not include site-specific process. Note that the DMO tool, automatically run RS_BW_POST_MIGRATION during its post-processing phase, but there maybe a case of running some steps. Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 4 Adapt dialog instances to the new release/kernel Run SECSTORE (OSS note 816861) Run SICK Configure SAINT parallelism (OSS note 1309506) For each instances, run SM51 and SM21 RZ12 – configure number of free WPs Run SGEN (SAP_BASIS first, then the rest) DB13 – maintain standard jobs Reconfigure/adapt 3rd party products RSA1 – check source systems - activate Import profile parameters Solution Manager configuration
  • 5. HANA-specific post-tasks • The cookbook, SAP First Guidance – DMO – BW on HANA lists down the tasks and steps in detail. • OSS notes, blogs that were referenced while doing the steps, (i.e. to get more background information), are added in this document. • Some of the tasks need to be a collaborative work with the BW Administrators and Security team. Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 5
  • 6. HANA-specific post-tasks - 1 Task – Activate new HANA server functions (scriptserver) • Login to the system database container to adjust the scripserver section of the daemon.ini and nameserver.ini Task – Enable ‘Dynamic Range Partitioning’ feature of DataStore objects • Refer to OSS note 2081135 for background on this Dynamic Range Partitioning Task – Install Application Function Library (AFL) • For the brief on AFL, refer to SAP help page - AFL • For HANA Analysis Process (HAP) background, refer to First Guidance – SAP BW 7.40 powever by HANA - HANA Analysis Process Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 6
  • 7. HANA-specific post-tasks - 2 Task – Configuring DBMS User Management for SAP HANA • This task need to be done in collaboration with the security team • For more detail/additional document, refer to DBMS Users in SAP NW ABAP 7.40 • Additional information – Configuring DBMS User Management for SAP HANA • SQL syntax to get the SQL_port for the connection information in DBCO select sql_port from sys.m.services where service_name = ‘indexserver’ • SQL syntax to list DBMS user’s assigned roles select * from effective_roles where user_name = ‘<DBMS_USER>’ • If you remove the assigned DBMS user through SU91, the DBMS user will notbe deleted from the HANA side. Remove it through program RSUSR_DBMS_USERS Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 7
  • 8. HANA-specific post-tasks - 3 • DBMS roles that are available for DBMS users Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 8
  • 9. HANA-specific post-tasks - 4 Task – Install Smart Data Access (SDA) Drivers • Reference: SAP help page – SDA Task – Transaction RS3HANA_CHECK/ADMIN • This is for SAP HANA view. For background, refer to SAP First Guidance - SAP BW 7.40 on HANA - View Generation Task – Create CDS views after migration • CDS stands for ‘Core Data services’ • For brief on CDS, see Enhanced ABAP development with CDS Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 9
  • 10. HANA-specific post-tasks - 5 Task – RowStore to Column conversion • In our migration, only empty, temporary tables were listed during the check Task – Check HANA with DBACOCKPIT • No issue found Task – RS_BW_POST_MIGRATION • As the source system was already on 750/02, all mentioned OSS notes were already in place and no issue found. Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 10
  • 11. HANA-specific post-tasks - 6 Task – ASU Tool box • There are some follow-up post-tasks Task – RSDU_TABLE_CONSISTENCY • For more information, refer to Table Consistency Check for BW Tables on HANA Task – RSDDB_INDEX_CREATE_MASS • For more information, refer to BWonHANA: InfoProvider column views Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 11
  • 12. HANA-specific post-tasks – 7 Task - Migration Check – SHDB_MIGRATION_CHECK Task - RS_BW_POST_MIGRATION • If OSS note 2060342 has been implemented, then run step 12 ‘Create views for InfoProvider’. This was not performed since the system is already 7.50 Task - Repair inconsistent PSA tables No issue found Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 12 • Note 1785060 - Recommendations for performing the migration to SAP HANA
  • 13. HANA-specific post-tasks - 8 Task - Regenerate all Transformations • For reference, see Transformation – Consistency check programs • Refer to OSS note 1408161 – Program for transformation activation The note refers to required input parameters • Transformation ID can be derived from table RSTRAN Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 13
  • 14. HANA-specific post-tasks - 9 Task - Convert InfoCubes into in-memory optimized • It is highly recommended to convert existing InfoCubes to SAP HANA- optimized Infocubes to reduce the data load. Note that after the migration to HANA, all newly created InfoCubes will be automatically be SAP HANA- optimized Infocubes. • References: Converting Standard InfoCubes to SAP HANA-Optimized InfoCubes Aspects of the HANA-optimized InfoCube • To check if an infocube is optimized, go to RSA1, under Settings Subtype = ‘SAP HANA optimized Infocube’. Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 14
  • 15. HANA-specific post-tasks - 10 Task – Migrate BW Workspaces • Report RS_BW_POST_MIGRATION – steps 12 - 15 For explanation on ‘Unload Priority’, refer to SAP BW on HANA: Data Classification Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 15
  • 16. HANA-specific post-tasks - 11 The following tasks were not performed in our migration, some of them maybe required to take advantage of simpler data models on BW, and especially with the new BW/4HANA, just announced by SAP in Sep-2016: • Converting DataStore Objects and Infocubes into advanced DSO • Convert MultiProvider to CompositeProvider Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 16
  • 17. Summary The SAP BW upgrade and migration to SAP HANA has over 100 steps, and each environment maybe a little different based on the usage scenario and customer specific data encountered. However, these publication seek to provide an overview of the processes for planning and guidance so that you can confidently create a roadmap for BW on HANA and even next generation BW/4HANA migration involving: • Preparation of the source BW system • Carrying out the SAP SUM (Software Update Manager) upgrade & migration using DMO (Database Migration Option) for the BW system from anyDB to BW on HANA. • Finally, post-processing on the Upgraded/Migrated System. GOOD LUCK! Author: Terry Kempis Editor: Linh Nguyen ITConductor.com 17
  • 18. • Any Questions? • Contact Info: Linh Nguyen linh.nguyen@itconductor.com Terry Kempis terry.kempis@itconductor.com Let itconductor.com @itconductor 18