Hi experts,
My question is what kinds of ABAP backend system could be used as container to be deployed with the project developed in web IDE?
When I try to deploy my application to ABAP backend system,
it works for system GM6:
But failed for another system AG3:
And I know the reason of failure is that the AG3 sends a HTTP 500 error for the HTTP request I observed in Chrome development tool.
Here below is my destination file for AG3:
I doubt the reason might be caused by the incorrect setting of protocol ( HTTP or HTTPS should I use ? ) or the wrong port number.Currently I get their value by launching tcode /UI2/FLP in system AG3/001, and copy the protocol HTTPS and port number 44356 from the address bar. Am I wrong?
Your help is really appreciated!
Best regards,
Jerry