cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EP custom application to call BO open document URL

Former Member
0 Kudos

Hi

We have an SAP logon ticket based SSO between SAP EP and BO/BW system .

In one of my custom EP application(abstract portal component)I am trying call SAP BO open document URL which need some dynamic parameter from Portal to fetch a BW report.

I deployed this application on EP . When I am running this application its landing me on BO logon screen instead of passing me in .My ID exist in BO/BW system.

So I need any explicit specific setting in my custom application to issue the logon ticket to BO system so that I will not get the logon screen.

Can you please give me your inputs to achieve the above scenario?

Thanks,

Poonam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Poonam Sharma,

Create a HTTPURLConnection to BO/BW system using its url and pass logon ticket cookie (you can get this through the request.getCookies() method) to connection as a get or post parameter. Capture the response from connection using BufferReader. Check this link for more info.

Regards,

Kamal

Answers (0)