4
Most read
6
Most read
15
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
BW Migration to HANA Part1 - Preparation in BW System
PDF
SAP Post Copy Automation
PDF
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
PDF
MariaDB 제품 소개
PPTX
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
PDF
MariaDB MaxScale monitor 매뉴얼
PDF
MySQL Administrator 2021 - 네오클로바
PDF
Domino policies deep dive
BW Migration to HANA Part1 - Preparation in BW System
SAP Post Copy Automation
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
MariaDB 제품 소개
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
MariaDB MaxScale monitor 매뉴얼
MySQL Administrator 2021 - 네오클로바
Domino policies deep dive

What's hot (20)

PDF
Step by step on changing ecc source systems without affecting data modeling o...
PPTX
Transition to SAP S/4HANA System Conversion: A step-by-step guide
ODP
JMP105 - "How Stuff Works" - Domino Style!
PPTX
Maxscale 소개 1.1.1
PDF
SAP BW to BW4HANA Migration
PDF
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
PPT
Sap Security Assessment V3 English
PDF
RNUG - Dirty Secrets of the Notes Client
PDF
MariaDB 마이그레이션 - 네오클로바
PDF
Important tips on Router and SMTP mail routing
PPTX
MySQL8.0_performance_schema.pptx
PPT
Teradata vs-exadata
PDF
MySQL 8.0 EXPLAIN ANALYZE
PPTX
MySQL_MariaDB-성능개선-202201.pptx
DOCX
MySQL_SQL_Tunning_v0.1.3.docx
PDF
Rman Presentation
PDF
Maxscale_메뉴얼
PDF
SAP LVM Post Copy Automation Integration
PDF
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
PDF
MariaDB Performance Tuning and Optimization
Step by step on changing ecc source systems without affecting data modeling o...
Transition to SAP S/4HANA System Conversion: A step-by-step guide
JMP105 - "How Stuff Works" - Domino Style!
Maxscale 소개 1.1.1
SAP BW to BW4HANA Migration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Sap Security Assessment V3 English
RNUG - Dirty Secrets of the Notes Client
MariaDB 마이그레이션 - 네오클로바
Important tips on Router and SMTP mail routing
MySQL8.0_performance_schema.pptx
Teradata vs-exadata
MySQL 8.0 EXPLAIN ANALYZE
MySQL_MariaDB-성능개선-202201.pptx
MySQL_SQL_Tunning_v0.1.3.docx
Rman Presentation
Maxscale_메뉴얼
SAP LVM Post Copy Automation Integration
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
MariaDB Performance Tuning and Optimization
Ad

Viewers also liked (20)

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
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...
PDF
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
PPTX
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
PDF
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
PDF
SAP BW 4HANA IN A NUTSHELL
PDF
Sap hana server installation guide
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...
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...
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
SAP BW 4HANA IN A NUTSHELL
Sap hana server installation guide
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
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
PPTX
BW on HANA optimisation answers
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
PDF
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
PDF
Dynamics of Leading Legacy Databases
PPTX
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
PDF
DB2 11 for z/OS Migration Planning and Early Customer Experiences
PPTX
Oracle EBS Upgrade to 12.2.5.1
PPTX
Practical Guidance for SharePoint 2010 Upgrade
PPTX
Migrating to SharePoint 2013 - Business and Technical Perspective
DOC
Mohammed Shinoj Resume SAP BASIS
PDF
PPT
S 4 hana 10 02
PDF
Sap bw lo extraction
PPT
40084_graves.ppt : Oracle Database Documentation
PPTX
NZSPC 2013 - Upgrading to SharePoint 2013
PDF
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
PPTX
Checklist for Upgrades and Migrations
PPTX
Oracle E-Business Suite Release 12.1 Information Center.pptx
project proposal guidelines for bw on hana Dr Erdas
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
BW on HANA optimisation answers
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
Dynamics of Leading Legacy Databases
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
DB2 11 for z/OS Migration Planning and Early Customer Experiences
Oracle EBS Upgrade to 12.2.5.1
Practical Guidance for SharePoint 2010 Upgrade
Migrating to SharePoint 2013 - Business and Technical Perspective
Mohammed Shinoj Resume SAP BASIS
S 4 hana 10 02
Sap bw lo extraction
40084_graves.ppt : Oracle Database Documentation
NZSPC 2013 - Upgrading to SharePoint 2013
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
Checklist for Upgrades and Migrations
Oracle E-Business Suite Release 12.1 Information Center.pptx

Recently uploaded (20)

PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PDF
AI-Powered Fuzz Testing: The Future of QA
PDF
Crypto Loss And Recovery Guide By Expert Recovery Agency.
PPTX
HackYourBrain__UtrechtJUG__11092025.pptx
PPTX
Lecture 5 Software Requirement Engineering
PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PPTX
Odoo ERP for Injection Molding Industry – Optimize Production & Reduce Scrap
PPTX
Viber For Windows 25.7.1 Crack + Serial Keygen
PPTX
ROI from Efficient Content & Campaign Management in the Digital Media Industry
PDF
Cloud Native Aachen Meetup - Aug 21, 2025
PPTX
Foundations of Marketo Engage: Nurturing
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
PPTX
Streamlining Project Management in the AV Industry with D-Tools for Zoho CRM ...
PDF
Internet Download Manager IDM Crack powerful download accelerator New Version...
PDF
infoteam HELLAS company profile 2025 presentation
PPTX
Download Adobe Photoshop Crack 2025 Free
PPTX
Human-Computer Interaction for Lecture 1
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
Python is a high-level, interpreted programming language
PDF
IT Consulting Services to Secure Future Growth
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
AI-Powered Fuzz Testing: The Future of QA
Crypto Loss And Recovery Guide By Expert Recovery Agency.
HackYourBrain__UtrechtJUG__11092025.pptx
Lecture 5 Software Requirement Engineering
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
Odoo ERP for Injection Molding Industry – Optimize Production & Reduce Scrap
Viber For Windows 25.7.1 Crack + Serial Keygen
ROI from Efficient Content & Campaign Management in the Digital Media Industry
Cloud Native Aachen Meetup - Aug 21, 2025
Foundations of Marketo Engage: Nurturing
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Streamlining Project Management in the AV Industry with D-Tools for Zoho CRM ...
Internet Download Manager IDM Crack powerful download accelerator New Version...
infoteam HELLAS company profile 2025 presentation
Download Adobe Photoshop Crack 2025 Free
Human-Computer Interaction for Lecture 1
BoxLang Dynamic AWS Lambda - Japan Edition
Python is a high-level, interpreted programming language
IT Consulting Services to Secure Future Growth

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 [email protected] Terry Kempis [email protected] Let itconductor.com @itconductor 18