Quantcast
Channel: SCN: Message List - SAP Gateway

Re: Insert multiple records with batch - Gatewy Netweaver

Hi Cristina, Please check below link, that may help you. Gateway Batch Calls from SAPUI5 And, in gateway you will get records one by one, In case you need, set a breakpoint in back end for batch...

View Article


Re: How to call a batch request for Read in UI5...

You need to create your batch payload as shown below. Sample one -> --batchContent-Type: application/httpContent-Transfer-Encoding: binary GET get_emp_dataSet?$filter=Userid+eq+'00001' HTTP/1.1...

View Article


Re: Insert multiple records with batch - Gatewy Netweaver

Hello Ashwin ,  Yes, I want to do the operation post.  Best Regards, Cristina

View Article

Re: Insert multiple records with batch - Gatewy Netweaver

Hi Akhilesh,    I saw this tutorial but anyone explain what I need to in method created and if I need make any change in methods CHANGESET_BEGIN and CHANGESET_END. My question is , what is necessary to...

View Article

Re: Urgent. Alias of Odata services in PROD

Hi All,I have a problem like ,I have 2 client in a same server,like dev and test,In my dev I have configured the all and its working fine and the status also green,when I am opening the same service in...

View Article


Re: Insert multiple records with batch - Gatewy Netweaver

Hi Cristina, No need to write any code in methods CHANGESET_BEGIN and CHANGESET_END,  just need to redefine it. And yes its of http request only, which is separated by gateway only, No need to be...

View Article

Re: CORS Issue While Consuming ODATA from Gateway Hub

The only way so far that I have been able to get this to work is with apache server on the laptop and running the app through local. But for security issues that is not allowed and now I'm using just...

View Article

Re: Dealing With Customer ZBAPI which has multiple Input and Output Table...

Hi Tuncay, What you suggested was indeed the best solution we had. We need to define association and navigation and finally expand implementation needs to performed.However inside the method, We need...

View Article


Re: CORS Issue While Consuming ODATA from Gateway Hub

P.S. - And yes we're within our firewalls and VPN at the time we're connecting.

View Article


Display image taken from Cordova in Gateway Client

I have the base64 image taken from Cordova camera plugin inside my CREATE_STREAM method. How can I save this to a Z table and display in the Gateway Client through the GET_STREAM method? What...

View Article