Posts tagged abap2gapps

SAP SDN

Happy New year SCN and Happy New Excel with abap2xlsx

0

Dear community, it was in the far July 2011 that I gave you updates on the abap2xlsx project with the reporting of my adventures at SAP Inside Track in Chicago (blog). In the last weeks, I had the idea to write a blog and few days ago a great present by SAP Mentor Gregor Wolf to the project (I will give you more detail below, keep reading) gave me the final sprint to be there on time for the New Year celebration.

Abap2xlsx is still the most popular project on Code Exchange with more than 3,500 downloads and close to 300 members. There is a great interest for this project, discussion board on Code Exchange is very hot, many people are asking and helping and many members are contributing (thanks you all) to improve this project adding new features and fixing some bugs ( yes, we had some :) ).

(more…)

SAP SDN

Here again abap2gapps on SAP SDN and SAP Code Exchange Home page

0

Project abap2gapps, that allows you to connect your ABAP system to Google Cloud services has been selected for the SAP SDN and SAP Code Exchange Home Page this month.

Congratulation also to my colleagues Alessandro Iannacci and Giacomo Morittu for their contribution.

On SDN

SDN Home Page

On Code Exchange

Code Exchange Home Page

SAP SDN

abap2gapps: is your ABAP ready for the Google cloud?

2

Ladies and Gentleman did you ever thought to use you old ABAP system to use modern cloud services?

Last year SAP Mentor Uwe Fetzer (@se38) published his Twibap, a simple Twitter API to use in order to read and post Tweets on Twitter, today I will present you abap2gapps an API prototype in order to interact basically with all Google services that use new OAuth2 authentication.

image

abap2gapps uses API provided by another Code Exchange project, that we release today, OAuth2.

Wait a moment, what is OAuth2?

You can’t answer the question; you should read this blog OAuth2: Next generation authentication API

(more…)
SAP SDN

OAuth2: Next generation authentication API

0

OAuth2 is the new Code Exchange project that allows you to authenticate on a web based service provider like Google, Facebook, Microsoft and Foursquare using the OAuth 2.0 protocol.

OAuth 2.0 is the next evolution of the OAuth protocol and is not backward compatible with OAuth 1.0. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. (Wikipedia)

Most of popular on line services like Google, Facebook and Microsoft are already providing access to their cloud using this protocol.

(more…)
Go to Top