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

capture data from a http request

edgar_almonte
Participant
0 Likes
402

i am really new learning abap and i just playing around so i looking a way for capture data from a http request giving the request value and submit for respont something like :

put the url "http://www.imdb.com/find?s=all&q=" in some way and way for the data to request by the user

val = 'user_entry'

result =(any_Function)http://www.imdb.com/find?s=all&q=val

write / result.

pd: sorry for my bad english

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
345

Welcome to SDN.

If you are saying that you want to read some request from the HTTP page,then you have to do it with BSP instead of ABAP.

Check this link for BSP.

/message/1688265#1688265 [original link is broken]

Regards,

Amit

Reward all helpful replies.

Read only

edgar_almonte
Participant
0 Likes
345

thanks Amit

something new to learn