how to generate URL of BSP application and how to make it login free
hi
i have created a BSP application , how i generate URL for it and how to make it for any user , i mean i dont want to give login id and password when anyone access that url.
thanks
Anubhav Jain replied
Hi ,
for generating URL use...
call method runtime->construct_bsp_url exporting in_protocol = 'http' in_application_ns = runtime->application_namespace in_application = runtime->application_name in_page = 'your_next_page.htm' importing out_abs_url = gv_target_url. <-- global variable of type string
For avoiding popup..
Go to TXN SICF navigate to the node of your BSP application
Logon Data Tab
Put in the username and password in provided input fields.
Regards,
Anubhav