Simple XML Processing in ABAP Part I. – Overview

Introduction to XML

Today, it is very common business request to exchange data between different external systems. It can be a problem that those systems usually store their data in incompatible formats. To make this exchange process much easier, it’s usual to use a plain text format such as XML. XML provides a standardized format, so a result those systems can communicate with each other in only one specified language, what everybody easily understands.

Since the XML is a well-known markup language, most of the programming languages are capable to process XML files and provide various tools to transform their content to an internal format of the given system. If you want to learn more about XML, visit the website: www.w3schools.com.

How to generate a SOAP proxy for a Web Service in Xamarin Studio

Build native iOS, Android, and Windows apps using C#

Nowadays, our team is working on projects that deal with cross-platform native mobile developments both on iOS, Android, and Windows Phone. So, over the last couple of weeks, we spent our time in Xamarin Studio, but I didn't mind that, sometimes the changes are good. :)

This week I had to finish the communication bridge between Xamarin and our SAP BW system, so I build a SOAP proxy in Xamarin Studio based on the SOAP Endpoint that I created earlier. I was really surprised by the results, it was very easy. In this demo, I want to share you my experiences. Enjoy it!

How to generate a SOAP endpoint from a simple SAP Function Group within a few minutes

Practical Guide for Developers

I am proud to announce that from now on I'm going to share my experiences, tips & tricks in this blog that I face during my work. Besides you can check my timelapse videos also that I create in my free time.

This video is the part of our recent Pluralsight course that is going to be published in July 2014. You can check our courses here:

http://pluralsight.com/training/Authors/Details/laszlo-meszaros

Enjoy it!