cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Identification

Former Member
0 Kudos

How do,

I have just started BSP programming and I was wondering if someone could help

with an easy way of finding out the BSP application that is running. Normally,

when you are running an ABAP program you can go into the menu=>system=>status

and you can see the program name. Is there anything similar on the BSP side, shortcuts

etc.???

Thanks

Andy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the SDN there are wiki's which provides complete details of BSP and how to use.

Check the following links:

[Basics|https://wiki.sdn.sap.com/wiki/x/iIAEBQ ]

[BSP|https://wiki.sdn.sap.com/wiki/x/agTEB ]

Hope this helps you.

Regards,

Rajani

former_member184111
Active Contributor
0 Kudos

Hi Andy,

I am not very clear about your question but if you want to get the name of BSP application while it is running you can use

runtime->application_name

Regards,

Anubhav

Former Member
0 Kudos

Hi Anubhav, thanks for replying.

Could you please tell me in a bit more detail where this runtime option is?

athavanraja
Active Contributor
0 Kudos

just right click on the browser where BSP is running and click properties. It will show the current page url from where you can get the app name or look at your browser address bar.