This blog gives a clear picture of how to easily configure the SAP HANA cloud platform. To login to the SAP HANA Cloud Platform, you will need credentials. Also Read: SAP HANATEC 12 Certification Preparation Guide Steps to create user id: 1. Go to https://community.sap.com/. Click on login/sign up. Click on Register. 2. Enter all […]
ERP
Finishing and Printing SAP PowerDesigner Diagrams for HANA Database Schemas
If you have a great database schema, it is always good to promote it with a spectacular poster-sized ER diagram. I am part of the older crowd where, perhaps, having a working system is not the last step unless everyone knows you’ve put intense thought into the underlying database. The exact method for properly finishing […]
Looking forward for the next available value in a table without using LEAD or LAG function or LOOPING in SAP HANA
REQUIREMENT This blog is regarding the calculation of “Production Ratio” in Supply Chain Management for the monthly bucket in SAP HANA. The client wanted to see, Production Ratio of a year for each month for a particular Product, Location and Product Version combination. In my case Production Ration was calculated as (Quantity / Total Quantity […]
ISU Master Data Creation tool
The SAP – ISU master data creation program is used to create the automatic master data with proper linking without going through the SAP standard transaction. The typical flow of an ISU master data is outlined in the flow chart below. As a standard, SAP has no option to create all the master data in […]
SAP Secure Network Communication (SNC) Encryption configuration from SAP Portal to ABAP systems and SAP Gui to ABAP systems
Background As per the client request to encrypt the SAP Portal traffic to SAP ABAP systems and SAPGUI encryption to ABAP systems as part of their Infosec policy. Encryption is implemented using the SAP Secure Network Communication (SNC). This document explains about step by step configuration of SNC Encryption on the existing SAP Gui to […]
Single Sign-On (SAML2) Configuration for SAP FIORI Application
As part this blog, we would like to explain how to configure ” SAML2 enable for SAP FIORI Applications”. This will cover Single Sign-On (SAML2) setup for FIORI Launchpad using Microsoft Azure (IDP). Also Read: SAP Fiori Application Developer Certification Preparation Guide SAP Basis team will co-ordinate with ADFS team to perform all required IDP […]
Call Adobe Form Through ABAP Web Dynpro
Introduction: This blog helps you to call adobe form through abap web dynpro. Step1: Create a table type for a table. Go to the T_Code –SE11. Select data type and give data type name click on ‘CREATE‘. Select the radio button ‘Table Type’ and click on ‘ENTER‘. Give short text and line type name. Give […]
Sum of Multiple Rows based on a condition (validation) without using LOOP in SAP HANA
REQUIREMENT This blog post is regarding the validation of “Production Ratio” in Supply Chain Management for the monthly bucket in SAP HANA. Read More: SAP HANATEC 12 Certification Preparation Guide The client wanted to see “Production Ratio” of each month for a particular Product, Location and Product Version combination with validation. In my case, when […]