Skip to Content
0
Former Member
Apr 08, 2010 at 08:04 PM

Pass URL parameters from WD to BSP via Post

294 Views

Is there a way to Post URL parameters in WD so that a BSP can retrieve them using get_form_field?

I am currently passing the required parameters from an event handler within my WD application to the BSP as part of the URL string, similar to below:

/companysys/fw_main/main_mvc.do?PARAM_1=XXXXX&PARAM_2=YYYYY&sap-client=270

The above works fine. But how to Post the params so they can still be retieved in the BSP...?

Thanks in advance!

fyi... I added a PARAMS table to the outbound plug and fired it as below, but the paramscould not be read in the BSP:

wd_this->fire_to_exit_plg( url = l_url close_window = close_window PARAMS = LT_PARAMS ).