SAP Demo Gateway ES1
Hello, I`m trying to connecto to the SAP Netweaver Gateway Demo System, In the site appear the message: OPERATIONALThe Netweaver Gateway test system upgrades are complete. The system is now running...
View ArticleGateway to SOAP
Hi, I have one question, currently we have a webapp consuming the SAP data through SOAP/WSDL. The customer doesn't want to change their current front-end component, but they have the latest gateway...
View ArticleRe: Batch Process Vs Create Deep Entity
I am getting some error while creating multiple records using deep insert. I use expanded entity set output as request payload for creating multiple records in my custom table but it is throwing me...
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Hi Hari, There is no reason for program flow not stopping at the break-point trigger if you:1. are calling query operation with correct URL i.e. /sap/opu/odata/sap/ZSERVICENAME/EntitySetName . Remember...
View ArticleRe: Batch Process Vs Create Deep Entity
Hi Anil, Please check this thread for JSON payload Re: Creating a sales order using DEEP ENTITY for my Odata service Regards,Ekansh
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Hello Hari, Please make sure Break-Point is activated for the user with which you are firing the service.Also you need to place break-point inside appropriate method of your DPC or DPC_EXT class based...
View ArticleRe: SMP3.0 GW get data based on the user logged in?
Hi Seenu, Can you please explain your landscape? Is it embedded deployment of gateway? Regards,Ekansh
View ArticleRe: Batch Process Vs Create Deep Entity
Hello Anil, Please share the detail regarding your GW Model, Association & Navigation Defined, Cardinality Defined between entities and code written inside the Create_Deep_Entity Method. However...
View ArticleRe: Filter on function import
Hi Soujanya, Please check this blog of DJ Adams The experimental Client operation mode | DJ's WeblogThis explains a new feature in OData Model which enables client side filtering and...
View ArticleRe: Gateway to SOAP
Benj,can the gateway generate a WSDL ? No Gateway cannot. Gateway is a REST OData producer. It cannot produce SOAP. Question would be why do they want to adapt Gateway? Any problem with current setup?
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Thank you all, There was never a problem with the OData or anything actually there are 3 Clients in development system. I developed the odata on client lets say C1 but the data was availble on C3 so...
View ArticleRe: Filter on function import
This is exactly what I was looking for. I tried to solve this by using json model and populating my json model using ajax calls. Somehow I missed this detail in SAP documentation but the blog nails it...
View ArticleRe: Batch Process Vs Create Deep Entity
Hi Anil,Please see if this is useful.Deep Insert - Request payload formats RegardsPrabaharan
View ArticleoDATA invalid key predicate
Hi, I am trying to perform a get_entity_set read with a key passedin order to extract all data in the collection with a specific key in the model [fileid in my case]. The url I pass to perform the read...
View ArticleHow to refer mobile workflow tasks in sap netweaver gateway
Hi, We have an OData based android and ios mobile application through which we are exposing a webservice configured in the sap netweaver gateway to get the workflow tasks using standard sap odata...
View ArticleRe: oDATA invalid key predicate
Hello Bressi, Is it a Date which you are sending as input as Key ? The URL you are using is to Read the data based on a Key value and for READ GW response will always have a single entry as output and...
View ArticleRe: oDATA invalid key predicate
Hi Ashwin, No it is not a date the key I am passing in the URL. Do you then mean I should use a $filter parameter ? Regards,Claudia
View ArticleRe: oDATA invalid key predicate
Yes since you want to get collection of data matching to the input you are sending then you need to implement QUERY/Get_Entity_Set method. So that you get the collection of data as you are expecting....
View ArticleRe: OData response can be seen in Gateway client but not in the Browser.
Hi Hari, Please close the thread. How to close a discussion and why Regards,Ekansh
View Article