Re: OData response can be seen in Gateway client but not in the Browser.
Hello Hari, What is the operation ? READ or QUERY ? I suggest to quickly put a break-point inside the appropriate method of the data Provider Class and debug. You will be able to get the issue....
View ArticleRedefine BW Query Service Error - 'Test Objects Cannot be Created in Foreign...
Hi I am trying to generate an OData service using the SAP Gateway Service Builder and I have created a query in BEx. First I created a project and then selected local object. When I click this button...
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Hi Hari, Try this in chrome browser while network tab in developer tools is open. Check what is the HTTP Response code and the response. Regards,Ekansh
View ArticleSMP3.0 GW get data based on the user logged in?
Hi Experts, I setup application with SMP3.0 backend SSO profile as Basic& Security profile as HTTP. I tried 2 sessions with 2 different users using rest client and updated order details in the SAP...
View ArticleRe: SMP3.0 GW get data based on the user logged in?
Hi Seenu, If you want to check the logged in username, you can put an external breakpoint in the create_entity method and check the sy-uname in the debugger. Advance with one step forward and when you...
View ArticleRe: Fiori Add on installation
Hi Nagesh and All will provide update by next week. Regards
View ArticleRe: SMP3.0 GW get data based on the user logged in?
Ekansh, I was testing exactly like you suggested. With debugger, using rest client with the extension ?sap-ds-debug=true. It stopped at the methods. Sy-uname was always user1. I thought may be because...
View ArticleNeed help for NETWEAVER ACCESS for ODATA Services
Hello ExpertsCan any one let me know the way to get SAP NETWEAVER GATEWAY access, Regards,Prasad CH.
View ArticleRe: Need help for NETWEAVER ACCESS for ODATA Services
try SEGW to design a gateway service. SAP Netweaver Gateway T-Code Summary
View ArticleRe: Selection criteria
Ekansh Thanks for your valuable inputs. Summary logic mentioned in question is in backend only. I was finally able to pull data using expanded entity set by having one header level dummy entity as...
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Dear Ashwin, Problem is in Query operation. And for some reason it is not even stopping at my code. Even when I try to run it via Gateway Client.I have tried both External BP and Session BP on...
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Hi Ekansh, Please find response from Internet Explorer and Chrome
View ArticleGet EntitySet with two association
Hi all, I have an entityset 'MessageSet' with two navigation property, 'MesToLog' and 'MesToKeyfield'. Associate with entityset 'LogSet' and 'KeyfieldSet'. It's easy to get 'MessageSet' with one...
View ArticleRe: Get EntitySet with two association
Hello Yang, Yes its possible.for example -> like below ways'/MessageSet?$expand=MesToLog,MesToKeyfield'/MessageSet?$expand=MesToLog/MesToKeyfieldPlease note it depends on how entities LogSet &...
View Articleadd properties to EntityType Account CRM
Hey all, I am extending fiori my accounts application. I want to add more properties Account Entity Type but i dont know where to do it. This oData service(CRM_BUPA_ODATA) doesnt have a service...
View ArticleRe: Filter on function import
I have a list returned by oData service which is bounded to an SAPUI5 table at front-end. This list is returned by an function import as the data required to build the list is very complicated and it...
View ArticleRe: Batch Process Vs Create Deep Entity
Thanks Ekansh This document looks promising. Let me implement it and see results in real action.
View ArticleRe: Batch Process Vs Create Deep Entity
Krishna It is a dashboard where one column will be updated by user which ultimately will be saved in custom table. User can put filter on UI side to apply same value to all selected line items. I could...
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Looks like you are getting an empty entity set when you are calling from chrome. I would assume there is something wrong in the implementation as it is returning empty set. BTW, is Hari Sadu your real...
View Article