Update Entity Operation Taking Time To Trigger...
Hi, I have implemented Update entity operation with a simple code.The issue is that, when I am triggering URL from UI5 application it is taking 7 sec to reach ABAP code however when I am hitting same...
View ArticleSome doubts from SAP OData
Hi everyone, I have few question related to SAP OData service and Gateway Hub. 1. Related to Subscription and Notification. When we enable the Subscription check box while creating the service in...
View ArticleDelete method automatically generated problem
Hi,I´m following this Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part2 , but in my system I'm having problem with the...
View ArticleAuthentication between SAP Gateway cloud connector and HCP mobile services
Hello Experts, We have an Use Case where in we have iOS Native app that connects to HCP mobile services which connects to back end ECC system (say ERP) via HCP Mobile services and HANA cloud connector...
View ArticleJSON_PARSER_ERROR in REST consuming Service
Hi All, I am updating the External system Service(Sales Force) through REST API's using SAP ABAP. I'm giving the inputs as specified below. Requested Body in the form Of JSON: body = '{ "City" :...
View ArticleNot able to call Annotations in Gateway
HI, I have developed the Annotation project and redefined the method DEFINE_VOCAB_ANNOTATIONS with below code, how to call the below code in my main service. My Requirement is to display the...
View ArticleCannot delete ODATA service
Hi Gurus, I'm in the data service catalog '/iwfnd/maint_service'. I'm trying to delete a service that someone created, but it won't let me. I'm following Delete the Service - SAP Gateway Foundation...
View ArticleNetweaver gateway services not visible in different client
Hi Experts, We have created netweaver gateway services in client 100 but those are not visible in client 200.Client 200 is test client so we maintained system alias as 200 client.Also services are not...
View ArticleResouce Chip Not Found Error
Hi Experts, Any one of you help me this issue , What is the root cause of this error "resource chip not found " .i added the authorizationroles.sap_ui2_user_700 sap_ui2_admin_700 at the same time added...
View ArticleDevelop new OData service for workflows
Dear Gateway/Fiori experts, Is it possible to develop new OData service for workflow approval apps.to integrate custom/standard workflows available in business suite.Yes the Fiori MyInbox app or...
View Article[SEGW] sap annotation usage in UI5 smartFilterBar dropDownList
Hi Experts,I am new to sap annotation . As far as i know , annotation can be called by UI as dropdown list or F4 help .Currently i want to configure annotation to be used as dropdown list .In the ui...
View ArticleSAP Gateway message headers with SMP3
Hello experts, We are developing offline application with SMP3. For errors handling, we are trying to send custom headers through implementing method /iwbep/if_mgw_conv_srv_runtime~set_header. So I...
View Articleodata implementation in order to get sharepoint data into sap
Hi folks,I am having a requirement to get sharepoint lists into SAP. I have created already a odata model based on XML output of the sharepoint db. I am struggling now to get the data from sharepoint...
View ArticleFunction Import: Optional Parameters: Example
Hi Everyone, I wanted to implement a Function Import with optional parameters.I have checked the SAP Notes1695674 - Support for optional parameters in function imports And 1694938 - OData Channel -...
View ArticleCompressing ODATA Response Data (Payload)
Dear Experts I have a requirement of compressing the response payload which returns a huge number of records.Tried GZIP option as a Accept-Encoding header but no luck. Can anyone explain how this...
View ArticleFetch data based on input in OData service
Hi everyone, I created BAPI to fetch sales details of a given customer. Import parameter CUST_NO Export Parameter RETURN Tables: SALES_TAB (Table having 4 columns given below) *...
View ArticleError when accessing the SAP Fiori Launchpad
Hi all, We are trying to test My Inbox Fiori app in our system. We're following the How-To manual, and now we're on step #4: Fiori My Inbox - Step 4. Testing My Inbox When we try to start the SAP Fiori...
View ArticleEnabling OAuth for OData Services - Restricting existing service - How?
So, I've gone through the information on SCN regarding how to enable OAuth 2.0 for an OData service. I've used the following article: OAuth 2.0: Constrained Authorization and SSO for OData Services I...
View ArticleUsing eTags for concurrency control - Does it help for all the scenarios ?
Dear All, SAP Gatway framework suggest using eTags to achieve conccurency control. However eTags doesnt actually lock the data instead it allows all the users to edit the data and check this when...
View ArticleConcurrency during Update using eTags
Hi Experts, i've found a race condition while performing an update statement on my oData service. To achieve concurrency control i'm using eTags which is already working fine for most situations. But...
View Article