Top FAQs About SAP BTP, SAP IAS, and SAP IAG

SAP

Top FAQs About SAP BTP, SAP IAS, and SAP IAG Top FAQs About SAP BTP, SAP IAS, and SAP IAG Every Security Expert Should Know SAP Business Technology Platform (BTP) and other SAP Cloud applications are revolutionizing the way businesses leverage technology. Understanding the key components—SAP Identity Authentication Service (IAS)…

Read More

Why NZDM upgrade is better than traditional SAP upgrade

SAP

When it comes to upgrading SAP systems, businesses often face the challenge of balancing downtime, performance, and risk management. Traditionally, SAP upgrades required long maintenance windows, impacting business operations significantly. However, with the introduction of Near Zero Downtime Maintenance (NZDM, companies now have a more efficient, flexible, and business-friendly alternative.…

Read More

SAP SUM Phases: A Step-by-Step Guide

SAP

SAP SUM Introduction Upgrading an SAP system is a complex undertaking that requires careful planning and execution. SAP’s Software Update Manager (SUM) tool simplifies this process, providing a structured approach to system upgrades, EHP updates, S/4HANA conversions, and more. In this blog post, we’ll delve into the key phases and…

Read More

SAP HANA SQL Commands for Auditing/SOX

SAP

By using SAP HANA SQL Commands, we can perform following job Finding index and primary keys of tables SELECT IFNULL(CONSTRAINT,’NUNIQUE’), INDEX_NAME,COLUMN_NAME FROM INDEX_COLUMNS WHERE SCHEMA_NAME = ‘%s’ AND TABLE_NAME = ‘%s’ ORDER BY INDEX_OID,POSITION Show details of users that have been logged-in select * from “SYS”.”USERS” where “LAST_SUCCESSFUL_CONNECT” is not…

Read More