cancel
Showing results for 
Search instead for 
Did you mean: 

SSO in iview

Former Member
0 Kudos

Hi,

I want create an iView for taking data from R/3 system and display as tableview.

My R/3 System and Portal are configured with SSO.

Question: While developing the iview do we have to implement any method for SSO inside the code.

or Is already configured SSO will be sufficient.

If we have to implement new interface(method), how can i use that inside my iView.

Thanks,

Damodhar.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

You already specidifed Logon type when you added the system to Landscape check properties.

Former Member
0 Kudos

Hi,

Thanks for the replies, this means EP will take care of the SSO for the specified R/3 system.

If we want to SSO implement directly from iview, what would be the sample code(just interface).

Thanks,

Damodhar.

Former Member
0 Kudos

Hi Damodhar,

Just use the existing R/3 system in your code and it will take care of the SSO.

Cheers!!

Kiran

Former Member
0 Kudos

try to use RFC based iview template if there is a BAPI available.

its easy and straight forward