Quantcast
Channel: SCN : All Content - SAP NetWeaver Gateway Developer Center
Viewing all 750 articles
Browse latest View live

Failed to generate the backend operation proxy for RFC

$
0
0

Hi,

 

some times when the Gateway project is activated, i am getting the below error, when i asking ABAPer to delete RFC and re create it might work ,

 

Failed to generate the backend operation proxy for RFC <name of the RFC>

&ZIF_Z_360_PAYER_INFO6& is locked in request/task &K2DK900046&

 

not able to understand where the issue is.. can some one tell me the root cause of this issue?

 

-Madhav


Web Service/Required roles

$
0
0

Hi,

 

I have created a web service in Gateway with transaction SEGW. The web service works perfectly fine and it is being called with a RFC. I've tested the web service using REST as well.

 

The mobile app that is calling this web service does so successfully in our Production system, but once we try to perform the same action in our QA system, I am denied any access to log into the mobile app. I have mimicked the users' roles in our Production system into their roles in the QA system and yet it still does not let me log in.

 

In order to log into the mobile app, the user uses their SAP credentials.

 

Does anyone know if there are user-specific roles in QA system that is required, but not required in the Production system?

 

Thanks.

How to use OData SDK PHP create an entity in SAP

$
0
0

Hi,

I‘m using OData SDK PHP to consume the odata in SAP system, I can use this get_entityset from SAP but not able to Create entity in SAP

my PHP code is like this

 

 

<?php
require_once "Z_WE_ASSCOCUSTOPENID_SRV_Entities.php";   //connect    $OData = new Z_WE_ASSCOCUSTOPENID_SRV_Entities
('http://192.168.1.138:8008/sap/opu/odata/sap/Z_WE_ASSCOCUSTOPENID_SRV/') ;
$OData->Credential = new WindowsCredential($_POST["userName"],$_POST["pwd"]);   try
{    //Create a Customer php Object    $OpenId = OpenId::CreateOpenId( "","",$_POST["Name"],$_POST["CustomerName"],$_POST["Code"]);    //inserting Customers object context tracking system    $OData->AddObject('OpenIdSet', $OpenId);   //SaveChange insert the object into data service   $Odata->SaveChanges();
}
catch(ODataServiceException $exception)
{    Echo $exception->getError();
}
?>
{    Echo $exception->getError();
}
?>

I will get the error Undefined property:z_we_asscocustopenid_srv_entities::$nextChange in E:\xx\xx\Context\ObjectContext.php on line 789 Unauthorized

but this property is the ODATA SDK PHP file I never change this

can you help me?

CRM_BUPA_ODATA : Accounts Model Redefination

$
0
0

Hello  Everyone,

   I have a requirement, where i need to add 3 custom fields to  the CRM_BUPA_ODATA service.

 

Steps Followed to Achieve the above Requirement

1. Added 3 custom fields in the extension include ( CRMT_BP_ODATA_ACCOUNT_INCL)

2. Created an empty Project (ZCRM_PROJECT) and redefined  with CRM_BUPA_ODATA GW service.

3. Added 3 fields in the Entity set Accounts in the New project.

4. Redefined all the runtime methods in data provider extension class.

5. Redefined Define method in MPC Extension class and appended 3 fields to the CRMT_BP_ODATA_ACCOUNT Structure.



Issues :

    When i am trying to execute the new service (ZCRM_ACCOUNTS). it is not able to identify the Entity sets.


It throughs an error saying that 'Resource Not Found for Account Collection'


Can you please give some ideas to resolve this issue.


When i am trying to debug the ODATA service, it is not reaching the DATA provide class.


Appreciate your time and help!!!!


Thanks & Regards,

Manjari.


What is the difference between SAP Netweaver Gateway and SAP Gateway for Microsoft

$
0
0

Is the SAP Gateway for Microsoft built on to top of the SAP Netweaver gateway? Who does the architecture looks like. I know SAP gateway for Microsoft can be deployed in azure to allow office application including office 365 to access on-premise SAP systems.

 

What feature does it provide that SAP netweaver gateway does not provide?

Can we access Developer Edition NetWeaver Services via Hana Cloud Trial ?

$
0
0

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

Fiori client for Windows 8.1 Mobile

$
0
0

Hi Experts ,

Is there a SAP released Fiori Client for Windows 8 / 8.1 mobile ? I could see on in Windows app store ( screenshot below ) with 0 user rating. This is to confirm whether it is SAP released app

 

fiori.jpg

John Wargo - read your nice blog Update on Fiori & Mobile

 

Sree

Left and right single quotation mark

$
0
0

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


Extending Odata Service

$
0
0

Hi All,

 

I want to extend an oData service created with customer namespace. After sometime if there is any update in the service(parent) how to update the child service. Do we need to extend the parent with update patch and do the changes what was done in child again?

 

Regards,

Satish

Web IDE - deploy new application in a package different than $tmp

$
0
0

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

Property of Data Object has no type assigned

$
0
0

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

Wrong format of delivery address in push notification

The argument ' date value ' cannot be interpreted as a number

$
0
0

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

SAP Theme Designer error Preview: The entered target page could not be loaded; please check the entered URL

$
0
0

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.



How to register a service in a Hub deployment with development on Hub?

$
0
0

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?


Sharepoint integration to SOLMAN via Gateway

$
0
0

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

Expected behavior while deploying Modified SAP Fiori App to various Platform

$
0
0

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

RFC call ended with \"Communication Failure\" exception

$
0
0

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"}]}}}

OData cannot be Registered on the Gateway

$
0
0

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.

Remove Service Builder Project

$
0
0

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

Viewing all 750 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>