Hi,
Sorry if this is a silly question, but I'm trying to make sense of the Gateway Demo System, and I cannot connect the data I see in the backend with what I get through the service.
For example I would expect to find the business partner 0100000000 in the system, since I get this reply from the service.
<entryxmlns="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"xml:base="https://sapes1.sapdevcenter.com:443/sap/opu/odata/sap/ZGWSAMPLE_SRV/">
<titletype="text">BusinessPartnerCollection('0100000000')</title>
<updated>2014-02-04T06:22:13Z</updated>
<categoryterm="ZGWSAMPLE_SRV.BusinessPartner"scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<linkhref="BusinessPartnerCollection('0100000000')"rel="edit"title="BusinessPartner"/>
<linkhref="BusinessPartnerCollection('0100000000')/SalesOrders"rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalesOrders"type="application/atom+xml;type=feed"title="SalesOrders"/>
<linkhref="BusinessPartnerCollection('0100000000')/Contacts"rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Contacts"type="application/atom+xml;type=feed"title="Contacts"/>
</entry>
However when I try to open the business partner in transaction BP, I get the following.
The same goes for Sales Orders (cannot find in VA03) and products. Where does the data in the services come from?
Regards
Mattias