Hi,
I noticed it's not possible to send left or right single quotiation marks over gateway. ‘ and ’ are replaced with #.
Can anyone tell me where I can find more info about that? Is there a way to fix this?
Thanks,
RW
Hi,
I noticed it's not possible to send left or right single quotiation marks over gateway. ‘ and ’ are replaced with #.
Can anyone tell me where I can find more info about that? Is there a way to fix this?
Thanks,
RW
Hi All,
We are facing Property of Data Object has no type assigned on extension of a project.
Followed the blog http://scn.sap.com/community/gateway/blog/2014/08/08/extending-a-service-using-the-gateway-service-builder and extended the project. After genertaing the extended project and calling the parent service url error "Property of Data Object has no type assigned" thrown.
Entity type in the parent project/service does not have DDIC Structure reference and in the extended project new field added. Same works if i use ABAP structure reference.
Parent project is with Namespace and extended project is with Z name. Please suggest how to solve the issue and also how to extend projects created in customer namespace
Regards,
Satish
Hello,
we are trying to deploy a new application to (on premise) SAPUI5 ABAP repository, but we can only assign the application to $tmp package.
The destination on the HANA Cloud Cockpit has been defined with the value dev_abap for the property WebIDEUsage and the service /sap/bc/adt activated on Gateway backend system.
Kindly help
Regards,
Raffaele
Hello Experts,
I want to create a service using service builder on AS ABAP incl. BW 7.4 SP8 on SAP ASE 15.7
Later add it as destination or Gateway as Service on HANA Cloud Trial.
And consume the same in HANA Cloud Trial applications.
Is this possible ? I see that these developer editions are having some dummy link ?
So unable to configure the same on HANA Cloud Trial.
Or is there any instance of NetWeaver available that allow us to create OData that can be consumed within HANA Cloud Trial account ?
Regards,
Prakash
Hi Experts,
I have created the OData service which can do subscription and also push notification.I followed all the steps from the http://scn.sap.com/community/gateway/blog/2012/12/03/pushing-notifications-made-easy-push-a-notification
But in error log I am getting following error.
I want to know where am I getting wrong.
I maintained RFC connection of type '3' and my external RFC connection is of type 'G'.
Thanks & Regards-
Vishal
Once we create a project in Netweaver Gateway and follow few other steps to create a OData service, we come across two methods which I think are very important for service implementation perspective.
Can some one please tell me what exactly does these two methods do : 'GetEntitySet (Query)' & 'GetEntity (Read)'
I am a Java developer / SAP Portal consultant so thinking that these are ABAP specific. But if some one can explain briefly I think I will be able to understand though I have min ABAP knowledge.
Thanks in advance.
Hi Friends,
I want to redefine a GW service for adding new fields. Followed SAP help documents and was able to do that but after redefining the service Date fields in Entity Types are changed to Packed (15,0), Packed(21,7). In our parent service all date fields are assigned with Internal Type Date(8,0).
Not able to post xml with date fileds(with null and data) as it is throwing the error "The argument ' date value ' cannot be interpreted as a number".
Attaching below date field types both in parent service and child service.
Please suggest a solution for the same.
Regards,
Priyanka
Dear Experts,
When i open up the theme Designer my Theme is not loading completely other than the basic texts in the Webdynpro Application.
experts help will be appreciate.
Thanks in advance.
Hello All,
Could you please help me for the below error.
I have tried to call the odata service but i am getting the below error.
GET response: {"error":{"code":"SY/530","message":{"lang":"en","value":"RFC call ended with \"Communication Failure\" exception (Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT', communication rc: CM_DEALLOCATED_ABEND (cmRc=17), ta).)"},"innererror":{"transactionid":":"20150525035922.4387520","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[{"code":"/IWBEP/CX_SD_GEN_DPC_TECH","message":"RFC call ended with \"Communication Failure\" exception (Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT', communication rc: CM_DEALLOCATED_ABEND (cmRc=17), ta).)","propertyref":"","severity":"error"}]}}}
Hello Experts,
If I import already being used SAP Fiori app in Web-IDE or Eclipse.
Later I just modify the some thing using SAPUI5.
Now when I re-deploy the same project (name unchanged and changes were not made using extension projects)
Will I get some sort of error saying that I am trying to overwrite SAP Standard Applications.
Or changes will be accepted ???
Regards,
Prakash
Hi Guys,
Is it possible to integrate SharePoint to SOLMAN system via Gateway(Embedded deployment) ?
Apart from Duet Enterprise(Not willing to use it), can we use the traditional REST architecture with CRUD functionalities, create a service and then use it in the SharePoint interface?
Would like to know your views on it.
Regards,
Chaitanya
Hello Gateway experts,
We are developing a number of services to consume by our mobile application and we first made and test services on Embedded Gateway deployment and everything worked. Now we install Gateway on a new AS ABAP 7.4 server to act as a Hub for our DEV, QAS, PRD servers and we go for second option in that kind of configuration, development on the hub, because we don't won't to install IW_BEP on every server. But now we need to use RFC for service development (in embedded configuration we simply use a structure and program get, put, post methods in *_DPC_EXT class) and when want to register services we can if we put a destination system to be a local gateway server and rfc destination NONE but then service don't see our function that is on DEV server, and when we put a destination system to be DEV server and rfc destination the one toward that system, it throw an error: Runtime error CALL_FUNCTION_NOT_FOUND has occurred,
..ERROR_INFO Function module "/IWFND/FM_ACTIVATE_SERVICE" not found. |
Can you please explain how to develop a and deploy a service in this kind of configuration?
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 Guru's
I have created an OData service on our ECC system. There is and RFC between the ECC system and the Gateway system. For some reason I cannot register the service on the Gateway. If I go to SEGW in ECC and click register I get an error that says Cannot connect to system. If I go to the Gateway and run TX /IWFND/MAINT_SERVICE I do not see it in the Activation page.
What am I doing wrong?
Thanks.
Koos.
Hi guys,
I stumbled upon the following issue:
I created a new project in Service Builder and removed it later on, I also deleted service and model in transaction SPRO but I cannot remove the GW Service Builder Project in se80, in fact I can't do anything with it! My intention was to delete the folder containing the project but even reassigning another package is not possible.
Any ideas?
Regards,
Thomas
Hello,
we are trying to deploy a new application to (on premise) SAPUI5 ABAP repository, but we can only assign the application to $tmp package.
The destination on the HANA Cloud Cockpit has been defined with the value dev_abap for the property WebIDEUsage and the service /sap/bc/adt activated on Gateway backend system.
Kindly help
Regards,
Raffaele
Hi Experts,
while implementing an OData service in transaction SEGW, I am constantly getting a short dump in the following situation:
In Service Implementation I tried to map my entity set to a CDS View. After selecting my (active, correct, working) CDS View, the short dump occurs.
When looking at the exception class CX_SADL_ENTITY, there is a missing text for exception ID "CX_SADL_ENTITY".
Has anyone of you ever come across this?
Any suggestions on how to cope with this?
Best,
Dominik
Hello Experts,
If I import already being used SAP Fiori app in Web-IDE or Eclipse.
Later I just modify the some thing using SAPUI5.
Now when I re-deploy the same project (name unchanged and changes were not made using extension projects)
Will I get some sort of error saying that I am trying to overwrite SAP Standard Applications.
Or changes will be accepted ???
Regards,
Prakash
Problem :
There is a scenario in Asset Manager application where the captured images from webcam will be sent to the back-end and saved to the GOS.
We are able to upload the images but can’t open them. IMHO, The issue is with the format.
Steps taken :
We have Used FM SSFC_BASE64_DECODE to decode the Base64 encoded image data. However even that seems not to be working.
We will keep trying other ways from our side but if somebody has idea on how to get this done , that you know of, please help .
Hi Guru's
I have created an OData service on our ECC system. There is and RFC between the ECC system and the Gateway system. For some reason I cannot register the service on the Gateway. If I go to SEGW in ECC and click register I get an error that says Cannot connect to system. If I go to the Gateway and run TX /IWFND/MAINT_SERVICE I do not see it in the Activation page.
What am I doing wrong?
Thanks.
Koos.