cancel
Showing results for 
Search instead for 
Did you mean: 

Best Practices to be followed in EP development

Former Member
0 Kudos

Hi All

I need Best Practices to be followed in EP development

i.e for creating iViews,Roles,workset,Groups,System,SSO etc..

Thanks

Daya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For SSO:

when we create any user at portal it will be stored at User Management Engine.

Its like a database for Portal. user management is provided by the User Management Engine (UME), a service in the J2EE Engine.all the user info is stored at this place and modification and security implementations are also done here.

Use SSO using logon tickets if the portal user id and R/3 user id are the same.

Use SSO using UIDPW if the portal user id and R/3 user id are different.

In your case some user id in portal doesnt match the R/3 user id. In this case you can create new portal users same as the R/3 user and go in for SSO using logon tickets, since you have already configured the system for SSO using logontickets and this is better method to use.

For ivews worksets and roles:

You need to go to Content Admin>portal content>go to your personal folder there you will find folder named ivews right click on that folder >New->ivew than comes the three options:

iView template - create an iView from an existing iView template

Portal component - create an iView from a portal component contained in a deployed portal archive (PAR) file

Web Dynpro Java application - Create iViews from deployed Web Dynpro Java applications

You can select any one of them but most common way is selecting template after selecting that press Next

After that you need to select template from the list of templates available the most common for creating an ivew to publish BW reports in portal is: BEx Web Application iView

again press Next>and then enter ivew name ID details description and press Next>now you need to tell Version of BEx Web Application after that press Next-->and then it will ask for Query string given by BW people enter that Query after ? mark and your ivew is created

This was the procedure to create an ivew for publishing BW reports in portal for simple ivews the you ned to use sap transaction ivew template and similarly you can create worksets and roles and also yu can add ivew to workset and workset to role just by right clicking on ivew and add ivew to workset and the particular ivew will be added to workset.

this is just an intro as to how on ecan create ivews worksets and roles and info about SSO as to my suggestion you can start creating them and ask if you are stuck in somewhere.

Please reward points if helpfull.

Regards

Pooja

Answers (2)

Answers (2)

former_member188598
Contributor
0 Kudos

Hi Daya,

Plz go thorugh these threads for EP overview:

and for SSO:

Regards

Priyanka

plz reward point for helpful answer

Former Member
0 Kudos

best practices for iview devlopment

see the thread below

Koti Reddy

Former Member
0 Kudos

for sso , see the below thread

Former Member
0 Kudos

Best practices in Ep

Koti Reddy