Simple way to import deep XML in ABAP 6. October 2018 in [2] XML, Transformation Editor, SAP Integration Developer by abapmentor After I published the previous post Simple way to generate deep XML in ABAP, many of you indicated that would learn about the XML to ABAP mapping as well.
Simple way to generate deep XML in ABAP 19. June 2017 in [2] XML, Transformation Editor, SAP Integration Developer by abapmentor Recently I got a question from one of my reader, Rakesh. He wanted to generate a deep XML from ABAP using the data in the SAP tables. He asked me to help how to do it in ABAP. In this post, I will share with you my solution for this problem.
Providing Enterprise Data Simply via SAP BSP - Data Retrieval in XML 11. May 2015 in [4] Web Service, Web Application Builder, SAP Integration Developer by abapmentor Overview In the last few lessons, we talked about the BSP application itself, the data retrieval in JSON, and how to handle URL parameters. Today, I want to give some help to the developers, who want to retrieve their data simply in XML. To achieve this, we are going to perform a few modifications only. Today lessons How to retrieve data in XML format
Providing Enterprise Data Simply via SAP BSP - Handling URL Parameters 6. May 2015 in [4] Web Service, Web Application Builder, SAP Integration Developer by abapmentor Overview In the previous posts, we built a very simple BSP application that we used to retrieve a simple, hard-coded JSON. Then we went ahead, and we replaced this hard-coded JSON in code using a simple SELECT statement, and a JSON transformation. Today, we move on and talk about how to pass parameters to our web service in order to pass a filtered data back to the client. We are going to solve these requirements using Page Attributes. Today lessons How to pass parameters to the service
Providing Enterprise Data Simply via SAP BSP - Data Retrieval in JSON 27. April 2015 in [4] Web Service, Web Application Builder, SAP Integration Developer by abapmentor Overview In the previous post, we built a very simple BSP application that we used to retrieve a simple, hard-coded JSON. Today, we go ahead, and talk about how we can produce this hard-coded JSON in code. In order to do this, I'm going to introduce you the Event Handlers in Pages with Flow Logic. Today lessons What are the available Event Handlers How to produce JSON in ABAP 7.4
Providing Enterprise Data Simply via SAP BSP - First Steps 21. April 2015 in [4] Web Service, Web Application Builder, SAP Integration Developer by abapmentor Overview Today, I want to share a very handy approach with you about building simple web services in SAP. It's a lightweight alternative to the SOAP web services. I mostly try to avoid building SOAP web services, since they provide very thick interfaces, always need to regenerate the proxies and so on, so it can be a nightmare in complex cases (at least for me). I usually prefer building RESTful web services using the SAP Netweaver Gateway, but what if I don't have it?To demonstrate the approach, we are going to build a simple web service that uses JSON format and deals with flight schedules. Today lesson How to build a simple one-page BSP Application in SAP