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>