Showing posts with label oData. Show all posts
Showing posts with label oData. Show all posts

Saturday, July 26, 2014

Single Page Brochure for XOData

..Following post by Rainer Stropek provides a quick overview on how to use XOData App.
..Time cockpit decided to bet the farm on OData instead of a custom web api. PragmatiQa's XOData shows what you get for free because of time cockpit supporting OData. 

Read more »

Wednesday, April 9, 2014

How to Visualize & Explore SAP NW Gateway OData Services online? : XOData Connect - Beta


Updated : 29/05/2014 :
Please see XOData Product Page for Details

As mentioned in my last post , new version of XOData is now available at XOData Connect with several improvements along with the connection/authentication option enabled - so now there is a way to access and explore any OData service from XOData - even if it's local and/or requires user/password.

Also, there is a special feature added for SAP NetWeaver Gateway OData services - to fetch all the available services from 'Gateway Service Catalog'  and populate the Service List drop-down for easier exploration. In this post, I'll provide the details on how to use XOData to start online exploration of SAP Gateway OData Services.



If you want to try it now then drop us a quick note and we'll send you user/password.   Request for Access

Read more »

Friday, April 4, 2014

How to visualize & explore any OData Service online? : XOData Connect - Beta

Since we launched our XOData online tool to enable effective visualization and exploration of OData APIs - we received a few requests to enable access to OData services that require authentication or only accessible locally. ( e.g. on workstation or within Intranet over VPN ).

Updated : 05/06/2014 :
Please see XOData Product Page for Details . XOData Chrome-App is now available in place of online version.

New version of XOData is now available at XOData Connect with several improvements along with the connection/authentication option enabled - so now there is a way to access and explore any OData service from XOData - even if it's local and/or requires user/password.

If you want to try it now then drop us a quick note and we'll send you user/password.   Request for Access

Read more »

Sunday, January 19, 2014

Prototyping an ABAP OData Entity Data Model Generator: Preparing EDMX XML

Continued from my previous post "Prototyping an ABAP OData Entity Data Model Generator : Table Relationships" :

I’ll now write about the EDMX/CSDL preparation part and completed prototype program. Finally, we’ll do a few test runs to generate edmx/xml files and see how it looks when imported into Eclipse data-modelling plug-in.

Read more »

Thursday, January 16, 2014

Prototyping an ABAP OData Entity Data Model Generator : Table Relationships


Moving further from first part of this application, explained in my previous post Prototyping an ABAP OData Entity Data Model Generator : Simple Transformation, I’ve now put together some details about the main ABAP executable program.
...Continued from previous post
So we now have the simple transformation program in place and next step is to develop an ABAP executable program that will take header/main database table name as input, fetch details of table meta-data/foreign-key relationships, populate a variable of type structure ZRAM_EDMX_CSDL_SCHEMA using selected data and then finally use "call transformation" to convert data to XML. I'll write about this prototype program....
Read more »

Saturday, January 11, 2014

Prototyping an ABAP OData Entity Data Model Generator : Simple Transformation

As mentioned in my earlier post It's the best of times, I’ve been trying to auto-generate the entity service-data-model XML ( EDMX file ) from exiting SAP database tables and their relationships.

Background:

SAP NetWeaver Gateway Service Builder (transaction SEGW) is a design-time environment to support creation of OData Services. It provides several options to support both, Outside-in and inside-out service Development Approaches:

I'll try to summarize these two approaches and available options in Service Builder before moving further with the prototype.

Read more »

Thursday, January 2, 2014

Netweaver Gateway Services: oData Query Builder - A Prototype


As mentioned in my earlier post It's the best of times, I've put together some technical details of an ABAP BSP application. The application will use the generic "oData Query Builder" that is available as open-source at oData Website.

Summary:

I liked this open source oData Query builder ( see a demo here ) so I embedded this utility into a BSP application to enable simple exploration/testing of SAP Gateway oData Services ( only GET/Query part). Additional changes are made in ABAP BSP application to fetch all the active oData Gateway services with corresponding URLs from the SAP system and populate the endpoint drop-down. Rest of the functionality is pretty much as provided by the oData Query Builder library.

Read more »

Saturday, December 28, 2013

It is the best of times..

..hopefully.

Last month I quit CGI/Logica to start my own SAP Consultancy and solution development company, PragmatiQa Ltd. Obviously it was a difficult decision to quit Logica after nearly 10 years of my association with the company. The reputation, relationships and comfort zone not to mention the job-security, monthly paychecks and the important one - especially for a person with parental responsibility - the flexibility of working from home. Interestingly, you can actually think of quite a few nice words for your day-job, once you start thinking about quitting it :)

But like every software developer who opts for a career in software development for the passion and not merely as a stepping stone for a managerial / leadership positions in a big company or as a starting point of upward organizational hierarchy traversal mechanism :) - I too had a dream of taking the plunge - one fine day.
Read more »

Copyright