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?
Mario,
This question I have answered in detail in your thread "parameters between CIC0 ..tion". Effectively look at request object type cl_http_request, use get_form_field(s). The other append contains all detail information.
At this moment I would seriously recommend a big cup of coffee, and the general documentation for BSP and the HTTP framework (ICM & ICF). If you want to do serious work in the area, an in-depth knowledge is an absolute must. Also read our weblogs with interesting topics (top of page: weblogs>topics>BSP).
brian
Add a comment