Skip to Content
Author's profile photo Tobias Trapp

Convergence of Connectivity Technologies

SAP has strategic focus on HANA and Mobile and so most announcements and lectured last SAP TechEd covered these topics. But there are more exciting news and more TLAs (three letter acronyms to learn among them ACO, MDR and IBC. Never heard of these features? Then go ahead. Especially if you work in systems integration you should definitely read the following blog.

SOAP is not dead

In the current SPs of NW 7.02 SAP deployed the MDR (Metadata Repository) which is, despite of its stupid and generic name, an ABAP version of the ESR (Enterprise Services Repository). This makes it possible to model webs services in ABAP without using any Java components.

By the way, did you have a look at transaction SOAMANGER within the last time? It’s getting really cool: you can configure service groups in ABAP like you do in PI, there are UIs for mass configuration and even a health care check. Transaction SOAMANAGER is getting really useful!

All new features are described in OSS note 1575707 – ABAP Web Service Connectivity – New Features in Release 7.02.  In fact I’m loving this note because it contains a link to an SCN wiki page! In this note SAP is giving up the strategy of information silos and creates synergy which I really appreciate cause documentation which is for me an affair to the heart.

But there is even more: testing gets easies configuration-less shortcuts which is documented also in the wiki: http://wiki.sdn.sap.com/wiki/display/ABAPConn/Configuration-less+Shortcut+and+Generic+Consumer+Proxy.

ACO – RFC goes JCo/NCo

RFC has one major issue compared to web services: all RFC are exposed for remote access in contrast to web services that have to be configured with transaction SOAMANAGER. In NW 7.40 it will be able to switch RFCs on and off which is a quite useful feature.

But in NW 7.40 it’s getting real cool: the SAP ABAP Connector (ACO) allows you to generate so called consumer proxys which will leverage RFC scenarios which are a mess when dealing with different versions. If the signature of an RFC changes a call from ABAP with the old signature will not lead to a dump like an ususal function call but scramble your data.

Service Mappings in AS ABAP SOAP runtime

The same concept of parameter mapping that help you with dealing of new versions of an RFC interface are available in NW 7.40. Using so called contract, semantic contracts and “semantic addressing” using so called Identifiable Business Contexts (IBC).

Although those names (semantic contracts, IBCs) are terrible in my humble opinion -autistic savants might judge different about it- the concept are cool: You can define integration scenarios and cope with compatible and incompatible further development of service interfaces without using a PI.

Service Mappings in AS ABAP Designtime

In NetWeaver 7.31 SAP introduced a cool tool which I tested in a Customer Enganegemt Initiative some time ago. With the Service Implementation workbench you can develop full blown Enterprise Services resp. ESR content from BAPIs. You can use the tool as well to generate implementation classes from web services proxies that integrate all useful tools from SAP NetWeaver: Error and Conflict Handler, Idempotency Framework, Mappings and much more.

This leads in fact to another line of convergence: “good old” InsideOut development of web services from BAPIs which inherit their terrible properties is obsolete – RFCs can be exposed as Enterprise Services.

Does SAP NetWeaver PI become obsolete?

I don’t think so. If you want to design and administrate A2A and B2B process in an enterprise or cross-enterprise context AS ABAP is –at the moment- not the right choice but SAP Process Integration ist. I don’t want to speak of SAP Process Orchestration which has further unique properties and capabilities.

What comes next?

Because I took part at some HANA related rampups I was able to test SAP NW 7.40 very early. Now the documentation is online and it is GA I can start to blog about features – not only about HANA but also about connectivity especially about the so called concept of Unified Connectivity which comes with NetWeaver 7.40 and is already mentioned in SAP Library.

Up to now I like SAP’s style of convergence in technology because it is more than a lowest common denominator – it combines the strengths of different approaches. I hope that ABAP SOAP designtime will be as easy to use as RFC in the future – but perhaps this is only a dream.

But will this solve connectivity problems? This is a difficult question because it points to questions of systems’ architecture. When writing these sentences I hope no one will start a religious debate about REST. The reason is that I agree that SOAP and related standards are much too complex. Nevertheless I mastered many integration projects and found solutions for all SOAP related problems – but the most difficult part have been complex A2A interfaces and terrible implementations in backend systems that contained implicit and sometime shard-coded process chains and trees that made integration really difficult. IMHO we need integrations patterns for interface design, interface implementation and design of integration processes for every connectivity type, but this will be a topic for another blog.

Assigned Tags

      8 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Thank you very much this is very helpful !!!!

      Author's profile photo Harris Veziris
      Harris Veziris

      Tobias,

      I guess you are talking about Process Integration (PI), as opposed to Process Infrastructure. Old name was indeed Infrastructure, namely Exchange Infrastructure (XI).

      Author's profile photo Tobias Trapp
      Tobias Trapp
      Blog Post Author

      Hi Harris,

      yes, there was a typo in the heading but in fact in the sentence you referred to I wrote and meant Process Orchestration which combines PI and BPM/BRM: http://help.sap.com/saphelp_nw73ehp1/helpdata/en/f1/24e6e6f548480b85197bde372d13c9/content.htm

      Best Regards,

      Tobias

      Author's profile photo Henrique Pinto
      Henrique Pinto

      Does the "unified connectivity" includes all the ABAP NW Gateway stack for enabling REST services? Unless they integrate it in one single stack, there is no really unified connectivity...

      Author's profile photo Tobias Trapp
      Tobias Trapp
      Blog Post Author

      Hi Henrique,

      as soon as ot happens you'll read about it in http://scn.sap.com/community/abap/connectivity. Martin Plummer does a great job blogging about new features.

      Well, there is an architectural problem because Gateway doesn't belong to AS ABAP which is a necessary precondition for such an approach. So you should look at transparent table CVERS (especially in later releases like 7.40) to check whether this is fulfilled.

      But I have a question: Can you give me a business case for a "unified connectivity" approach including OData? Or do you have a technical use case (pub sub, webhooks) or why do you think OData should be included and if so - in which dimension/aspect of connectivity?

      Regards,

      Tobias

      Author's profile photo Henrique Pinto
      Henrique Pinto

      Hi Tobias,

      when you say "it doesn't belong to AS ABAP", you mean to the SAP_BASIS core component, right? Because GW is an add-on to AS ABAP.

      And the business case for this unified connectivity is the same as for having PI capabilities over AS ABAP, just that it's has a much tighter integration in the latest SAP functionalities. For example, having OData (& UI5, for that matter) native support on AS ABAP would allow a customer with ERP to testcase Fiori out of the box, without having to provide additional box (or boxes) for NW Gateway & NW UI5 Add-On or without messing up his ERP box with several additional add-ons whose ALM might conflict with the standard ERP components ALM (i.e. you might need to upgrade your Gateway box to SAP_BASIS 7.3x, but if it's in the same AS ABAP instance as ERP, you're basically f***ed up)...

      I just find it odd that SAP found reasons to join the SOA/ESR layer on top of AS ABAP but didn't find it for OData, being that OData is clearly the way SAP is going for business application from here on. Personally, I think it's just a matter of time, I just wouldn't like to wait some 5 or 6 years for it to happen (like it took for the ESR layer to be integrated in ABAP).

      Best,

      Henrique.

      Author's profile photo Tobias Trapp
      Tobias Trapp
      Blog Post Author

      Hi Henrique,

      AS ABAP contains more than SAP_BASIS, for example SAP_ABA, WEBCUIF and BW - not a full blown enterprise BW but quuite useful. And I definitely recommend to look at transparent table CVERS in higher releases like NW 7.40.

      If I understand you right your business case is more ODara content in SAP Business Suite that can be accessed in Fiori. But this is simple: using Gateway you can expose RFCs and Web Services as OData-source so deploying Gateway on top of ERP and an addition component with OData content which calls BAPIs and Web Services should fulfill your requirements?

      Best Regards,

      Tobias

      Author's profile photo Henrique Pinto
      Henrique Pinto

      Hi Tobias,

      yes, it is technically possible, but not the best optimal architecture.

      In the same sense it's technically possible to achieve everything MDR does with PI, but it wasn't the optimal architecture for SAP2SAP integration...