cancel
Showing results for 
Search instead for 
Did you mean: 

Query on Portals Standards

Former Member
0 Kudos

Hi Guys,

We have started working on portals and we are in a process of defining standards (roles, folder structure, object id naming convention, objects naming standards etc).

Any pointers to these will be highly appreciated. If anyone has any documentation on these (either SAP or your own) please share it. It will be highly useful. Please forward any such document to my email id deepak.shankar@gmail.com.

I searched on sap help and found few helpful links which I am pasting below.

Thanks,

Deepak

Object IDs and Namespace Prefixes

http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/2beb7a371c4649b2ceec901248ef31/content.htm

Pre-configured Roles

http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/26057105fd11d7b84200047582c9f7/content.htm

Permission Levels

http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/2604e505fd11d7b84200047582c9f7/content.htm

Default Permissions

http://help.sap.com/saphelp_nw2004s/helpdata/en/ab/a954036e164c7eaeca840144f267dd/content.htm

Administration Roles

http://help.sap.com/saphelp_nw2004s/helpdata/en/8e/f0f7415e639c39e10000000a155106/content.htm

Delegated Administration

http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/26056705fd11d7b84200047582c9f7/content.htm

Every User Roles

http://help.sap.com/saphelp_nw2004s/helpdata/en/47/f0f7415e639c39e10000000a155106/content.htm

Delta Links and SAP Content Objects

http://help.sap.com/saphelp_nw2004s/helpdata/en/67/77913c49425438e10000000a114027/content.htm

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184387
Participant
0 Kudos

Hey Deepak,

Have you move forward on this issue? I was about to post the same question. Can you share your achievements?

On my previous project I have developed some standards but it was just for that project, it was not formal enough to reuse enterprise-wide. One thing I have defined was not using prefix namespaces. I couldn’t find any benefit for using namespaces instead of just using folders to organize objects. On Java development namespaces ARE the folders, but in PCD I can't find a good reason to use it. Another definition was to name transactions iViews (SAP IAC iView) with the transaction code, for example: transaction iView for posting bid invitations (BBP_BID_INV) was "pcd:portal_content/<CLIENT_NAME>/PrivateContent/iViews/EBP/BBP_BID_INV".

My folder structure was (notice that it was an SRM project with BW):

CLIENT_NAME
    Public Content
        iViews
            BW
            EBP    <---- SRM component for procurement
            SUS    <---- SRM component for Suplier Self-Services
            WD     <---- for WebDynpro components
        Pages
            BW
            EBP
            SUS
            WD
        Roles
        Worksets
    Private Content
        iViews
            BW
            EBP
            SUS
            WD
        Pages
            BW
            EBP
            SUS
            WD
        Roles
        Worksets

Any help would be appreciated.

Thanks in advance.

Best regards,

Raphael Barboza