NW ABAP Runtime Environment
19 Blog Posts
10 Contributors
-
Imagine that you have designed and implemented this great app your users have been waiting for. But if it is too slow, they will not like it. System administrators will hate it if its resource consumption is too high. How do you know ahead of time... Read More »4Comments20Likes
-
Even before SAP TechEd 2021 got underway, my head had been spinning with all the different terms related to programming tools, services and platforms and I had actually started a “sticky note” collection with many such terms. My hope was... Read More »5Comments26Likes
-
Edit: After some feedback and some time to work on this I’ve improved the examples and introduced the Thread Pool Executor concept. Motivation Every now and then we find a need for doing some work in parallel. Recently I’ve worked on a... Read More »19Comments26Likes
-
Welcome to the second instalment of this tutorial series. In this part, we are going to focus on the installation and access to the ABAP platform. I will reiterate the process blueprint to help follow the steps we need to achieve to complete this... Read More »3Comments2Likes
-
In this tutorial, I will shed more light on why an ABAPer or developer who requires just a test system for experimentation should choose the ABAP Platform Dev edition over another feature rich but expensive alternative. We will then get our hands... Read More »0Comments4Likes
-
Introduction: In this blog post, I have mentioned the steps to overcome the OBJECTS_OBJREF_NOT_ASSIGNED_NO runtime error, that we face in SAP BPC Optimized for S/4 HANA. This occurs while trying to run the Planning Functions. Main Problem: While I... Read More »0Comments1Like
-
Dear community, today we start with some code. Let’s see if the code already reveals what this blog is about. REPORT zcity_of_nottingham. DATA wanted_poster TYPE string VALUE '1000 silver coins reward for the capture of Robin... Read More »3Comments14Likes
-
Introduction: Helping a client in the process of leveraging existing solutions, we are reviews the security approach to ABAP CDS views. In this particular project we are using CDS Views as the Data Foundation for custom SAPUI5 Applications, and as... Read More »1Comment4Likes
-
Introduction and Problem: You are working in a client with a SAP on HANA, either S/4 or any of the new versions of Suite on HANA, and for any given reason you have being doing some work with HANA Views. All is working fine in DEV, but when... Read More »1Comment1Like