Modifying SRM 7.0 Portal standard iview

Hi Experts,
we are implementing SRM7.0 standard business packages with EP7.01. In purchasing tab ( which is a standard portal role comes alongwith SRM7.0 BPs )under purchasing link in detail navigation we can see the table for displaying all the shopping carts. Here we are getting number of columns such as shopping cart number, shopping cart name etc.
We want to reduce the number of columns in this table. I tried implementing the below solution but the problem is that this setting only per user. It's not happening centrally for all the users. Please check below the steps which I did and let me know the correct solution for this.
1 . click on the Settings button
2 . and go to Display tab
3 . now you can change "Display Columns" from all to for example 6 and then save  it as the new View.
Do you know if there is a way to change it globally across the system? Can we change "Standard View"  or apply custom one to all users?
Thanks a lot in advance for your help.

iView personalization at Portal level might not be the right idea for SRM Portal iViews using Web Dynpro for ABAP.
Such customizations are to be carried out at the SRM / ECC level.
Refer similar customization threads -
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3092688e-dee4-2d10-1195-aec16594e17d?QuickLink=index&overridelayout=true
Custom fields in webdynpro SRM 7.0 while upgrade from SRM 5.0
http://wiki.sdn.sap.com/wiki/display/SRM/CustomerAccountFieldsatDefaultsettingsonShoppingCart
~ Dhanz

Similar Messages

  • MDM Custom Iview and Standard Iview Portal Eventing

    Hi
    I'm trying to develop a custom iview which updates a Standard MDM Result Set iview:
    I found this documentation:
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87cfd43e56f75e10000000a1553f6/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/12195312-0e01-0010-a392-debbd32e39d4
    So i created an iview which raises this event
    WDPortalEventing.fire("urn:com.sap.pct.mdm.appl.masteriviews","updateSearch","ID=115551&RefreshSearch=True");
    Then i upladed my code in the portal, created a new iview and put it in the same page with a Result Set iview. During testing when i rise the event form the custom iview, the standard Result Set catch this event but instead of update it gives the following error:
    Error occurred: Error performing search. com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter,  com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter (see log for details)
    In SDN there is a thread with the same problem (Search Standard iView + Search Custom iView) which is not solved.
    Can somebody help me ?

    sorry, I have same task and tried same code for my alias, table and field.
         WDPortalEventing.fire("urn:com.sap.pct.mdm.appl.masteriviews",
                   "updateSearch",
                   "MDMSystemAlias=NSI_PRODUCTION_ALIAS&MDMTableName=Assets&R3Code=411000000000000006&RefreshSearch=True");
    I fire event  (for my alias, table and field)
    but not any resultset or Current Search on page is catching this search.
    please provide which options  must be set made for views on page so that result set to be updated,
    I hope this may help
    does it need to add some custom event to result set?
    thanks
    Edited by: Ivan Ivanov on Aug 21, 2009 3:49 PM

  • Portal Language Iview

    Hi,
    I need to add portal language iview in the personalized link, Where can i get this language iview. This is required to change the language of the users.
    Regards,
    Sanjeev Mourya

    Hi,
    I am using EP 6.0 SP15
    Personalized page has been modified earlier, now I need to add local language iview or page in the personalize link.
    How to do it? If I check the standard role, I am able to see the local page, but when I check the delta link, It is not poing to the exact page, It is inhertited by defualt page and point to that page only.
    Please reply...
    Thanks
    Regards,
    Sanjeev

  • Transaction types(PO types) not visible on SRM 7.0 portal

    Hi all,
    We added transaction types in the SRM 7.0system.But these are not reflecting in the SRM 7.0 portal.
    Under Purchasing role ->create Documents -> Purchase order .
    Once I click on the purchase order it is giving a table with columns PO type and PO desc.
    and showing a message the table does not contain any data.
    But SRM consultant added the transaction types(PO types) in the backe nd.
    Is there missing configuration steps?
    Thanks and regards,
    Rajesh

    Hello Rajesh,
    Few more pointers, if works:
    1. Check the roles, sometimes security restricts role by document types.
    2. Extended classic scenario is activated.
    3. As a standard, there are 3 purchasing tabs in SRM 7.0 for buyer depending on portal roles, ECC, SRM & harmonized role (ECC & SRM), Check if you are trying to create PO in SRM/Harmonized role purchasing tab & not in ECC. Easiest way to check is you will have shopping cart POWL visible in SRM purchasing tab.
    Hope this helps.
    Thanks
    Ashutosh

  • Standard iview and custom iview

    Hi,
    Have any one tried developing a custome MDM iview which displays the record details on click of a record in standard Result Set iview?
    There is a section in portal content development guide called "Configuring Data Exchange (Eventing)" which deals with this scenario.
    Please share your experience on the integration of Standard iview and custom iview.
    I have already gone through the sdn article on "Integrating MDM Item Details iView into a WebDynpro Application".
    Thanks and best regards,
    Arun prabhu S

    Custom Event Name - EPCFgetRecordByIds
    Any name will do here, so this is fine
    Event Type - EPCF ; Record Event
    Correct again
    Target (URL or Event Name) - getRecordByIds
    Again,... Any name will do here (this is what you will use in the wdDoInit to subscribe to)
    Namespace - urn:com.sap.pct.mdm.appl.masteriviews (?. not sure abt this)
    Though it should not cause an issue I would use something else, this might interfere with the standard iViews events (though they will probably have different event names). You should be able to just come up with your own namespace here
    Auto-Fire on Row Select - Yes
    Correct
    Parameter Format - Standard
    Correct
    Mapped Field - Record ID
    Here you select all fields you like to know the values of in the action-method of your webdynpro. Most likely this is record id or some other unique identifier of the record.
    Parameter name - ?
    Just give any parameter name. You will use this name to find that specific parameter in the string of your action method.
    I want the MDM record id of the selected record as an input.
    This is in the string if you configured the iView as above. Just print it to the screen on the action method.
    Can you please help me tell me how the record id gets passed from standard iview to custom iview?
    That should already happen by the subscribing to the event you did in the wdDoInit. Welcome to the wonderful world of eventing
    Jurjen

  • Creating text on Standard iViews

    Creating text on Standard iViews how easy is it?
    Will you need to copy the iView, download to NWDS make the changes and then upload back into the portal?
    Thanks

    If you are using 2004s, you can use the WebDynpro personalization tool.
    -Open your Addresses iView in content administration.
    -Click preview.
    -Hold the control button and right click on an element.
    -From this tool you will be able to find a link called 'Decorate'.
    -There you will be able to add your text and choose the style you want.
    If you are working with an older version of the business package then you will need to use NWDS to make the desired changes.

  • Calling xRPM standard iView from custom WD ABAP iView

    Hi,
    We have an issue regarding - calling xRPM standard iView from WD ABAP Application.
    Here are the details.
    When xRPM 4.0 application is displayed by clicking the Portfolio Management role,
    the item dashboard gets displayed. On the leftside, tabs for Reviews, Reporting Cockpits, Colections etc.
    are displayed. Below these tabs, we have a custom tab that navigates to custom WD ABAP applicaiotn.
    On click of this custom tab, WD ABAP application gets launched in same window instead of Item dashboard iView.
    Everything works good till this point.
    The requirement is - an event on this custom WD ABAP applications should navigate to standard xRPM iView (like Item Create or Item overview iView)
    we tried Object based navigation & firing a Portal event. But no navigation takes place. It stays on the current page.
    Is there any Portal setting need to be done for navigation between custom WD ABAP application and standard xRPM iView?
    Your inputs on this will rellay be helpful.
    Thanks
    Bhushan

    Hi,
    We could resolve the issue to certain extent.
    We used the following.
    Interface  - if_wd_portal_integration
    Method - navigate_absolute
    and a PCD location of Item Creation page is passed as a parameter navigation_target.
    This opens standard xRPM Item Creation iView.
    Similarly we tried opening Item Overview iView by passing ITEM GUID in Business_Parameters parameter.
    This opens the Item Overview iView but does not refer to the Item GUID passed and throws following error.
    An exception with the type CX_SY_MOVE_CAST_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause 
    CX_SY_NO_HANDLER CL_RPM_OBJ_MANAGER============CP CL_RPM_OBJ_MANAGER============CM01Z 1 
    CX_SY_NO_HANDLER CL_RPM_OBJ_MANAGER============CP CL_RPM_OBJ_MANAGER============CM01Z 46
    So I need to either pass the ITEM GUID parameter through  navigate_absolute method or somehow set ITEM GUID in xRPM context so that when Item Overview iView is displayed, the iView will refer the ITEM GUID.
    Thanks in advance.
    Bhushan.

  • How to Call standard iView from WebDynpro custom iView

    Hello all Experts
    I want to know whether there is any way to call (navigate to) standard iView from my cutom WebDynpro iview or not?
    If yes please tell me how to code it.
    (Points will be awarded for helpful answers)

    Hi Vinod,
    read this document (from pages 7 ).
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62</a>
    In addition lok at these links: (Navigation Between Web Dynpro Applications in the Portal)
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm">http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm</a>
    It may be helpful for you.
    Best regards,
    Gianluca Barile

  • Portal Favorites iView is not appearing !!!!!!

    Hi
    the Portal favorite iview is not appearing.
    We have transported all KM content from dev to test server.
    The Portal favourite iView itself is not coming.i have checked in Contemt Administration> KM content> root> entry point> favorites.
    the favourite folder is there, but iView is not appearing.
    Need help.
    Regards
    Disha

    Hi Disha,
    Check whether the Portal Favorites iView is enabled and set to Visible under
    Portal Content ® Portal User ® Standard Portal Users ->
    Tool Area iView and choose Open - > Portal Favorites
    Regards,
    Venkat.

  • Portal Favorites iview always appear in detailed navigation

    Hello,
    I have a problem regarding the Detailed Navigation with the Portal Favorites iview.
    The iview always appears in the Detailed Navigation, although the only thing it shows is the message "there are no items to display" (meaning that there are no favorites). This causes the detailed navigation to always appear even when there is no need for it (no navigation links and no other content attached to it).
    I tried removing the Portal Favorites iview (because we don't use that iview in the portal and have no need for it) from the innerpage of the default framework page, and it works, but after the next restart of the portal, the iview returns.
    Is there any way to remove it completely so that it won't appear again?
    We're running EP7 SP14.
    Thanks in advance,
    Tal.

    Hi,
    Create a new framework page by creating a delta link of the original page and then modify that framework page.
    Also you will have to create a new portal desktop and use the modified page and also set the desktop rules accordingly.
    Thanks,
    GLM

  • Ess standard iviews

    hi experts,
                   can you please tell me anyone, is there any standard iview regarding attendances in ESS?
    How do we deploy attendance iviews into portal?
    if you have any ess standard iviews screen shots , plz refer me.
    THANKS & REGARDS
    veeranji

    We have attendance overview in MSS also Team calendar can be configured to show attendances using table v_t554s_web
    Apart from that you can see Recording working time.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/80/7d6641df6c7f47e10000000a1550b0/frameset.htm

  • Exception in Standard Iviews

    Hi,
    I am using EP 7.0 SP 7.0. The standard iview are not opening and showing portal runtime error.
    "Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/GBSC_T-Mobile/Role/MyTeam/MyTeam/Compensation_Manager/com.ibm.comp_planning/com.ibm.comp_planning
    Component Name : com.sap.pct.hcm.ecmmain.planning
    com/sapportals/portal/prt/service/urlgenerator/specialized/UnknownPageIdException.
    Exception id: 02:26_17/08/06_0044_3702950
    See the details for the exception ID in the log file
    In the log viwer its showing the following error:
    Caused By: java.lang.NoClassDefFounder: com/sapportals/portal/prt/service/urlgenerator/specialized/UnknownPageIdexception
    The iviews were working fine before.
    Any solution????
    Regards
    Debasish

    First of all, the Error does not seem to come from the SAP ECM component. I have just had a look and I cannot see that the URL generator service is used in these classes.
    I think that there might be
    - a missing component: seems as if you mihgt have forgot to deploy MSS BP
    - a compatibility issue (URLGenerator API had some changes)
    - an issue in the ibm... classes.
    Could you check and provide some sourcecode of what is done with the URLGenerator service incase it is not the missing package?

  • Hide 'Portal Favorites' iView

    Hi Guys,
      I know to hide the Portal Favourites iView on everypage, you can:
    Content Admin > Portal Conten » Portal Users » Standard Portal Users » FrameworkPage (Edit Object) » InnerPage (Edit) » Portal Favorites (uncheck the visible checkbox)
    It did works, the favourites iView is gone. However, the funny thing is after a stopsap JC00 and startsap JC00, the favourite iview reappears. I rechecked the Portal Favourites checkbox and went back to checked!! (seems that after a reboot the settings is gone). Anyone have any resolutions?
    OS: AIX 5.3
    EP: NW7 SPS14 (SR3)
    DB: Oracle 10g

    Roger,
    I guess you might be having a folder of your own where you put all the iviews roles or worksets that you are creating, create a copy of the Default framework in this folder.
    But, once you have done that you will have to alter your MASTER RULE and point the framework page to the one you have created.
    [Editing the master rule for new framework and Desktop|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6483a890-0201-0010-48a6-b6e595111efe]
    Good Luck!
    Sandeep Tudumu

  • Standard iView to display email from Outlook web access

    Hi,
    Is there any standard iView available in EP which will display all mails functions in EP like Outlook web access. I don't want display Outlook webaccess inside portal as URL iView. Look and Feel should be like Task iView...
    Please suggest.
    Thanks,
    SA

    Give yourself the
    com.sap.netweaver.coll.demo.CollaborationDemoRole
    role.  Then navigate the Collaboration Demo -> Outlook Web Access and you will see some links to Inbox, Tasks, Calendar in the Detailed Navigation.
    You will have to config the iViews for these, but it will get you started.

  • PCR- standard Iview error

    Hi,
    When i preview the standard PCR Iview
    PCR Direct Launch:change position i get the following error
    Caused by: javax.naming.NamingException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name msspcr [Root exception is com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name msspcr]
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:51)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:919)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:692)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:69)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sap.portal.pb.data.PcdManager.doInit(PcdManager.java:72)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:525)
         ... 31 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name mss~pcr
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:361)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getAttrSetLayersList(AdminBaseiView.java:205)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:148)
         at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:530)
         at com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:448)
         at com.sapportals.portal.prt.jndisupport.DirectoryManager.getObjectInstance(DirectoryManager.java:56)
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:47)
         ... 38 more
    Any ideas on how to resolve this.????
    Thanks
    Rocky
    P.S:will reward points for helpful answers.

    Hey Rocky,
    Dont right click and preview the web dynpro iview.
    Just open the iview from PCD and then click on the preview button at the top of the page. This will solve your problem.
    Regards,
    Ankit

Maybe you are looking for