How to call a webservices without hardcoding password
There are few questions in forums about passing user name / password to webservice instead of hard coding in the code. Hence i would like to share a easy way of doing it without hardcoding.I suggest...
View ArticleUsing ABAP to access non-SAP databases
I decided to write this blog after regularly seeing forum questions about accessing external databases from ABAP.I will try my best to describe how to connect to non-SAP databases from ABAP, and also...
View ArticleA story about Twitter, XML and WD4A
Prolog Like many of us, I'm a kind of addicted to Twitter. But a few weeks ago, the admins of my client cuts the connection to Twitter and all of the known anonymanizers like "agentanon". My hands...
View ArticleVCD #16 - The REST Bot: Behind the scenes
AbstractIn VCD #16 you have seen, amongst others, \ the REST bot. This short blog wants to explain how he/it works.The blog is devided into the ABAP part and \ the Google wave part. You may read both...
View ArticleWave Islands in Webdynpro ABAP
We are one step closer to our goal: the seamless integration of Google Wave into SAP ApplicationsShort TimelineDisplay a wave in portal or WDA Application: Dagfinn Parnas Blog SAP and Google Wave -...
View ArticleHow to play around with SAP and Crystal reports, trial versions only
Note: This blog is assigned into the ABAP category as well, because my background is ABAP and I expect other SAP/ ABAP people to get interested in Crystal Reports and other BO stuff.There are many...
View ArticleTwibap: the ABAP Twitter API
Prolog You probably know my last year's SCN Blog post A story about Twitter, XML and WD4A ;-) In April this year I've received a short DM from Mark F....
View ArticleBTEs - Business Transaction Events
Business Transaction Events (BTEs) have been available as of Release 4.0 and are another technique for implementing program exits, and only program exits.BTEs are generally found in the general ledger...
View ArticleJSON Adapter for ABAP Function Modules
JSON Adapter for ABAP Function ModulesThis blog explains how to use an ABAP class that allows calling function modules with a URL and a JSON representation of ABAP data. The code to the class presented...
View ArticleConnectivity and Integration in ABAP – Part 1
SAP Netweaver 7.4 is now available for customers and it comes with exciting new capabilities for connectivity and integration in ABAP. In this series of blogs, I will introduce you to the newest of the...
View ArticleUsage of the ABAP REST Library [SAP_BASIS 7.40]
Overview Objective: Provides a brief introduction to REST services in general and explains the basic usage of the ABAP REST library (SAP_BASIS 7.40) in particular.Applies to: SAP NetWeaver AS ABAP...
View ArticleConnectivity and Integration in ABAP – Part 2
For my second blog in this series, I want to focus on one of the key connectivity capabilities of SAP NetWeaver 7.4 – that is, the automated setup and configuration of complete applications across...
View ArticleConnectivity and Integration in ABAP – Part 3
In my previous blog, I highlighted advantages of automating the configuration of distributed applications running over multiple systems. A prerequisite for automated configuration is a central SOA...
View ArticleConnectivity and Integration in ABAP – Part 4
Sometimes it is the little things that make the difference. Although I would normally recommend using central configuration, most of you are still going into individual systems to do your...
View ArticleConnectivity and Integration in ABAP – Part 5
When the ideal world meets the real world, the real world wins. When central configuration was first introduced in SAP NetWeaver 7.02, I had an idealized view of how the change processor should work....
View ArticleConnectivity and Integration in ABAP – Part 6
Evolution and Co-existence of Programming Models Several new concepts were introduced with SAP NetWeaver 7.4. There are significant advantages associated with the new way of doing things but the...
View ArticleThe Right Way to Create Web Services from Function Modules
The two main ways of developing Web services in the ABAP environment are often referred to as inside-out and outside-in. Inside-out refers to taking existing functions – for example, remote-enabled...
View ArticleWho Has Read Your Sensitive Information?
You are concerned with security? You have done everything to make sure the connections to your system are as secure as possible? Connections will be made and these connections will be used by...
View ArticleWrite for Web Services but use RFC
Consumer Mapping If you have an application that is going to communicate with several systems (on different releases, for example), the services in the various systems may expect different...
View ArticleIntegration and Connectivity in ABAP – Part 7
One of the key concepts introduced in ABAP 7.40 involves the addressing of entities at a finer granular level than the client. These entities are called Identifiable Business Contexts (IBCs). Some of...
View Article