2014 Nov 29 7:04 AM
Dear Experts.
We are using a https:// request to send SMS from SAP. So we used “CALL_BROWSER” functional module to run URL with a https:// extension and managed to run at foreground.
Since the requirement is to run the application background we need to find a another functional module to run this HTTPS request.
We would like to know whether there are any other functional module where we can used it for the same reason but in back ground and also is there any configuration that we have to fix by our basis team.
2014 Dec 09 4:22 AM
Dear Experts.
Since no one is answering I would like to rephrase my previous Question in this way.
We are using a https:// request to send SMS from SAP. So we used “CALL_BROWSER” functional module to run URL with a https:// extension and managed to run at foreground.
Since the requirement is to run the application background we need to find a another functional module to run this HTTPS request.
We would like to know whether there are any other functional module where we can used it for the same reason but in back ground and also is there any configuration that we have to fix by our basis team.
2014 Dec 09 10:18 AM
Hello,
use class CL_HTTP_CLIENT to generate the request according to your needs.
Regards,
Dominik