cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BSP Application from Business Object?

Former Member
0 Kudos

Hi,

Can any one tried to call BSP Application from Business Object for showing in the Portal.

I have the following Scenario:

1. BSP Page: User will input the Date and Submit to store in the Database. and in this page the Workflow will be truggered and a Work item will be sent to the Next Level User.

2. When he executes the Work Item it has to trigger the BSP Application and has to show in the Enterprise Portal.

All this has to happen in the Enterprise Portal.

If any one knows how to triggere from business object, please let me know.

Thanks & Regards

Sumanth

Accepted Solutions (0)

Answers (1)

Answers (1)

vijayakm
Advisor
Advisor
0 Kudos

Hi sumanth,

I'm giving this reply basing on the assumption that you can make use of class : CL_PRT_URL_GENERATOR.

1)you need to retrieve Application from the BOR object.

have a look at the methods: GET_BLUEPRINT_INFO , this will return you the application from BOR object.

There are few other methods which can help you for URL retrievals.

2) You need to have a portal integration for your service. You can look at the Note#658796.

Hope this will give you a direction to proceede.

regards,

Vijaya Kumar M.

Former Member
0 Kudos

Hi Vijay,

Thanks for the information. Its long back i was working on this, but not successful,

Now the similar requirement i need to develope in R/3.

I checked the mentioned class in R/3 4.7, This class is not available. I hope this is only in CRM because of PC-UI.

Any Suggesions how can i achieve this execution of BSP.

In one of the document i saw the Business Object BUS1006 as an example but i could not locate the way to reutilize the similar way.

Thanks & Regards

Sumanth