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

Call a HTML page from ABAP dynamically

Nkrish
Contributor
0 Likes
466

Hi,

My requirement : I need send information to a specific URL in a HTML format and get a response ( just the status)

We are using an implicit enhancement to gather the details for this. Once the values are populated into form we need to send this form to a specific URL when the customer is getting saved on XD01/ XD02.

The HTML will not be shown to the user hence I cannot download and then use the execute option using CL_GUI_FRONTEND_SERVICES. ( I have already tried this option and it working perfectly fine )

Any suggestions of the best way of achieving this ?

Thank you.

Regards,

narayani

Hi,

My requirement : I need send information to a specific URL in a HTML format and get a response ( just the status)

We are using an implicit enhancement to gather the details for this. Once the values are populated into form we need to send this form to a specific URL when the customer is getting saved on XD01/ XD02.

The HTML will not be shown to the user hence I cannot download and then use the execute option using CL_GUI_FRONTEND_SERVICES. ( I have already tried this option and it working perfectly fine )

Any suggestions of the best way of achieving this ?

Thank you.

Regards,

narayani

1 REPLY 1
Read only

0 Likes
440

Hi,

     to get the data from URL(http) we have so many function modules under function group SFTP ,recently i used HTTP_GET to get the data from url.

but i don't know how to send the data to url ,but this following link may helps you,

https://help.sap.com/saphelp_nw04/helpdata/en/2b/d920434b8a11d1894c0000e8323c4f/content.htm