cancel
Showing results for 
Search instead for 
Did you mean: 

How can we comunicate parameters to a bsp application?

Former Member
0 Kudos

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181879
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hello Mario,

here's the link to the BSP documentation:

http://help.sap.com/saphelp_webas630/helpdata/

en/e9/bb153aab4a0c0ee10000000a114084/content.htm

and here's information on the request and the response objects:

http://help.sap.com/saphelp_webas630/helpdata/en/

78/985290c06b11d4ad310000e83539c3/content.htm

And if you really want to do a lot of reading, here's the general documentation of the Web Application Server, including the Internet Communication Framework, the Internet Communication Manager, BSP, Security, etc.:

http://help.sap.com/saphelp_webas630/helpdata/en/8b/

25183a3bef2669e10000000a114084/frameset.htm

Regards,

Heidi