File Upload/Download through NetWeaver Gateway
Here I will explain file handing in NW Gateway in few simple steps. 1) Create a NetWeaver Gateway project in SEGW. 2) Create an Entity type “File” (you can choose any name) Create an Entity Set for the...
View ArticleScriptX NEON - Library To Use Any Script Language Inside ABAP
Hello community, one year ago I presented here a way how to use Freestyle BASIC Script Language (FBSL) inside ABAP. Also I presented here a way how to use native C with FBSL inside ABAP. Here is now...
View ArticleFile attachment in ABAP Web Service - Service Consumer(Consumer Proxy)
During one of our requirement I found ABAP Consumer proxy class doesn't create the attachment method like Java consumer proxy. We need to insert the attachment at runtime using WS protocol. Here I am...
View ArticleHow to Store and Use Any Code with ABAP
Hello community, I presented here the possibility to use FBSL via ScriptX inside ABAP. FBSL offers JIT compiler layers for Intel-style assembly and ANSI C. Therewith you can use Assembler and C inside...
View ArticleHow to use Assembler Inside ABAP - Example CPUID and RDRAND instructions
Hello community, with the random number generator offers Intel a powerful possibility to use a secure way to create random numbers on a hardware base. You can find more information here. Unfortunately...
View ArticleReal-time notifications and workflow using ABAP Push Channels (websockets)...
After hearing all about websocket technology at Tech-ed last year, I’ve been extremely eager to try it out. I found there were a few great blogs already written about ABAP Push Channels and how to...
View ArticleCalling an external RESTful service from ABAP - HTTP Method GET
HTTP POST method: http://scn.sap.com/community/abap/connectivity/blog/2014/11/09/calling-an-external-restful-service-from-abap--http-method-postI have made inline code explanation. Please go through...
View ArticleCalling an external RESTful service from ABAP - HTTP Method POST
HTTP GET Method: Calling an external RESTful service from ABAP - HTTP Method GETPOST operation is almost equal to GET operation as my previous blog. Please refer my previous blog for more inline code...
View ArticleIntroduction to ABAP Channels
Motivation Most ABAP applications use polling techniques to achieve an event-driven communication.For pushing an event from an ABAP backend to a browser based user agent like SAPUI5, Web Dynpro,...
View ArticleBook Tip: SAP Interface Programming
Hello community, I am a friend of SAP interface programming, it is an exciting area with a lot of possibilities. Dr. Michael Wegelin and Michael Engelbrecht published the 3rd edition of the book SAP...
View ArticleConnecting to external databases via RFC-server
Hello community, On my recent project I have faced the requirement to communicate with external database (MSSQL).It was impossible to use DBConnect because application server running on AIX. Attempt to...
View ArticleClient proxy blank response
Have you ever tried to consume a external WS in SAP ( Calling the client proxy -> Method ) filling all the parameters and you receive a blank response? Below I indicate the steps to consume the...
View ArticleABAP Push Channel with BSP application
Hi, this is my first blog. There are many great blogs about APC. Here I just want to show how to get notification in a bsp application using APC without refreshing the web page.to understand APC...
View ArticlePosting Key (BSCHL) and debit/credit indicator (SHKZG) determination logic...
Description:When using the basic type ACC_DOCUMENT03, in order to pass the values of posting key and credit/debit indicator the respective fields are not available. This blog determines how these are...
View ArticleHow To Export SAP Table Content to SQLite Data Containers
Hello community, I create different ways to export SAP table content via ABAP to SQLite databases. The first way is via a COM library, called SQLite3COM. With this library you can direct execute SQL...
View ArticleHCP, ABAP and websocket part 1
ForewordI will be writing a four part blog about a collaborative scenario implicating the HANA Cloud Platform and an ABAP backend Server. The blog posts will have the following content (summary):Part...
View ArticleHCP, ABAP and websocket part 2
This is the second part of my 4-part blog series about HCP, ABAP and websocket(s). You can find the first part here: HCP, ABAP and websocket part 1 (contains links to all other parts).This week, we...
View ArticleHCP, ABAP and websocket part 3
This is the third part of my blog series about HCP, ABAP and websocket. You can fiend the first part (including the list of parts) here: HCP, ABAP and websocket part 1.In this part,things will start to...
View ArticleSpecification of the Push Channel Protocol (PCP)
The Push Channel Protocol is a message based protocol, which is used in context of ABAP Channels, i.e. ABAP Messaging Channels and ABAP Push Channels. The message structure is very similar to a simple...
View ArticleHCP, ABAP and websocket part 4
This is the fourth and final part of my blog post series about HCP - ABAP communication. You can find the first post and the list with other blog posts from these series here: HCP, ABAP and websocket...
View Article