Quantcast
Channel: SCN : All Content - SAP Gateway
Viewing all 2823 articles
Browse latest View live

Create_deep_entity issue

$
0
0

Hi Experts,

 

I am creating a deep entity with one header and 4 items. I am using postman rest client in chrome browser. I am fetching the data by GET method and the URL for GET method is http://hostname:port/sap/opu/odata/sap/ZSALESORDER_SRV/SO_HEADERS?$filter=SO_ID eq '0000004970' &$expand=SO_ITEMSet , i have copied the response along with x-csrf token and replacing the token with its value and content-type = application/atom+xml. Now changing the method to POST and in the request body i have paste the code as below.


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

<feed xml:base="http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/"

xmlns="http://www.w3.org/2005/Atom"

xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"

xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">

<id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_HEADERS</id>

  <title type="text">SO_HEADERS</title>

<updated>2015-07-21T06:46:49Z</updated>

  <author>

  <name/>

  </author>

  <link href="SO_HEADERS" rel="self" title="SO_HEADERS"/>

  <entry>

<id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_HEADERS('4970')</id>

  <title type="text">SO_HEADERS('4970')</title>

<updated>2015-07-21T06:46:49Z</updated>

  <category term="ZSALESORDER_SRV.SO_HEADER" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>

  <link href="SO_HEADERS('4970')" rel="edit" title="SO_HEADER"/>

  <link href="SO_HEADERS('4970')/SO_ITEMSet" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/SO_ITEMSet" type="application/atom+xml;type=feed" title="SO_ITEMSet">

<m:inline>

<feed xml:base="http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/">

<id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_HEADERS('4970')/SO_ITEMSet</id>

<title type="text">SO_ITEMS</title>

<updated>2015-07-21T06:46:49Z</updated>

<author>

<name/>

</author>

<link href="SO_HEADERS('4970')/SO_ITEMSet" rel="self" title="SO_ITEMS"/>

<entry>

  <id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_ITEMS(SO_ID='4970',ITEM_NO='000010')</id>

<title type="text">SO_ITEMS(SO_ID='4970',ITEM_NO='000010')</title>

<updated>2015-07-21T06:46:49Z</updated>

<category term="ZSALESORDER_SRV.SO_ITEM" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>

<link href="SO_ITEMS(SO_ID='4970',ITEM_NO='000010')" rel="edit" title="SO_ITEM"/>

<content type="application/xml">

<m:properties>

<d:SO_ID>0</d:SO_ID>

<d:ITEM_NO>10</d:ITEM_NO>

<d:MAT_NO>100-100</d:MAT_NO>

<d:PLANT>1000</d:PLANT>

<d:TARGET_QTY>4</d:TARGET_QTY>

<d:TARGET_QU>ST</d:TARGET_QU>

<d:ITEM_CATEG>TAN</d:ITEM_CATEG>

<d:PURCH_NO_C>TEST ORDER</d:PURCH_NO_C>

<d:PURCH_DATE>20150728</d:PURCH_DATE>

<d:INCOTERMS1>CIP</d:INCOTERMS1>

<d:INCOTERMS2>Nürnberg</d:INCOTERMS2>

<d:PMNTTRMS>ZB01</d:PMNTTRMS>

<d:PRICE_DATE>20150721</d:PRICE_DATE>

<d:SALES_UNIT>ST</d:SALES_UNIT>

<d:DIVISION>00</d:DIVISION>

<d:CURRENCY>EUR</d:CURRENCY>

</m:properties>

</content>

</entry>

<entry>

  <id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_ITEMS(SO_ID='4970',ITEM_NO='000020')</id>

<title type="text">SO_ITEMS(SO_ID='4970',ITEM_NO='000020')</title>

<updated>2015-07-21T06:46:49Z</updated>

<category term="ZSALESORDER_SRV.SO_ITEM" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>

<link href="SO_ITEMS(SO_ID='4970',ITEM_NO='000020')" rel="edit" title="SO_ITEM"/>

<content type="application/xml">

<m:properties>

<d:SO_ID>0</d:SO_ID>

<d:ITEM_NO>20</d:ITEM_NO>

<d:MAT_NO>100-100</d:MAT_NO>

<d:PLANT>1000</d:PLANT>

<d:TARGET_QTY>3</d:TARGET_QTY>

<d:TARGET_QU>ST</d:TARGET_QU>

<d:ITEM_CATEG>TAN</d:ITEM_CATEG>

<d:PURCH_NO_C>TEST ORDER</d:PURCH_NO_C>

<d:PURCH_DATE>20150728</d:PURCH_DATE>

<d:INCOTERMS1>CIP</d:INCOTERMS1>

<d:INCOTERMS2>Nürnberg</d:INCOTERMS2>

<d:PMNTTRMS>ZB01</d:PMNTTRMS>

<d:PRICE_DATE>20150721</d:PRICE_DATE>

<d:SALES_UNIT>ST</d:SALES_UNIT>

<d:DIVISION>00</d:DIVISION>

<d:CURRENCY>EUR</d:CURRENCY>

</m:properties>

</content>

</entry>

<entry>

  <id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_ITEMS(SO_ID='4970',ITEM_NO='000030')</id>

<title type="text">SO_ITEMS(SO_ID='4970',ITEM_NO='000030')</title>

<updated>2015-07-21T06:46:49Z</updated>

<category term="ZSALESORDER_SRV.SO_ITEM" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>

<link href="SO_ITEMS(SO_ID='4970',ITEM_NO='000030')" rel="edit" title="SO_ITEM"/>

<content type="application/xml">

<m:properties>

<d:SO_ID>0</d:SO_ID>

<d:ITEM_NO>30</d:ITEM_NO>

<d:MAT_NO>100-100</d:MAT_NO>

<d:PLANT>1000</d:PLANT>

<d:TARGET_QTY>2</d:TARGET_QTY>

<d:TARGET_QU>ST</d:TARGET_QU>

<d:ITEM_CATEG>TAN</d:ITEM_CATEG>

<d:PURCH_NO_C>TEST ORDER</d:PURCH_NO_C>

<d:PURCH_DATE>20150728</d:PURCH_DATE>

<d:INCOTERMS1>CIP</d:INCOTERMS1>

<d:INCOTERMS2>Nürnberg</d:INCOTERMS2>

<d:PMNTTRMS>ZB01</d:PMNTTRMS>

<d:PRICE_DATE>20150721</d:PRICE_DATE>

<d:SALES_UNIT>ST</d:SALES_UNIT>

<d:DIVISION>00</d:DIVISION>

<d:CURRENCY>EUR</d:CURRENCY>

</m:properties>

</content>

</entry>

<entry>

  <id>http://hostname:portname/sap/opu/odata/sap/ZSALESORDER_SRV/SO_ITEMS(SO_ID='4970',ITEM_NO='000040')</id>

<title type="text">SO_ITEMS(SO_ID='4970',ITEM_NO='000040')</title>

<updated>2015-07-21T06:46:49Z</updated>

<category term="ZSALESORDER_SRV.SO_ITEM" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>

<link href="SO_ITEMS(SO_ID='4970',ITEM_NO='000040')" rel="edit" title="SO_ITEM"/>

<content type="application/xml">

<m:properties>

<d:SO_ID>0</d:SO_ID>

<d:ITEM_NO>40</d:ITEM_NO>

<d:MAT_NO>100-100</d:MAT_NO>

<d:PLANT>1000</d:PLANT>

<d:TARGET_QTY>1</d:TARGET_QTY>

<d:TARGET_QU>ST</d:TARGET_QU>

<d:ITEM_CATEG>TAN</d:ITEM_CATEG>

<d:PURCH_NO_C>TEST ORDER</d:PURCH_NO_C>

<d:PURCH_DATE>20150728</d:PURCH_DATE>

<d:INCOTERMS1>CIP</d:INCOTERMS1>

<d:INCOTERMS2>Nürnberg</d:INCOTERMS2>

<d:PMNTTRMS>ZB01</d:PMNTTRMS>

<d:PRICE_DATE>20150721</d:PRICE_DATE>

<d:SALES_UNIT>ST</d:SALES_UNIT>

<d:DIVISION>00</d:DIVISION>

<d:CURRENCY>EUR</d:CURRENCY>

</m:properties>

</content>

</entry>

</feed>

</m:inline>

  </link>

  <link href="SO_HEADERS('4970')/$links/SO_ITEMSet" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/relatedlinks/SO_ITEMSet" type="application/xml" title="SO_ITEMSet"/>

  <content type="application/xml">

<m:properties>

<d:SO_ID>0</d:SO_ID>

<d:CURRENCY>EUR</d:CURRENCY>

<d:DOC_TYPE>OR</d:DOC_TYPE>

<d:DOC_DATE>20150721</d:DOC_DATE>

<d:SALES_ORG>1000</d:SALES_ORG>

<d:DIST_CHANNEL>10</d:DIST_CHANNEL>

<d:DIVISION>00</d:DIVISION>

<d:SALES_GRP>130</d:SALES_GRP>

<d:SALES_OFF>1030</d:SALES_OFF>

<d:REQ_DATE_H m:null="true"/>

<d:PURCH_DATE m:null="true"/>

<d:INCOTERMS1>CIP</d:INCOTERMS1>

<d:INCOTERMS2>Nürnberg</d:INCOTERMS2>

<d:PMNTTRMS>ZB01</d:PMNTTRMS>

<d:PRICE_DATE>20150721</d:PRICE_DATE>

<d:PURCH_NO_C>TEST ORDER</d:PURCH_NO_C>

</m:properties>

  </content>

  </entry>

</feed>

 

For POST method, the URL is http://hostname:port/sap/opu/odata/sap/ZSALESORDER_SRV/SO_HEADERSwhen i execute it the break point not triggered in the create_deep_entitty method and i am getting the error as


<?xmlversion="1.0" encoding="utf-8"?>

<error
    xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <code>CX_ST_MATCH_ELEMENT/544FAE4641562346A1372144E7396586</code>
    <messagexml:lang="en">System expected the element '{http://www.w3.org/2005/Atom}entry'</message>
    <innererror>
        <transactionid>5A7D2FE5FAE1F1609A3F005056BE7049</transactionid>
        <errordetails/>
    </innererror>
</error>

 

 

Please help me to resolve this issue.

 

Thanks,

Gowtham


Message management missing in GateWay (and in UI5)

$
0
0

Dear All,

during implementing OData services and UI5 BSP apps, I was thinking, why we miss a message parameter from the GateWay Data Provider class interfaces? In every ABAP application so far having variety of UIs , we had the possibility to communicate with the users using messages, during data processing/executing actions. This was supported by the SAP standard using any UI so far with built in features. In SAP GUI we can use the message statement, in WebDynpro, we can use the WD framework to display a message, In Floorplan manager, we have the posibility to return BAPI messages also, on every phase of the processing, using interface parameters, so that is displayed on the UI. I know, that OData is a service and protocol,and not a UI.

GW_IF_ACTION.PNG

However every time executing an action(Function Import), which was successful, I have no posssibility to tell the users without additional efforts, which is painful and time-consuming, that the action was successful. We need either fill the HTTP request, and extract it in SAPUI5 manually, or return/read message entities with manual refresh/read from UI5 to the Backend(with multiple roundtrips).

Transferring error messages is no problem of course, you can raise the exceptions above, filling the message container of the exception, and this will be put in the response. But this applicable, when you want to display errors, and not information messages. And I do not see a standard UI5 solution(module/UI5 library) like a cross-application-component to extract exception messages a standard unique way also. What I've seen so far in SAP standard Fiori applications, that SAP developers analyse the HTTP response manually, and differently to extract error information from request somehow. This extraction varies per application.

As per my understanding filling the HTTP response with message data is not against the OData protocol, so it would be great if we could have an ET_MESSAGE parameter for example and fill it with any business message. On the UI side it could be combined automatically with one of the two controls below:

Message Strip

Message Popover

of course with no additional costs to extract messages, bacause this would be supported by the UI5 library itself, we would just need to configure the application component to use the message area or not.

This improvement or a solution like this, what fits to the SAP GateWay and UI5 control library (where separation of UI and service properly keeping the standards) is needed not only at customer side, but SAP internally also. I saw a lot of different javascript coding to extrcat messages in SAP UI5 apps, with comments like this: "TO-DO: nice error popup" etc. So this is pain and extra cost/each application SAP internally also.

If someone from SAP GateWay or UI5 Product Management reading this, is it possible to put this on a requirement list ? I do not want to restrict the UI5 library to SAP GateWay only, but having at least two standard helper classes would be great both at UI and Backend side to fill in and extract the response.

Is anyone else who votes for this ?

Thanks, Attila

Backup of Complete OData service in SAP Netweaver Gateway

$
0
0

Hi,

 

Can we talk complete backup of Odata service developed in SAP GATEWAY?

 

Please guide.

 

Thanks.

Pavan G

Fiori Like app from AMDP

$
0
0


Hi,

Can anyone guide me on creation of fiori like app from AMDP.

Just we have to create list view in UI5.

 

 

-Amit

Mandatory and optioonal parameters mapping issue in Gateway

$
0
0

Hi,

 

I am facing issue with mapping fields to my RFC(BAPI) in service implementation - FOR Get_entity-READ 

Lets suppose we have 3 Fields as input for BAPI. 2 of which are mandatory and remaining 1 is optional.

 

Now, Data model->entity type, allows only Primary keys to be part of input paramters to the BAPI under mapping.

Can anyone share how can we pass this optional parameter (in case of Read-Get_entity) to bapi without setting it as Key under entity type.

 

Thanks in advance,

PavanG

Why don't we have messages handled in GateWay

$
0
0

Dear All,

 

during implementing OData services and UI5 BSP apps, I was thinking, why we miss a message parameter from the GateWay Data Provider class interfaces? In every ABAP application having variety of UIs so far, we had the possibility to communicate with the users using messages, during data processing, and executing actions. This was supported by the SAP standard. In SAP GUI we can use the message statement, in WebDynpro, we can use the WD framework to display a message, In Floorplan manager, we have the posibility to return BAPI messages also, on every phase of the processing, so that is displayed on the UI.

'No RFC destination found' error when sending Push notification

$
0
0

Hi All,

 

I am getting an error saying 'No RFC destination found'. Not sure where I am missing.

In my system, GW is installed in my ECC system it self.

I mentioned my Service and collection details correctly.

 

 

I configured my bGRFC destination correctly and mentioned in the settings.

 

 

BgRFC config is also good.

 

 

But I am getting error and my service is not shown in SBGRFCMON.

 

 

Pls help.

 

Thanks

seenu

Update values to initial

$
0
0

I have an entity type with quite some fields. When we want to update the data for this entity type we only sent over the changed fields for performance reasons. In the implementation we only update the fields that have a value. We run into the problem that if we want to update a property back to the initial value, the implementation does not see this as an update.

 

Can I find out which fields are passed as a payload in the update?

 

If this is not possible, how should I solve this issue?

 

Do we always have to sent all fields for the update?

 

Thanks, Paul Lauwers
Applicaiton Engineer

IFF


How can I determine HTTP_METHOD in GET_ENTITY method?

$
0
0

I would like to know how I can get the HTTP_METHOD in the GET_ENTITY method. When the HTTP_METHOD is a patch I can skip a lot of ABAP code in the implementation. This would benefit performance. When I debug, I can see the IO_TECH_REQUEST_CONTEXT having a attribute MR_REQUEST. This contains the HTTP_METHOD.

 

I have not been able to retrieve this data.

 

Can anyone help me?

No service found for namespace /SAP/

$
0
0

Hi Experts,

 

 

                 Need your urgent help to resolve below issue.

                 I  am getting error No service found for namespace /SAP/ when i execute URL to test odata services.

 

                Odata services is created in gateway client in T code SEGW.We are calling RFC from remote system ECC  I am getting proper output in

               development   gateway.

                On moving it to Pre Prod i am getting Service not found error.

                Services are active in SICF, system alias is maintained for services ,RFC are there in Backend pre prod system.

 

 

                  When i execute with URL with meta data that is  /sap/opu/odata/sap/servicename /$metadata

                  i am getting proper response with all property names but on passing with entity set name i am getting no service error.

Below is URL I am using

same URL is working on Development gateway but not in Pre Prod gateway.

 

 

  /sap/opu/odata/sap/ZAPI_OTC_ADD_AGENT_SRV/AddagentSet?$filter= ZBillNo eq '953323999' and ZCustomerNo eq 'HK00027878'

 

 

    I am getting below error.

             

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

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

  <code>/IWFND/MED/039</code>

  <message xml:lang="en">No service found for namespace /SAP/, name ZAPI_OTC_ADD_AGENT_SRV, version 0001.</message>

- <innererror>

  <transactionid>561C1FC9D8CC4751E10000000AFF1F8C</transactionid>

  <errordetails />

  </innererror>

  </error>



Kindly suggest solution for this issue.




Regards,

Aditya







SAP NW GW - Error while parsing an XML stream: 'BOM / charset detection failed'

$
0
0

Hello Experts,

For a customer project, we have to implement a Sales Order Creation in OData. I created a Gateway project based on the BAPI_SALESORDER_CREATE2. I created the 3 entities I need (Header, Item and Partner).

I tested the BAPI with my data and everything is fine.

Now I tried to test it through the GW_CLIENT.

I got already a lot of errors that I was able to correct with SCN messages (thanks a lot !) but now I have a 'Error while parsing an XML stream: 'BOM / charset detection failed'.

I understood something is wrong with my XML file but the "Check XML" is ok and I have no idea what can be wrong in my simple XML test file !

Any help is appreciated.

 

Here is the file:

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

<entry xml:base="http://xx/sap/opu/odata/sap/Z_SALESORDER_CREATE2_SRV/" xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">

<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderSalesHeader" type="application/atom+xml;type=feed" title="Z_SALESORDER_CREATE2_SRV.OrderSalesHeader">

  <m:inline>

   <feed>

    <entry>

     <content type="application/xml">

      <m:properties>

       <d:DocType>TA</d:DocType>

       <d:SalesOrg>1100</d:SalesOrg>

       <d:DistrChan>01</d:DistrChan>

       <d:Division>01</d:Division>

      </m:properties>

     </content>

    </entry>

   </feed>

  </m:inline>

</link>

<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/HeaderItem" type="application/atom+xml;type=feed" title="Z_SALESORDER_CREATE2_SRV.HeaderToItem">

  <m:inline>

   <feed>

    <entry>

     <content type="application/xml">

      <m:properties>

       <d:Material>AIGL0232</d:Material>

       <d:TargetQu>100</d:TargetQu>

      </m:properties>

     </content>

    </entry>

   </feed>

  </m:inline>

</link>

<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/HeaderPartner" type="application/atom+xml;type=feed" title="Z_SALESORDER_CREATE2_SRV.HeaderToPartner">

  <m:inline>

   <feed>

    <entry>

     <content type="application/xml">

      <m:properties>

       <d:PartnRole>SP</d:PartnRole>

       <d:PartnNumb>YOU001</d:PartnNumb>

      </m:properties>

     </content>

    </entry>

   </feed>

  </m:inline>

</link>

</entry>

 

 

Thanks,

Luc

Odata - how to fetch & view the files attached to parked invoice docs MIR4/MIR7

$
0
0

Hi Experts,

 

How do I fetch & view the files attached to parked invoices in MIR4/MIR7 using OData service? Files are in PDF/DOC/text format? Approver wishes to view the attachments in front-end Fiori app before approving the document?

 

Thanks, Saty

SAP Gateway core components version compatibility

$
0
0

Hello Gateway/MCF Guru,

 

We are in the planning stage of installing SAP 1.2 SP5 on ECC 6.0 EHP7 NW 7.40 and CRM 7.0 EHP3. Since both system has different version of NW stack, the gateway core components and backend requirement are also different. Based on the version and the scenario below, does that work? or we have to upgrade CRM to be compatible? Or does not matter what NW version we are running on?

 

Here is what we have:

 

1) Gateway server

IW_FND and GW_CORE 200 SP11

 

2) ECC 6.0 EHP7 NW 7.40 (SAP_GWFND)

 

3) CRM 7.0 EHP3 NW 7.0 (IW_BEP)

 

Thanks

eTAG in LOCK scenario, is it a must that we should have a field like Timestamp?

$
0
0

Hi experts,

 

In most of the eTAG scenarios,  field like UPDATED_AT is used as the check field. IF-MATCH ill compares whether the value of this field is changed or not to see whether someone else changed this data. But in some cases, there is no such fields in the DB table that can indicates changes happen, does this mean eTAG cannot be used in this case?

GUID Does not correspond to any entry

$
0
0

Hi Experts,

 

I am extending a standard SAP Fiori CRM My Leads application and i need to extend the backend services to display sales organisational data, i have the GUID but can not find the corresponding organizational data in any database table. I checked the GUID in table CRMD_ORDERADM_H and i can see the general data but i can't find any organizational data in any table. I checked tables: CRMD_ORGMAN , CRMV_PR_SALESA.

 

 

Kindly advice.

 

Thanks

 

Warm Regards

Hardik Bhardwaj


Consume SOAP web service in OData service.

$
0
0

Hi,

I have to call or consume SOAP web service(EJB is exposed as web service in NW7.0) in OData service. This OData service provides JSON output which is used in Mobile application.

Can anybody suggest me with any kind of documents how to consume or call SOAP service in Odata service.

Any help please...

 

Thanks,

Srujana.

Unable to edit Standard Odata Service in CRM 703

$
0
0

There is a standard OData Service in CRM 703 i.e CRM_BUPA which I am not able to add in Transaction SEGW and edit it's entities for various Get,Create,Update,Delete operation whereas the same service in SAP Dev Center provided by SAP works supporting all the operations.

Unable to get Business Data in BW Odata Service.

$
0
0

There is a standard BW Odata Service which should be reading data from an Infocube ,

 


sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/?$format=xml


When I try to access the Get Function and the Metadata the service works fine but when i try to access the Business Data of the entities nothing is visible , please help me with the same :



Get Function :



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

-<app:service xml:lang="en" xml:base="http://BIW-DEV.pbi.global.pvt:8000/sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/" xmlns:app="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData">

-<app:workspace>

<atom:title type="text">Data</atom:title>

-<app:collection sap:label="Classical Infoset/Ttransient provider for BI queries(EPM Dem" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" href="E%4010D_NW_EPM_TRANSIENTResults">

<atom:title type="text">Classical Infoset/Ttransient provider for BI queries(EPM Dem</atom:title>

<sap:member-title>Classical Infoset/Ttransient provider for BI queries(EPM Dem</sap:member-title>

</app:collection>

</app:workspace>

<atom:linkrel="self" href="http://BIW-DEV.pbi.global.pvt:8000/sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/" />

  <atom:linkrel="latest-version" href="http://BIW-DEV.pbi.global.pvt:8000/sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/" />


Metadata :


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

-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData">

-<edmx:DataServices m:DataServiceVersion="2.0">

-<Schema Namespace="ZCOSTCENTER2_1_SRV" xml:lang="en" sap:schema-version="0000" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">

-<EntityType Name="E@10D_NW_EPM_TRANSIENTResult" sap:label="Classical Infoset/Ttransient provider for BI queries(EPM Dem" sap:semantics="aggregate" sap:content-version="1">

-<Key>

<PropertyRefName="ID" />

</Key>

<PropertyName="ID" Type="Edm.String" Nullable="false" />

<PropertyName="TotaledProperties" Type="Edm.String" sap:aggregation-role="totaled-properties-list" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0011" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Gross Amount" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0012" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Gross Amount" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0014" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Net Amount" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0015" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Net Amount" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0027" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Quantity" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0029" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Tax Amount" />

<PropertyName="A@10D_NW_EPM_TRANSIENT@@@@@0030" Type="Edm.Double" sap:aggregation-role="measure" sap:label="EPM: Total Tax Amount" />

</EntityType>

-<EntityContainer Name="ZCOSTCENTER2_1_SRV_Entities" m:IsDefaultEntityContainer="true">

<EntitySetName="E@10D_NW_EPM_TRANSIENTResults" EntityType="ZCOSTCENTER2_1_SRV.E@10D_NW_EPM_TRANSIENTResult" sap:label="Classical Infoset/Ttransient provider for BI queries(EPM Dem" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" />

</EntityContainer>

<atom:linkrel="self" href="http://BIW-DEV.pbi.global.pvt:8000/sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" />

<atom:linkrel="latest-version" href="http://BIW-DEV.pbi.global.pvt:8000/sap/opu/odata/sap/ZCOSTCENTER2_1_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" />

</Schema>

</edmx:DataServices>

</edmx:Edmx>

Input parameter for HCI OData Provisioning

No output table is mapped in the Query operation

$
0
0

Hi,

 

can any body help me to resolve this mapping problem for getEntitySet(Query).

Viewing all 2823 articles
Browse latest View live


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