Standard iViews for MDM accessible only to SuperAdmin

Hi,
We are using the standard iViews available for MDM. They work fine for the administrator. But if I assign them to a normal user, they don't work, inspite of performing the necessary user mapping to the MDM business system. The only way I can get them to work is by assigning the SuperAdmin role to the normal user. Any suggestion?
Also, the error displayed is, <B>An error occurred. See log for details.</B> Where can I see find this error log in EP?
Regards,
Harsh
PS: We are using MDM 5.5 and EP 6.0.

In EP version 12 permission for the System objects assigns only super admin user.
You must set the permissions for every user to be at least have read access.

Similar Messages

  • Where do I find standard IViews for MDM

    In MDM SP03 there are available a set of standard iViews for MDM. I am not able to find them on SDN. Can someone tell me where to find them?
    Regards John-Kjell

    Hi,
    if you upload the following files then you will get a tabstrip in the administrator login called MDM in which you can find the standard iviews.
    upload
    com.sap.mdm.tech.mdm4j.sda
    com.sap.mdm.tech.connector.sda
    com.sap.pct.mdm.appl.masteriviews.par
    com.sap.pct.mdm.tech.system.par
    com.sap.pct.mdm.tech.wizards.par
    these files will be in the MDM installation CD.

  • Not able to get the data using standard iviews in MDM

    Hi experts,
    I would like to configure uwl for SAP MDM. I want configure uwl on Product. I created system object and alias amd uwl system also.
    while I am trying to access standard iviews ( iviews in Product of Content provided by SAP ) I am getting error like
    "failed to find table MDM_ Products"  " java.lang.nullpointer exceptions".
    Please help to solve this issue and also guide me to configure uwl for Custom MDM repositories.
    Thanks & Regards,
    M.Ravi

    The code below looks correct. Is that the expected behavior of your app?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
    <![CDATA[
    public var ValueP2:Number = 0;
    private var grossValue:Number = 0;
    private var totalValue:Number = 0;
    private var finalTotalP2:int = 0;
    public function test():void {
    if (Number(TextInput2.text) == 1 || Number(TextInput2.text) == 2)
    ValueP2 = 1;
    totalValue = grossValue + ValueP2;
    else if (Number(TextInput2.text) == 3 || Number(TextInput2.text) == 4) {
    ValueP2 = 5;
    totalValue = grossValue + ValueP2;
    else if (Number(TextInput2.text) == 5 || Number(TextInput2.text) == 6) {
    ValueP2 = 9;
    totalValue = grossValue + ValueP2;
    trace("totalValue "+totalValue);
    finalValueP2(totalValue);
    public function finalValueP2(tVP2:int):int {
    var tallyP2:int = 0;
    if (tVP2 < 3)tallyP2 = 1;
    if (tVP2 >= 3 && tVP2 <5)tallyP2 = 2;
    if (tVP2 >= 5 && tVP2 <10)tallyP2 = 3;
    finalTotalP2 = tallyP2 * 7;
    trace("finalTotalP2 " +finalTotalP2);
    return(finalTotalP2);
    ]]>
    </mx:Script>
    <mx:TextInput id="TextInput2" enter="test()"/>
    </mx:Application>

  • Standard iviews for Customer Master, Vendor Master etc. ??

    Hi all,
    Do we have standard SAP providecd iviews for creation and change of Customer master, Vendor master, Asset Master, GL Account, Cost Center, Cost Element etc. in R/3 from the portal??
    We are using mySAP ERP 2005. Please let me know if there is any such possibility. If yes, if some one can give me some links to access the same, that would be great.
    Regards,
    Narahari

    Hi,
    You can get details in table KNA1 in transaction SE11 or SE16
    Else get field value "ADRNR" from table "KNA1" and pass it to table "ADRC" and get details.

  • Are there any standard iview for FAQ??

    Dear Sir,
    Our server is EP6 SP14, I need to do FAQ
    Are there any standard KM iview for FAQ??
    Please advise.
    Thank you and best regards,
    Vimol

    Hi Vimol,
    You don't have any iview specificaly design for FAQs, but you have a FAQ sample in the XML Forms. It's based on KM, XML and XSLT and acts as a web content manager.
    To learn how to use XML forms go to the <a href="http://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000073623">How To guides page</a>, under the KM folder.
    cheers,
    Marcelo

  • Standard iviews for CATS

    Hi Friends,
    can we have any standard iview called timewriting in CATS .if so ,please send me the details.
    thanks,
    kumar

    You can either use CATW ITS service or the WebDynpro.. PL check this  <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/dd/e9863596db1d23e10000009b38f889/frameset.htm">SAP Help</a>
    ~Suresh

  • Copy standard iviews for customization

    Hi Experts,
        How to copy the standard ess iview to a custom namespace.
    1. Can i copy paste the com.sap.pct.ess.employee and use the change ID option to change the namespace. will this maintain the delta link to sap std. iviews.
    2. should i copy any other folders for ess
    thanks,

    Hi Bala,
    Should i copy the required iviews,worksets,roles and paste as deltalink in the new folder. Will this change the iview namespace to that of the copied folder or should i use change id on each iview as well.
    Can we copy and paste all the iviews,pages,worksets and roles and paste them as deltalink in the custom folder in one go.

  • No template for MDM in EP to create system iView

    Hi All,
             I am trying to integrate MDM & EP but when I go in System Administration &#8594; System Configuration &#8594; System Landscape &#8594; Portal Content. to create the system iView for MDM but there is no specific template available can any one please suggest me any particular template to create connection
    Thanks
    Ninad

    Hi Niand,
    Try to deploy MDM and Java API'S sda files by using SDM. You can start SDM
    <>:\usr\sap\<sys_id>\JC01\SDM\program\RemoteGui.bat
    These .sca files comes along with MDM Installation software and you can find them in C:\5103278\MDM\Portal_Content
    BPMDMAPPLI05_0.sca
    BPMDMTECHN05_0.sca
    MDM_WEB_UI_550.sca
    MDMJAVAAPI05_0.sca
    You need to deploy these files through SDM.
    Hope this helps you to get MDM ivew template in EP.
    Regards,
    Santosh.

  • Standard report  for unit of measures

    Is there any standard report to see the Fert material unit of measures  and its alternate unit of measures.

    HI
    there is no standard reprot for you requirment.
    only UOM of material you canget from MM60.
    but if you want alternate also got with table data MARM
    1.use SE16-- enter the table name MARM
    2.enter the material(field MATNR), and execute you get the report
    -ashok

  • Standard Smartform  For Customer Account Statement

    Hello All,
    As you all know there is standard sapscript and Driver Program for customer account statement.
    But i want to know that, Is there any Standard Smartform  For Customer Account Statement???
    If yes , Please let me know the name of that smartform?
    Regards,
    Anuja Dhondge

    there is no standard smartform for customer statement. only script...

  • Standard MDM iView for Creation of Record

    Hi All,
    We have requirement to create a record in MDM through Portal.
    Are there any standard iViews available in Portal content of MDM, which can create or update a record in MDM repository?
    In the Portal content we have found following two SCA
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    We have deployed them on the portal server, we are able to see search and itemdetail iViews for standard repository.
    But we are not able to see iViews for creation of record.
    In one of the document it has been given that SP 04 extended (imporved) functionality offers Data Entry and Maintenance (CURD operations) can also be performed.
    But availability of the iViews not mentioned anywhere.
    Anyone has already implemented such kind of functionality or scenario?
    Thanks and regards,
    Shruti.

    Hi Mandar,
    I have followed the same PDF also.
    But I am not able to find out the SCA's which are mentioned in the above document for GP and CAF.
    I tried searching on service market place also.
    In portal Contenet of SP 04 i have found only two SCA's
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    I am not able to find following SCA files.
    H2G_GuidedProcedures.sda
    H2G_SourceCode.zip
    Can tell me how do i get those SCA's?
    Thanks in Advance
    Shruti.
    Edited by: Shruti Shah on Mar 12, 2008 6:19 AM

  • Question on MDM SP03 iViews for editing in EP

    Hi all,
    I have a problem using the edit function in a SP03 MDM iView.
    I have a ResultSet + ItemDetail iView for my main table and a ResultSet + ItemDetail iView for the lookup table. But when I try and edit a record, I can only edit the attributes in the main table, not the ones from the lookup table.
    How can I join those iViews to be able to edit ALL attributes of one record?
    Thanks alot!
    Chris

    Hi Abhay,
    thanks for your help. But I still can't solve my problem.
    The repository looks like this:
    the main table is 'Customer' and one look-up field ist 'bank account', which refers to the 'Bank account' lookup table.
    While I can see the defined display fields of Bank account (account number and bank code) in my 'customer' iView, I can not edit them.
    I made a second ResultSet and a second ItemDetail iView for the bank information. But when I try to edit or create a customer, I can only change the attributes in the main table, not the display fields of the lookup table.
    Yet, when I want to create / edit a customer, I also may have to update his account information.
    I thought about adding these fieds as attributes to the main table, but I have lots of additional information about the bank in the lookup table (like address, IBAN ...) so I don't want those to clog up my main table.
    Is there a way the event of clicking 'edit' or 'create' in the main table iView can be somehow forwarded to the lookup table iView as well?
    Thanks for helping.
    Chris

  • 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

  • Standard ESS iViews for ECM module

    Hi,
    Regarding the compensation management module, there are several standard ESS iViews delivered by SAP:
    For instance the "<i>Displaying a Total Compensation Statement</i>" in Business Package for Employee Self-Service (mySAP ERP 2004).
    As we are setting up Enterprise Compensation Management, I would like to know whether these iViews will also be delivered for ECM. I have checked all Business Package documentation but did not find any standard ESS iViews for ECM.
    For MSS, I have found the MSS_60_1_EN.pdf documentation which contains a lot of MSS ECM information. No ESS info unfortunately.
    Thanks in advance.
    MvdM

    The TCS iView is only part of ESS BP and basically uses the ess/rem DC to generate the report framework that shows the output as Adobe PDF. The TCS itself is implemented in the backend with the form builder (/hrforms) - same approach as salary statement. Employees can view their salary statemetn or TCS. In ECM you have managers working with employee data and normally you don't want to display managers this type of information of their employees - but that depends off cause on your requirements. It is not too difficult to build a custom TCS service for managers and integrate it with ECM.

  • Communication b/n iviews --- Can we get the code for SAP's standard iviews?

    hi All,
    I have a requirement where I have to pass the user input data obtained in a standard iview(provided by sap) to a custom built iview and process it from there.
    If I have to use the EPCF's client data bag for this purpose, I must be able to edit the code which produces the standard iview(provided by sap) which I think is not possible, as we cannot get the code for the standard iviews provided by sap.
    Have anybody come across this kind of issue? If so, can you help me in solving this issue? Is there any workaround for this?
    Any input in this regard will be of great help to me and will be suitably rewarded.
    Thanks & best regds,
    Alagammai.

    hi George,
    Tnx a lot.
    But I have already tried importing par files into NWDS. I am not able to see any source code(like jsp or java)which can be edited. I am able to see only class files.
    Does that mean that the class files are to be decompiled, edited, compiled and then uploaded to the portal?
    best regds,
    alagammai.

Maybe you are looking for