Hi Gateway Experts,
I want to know expand query option in OData web service.It's meaning and use.
If available,please provide one example.
Regards,
Arjun
Hi Gateway Experts,
I want to know expand query option in OData web service.It's meaning and use.
If available,please provide one example.
Regards,
Arjun
Hello,
I was following this doc:Getting started with the SAP Netweaver Gateway Service Consumption System
Where I got to From:
SAP Netweaver Gateway Demo System
Where I got to From:
Getting Started with Kapsel - Part 1
So, I attempt to follow the links and get to:
https://supsignformssapicl.hana.ondemand.com/SUPSignForms/
Then, when I submit the sign-up form, I get the following bug:
https://supsignformssapicl.hana.ondemand.com/SUPSignForms/error.jsp
The system is not accessible please have a look at the Operations Document for the system status or check back later. Thank you for your understanding |
So - What do I do? I get no email and I have no way to get credentials to access the demo-data to set up the management cockpit for my Kapsel apps... please help!
Dear SAP Partner,
This is the discussion forum for OData Curriculum for SAP Partners. Please fill free to start a discussion or to ask a question related to the learning content etc.
All,
Our landscape is set to with three environments Development, Quality and Production.
When I register a service in Development, I get a transport request. Can I transport this registration to Quality just like that, or should I register the service in quality manually?
Are there any prerequisites to transport this?
It would be nice to transport the registration from Developement to production without any manual actions.
Regards, Paul Lauwers.
Hi,
I create a sample of CURD operation using sample gateway service[Flight example] which is provided by SAP Netweaver Gateway Demo system.
i can read data using gateway service.But, is it possible to do operation like Create,Update,delete ?.
Regards
Jinosh
Hi all,
I'm rather new to this site and SAP ... as a developer I would like to have access, but the "SAP Netweaver Gateway Service Consumption Sign-Up Form" ( https://supsignformssapicl.hana.ondemand.com/SUPSignForms/ ) always returns:
The system is not accessible please have a look at the Operations Document for the system status or check back later.
Thank you for your understanding
The linked operations document doesn't say anything about an outage. Is this procedure outdated or am I doing something wrong??
Thanks for your help & support
Patrick
Hello,
I was following this doc:Getting started with the SAP Netweaver Gateway Service Consumption System
Where I got to From:
SAP Netweaver Gateway Demo System
Where I got to From:
Getting Started with Kapsel - Part 1
So, I attempt to follow the links and get to:
https://supsignformssapicl.hana.ondemand.com/SUPSignForms/
Then, when I submit the sign-up form, I get the following bug:
https://supsignformssapicl.hana.ondemand.com/SUPSignForms/error.jsp
The system is not accessible please have a look at the Operations Document for the system status or check back later. Thank you for your understanding |
So - What do I do? I get no email and I have no way to get credentials to access the demo-data to set up the management cockpit for my Kapsel apps... please help!
Hi all,
How to pass a decimal value through URL?
I created a function Import with input parameter
<ParameterName="TestSearch" Type="Edm.Decimal" Mode="In" Precision="15" Scale="2" />
And so, my url was like- " /sap/opu/odata/sap/ZTEST_GS_SRV/<FuncImpName>?TestSearch=100 " It worked fine.
When I tried to pass a decimal value, say 1001.22
/sap/opu/odata/sap/ZTEST_GS_SRV/<FuncImpName>?TestSearch=1001.22
I am got " Malformed URI literal " Error.
Please help me resolve this issue.
Regards,
Jhansi.
Hi,
I have a table in my sapui5 application,the data entered in the table has to updated in a table in the backend through a function module.Can anyone tell how to create a service which takes multiple lines as input.
Thanks in advance.
Hi Gateway Experts,
I want to know expand query option in OData web service.It's meaning and use.
If available,please provide one example.
Regards,
Arjun
Hi Experts,
i am running always into the same problem
I want to create an Odata Channel with "SEGW" and Datamodel with an RFC import.
RFC si GET_CPU_ALL
but I am running always into the same problem when I want to generate the runtime.
I don´t know why.
Error: ... _DPC was generated with syntax errors....
I would really appreciate if someone could help me.
Thanks
Hi,
After setting up the destination and service following descriptions in How to connect the SAP Business Suite to the SAP HANA Cloud Platform using Gateway as a Service Trial Edition and using URLhttp://sapes1.sapdevcenter.com:8080/sap/iwbep?sap-client=520 as a destination, I cannot access the system.
In Troubleshooting under SAP HANA Cloud Platform > Services > HCI OData Provisioning I get the message "Unauthorized" (screenshot attached).
I have created required roles (GW_Admin and GW_User) as described in the tutorail.
Any suggestions what could be the reason for the missing access to the demo system?
Best regards,
Beata
Hello all,
i would need a cloud instance whith SAP BW, ABAP and SAP Gateway. Does SAP provide a trial/free solution for this?
Best Regards,
Mihai
Hi All,
I am facing a question that how to use 'Post' function in gateway client to add a line of data to an empty table? As some material mentioned I should use 'Get' first and then click the 'Use as Request' button to get the format but my entity is using an empty table so I cannot use the 'Get' function to get the format. Could anyone give me some advice about it? Thanks in advance.
Regards,
Zhengzhang
Hi All,
I am bit confused with all these terminology. Could you please advise me how do I make app for mobile using SAP netweaver gateway/Odata/Eclipse ..?I think that Eclipse is the way forward .....
I have SAP netweaver gateway system 2.0 installed and have Eclipse Kepler. Recently I have seen GWPA ..how and where can I get that ? and I am not able to install SAP Netweaver Gateway Plugin for Eclipse..can you please advise..
Kind Regards
Rama
Hi,
We have few Update and Create Services being called, once these services are called and the record is updated or created, is there a way to get the success of error messages posted to the front end?
Thank you in Advance.
Hi,
I have created a function import , its for calling an API ,and there is no returning parameter.
But I am not able to select the return type kind against the Function import as No return.
While trying to generate I am getting an error ' No return is currently not supported by the runtime'.
Regards,
Vivek.
Hi experts,
I have a gateway service that creates DN and returns DN number back.
What HTTP error code will be returned in the calling client app (HTML5 page) for the following situations:
1. When client app initiates call to gateway and gateway is down.
2. When client app initiates call to gateway and message has reached backend ECC. Then just when response is about to be sent back from ECC, gateway goes down.
The reason I am asking is that the client app needs to differentiate these 2 cases and take action accordingly.
Thanks
Gopal