2015 Dec 08 6:12 PM
Hi ,
I am new to the BSP applications and I have to find out where few BSP applications(created in SE80) are used.
Can someone please help in finding the dependency to delete these BSP applications?
Thanks
Ram
2015 Dec 08 10:51 PM
Hi Ram,
I think it is very hard to find the where used list for BSP applications. Because once you create the BSP application it will have a URL and the URL can be accessed from anywhere (for eg: In Portal, Might have hard coded the URL in some other applications).
You can check the where used list of the following method and it will give you only SUBSET of the result you are looking and not the complete list.
cl_http_ext_webapp=>create_url_for_bsp_application
I hope it will help you a bit.
-Chandra
2015 Dec 08 10:51 PM
Hi Ram,
I think it is very hard to find the where used list for BSP applications. Because once you create the BSP application it will have a URL and the URL can be accessed from anywhere (for eg: In Portal, Might have hard coded the URL in some other applications).
You can check the where used list of the following method and it will give you only SUBSET of the result you are looking and not the complete list.
cl_http_ext_webapp=>create_url_for_bsp_application
I hope it will help you a bit.
-Chandra
2015 Dec 09 5:35 PM
Hi Chandra,
Thanks for your reply.
Can you let me know if it is advisable to delete a BSP application?
Will it cause any inconsistencies.
And if it is not advisable how can we make a BSP application obsolete?
Thanks
Ram
2015 Dec 09 7:04 PM
If you are absolutely sure that the BSP application is not used anywhere then only delete that application otherwise you might face some problems after deleting it. One approach that you can think of is: copy the BSP application as local and then delete the original application.
I don't think there is a way to mark a BSP application as Obsolete.
2015 Dec 09 8:39 PM
Is there a way to assign any authorization object/group to a BSP application?
2015 Dec 10 2:50 PM
Well I guess there are definitely authorization objects for the BSP applications but don't know the details much.
Please mark the answers as Helpful or Answered.