Skip to Content
Author's profile photo Karl Kessler

SAP Cloud Platform ABAP Environment is live

Before you continue to read this blog, please make sure you have seen the announcement blog from Harald Kuck.

As of September 4th, 2018 the new ABAP development and runtime environment for SAP Cloud Platform is available with the official name SAP Cloud Platform ABAP Environment.

SAP Cloud Platform ABAP Environment is a platform as a service offering for the ABAP developer community running in the Cloud Foundry environment of SAP Cloud Platform. It interacts with the NEO environment especially in the user interface area since tools such as the SAP Web IDE fullstack are located in NEO.

SAP Cloud Platform ABAP Environment – Value Proposition

Before we jump into the technical details why does it makes sense to offer ABAP in SAP Cloud Platform? The SAP installed customer base will move their existing on-premise SAP Business Suite and SAP NetWeaver deployments to SAP S/4HANA, both as on-premise and cloud deployments. The customers will use this once-in-a-decade opportunity to radically simplify their landscapes that have grown over the past decades. Existing Business Suite systems will be consolidated converging to a single S/4HANA instance approach wherever possible. Customers want to narrow down the complexity of their core business processes to a digital core that is smart and serves as the backbone of the intelligent enterprise. In a traditional Business Suite system customization is complex. Custom code has piled up over the years. Modifications to SAP standard ABAP code prevent customers from moving to higher order releases or enhancement packages. They have to invest a serious amount of adaptation efforts when they try to implement a support package for example. Customers see a huge potential to transform their business to the cloud.

This transformation also offers new market opportunities for the SAP partner base. By moving ABAP development and execution to SAP Cloud Platform customers and partners can delegate all infrastructure, lifecycle management and system operations tasks to the DevOps teams of SAP. Customers and partner can immediately benefit from and adopt the newest innovations of the ABAP stack powered by SAP HANA. They can consume the innovations much faster in the Cloud since new innovations are delivered with each quarter. Compare this to a classical on-premise setup where new releases are delivered once a year. The situation becomes even worse when you take into account that customers tend to stay on a certain release level rather than applying the latest version.

The major use cases for SAP Cloud Platform ABAP Environment are the development of new cloud apps in ABAP which are decoupled from the digital core. Of course, customers and partners see a chance to leverage their existing ABAP know how and want to reuse their existing on-premise assets in SAP Cloud Platform ABAP Environment. Partners want to commercialize their addon development in the cloud and want to benefit from SAP’s large customer base. The cloud is a natural junction point for the whole ABAP community.

As a full member and first class citizen of SAP Cloud Platform the ABAP Environment will benefit from all existing SAP CP services such as SAP Leonardo with Machine Learning, Block Chain an IoT. This offers completely new scenarios not present in the on-premise world.

Last, but not least customers and partners can delegate all lifecycle and operational tasks to cloud operation. They can scale with their business needs rather than doing large upfront investments in hardware and services. They can fully align with the innovation speed and have a choice among their preferred cloud providers.

SAP Cloud Platform ABAP Environment – Architecture

The architecture is corresponds to the announcement from last year. The starting point is the SAP Cloud Platform Cockpit. When a customer has a subscription for ABAP the administrator will launch the cockpit and create a new ABAP instance (complete ABAP stack with underlying SAP HANA) from there. The ABAP system is then up and running and can be contacted with the ABAP development tools for Eclipse (ADT). SAP GUI or Web GUI is not allowed. The ADT tools also do not call any embedded SAP GUI tools like in on-premise. All tool access against SAP CP ABAP Environment is done with native Eclipse plugins from SAP (available through the tooling website https://tools.hana.ondemand.com). The ABAP system which was created is based on the same ABAP kernel like S/4HANA Cloud 1808. The ABAP language is optimized for cloud operation. Dynpro and list processing statements (CALL SCREEN, WRITE etc) will lead to a syntax error.

The primary purpose of the ABAP system is to provide a development and runtime environment for FIORI applications that are optimized for SAP HANA. The FIORI applications are based on the consumption of Core Data Services that are exposed through the oData protocol and are presented with corresponding FIORI elements. The ABAP applications can connect to backends through standard protocols such as HTTP and oData. In the first version they can access SAP S/4HANA Cloud. In upcoming versions access to on-premise backends will be enabled through the SAP Cloud Connector. The ABAP system is embedded into the SAP CP Cloud Foundry infrastructure which allows ABAP applications to use other services of SAP Cloud Platform such as SAP Leonardo etc. The traditional correction and transport system is still in place from a logical perspective meaning the customer can develop an ABAP app in one system, and then transport it into a test or productive system. However in contrast to the on-premise world where transport requests are exported to the central directory of a landscape and then imported into the target system, in SAP CP ABAP Environment the transport request are exported in readable format to a GIT repository. This has a couple of advantages. For example you can export the same ABAP artefact in different versions. This is not possible in the classical on-premise world. Later GIT aware tools (think of continuous integration and delivery) can benefit from the source representation in GIT. This makes the ABAP world more open to cloud innovations.

SAP Cloud Platform ABAP Environment – Development

When you are familiar with the classical on-premise ADT tools you will find it rather easy to use the Cloud tools. In Eclipse you need to create an ABAP Cloud Project. To connect to your ABAP backend you need to navigate through the services of your SAP Cloud Platform subaccount or to specify a Cloud Foundry service key that identifies your system.

The first thing you will probably see in the Project Explorer is the tree of released objects. Here you find all the whitelisted APIs, Core data services, Dictionary objects etc. You can see that the list contains important ABAP classes for the ABAP runtime environment, and various Dictionary elements. Tables are not whitelisted by default. This means that an ABAP statement referring to a standard ABAP table will cause a syntax error. You have to use a whitelisted API to access a table underneath. This approach is different compared to ABAP on-premise where you can basically access any ABAP repository element even if it was never intended to be used in custom code. The main reason is cloud operation. If SAP manages the whole environment, and not the customer as in on-premise deployments, all upgrades, patches and hotfix collections will be applied independently of the customer’s project in predefined maintenance intervals that are kept as shortly as possible to provide maximum availability of the cloud environment. For cloud operations this means that custom code has to adhere to a strict set of whitelisted APIs that are managed in a compatible way. That way no customer is affected and can continue with development or production after the maintenance is performed. In an on-premise environment a customer would execute transaction SPAU (process after upgrade) to adjust his custom code to the new SAP repository version. In cloud environments this is simply not acceptable. Of course, SAP will extend the whitelist based on customer and partner demand, but to keep ABAP innovation up to speed not all legacy frameworks can be moved to the cloud. This is similar to Java where frameworks like Web Dynpro could not be moved to SAP Cloud Platform but were replaced with FIORI and SAPUI5.

Pricing and market opportunities

SAP Cloud Platform ABAP Environment is priced along ABAP memory and HANA memory. The minimal setup is 16 GB ABAP app server on top of a 64 GB HANA. The list price for this setup is 3000 € per month and customer, see https://cloudplatform.sap.com/capabilities.html. Customers can choose between subscription and pay per use billing like with other services offered through SAP Cloud Platorm.

 

Required skills

A lot of innovations have been added to the ABAP Platform for the last couple of years. Think of technologies such as Core Data Services (CDS), oData exposure and consumption in FIORI applications. If you are familiar with these topics and already gained experience with the ABAP Development Tools for Eclipse (ADT) you are in the pole position to get started with SAP Cloud Platform ABAP Environment. The program model for SAP Cloud Platform ABAP Environment is the RESTful ABAP Programming Model which is fully based on CDS. With this model you can develop cloud applications in FIORI style rather quickly. Below is the list of SAP Cloud Platform tutorials for a first orientation:

Assigned Tags

      20 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jayakumar K B
      Jayakumar K B

      wait is over 🙂  As an ABAPER so many things to cover .

      Author's profile photo David Henn
      David Henn

      Cool. But it seems the eclipse update site is not updated yet 🙁  😉

      Author's profile photo Karl Kessler
      Karl Kessler
      Blog Post Author

      Hi David,

      the plugins will be released on September 13th on the tools home page.

      The plugins are already available on Service Marketplace.

      Regards

      Karl

       

      Author's profile photo Chris Paine
      Chris Paine

      €3000 per month? I'm seeing a different number on the estimator site.

      Perhaps there's a geo-check on the site and it knows us Aussies are notoriously tight about paying more than we absolutely need to...

       

       

      Author's profile photo Chris Paine
      Chris Paine

      Also, I don't see that ABAP has a consumption based billing option, only subscription at the moment, is that a temporary thing?

      Author's profile photo Karl Kessler
      Karl Kessler
      Blog Post Author

       

      Hi Chris,

      yes, this is temporary and will be changed.

      Rgds

      Karl

       

      Author's profile photo Fred Verheul
      Fred Verheul

      It's the same number: € 1400 for the RAM, 4x€400 for the persistent memory. It adds up.

      Author's profile photo Chris Paine
      Chris Paine

      strange that adding the ABAP option into the estimator doesn't automatically do this - just shows the 1400 EUR.

      at almost $5k AUD for a system for a month, eeek!

      Author's profile photo Fred Verheul
      Fred Verheul

      Just tried it as well, looks like a bug in the estimator, the plan (which you can't even change?!) indicates (correctly) a min. of 64GB Persistence, but the estimator doesn't automatically add 4 units of 16GB each for it, like it does for Runtime Memory.

      Don't know anything about Aussie dollars 🙂

      Author's profile photo Jesús Antonio Santos Giraldo
      Jesús Antonio Santos Giraldo

      Interesting,

      But somewhat expensive if you just want to learn about it...

      There are no options for developers just trying this new stuff?

       

      J.

      Author's profile photo Abdul Hakim
      Abdul Hakim

      Pricing is very expensive for someone to learn this new cool stuff. I wish SAP provides trail access for free for the development community so that people will learn and adopt this new offering.

       

      Thanks

      Hakim

      Author's profile photo César Augusto Scheck
      César Augusto Scheck

      Hello Yall,

      I'm pretty excited to code some lines and see this wonder working. However I've just checked and have seen the very same value: € 1,400 and it's quite expensive... Please don't break our developer hearts. We know it's business and a lot of money in the stake but would you consider a trial for passionate developers that would be happy to use and spread the good news?

      Cesar

      Author's profile photo Martin Maruskin
      Martin Maruskin

      Exactly my POV...

      I tried to go via  SAP Early Adopter program but seems for independed SAP consulting company or developer this doesn't work. It loolks like the program is limited to customers/partners that have already bought SAP licenses. This is very disappinting.

      Don’t break our developer hearts...

       

      Author's profile photo Nigel James
      Nigel James

      I am excited to hear this announcement but I will hold the party poppers until I can see it in a data center near APJ. Looking forward to the cost of playing comes down too.

      I didn't see if consumption  pricing meant by the hour but if this came down to €2/hr  (2* 24 *30) EUR 1440 / month  for a developer licence that would almost be doable.

      Of course no one is running a server all month - just a couple of hours a night for learning.

      I will keep an eye on how this unfolds.

      Cheers,

      Nigel

      Author's profile photo Ashok Kumar M
      Ashok Kumar M
        out->write('Cool that the next gen ABAP and I share same birthday :):)').

      By the way, very crisp blog.

      Author's profile photo Sreenivas Pachva
      Sreenivas Pachva

      Hi Karl Kessler,

      Thank you for your blog and really help us.Excited about ABAP into cloud.

      I am trying to do Hello World Console Application using SAP cloud foundry , but I have got stuck at get the service instance (step-5), not able fetch ABAP service instance for my organization and space.

      Do I need to enable any ABAP related service in Cloud foundry ? I tried to enable ABAP service but didn't see that option for trial account.

       

       

       

      Author's profile photo sumeet yadav
      sumeet yadav

      Very Expensive if you want to learn something,if SAP wants to reach out most of the ABAP developer and wants developer to think themselves that ABAP on cluod is good option,then they should give some trial version for limited period.,as they did for WEBIDE. they can now see most of the UI5 developer wants to move to WEBIDE.

      i want to explore and learn about ABAP on cloud,but cant pay this much and most of the learners also dont pay.. sorry to say

      Regards,

      Sumeet

       

      Author's profile photo Garry Torres
      Garry Torres

      it helps me alot. I like your work please share such sort of information on regular basis

      Author's profile photo Moqeeth M
      Moqeeth M

      A good universal platform for ABAP developers building applications along with HANA features executing in CLOUD !

      Author's profile photo Pavlo Astashonok
      Pavlo Astashonok

      Tables are not whitelisted by default. This means that an ABAP statement referring to a standard ABAP table will cause a syntax error.

      So how to access standard tables? Are there any standard tables in ABAP Cloud Trial?