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...
View ArticleAre Your ABAP Systems Healthy? Give them a Regular Checkup with SOA Manager
Those of you who attend your doctor for regular checkups are possibly more likely to live better and longer. And what about your peace of mind, at least for a short period after the checkup, knowing...
View ArticleTrusted RFCs are not working
In cases where Trusted RFCs are not working, the easiest solution is to delete the trusted relationship and re-build it. However, before doing that, please make sure that you have SAP Note 1491645...
View ArticleHow to create SAPSLDAPI RFC in ECC towards SLD
Steps to create SAPSLDAPI 1. Goto SM59 Tcode.2. In node TCP/IP Connections (T), Create.3. RFC Destination Name : SAPSLDAPI4. In "Technical Settings" Tab, - Choose the option "Registered server...
View ArticleALE-Monitoring with WLF_IDOC
What is WLF_IDOC? SAP has released a new transaction for monitoring IDOCs with EhP5 SP10 and EhP6 SP07 (SAP_APPL application component).It's a nice transaction which is very interesting for people who...
View ArticleWebSocket Communication Using ABAP Push Channels
ABAP Push Channel (APC) is the ABAP framework for supporting WebSockets in ABAP engine. This framework is part of the ABAP Channles infrastructure, which is delivered with NW ABAP 740 support package 2...
View ArticlePublish Subscribe Messaging Using ABAP Messaging Channels
ABAP Push Channel (APC) is the ABAP framework for supporting WebSockets in ABAP engine. This framework is part of the ABAP Channles infrastructure, which is delivered with NW ABAP 740 support package 2...
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 ArticleStep by step to download and configure JCO in your laptop
This blog can be used as a very simple tutorial for those guys who are new to JCO. It demonstrates how to download and configure the JCO in your laptop. A simple consumption from JAVA side to call a...
View ArticleABAP Channels Part 2: Publish/Subscribe Messaging Using ABAP Messaging Channels
ABAP Messaging Channel (AMC) is the ABAP framework for supporting publish-subscribe messaging in the ABAP engine. This framework is part of the ABAP Channels infrastructure, which is delivered with SAP...
View ArticleCustom IDoc framework based on ABAP Objects (Part 1 - Intro)
IntroductionIn this blog, I will introduce a custom IDoc framework that is based on Object Oriented Programming, implemented through ABAP Objects. The objective of this framework is to establish and...
View ArticleCustom IDoc framework based on ABAP Objects (Part 2 - Development Objects)
8 April 2014: Updated section on ZCL_IDOC_INPUT and ZCL_IDOC_INPUT_SO, and added runtime flow diagram In the first part of my article on custom IDoc framework, I have described the design and...
View ArticleABAP Channels Part 3: Collaboration Scenario Using ABAP Messaging and ABAP...
ABAP Push Channel (APC) is the ABAP framework for supporting WebSockets in the ABAP engine. This framework is part of the ABAP Channels infrastructure, which is delivered with SAP NetWeaver AS ABAP...
View ArticleEnabling real-time bidirectional client-server communication using ABAP Push...
The client-server model is a typical architectural pattern in modern networks. But from an architect’s/developer’s point of view we are left with a full “zoo” of protocols and paradigms which can be...
View ArticleHow to use RFC-SDK with FreeBASIC - Part 4: CGI Apps (FreeBASIC uses SAP)
Hello community, I presented here and here the possibility to code FreeBASIC programs as SAP client applications via SAP RFC SDK. Now in the 4th part I will show, how easy it is to code Common Gateway...
View ArticleIdoc View and its use in sending PO Condition Data(PO Outbound)
Overview During testing of PO outbound interface, a defect has been raised which says “PO Conditions are not appearing in IDoc”, which leads me to write a blog on Idoc View and use of IDoc view for...
View ArticleProcess Synchronisation Between ABAP and the Presentation Server
Hello community, the overview of this forum offers a lot of connection technologies from and to ABAP, e.g. HTTP, XML and SOAP, RFC/BAPI etc. etc. etc. I am the opinion, that the COM interface...
View ArticleTip: Easy Way of ABAP ActiveX Connectivity
Hello community, a long time ago Thomas Jung published his very good blog about "Using Classic ActiveX Controls in the ABAP Control Framework" here.I asked myself, is there an easier way to realize a...
View ArticleTip: Easy Way of ABAP ActiveX Connectivity (Addendum)
Hello community, I presented here an approach for an easy way to use ActiveX controls inside ABAP. I got a few e-mails with questions about the possibility to use different ActiveX control. Here now...
View ArticleIDOC as Web Service
We had a requirement to convert IDOC’s in web service without PI (PO). We tried to find out whether SAP provides such solutions. SAP replied to our OSS message saying NO. So we developed our own...
View Article