‎2007 Mar 15 9:44 PM
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
‎2007 Mar 15 10:43 PM
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.
‎2007 Mar 16 12:05 PM