cancel
Showing results for 
Search instead for 
Did you mean: 

Different pages in a portal aplication

Former Member
0 Kudos

Hi all,

I am using EP on Abap site and want to develop different tabs(Pages Eg. Home, forum, wiki etc..). I already created a page, Iview and a page laout and it's working fine.

Now my query is:

1) How to create different tabs on ep and assign different options inthese tabs.

2) How the URL generates for whole portal application.

Please suggest.

Thanks

Sanket

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved...

Former Member
0 Kudos

Hi,

The Top Level tabs will be shown are the different Roles.

So to show any tab at the top level u need to create Roles and ensure the Entry point prperty is Set to Yes.Also you have to assign the required roles to Users in User Administration

And the tabs just below the top level will be worksets.

please check this link for more help

http://help.sap.com/saphelp_nw04s/helpdata/en/6e/eecf3d97ac7d10e10000000a114084/content.htm

Former Member
0 Kudos

BTW what do you mean by "I am using EP on Abap site"

Former Member
0 Kudos

I mean to say that I am using WD ABAP application to intigrate with the I-views.

Thanks for your kind reply.

Former Member
0 Kudos

Fine,onceyou create iView based on WD ABAP,you need to create Roles and worksets for the top level tabs to appear.

Did you create the Roles? or do you require anything specific,let me know

Former Member
0 Kudos

I yet not created any Role and workset, if you have something regarding this please provide me.

I log on to the EP as an administrator and create a user here. But when I logon with that user the error comes out that "password is not correct". Then I go to the User Administration and Generate password but still I face the same problem.

Can you suggest what I will do for this.

Also If you have some e-laening sessions for Workset and Role.please provide me it will be highly useful for me.

Thanks again.

Former Member
0 Kudos

Actually message comes out "Authentication failed. Logon with password not allowed ".

Former Member
0 Kudos

First of all, don't bother with worksets. They generally aren't necessary. To build roles, try searching help.sap.com for portal role creation. There are some good links there. When you create the user, make sure no strange error message appear - they sometimes occur is strange places at the top of the screen.

You also need to give some roles to the user, otehrwise they won't see anything useful. I suggest you start with the eu_role.

Former Member
0 Kudos

Thanks Michael.

Former Member
0 Kudos

Hi Michael,

User had been created and I assign the role eu_role(default portal role) to that user.

Now if I want to create different tabs(eg. HOME, COMPANY etc...) and options(drilldown options in links) in that tabs then will I create Roles and workset.

Regarding this I will now go through the help.sap.com.

Thanks again.