SlideShare a Scribd company logo
1 of 18
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

What's hot

Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradeTony de Thomasis
 
Take the Next Step to S/4HANA with "RISE with SAP"
Take the Next Step to S/4HANA with "RISE with SAP"Take the Next Step to S/4HANA with "RISE with SAP"
Take the Next Step to S/4HANA with "RISE with SAP"panayaofficial
 
Decoding SAP's BI Analytics SAP Statement of Direction
Decoding SAP's BI Analytics SAP Statement of Direction Decoding SAP's BI Analytics SAP Statement of Direction
Decoding SAP's BI Analytics SAP Statement of Direction Visual_BI
 
Sap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesSap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesLuc Vanrobays
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemSAPinsider Events
 
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)Pierluigi Demaria
 
SAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitSAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitEdwin Weijers
 
Migrating to the SAP Cloud
Migrating to the SAP Cloud Migrating to the SAP Cloud
Migrating to the SAP Cloud Capgemini
 
Landing Self Service Analytics using Microsoft Azure & Power BI
Landing Self Service Analytics using Microsoft Azure & Power BILanding Self Service Analytics using Microsoft Azure & Power BI
Landing Self Service Analytics using Microsoft Azure & Power BIVisual_BI
 
Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Soumya De
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSoumya De
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...SAP Technology
 
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
SAP BW/4HANA - The Intelligent Enterprise Data WarehouseSAP BW/4HANA - The Intelligent Enterprise Data Warehouse
SAP BW/4HANA - The Intelligent Enterprise Data WarehouseStridely Solutions
 
An Overview of SAP S4/HANA
An Overview of SAP S4/HANAAn Overview of SAP S4/HANA
An Overview of SAP S4/HANADebajit Banerjee
 
Introduction to SAP ERP
Introduction to SAP ERPIntroduction to SAP ERP
Introduction to SAP ERPhasan2000
 

What's hot (20)

Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP Upgrade
 
sap s4 hana introduction and outlook
sap s4 hana introduction and outlooksap s4 hana introduction and outlook
sap s4 hana introduction and outlook
 
Rise with SAP
Rise with SAPRise with SAP
Rise with SAP
 
Take the Next Step to S/4HANA with "RISE with SAP"
Take the Next Step to S/4HANA with "RISE with SAP"Take the Next Step to S/4HANA with "RISE with SAP"
Take the Next Step to S/4HANA with "RISE with SAP"
 
Decoding SAP's BI Analytics SAP Statement of Direction
Decoding SAP's BI Analytics SAP Statement of Direction Decoding SAP's BI Analytics SAP Statement of Direction
Decoding SAP's BI Analytics SAP Statement of Direction
 
Sap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesSap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypes
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
 
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)
Delta scope sap ehp8 for SAP ERP 6.0 (Technical View)
 
SAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitSAP S/4HANA Migration Cockpit
SAP S/4HANA Migration Cockpit
 
Pentaho etl-tool
Pentaho etl-toolPentaho etl-tool
Pentaho etl-tool
 
Migrating to the SAP Cloud
Migrating to the SAP Cloud Migrating to the SAP Cloud
Migrating to the SAP Cloud
 
Landing Self Service Analytics using Microsoft Azure & Power BI
Landing Self Service Analytics using Microsoft Azure & Power BILanding Self Service Analytics using Microsoft Azure & Power BI
Landing Self Service Analytics using Microsoft Azure & Power BI
 
Sap Analytics Cloud
Sap Analytics CloudSap Analytics Cloud
Sap Analytics Cloud
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New Implementation
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
 
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
SAP BW/4HANA - The Intelligent Enterprise Data WarehouseSAP BW/4HANA - The Intelligent Enterprise Data Warehouse
SAP BW/4HANA - The Intelligent Enterprise Data Warehouse
 
An Overview of SAP S4/HANA
An Overview of SAP S4/HANAAn Overview of SAP S4/HANA
An Overview of SAP S4/HANA
 
Introduction to SAP ERP
Introduction to SAP ERPIntroduction to SAP ERP
Introduction to SAP ERP
 

Viewers also liked

BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationLinh Nguyen
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HALinh Nguyen
 
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1Linh Nguyen
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringLinh Nguyen
 
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...Linh Nguyen
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringLinh Nguyen
 
SAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesSAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesLinh Nguyen
 
BW4/HANA implementation stories | sitNL 2016
BW4/HANA implementation stories | sitNL 2016BW4/HANA implementation stories | sitNL 2016
BW4/HANA implementation stories | sitNL 2016Twan van den Broek
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveLinh Nguyen
 
Managing and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationManaging and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationLinh Nguyen
 
What a CDS-view can do for you | sitNL 2016
What a CDS-view can do for you | sitNL 2016What a CDS-view can do for you | sitNL 2016
What a CDS-view can do for you | sitNL 2016Twan van den Broek
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringLinh Nguyen
 
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Linh Nguyen
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Linh Nguyen
 
10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service ManagementLinh Nguyen
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentLinh Nguyen
 
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...Linh Nguyen
 
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Linh Nguyen
 
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...Linh Nguyen
 
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationMastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationLinh Nguyen
 

Viewers also liked (20)

BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HA
 
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
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 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
 
SAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New FeaturesSAP HANA SPS12 Exploring New Features
SAP HANA SPS12 Exploring New Features
 
BW4/HANA implementation stories | sitNL 2016
BW4/HANA implementation stories | sitNL 2016BW4/HANA implementation stories | sitNL 2016
BW4/HANA implementation stories | sitNL 2016
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-drive
 
Managing and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System ReplicationManaging and Monitoring HANA 2 active:active with System Replication
Managing and Monitoring HANA 2 active:active with System Replication
 
What a CDS-view can do for you | sitNL 2016
What a CDS-view can do for you | sitNL 2016What a CDS-view can do for you | sitNL 2016
What a CDS-view can do for you | sitNL 2016
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload Monitoring
 
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
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 ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
 
10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management10 Ways to Better Application-Centric Service Management
10 Ways to Better Application-Centric Service Management
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
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 - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
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)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
 
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Prepar...
 
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & AutomationMastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
 

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

project proposal guidelines for bw on hana Dr Erdas
project proposal guidelines for bw on hana Dr Erdasproject proposal guidelines for bw on hana Dr Erdas
project proposal guidelines for bw on hana Dr ErdasProf Dr Mehmed ERDAS
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANALinh Nguyen
 
BW on HANA optimisation answers
BW on HANA optimisation answersBW on HANA optimisation answers
BW on HANA optimisation answersAjay Kumar Uppal
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationLinh Nguyen
 
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationSAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationLinh Nguyen
 
Dynamics of Leading Legacy Databases
Dynamics of Leading Legacy DatabasesDynamics of Leading Legacy Databases
Dynamics of Leading Legacy DatabasesCognizant
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)SAP Technology
 
DB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesDB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesJohn Campbell
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Amit Sharma
 
Practical Guidance for SharePoint 2010 Upgrade
Practical Guidance for SharePoint 2010 UpgradePractical Guidance for SharePoint 2010 Upgrade
Practical Guidance for SharePoint 2010 UpgradeJoel Oleson
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveJohn Calvert
 
Mohammed Shinoj Resume SAP BASIS
Mohammed Shinoj Resume SAP BASISMohammed Shinoj Resume SAP BASIS
Mohammed Shinoj Resume SAP BASISMohammed Shinoj
 
Sap bw lo extraction
Sap bw lo extractionSap bw lo extraction
Sap bw lo extractionObaid shaikh
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013Michael Noel
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTPreet Kamal Singh
 
Checklist for Upgrades and Migrations
Checklist for Upgrades and MigrationsChecklist for Upgrades and Migrations
Checklist for Upgrades and MigrationsMarkus Flechtner
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotDebajit Banerjee
 

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

project proposal guidelines for bw on hana Dr Erdas
project proposal guidelines for bw on hana Dr Erdasproject proposal guidelines for bw on hana Dr Erdas
project proposal guidelines for bw on hana Dr Erdas
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
 
BW on HANA optimisation answers
BW on HANA optimisation answersBW on HANA optimisation answers
BW on HANA optimisation answers
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
 
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationSAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
 
Dynamics of Leading Legacy Databases
Dynamics of Leading Legacy DatabasesDynamics of Leading Legacy Databases
Dynamics of Leading Legacy Databases
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
DB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesDB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer Experiences
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1
 
Practical Guidance for SharePoint 2010 Upgrade
Practical Guidance for SharePoint 2010 UpgradePractical Guidance for SharePoint 2010 Upgrade
Practical Guidance for SharePoint 2010 Upgrade
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical Perspective
 
Mohammed Shinoj Resume SAP BASIS
Mohammed Shinoj Resume SAP BASISMohammed Shinoj Resume SAP BASIS
Mohammed Shinoj Resume SAP BASIS
 
Thillipan
ThillipanThillipan
Thillipan
 
S 4 hana 10 02
S 4 hana 10 02S 4 hana 10 02
S 4 hana 10 02
 
Sap bw lo extraction
Sap bw lo extractionSap bw lo extraction
Sap bw lo extraction
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013
 
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPTCOLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
 
Checklist for Upgrades and Migrations
Checklist for Upgrades and MigrationsChecklist for Upgrades and Migrations
Checklist for Upgrades and Migrations
 
SAP S/4HANA FAQ’s
SAP S/4HANA FAQ’sSAP S/4HANA FAQ’s
SAP S/4HANA FAQ’s
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical Snapshot
 

Recently uploaded

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 

Recently uploaded (20)

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 

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