Hi to all gateway experts,
I will go right to the point: The scenario is that I have 2 different clients in the system where my back-end is, 100 and 120 (100 is only for development and configuration). Then I have another system for the NW Gateway and here I'm using the system alias and the service both created in the development system client 100.
The alias points to 100 by default. You can see the problem here, my data is in 120...
So my question is how can I make the system alias to point to client 120 instead of 100 while I call the service from the Gateway system?
Whenever I try consuming the service in front-end i call it like this:
"sapgwd.xxxxxx.net:XXXX/sap/opu/odata/sap/<SERVICE_NAME>/<ENTITY_SET>?$filter=..........." ----- in this case i can catch my BP in client 100.
And when I set the URL like this:
"sapgwd.xxxxxx.net:XXXX/sap/opu/odata/sap/<SERVICE_NAME>/<ENTITY_SET>?sap-client=120&$filter=............." like this I get another popup in the browser to log on client 120 from the NW Gateway system (which doesn't exist anyhow...)
If someone has any ideas on this, please share.
Thanks!