Quantcast
Channel: SCN : Popular Discussions - SAP NetWeaver Gateway Developer Center
Viewing all 1657 articles
Browse latest View live

SEGW - Create transport request entry for whole project


Self-link/Edit-link issue

$
0
0

Hi,

 

Is there anyone who knows what the self-link and edit-link stand for? In my .NET application my post to the GW server doesn't work because the edit-link/self-link is empty.

 

This is the error message:

 

'xxx/MeldingSet(ConsumerId='xxx',Action='CHECK00',Language='N',KlantNummer='0010084320',VerbruiksPlaatsId='0070085438')' does not have a self-link or an edit-link associated with it. Please make sure that the entity has either a self-link or an edit-link associated with it.

 

I believe this issue is due to an upgrade from our SAP server, because before the upgrade everything worked fine.

 

Regards,

 

RW

Error Handling through SAP Gateway

$
0
0

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.

How to create a service with table input?

$
0
0

Hi Experts

 

   I want to create a Gateway service which has only one entity type.

 

   This entity type is of table type meaning it can have multiple rows of data.

 

   EntGroups --> Entity type. It contains 2 fields.

        SerialNumber

        GroupId

 

   The backend FM has a table type input and updates the record in custom table.

 

   How can I develop this? Please help!

 

Thanks

Gopal

How to Execute Batch Post in OData?

$
0
0

Hi All,

 

Please advise on how to execute batch post (i.e. update multiple entries to database) in OData without using associations / expansion. Right now, I was able to execute batch post through creation of association / expand from principal entity then implementing logic on CREATE_DEEP_ENTITY method. However, we are looking for an alternative way to have it done not with that approach. Is it possible? Please advise how could it be done.

 

 

Thanks,

Jay

Eclipse: unable to create a Gateway Connection

$
0
0

Installed SW (Frontend)

 

Backend

  • AS ABAP 7.40

 

Hello Collegues,

 

I've created a NW Gateway Service on the backend (Service is working correctly) and now I want to create a UI5 Application on the Eclipse site.

Before creating the project I have to create a Gateway connection first. But I'm getting a "Network Connection Error".

 

error.PNG

Connection data (host, port) is correct, also tried with IP instead of hostname already.

I'm getting the same error if I'm using the (new) ES Workspace data (sapes1.sapdevcenter.com, Port 80?).

 

Tried also on another PC, same error.

 

Any ideas?

Can we retrieve ztable data into Odata service

$
0
0

Hi Experts , 

          

      Iam new to Netweaver Gateway , can anybody please tell me can we retrieve ztable data into Odata service.

 

 

Thanks ,

Santhosh

How to call Function Import from SAP UI5 and get the return object in table?

$
0
0

HI,

      I am New to UI5 .i have created odata gateway service with function Import that will take single parameter as importing parameter and return the data in table.My problem is I am not getting how to consume data from function import in SAP UI5  and how i can display the returned data in ui5 table.

can Any Help me out regarding the issue.

 

 

Regards

LK


SEGW - Method 'X_GET_ENTITYSET' not implemented in data provider class

$
0
0

Dear All,

 

My server environment is IWBEP IWFND in the SAP ECC server, I create a gateway project by importing Login RFC interface with the following parameters:

 

Input parameters

Username (text)

Password (text)

Ztype (text)

 

Export Parameters

EsTechnDetail (structure)

EsMsg (text)

SEGW Project.JPG

 

I tried to request the LoginCollection EntitySet on Gateway Client occurs the error as display on the below;

 

URL on Gateway Client : /sap/opu/odata/SAP/ZTEST3_SRV/LoginCollection


Error :

<?xml version="1.0" encoding="utf-8" ?>

 

-<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

 

 

<code>/IWBEP/CM_MGW_RT/021</code>

 

 

<message xml:lang="en">Method 'LOGINCOLLECTION_GET_ENTITYSET' not implemented in data provider class.</message>

 

 

-<innererror>

 

 

<transactionid>557FEF69E2CD27DFE100000083010A17</transactionid>

 

 

<timestamp>20150623093428.0969950</timestamp>

 

 

-<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_Transaction>

 

 

<SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>

 

</Error_Resolution>

 

-<errordetails>

 

 

-<errordetail>

 

 

<code>/IWBEP/CX_MGW_NOT_IMPL_EXC</code>

 

 

<message>Method 'LOGINCOLLECTION_GET_ENTITYSET' not implemented in data provider class</message>

 

 

<propertyref/>

 

 

<severity>error</severity>

 

 

<target/>

 

</errordetail>

</errordetails>

</innererror>

</error>


Please help.


Regards

Choong

How to Generate PDF Based on Multiple Selection from Query's Hit List

$
0
0

Hi All,

 

We have this requirement wherein user should be able to generate PDF file after selecting multiple entries from the hit list (result of a query) by ticking checkboxes. Can you please advise how could this be achieved? We have created OData Service for this one.

 

Thanks,

Jay

SEGW - Create transport request entry for whole project

How to call Function Import from SAP UI5 and get the return object in table?

$
0
0

HI,

      I am New to UI5 .i have created odata gateway service with function Import that will take single parameter as importing parameter and return the data in table.My problem is I am not getting how to consume data from function import in SAP UI5  and how i can display the returned data in ui5 table.

can Any Help me out regarding the issue.

 

 

Regards

LK

Recommended System alias Name for embedded deployment?

$
0
0

What is the recommended system alias name for Embedded deployment ?

I am using LOCAL till data in sandbox system ,

Is is a good way to go with system alias as DEV, QUA, PROD for migrating the TRs ? Can someone help me understand this much better.

 

SAP Gateway

 

Thanks in advance,

Kiran

Odata Service Creation Using SEGW Transaction

$
0
0


Hi All,

 

I am trying to create an Odata service using one RFC that takes three input parameters and returns one structure as output parameter.

When I am trying to do mapping of Get Entity Set it is saying that key variable does not have output mapping. But my key variable is input parameter so I am unable to change the mapping direction of key variable.

Please some body suggest how to change the mapping direction of mandatory import parameters in get entity set query.

 

 

 

With Regards

Neha Pandey

Error Handling through SAP Gateway

$
0
0

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.


Need advise on SAP Netweaver gateway/Odata/Eclipse

$
0
0

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

Discussion Forum for OData Curriculum for SAP Partners

$
0
0

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.

Fetch data from mysql database into SAPUI5 application

How to Execute Batch Post in OData?

$
0
0

Hi All,

 

Please advise on how to execute batch post (i.e. update multiple entries to database) in OData without using associations / expansion. Right now, I was able to execute batch post through creation of association / expand from principal entity then implementing logic on CREATE_DEEP_ENTITY method. However, we are looking for an alternative way to have it done not with that approach. Is it possible? Please advise how could it be done.

 

 

Thanks,

Jay

Function Import POST with multi line text

$
0
0

Hi All,

 

We are developing a GW serice for approval scenario and want to use Function Import for Confiming Work Item. We followed the Link http://scn.sap.com/community/gateway/blog/2014/03/06/let-s-code-crudq-and-function-import-operations-in-odata-service#jive_content_id_6_Function_Import_ and created the Function Import for POST method. On Workitem rejection, comment is mandatory and need to pass the comments to function module. Need help on how to pass the comments to function module through the Function import as the comments is an internal table in function module(can accept  any no of lines) and Function import does not supports request body also.

 

Regards,

Satish

Viewing all 1657 articles
Browse latest View live


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