cancel
Showing results for 
Search instead for 
Did you mean: 

how to generate URL of BSP application and how to make it login free

former_member459142
Participant
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member184111
Active Contributor
0 Kudos

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

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi:

1. Go in se80 -> put the name of application

2. select the page - > Properties -> after transfer option; there is an URL BOX - like http://dewall32.ccss.XXXXXX.com:8000/sap/bc/bsp/sap/z_tutorial2/bp.htm

copy the URL and put it in Internet Explorer, it would work without any login .

Regards

Shashi