Skip to Content
0
Former Member
Oct 09, 2003 at 08:05 PM

How can we comunicate parameters to a bsp application?

58 Views

Hi

We are developing a BSP application, and we want to send parameters from an abap program. We have thought to do it, appending the parameters into the url.

But, into bsp application, we don''t know how get that parameters. we have tried using the metoth

GET_URI_PARAMETER of the cl_http_request class, but it doesn't work.

Could somebody help us?