Hi,
I don't really think that this SDN forum is intended for **urgent** stuff. This is a platform for developers from developers. We are not here to quick-fix anything is perceipt to save your bacon at that moment. Please restrain from using that word urgent in any append.
BSP is just a web application, and is standard in any web application you can pass parameters using URL parameters. For example: .../sap/myApp?parm1=value1&parm2=value2.
Keep in mind that that stuff must be URL encoded. (You can look at CL_HTTP_UTILITY for functions to do this.)
brian
Add a comment