Hello,
I'm an absolute newcomer to EP6.0
Can somebody please explain me how to create an IView on EP6.0 and connect it to R3.
I have a BSP application which I want to be displayed on Portal.
Looks like things have changed completely from EP5.0 and EP6.0
Thanks and Regards,
Priyanka
Hi Priyanka,
log on to the portal as administrator and navigate to the content administration. Within the content catalog either select a existing folder or create a new one. Right click and choose 'new' --> 'iView'.
Now a wizard opens up asking you what kind of iView you would like to create. Choose BSP application as the template and follow the steps. To connect to an R/3 system you have to make sure that you created a system entry for your R/3 first.
Check http://help.sap.com/saphelp_ep60sp2/helpdata/en/1f/bddf3d48b05d5ae10000000a11405a/frameset.htm on how to do so.
Good Luck.
rAimund
Hi Porwal.
I have a BSP application at a customer project using SSO.
Not sure this will solve your problem but important points are as follows:
For SSO you need to import the Portal certificate into your R3 system (WAS 620 in my case)
with SID from portal install SID : R3 txn= strustss02.
- Also needs latest security lib installed.
You do not need to create a system or alias for BSP applications. As they are a URL a simple
URL iview is enough. The BSP iview creation just uses the parameters you supply to
consruct the URL as far as I could see ;o)
- Prior to SP2 I could not get the requests to be sent from the server side, no matter what iview option was used or iview type. A client side url is always created!! I have not tested if this is fixed in SP2.
Cheers Dave.
Add a comment