by Amritha Madhavi Sudharsan | Sep 25, 2020 | SAP BW/4HANA
AMDP scripts are widely used these days to achieve the idea of code pushdown in HANA. To incorporate the code pushdown mechanism in BW transformations, we can replace ABAP code with AMDP scripts. This blog is a continuation of the “Converting ABAP code into AMDP...
by Rekha Authivarahan | Jul 15, 2020 | SAP BW/4HANA
ABAP Managed Database Procedures are a new feature in AS ABAP allowing developers to write database procedures. As you can imagine calculations executed while retrieving the data from the database can significantly reduce the runtime of an ABAP program. Especially...
by Subathra Jagadeesan | Jul 3, 2020 | Cockpit, SAP BW/4HANA
Statistics definition The BW statistics provide us with the information on technical content and runtime of a query or an info provider. On clicking on the status definition tab, you will be able to see the query and info provider names along with author name and the...
by Subathra Jagadeesan | Jul 2, 2020 | Cockpit, SAP BW/4HANA
The Configuration tab of the BW/4HANA Cockpit has a combination of administrator transaction, standard transaction, and BW search options. In this blog, there is a brief explanation on each of the title under the Configuration tab. BW...
by Dinesh Kumar Reddy | Jun 28, 2020 | SAP BW/4HANA
With the rise of cloud architectures and self-analytics, everyone needs the data to be readily available for them to make their own insights. OData (Open Data Protocol) is one of the easiest ways to expose data that allows us to create and consume queryable and...
by Gurudev Devaraj | Jun 27, 2020 | SAP BW/4HANA
Scenario When Master Data loads are scheduled as a Full Load into BW and when records are deleted in the source system, the data will still exist in the P Table. This is because BW only overwrites the records from the Data Source into the P Table. When we have to...