Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Fischer
Product and Topic Expert
Product and Topic Expert

When talking about NetWeaver Gateway it is extremely valuable to have a scenario that can showcase the capabilities of the product. For such scenarios an OData service is required to represents all the functionalities that latest NetWeaver Gateway version supports.

We therefore started to develop such a servie based on the The NetWeaver Enterprise Procurement Model - An Introduction .

The data model is quite simple and the associations between the entity types are depicted in the following. 

The service can be accessed in the SAP Netweaver Gateway Service Consumption System that has been made available via the SAP NetWeaver Gateway Developer Center.

The Service URL is the following: https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/

How to access the system is described in the following SCN document http://scn.sap.com/docs/DOC-40986

We have provided several test cases for this service that can be accessed via the Gateway Client using transaction /IWFND/GW_CLIENT.

Finally you can find a more detailed picture of the OData model that has been created by importing the data model into GWPA:

Entity SetCreatableUpdatableDeletableAdressable
BusinessPartnerCollectionXXXX
ContactCollectionXXX
ProductCollectionXXXX
SalesOrderCollectionXXXX
SalesOrderLineItemCollectionXXX

Links for testing:

28 Comments