Re: Regarding ODATA and RFC calls
Hi Ekansh,Hope you are doing good.I tried the data expand framework, and implemented the Expanded_entity_set method. However I am not getting the Item (depdenet Entities) data.. through debug I found...
View ArticleRe: Unable to register gateway service (Odata)
Hi Amol, I would recommend to go through the Self Paced Learning. It has all the necessary details. Please close the thread with a suitable answer. Regards,Nagesh
View ArticleRe: Regarding ODATA and RFC calls
Hello Manoj, In the below declaration names vendoritemdetails & vendoraccountdetails used for item table declarations are same as the navigation properties defined in your GW Model ? DATA: BEGIN...
View ArticleRe: how we will get data for all Business partners in odata service (MCF)...
Hi Ashwin, I already check GET_ENTITYSET method it is Implemented . ERP_UTILITIES_UMC ---- ERP UTILITIES multichannel (GW service)URL:/sap/opu/odata/SAP/ERP_UTILITIES_UMC/Accounts Actually , when we...
View ArticleRe: System expected the element '{http://www.w3.org/2005/Atom}entry'
Hi pFA this one "1.0" encoding="utf-8"?><entry...
View ArticleRe: Regarding ODATA and RFC calls
Hi Ashwin, Thanks for the response. Yes The names were same in the Navigation, Exclude clause.. However I made few changes to my Service.. Account details has a direct relation ship with Item data...
View ArticleRe: NW Gateway Client Problem
Hi Amandeep Aggrawal, do you have solved this problem?If yes, can you explain how. login/create_sso2_ticket = 2 doesn't work for me Thank you very much. Regards
View ArticleRe: Regarding ODATA and RFC calls
Hi Manoj, Please try with only one excluded clause i.e.ls_expanded_clause2 = 'ITEMDATA/ACCOUNT_DATA'.APPEND ls_expanded_clause2 TO et_expanded_tech_clauses. and remove the ls_expanded_clause1 and its...
View ArticleRe: Regarding ODATA and RFC calls
Hi Ekansh, I tried passing the one Excluded cluase: Like Below:ls_expanded_clause1 = 'ITEMDATA'.APPEND ls_expanded_clause1 TO et_expanded_tech_clauses.and for testing I am using /IWFND/GW_CLIENT Tx....
View ArticleRe: Error with $expand and navigation: Resource not found for the segment...
Can you please Share what was the reason.. I am also facing the same issue.. I can see the header data but nothing in my details...
View ArticleRe: Regarding ODATA and RFC calls
Hi, The URL would point to GET_EXPANDED_ENTITY and not to GET_EXPANDED_ENTITYSET. Thus make sure you implement the correct method.Thus in get_expanded_entity you have to pass ls_vendor_details to the...
View ArticleRe: Issues in Netweaver Gateway concepts.
Hi Pavan, Can you please explain a bit more about the third point? Also please provide the URL that you are hitting, code of your GET_EXPANDED_ENTITY or GET_EXPANDED_ENTITYSET as a text file...
View ArticleRe: Moving from embedded deployment to central hub
Hi Fernando, Any update on this? Regards,Ekansh
View ArticleFiori Add on installation
Hi all Component Version Support Package Level SAP NETWEAVER GATEWAY 2.0 — GATEWAY BEP 7SRA004 1.02SRA008 1.02SRA009 1.02...
View ArticleRe: SAP Fiori standard apps
Hello Akshay, Below can give the details -> Fiori: technical installation and configuration of one app from A - Z SAP Fiori - Configuration Connect SAP Gateway to SAP Business Suite (Trusted RFC) -...
View ArticleRe: How to expose same name ODATA service from different backend in gateway
Thank you Ashwin.It works for me.
View ArticleRe: How to expose same name ODATA service from different backend in gateway
Hello Sunny, You need try to use Multiple Origin Composition concept here. You can have different System Alias pointing to different back-end system in GW System with separate RFC Destinations. Assign...
View ArticleSSL handshake error - Fiori
When implementing fiori apps , facing this below error , at gateway client. and unable to figure out why hostname is being appended in the URL area only for this app. Other apps work perfectly , and...
View Articlehow to trigger GET_ENTITY class from sap ui5?
hi all we write some code in odata service... and GET_ENTITY class execute successfully... which returns only singal value. but when try to trigger service from sap ui5 ---> its goes directly to...
View ArticleRe: Fiori Add on installation
Hi Sidharthmellam, Please refer to All Things SAP Fiori SAP Fiori - Installation While installing, please refer to Fiori Apps Library for your application specific prerequisite and get them installed....
View Article