HI all,
In our development system we run the following setup:
client 999: used for usual abap development
client 200: used to develop the customizing for customer A
client 300: used to develop the customizing for customer B
Our system is running the following versions:
In this setup I want to access the data of my BOPF ZB_PA_PARTNER developed in client 999 (the data will be stored in client 200 and client 300) through a SAP UI5 application.
My basic idea is to generate a OData-Service based on the BOPF and finally connect the SAP UI5 application to the generated OData service.
I created the OData-Service in client 999 as describe in http://scn.sap.com/community/abap/bopf/blog/2014/03/24/3-simple-steps-to-expose-any-bopf-bo-as-odata-service I created the OData-Service. This worked fine and looks good:
In client 200 the generated OData-Service looks horrible:
Is there anything I can do to fix this situation?
Regards
Thomas