Consume Odata Service in ABAP CL_HTTP_CLIENT->CREATE_BY_DESTINATION (HTTP...
This can be considered a continuation of the earlier Blog Post i have written Consume Odata Service in ABAP CL_HTTP_CLIENT->CREATE_BY_DESTINATION. In the earlier post it is described how to trigger...
View ArticleUnlock your data with OData
Unlock your data with OData Businesses have valuable data and they want to make that data available to other bodies.However these data is often locked away based on criteria basis and applications,...
View ArticleDeveloping data driven reusable READ functionality. Part 1
IntroductionIf you have been working with SAP Gateway for a while you will begin to notice the pattern of defining Entities, Entitysets, Associations, etc… and then the coding pattern of redefining...
View ArticleReusable READ functionality. Part 2
Returning to our adventures in SAP Gateway, following on from my previous blog: Developing data driven reusable READ functionality. Part 1 Let's add some more of those odata operators to our generic...
View ArticleSet and Get custom HTTP Header
This blog is to illustrate following solution which might be helpful in certain scenario: 1. Set Custom HTTP Header in sapui5 2. Get Custom HTTP Header in Gateway So Let's start ! 1. How to...
View ArticleDynamic entity structure in the Odata service
Most of the time you will need a flexible Odata entity structure. For example, for adding customer fields or providing only fields which would be displayed in customer scenario. I found this example...
View ArticleReusable READ functionality. Part 3
Welcome Back Welcome back again to our third installment of the series. Today we will cover off navigation and the odata $expand operator. If you haven’t followed along already check out the previous 2...
View ArticleTrouble shooting in HCP OData Provisioning
With SAP Fiori Cloud Edition we also introduced HCP OData provisioning as a deployment option to connect to SAP BackendYou can refer Elizabeth's blog where she talks more in details about what HCP...
View ArticleODATA Service to Create PR in PARK Status with ATTACHMENT at Item Level.
Step 1: Goto SEGW tcode and Create Project as shown below. Provide Project Details. Step 2: Create Two Entity Types. One for PR Header and the other for PR Item. For PR Header: Provide the following...
View ArticleHow to implement custom dynamic system alias calculation in SAP Gateway
Introduction The standard routing used by the destination finder can be based on user role assignments and host names of the OData client calling the service. It has however turned out that some...
View ArticleSAP NetWeaver Gateway with Microsoft Power BI
If you have “one” time designed aka rigid SAP reporting solution, I am sure you would have come across below requests from your business users. “I need to analyse this new! data quickly..”“I don’t have...
View ArticleReusable READ functionality. Part 4
Welcome backThis is our fourth and final in this series of developing reusable READ functionality.Over the past three blogs we have covered off the idea of a data driven design mostly driven from the...
View ArticleStep-By-Step Procedure for creating Purchase Requisition using BOR interface.
This blog shows how to display and create PR using gateway services(BOR interface) in detail.Business Object Repository(BOR) in Gateway Service:It generally used to reduce the time required to create...
View ArticleUpload document into DMS Server using Net Weaver Gateway
Scenario: Why and when we use DMS?DMS is used to read the content of storage documents (external data server but not SAP content server).Here I am going to explain one of mine client requirement to...
View ArticleHow to add files to the existing document info data in DMS server using the...
Scenario: When we want to add some additional files to the document info which is already created in the DMS through CV01N .This particular functionality can be achieved by the below mentioned...
View Article