Monday, August 26, 2024

ECC to S/4HANA Conversion STEPS...!!!


*Step 1: Assessment (SAP Note 2269324)*

- Evaluate current ECC system
- Identify customization, data volume, and integration points

*Step 2: Strategy (SAP Note 2279391)*

- Choose conversion path: brownfield, greenfield, or hybrid
- Define scope, timelines, and resources

*Step 3: Preparation (SAP Note 2287141)*

- Set up project team
- Complete ECC system maintenance
- Data cleansing and optimization

*Step 4: Software Update (SAP Note 2293511)*

- Upgrade to latest ECC EHP
- Apply necessary support packages

*Step 5: S/4HANA Readiness Check (SAP Note 2294136)*

- Run S/4HANA Readiness Check tool
- Identify potential issues

*Step 6: Data Migration (SAP Note 2300721)*

- Use Data Migration Cockpit or other tools
- Migrate data to S/4HANA

*Step 7: System Conversion (SAP Note 2305411)*

- Execute system conversion using SUM tool
- Follow SAP S/4HANA conversion guide

*Step 8: Testing and Quality Assurance (SAP Note 2310171)*

- Perform unit, integration, and user acceptance testing
- Validate data and processes

*Step 9: Cutover and Deployment (SAP Note 2315421)*

- Plan cutover
- Deploy system
- Provide end-user training

*Step 10: Post-Conversion (SAP Note 2320171)*

- Monitor system
- Address any issues
- Optimize performance


Thursday, August 15, 2024

SLT Replication in a NUTShell...!!!

1. Login to SLT Development Server – SAPBASIS / f2xxxx

2. Go to LTRC and select the appropriate Configuration – In our case, ECC_PRD is the config with mass transfer ID – 29 being used for data transfer from DEV/250 to HANA AXD ECC_PRD schema.

(SLT config name and target HANA schema will be same)


3. Ensure that you selected correct MASS TRANSFER ID and select “Processing Steps” tab


4. For every request to setup SLT table transfer, we need to process all the 5 steps in sequence without FAIL

Ensure the requested tables are updated on tracker link - SLT Tracker

Step#1 – Get the list of requested tables to be SLT’d and add it here


Execute it


Perform the same step through STEP#5 until “Runtime generation module”

5. Once all the steps are complete, proceed to trigger replication for these configured tables



6. Add the requested table list and select “Start Replication”



7. Execute it to trigger the real time replication for these selected tables


8. Once the replication started, switch to tab “Data Transfer Monitor” and ensure there is no “Load/Blocked” entries on column “Blocked Processing Step”

Once all the above steps are complete, confirm the requestor that the tables are configured for SLT.




Wednesday, August 7, 2024

How to Reset HANA System Password at OS Level (If you forget / someone changed).


1. Login with SIDADM ( Note: DBH is my SID )

  su - dbhadm

 2 . Stop the Database

 A ) First check system is up and running or not using the below command

 sapcontrol -nr 00 -function GetProcessList

 B) To stop the Database use the below sapcontronl command

 sapcontrol -nr 00 -function Stop


Now Check System is Stopped or NOT





Now Start the Nameserver of the System Database.



Now start the name server. 

  ./hdbenv.sh

Run the below command for resetting the user

./hdbnameserver -resetUserSystem


Enter New password :


 


Successfully Changed the HANA System Password.

Now Start the HANA Database.

Check the services:


This Concludes HANA System Password Reset.