Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSP application dependency

Former Member
0 Likes
977

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            

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
929

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

5 REPLIES 5
Read only

Former Member
0 Likes
930

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

Read only

0 Likes
929

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

Read only

0 Likes
929

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.

Read only

0 Likes
929

Is there a way to assign any authorization object/group to a BSP application?

Read only

0 Likes
929

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.