SAP-samples / abap-platform-refscen-flight

SFlight is back! This is the Flight Reference Scenario for the ABAP RESTful Application Programming Model.
Apache License 2.0
232 stars 93 forks source link

test objects cannot be created in foreign namespaces #19

Open pely122 opened 1 year ago

pely122 commented 1 year ago

When i click publish in eclipse, an error occured "test objects cannot be created in foreign namespaces" how can i fix it? image

VolkerDrees commented 1 year ago

Hello, can you try to use the Gateway tools to publish the service? Start Tx /IWFND/MAINT_SERVICE , click "Add Service", locate and select the service in the list (use the filter), click "Local Object" to assign it to $TMP, and click continue/enter. You should get a success popup.
Now the service is published locally. You can switch back to the Service Binding press refresh/F5 and proceed. Best Regards, Volker