Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send SMS through HTTPS url.

0 Likes
633

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.

2 REPLIES 2
Read only

0 Likes
469

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.

Read only

0 Likes
469

Hello,

use class CL_HTTP_CLIENT to generate the request according to your needs.

Regards,

Dominik