Repository filter - Details iView

Dear all,
I prepared a repository property filter to manipulate special properties (as the name suggests ). In the "KM Content iView" the filter works fine, but if I open the "Details iView" the filter doesn't take action. What I have to do, to enable the filter for every iView accessing the document and showing some properties?
Thanks in advance
Walter

Hi,
Not sure, why you are unable to retrieve created property.
The property should be cm_created and namespace , so check if you are using correct property id.
Always post codes so that we can help you.
Regards,
Praveen Gudapati

Similar Messages

  • Display MDM key mapping information in EP Item Detail iViews

    Hi,
    in my repository I have the main table 'customer' including key mapping information for several client systems (master data consolidation scenario).
    The customer data is diplayerd in EP using the Item Details iView. I'd additionally like to display the key mapping information in Item Details iView, for example as a separate tabstrip. Is this feature already supported by the Item Details iView? How can I implement it?
    I'm using MDM 5.5 SP3 / EP6.0 SP14.
    Thanks in advance,
    Martin

    Hi Martin,
    Currently iView do not support the functionality to disply the key mapping information.
    Workaround I implemented is that, added a field "source system" to main table with type lookup. Added lookup table "source systems" with list of names of client systems. This helps user search data based on client system name.
    I hope this is helpful.
    Abhay

  • MDM Log / EPCF Eventing in Result and Item Details Iview

    Hi,
    I have EP7 with SP15 and MDM 6.0, recently upgraded. Before upgrade we have an application which uses the MDM iviews and maps the fields of one table to other and displays in some other iview.
    The application was working fine before upgrade of MDM. But after upgrade, the mapping seems not working.
    My scenario is as : Using MDM Search iview, I search records from MDM repository, Main Table. This result is displayed in MDM Result iview. From this result iview, I select a record. From this selected record, a field is mapped to the other table. The mapped record, then, is displayed in MDM Details Iview.
    After MDM upgrade, whenever we select a record from the result of table 1,the mapped iview throws erros :
    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)
    when serached log : Key is not found in table:<Table1>-KeyMappings it may have been deleted or renamed, please use editor to fix the problem##
    We have used EPCF eventing for MDM iviews.
    I have written some code to check the values passed from Result Iview and seen that the values are being passed correctly...Now think, i should also have a check in MDM how the values are recieved and mapped...
    Any idea how I can use MDM log service to do this? Or any idea how I can enable MDM log to monitor what comes in and what goes out?
    has anyone out there faced same issue ?
    Please let me know your views.
    Regards,
    Abhijeet

    Solved at my own. The MDM SP6 needs the subtable key field to be TEXT type.

  • Item Details iView on Open/Object crashes with Portal Runtime Error

    Hi there,
    I am getting a crash attempting to Open/Object on the Vendor / Item Details object or a delta linked iView or a full copy iView from that same source.  I can get data from the Repository with other iViews, ... But I can't get this particular iView to work. 
    2 entries in log as below.  Any ideas?
    Thanks,
    --Amy Smith
    --Haworth
    Argument Objs : com.sapportals.portal.prt.component.PortalComponentException:
    Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/....
    com.sap.pct.mdm.appl.templates/com.sap.pct.mdm.appl.templates.iviews/...
    com.sap.pct.mdm.appl.item_details_editor
    Component class : com.sap.pct.mdm.tech.editors.ItemDetailsEditor
    User : WASE
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException
    (PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent
    (PortalRequestManager.java:343)
    Argument Objs : java.lang.NullPointerException
    at com.sap.pct.mdm.tech.editors.panes.ItemDetailsMainEditorPane.
    updateQualifierAndRelationshipList(ItemDetailsMainEditorPane.java:1351)
    at com.sap.pct.mdm.tech.editors.panes.ItemDetailsMainEditorPane.init
    (ItemDetailsMainEditorPane.java:1079)

    Work-around was to create a new iView from the template.  That works fine.
    --Amy

  • Translation of Tab Title on Details iView

    Hi,
    I am using the MDM Business Package for EP "Details iView".
    There you add tabs to a table and place fields from the repository on these tabs.
    Fields names are automatically displayed in the user's language as they are loaded from the repository.
    Question: Where can I enter translation of  the tab titles? I could find that at the iView nor in the Portal Translation Section.
    Thanks
    Ingo

    Hi Ingo,
    MDM multilevel language support is available in MDM Data Manager.
    The Language Detail tab (tab in bottom-right pane; multilingual repository only) contains a multi-column grid with a column of data for each repository language (figure below). The first column is the row header and lists the multilingual fields, attributes, and objects of the current table; the subsequent columns display the values for the corresponding language. Use the Language Detail tab to view and edit the multilingual data for the selected records in the Recordspane.
    According to requirement you can find more information about it @ <a href="http://help.sap.com/saphelp_mdm550/helpdata/en/43/79468d7c9c6fcae10000000a1553f6/content.htm">this URL</a>
    Hope it will hint you in your problem.
    reward points if you find it useful
    Regards,
    Krutarth

  • Create/Edit button on Items Detail Iview very very slow

    Hi,
    I created a MDM resultset iview and MDM Item Details Iview for a very large table. When I click on the create or edit button on the Item Details iview, it keeps running and never finishes. This table has many fields and has many records but on the iview itself I am just displaying not more than 10 fields.
    When I created an item details iview for another small table, I can create and edit the records in no time. But for the above table, it takes for ever to Edit/Create.
    Can anybody tell me what the issue could be?
    Thanks
    MLS

    Hi Laxmi,
    The portal is just the front end replicating the processes of the backend system in your case the MDM system.
    Using the MDM repository with large number of records will cause a delay in creting or editing or even selcting records when operatings these functions from the MDM Data manger it self.
    In that case EP is just replicating this issue on the front end.
    As you have rightly mentioned that for smaller number of records in the MDM rep the function swork faster.It clearly indicates that even if you select less number of fields to be displayed on the front end,the backend still contains the large set of fields which needs to be processed,and this consume stime.
    To fasten your process on both the backend end and the front end systems you need to correctly design the data model and the fields properties which will improve the performance.
    You can refer the below link to better design your MDM data model:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eb7447b1-0c01-0010-8d90-a2e004cad537
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Usage of  "userhome" repository filter?

    Hi,
    Anyone knows how to create a specific folder structure  in /userhome repository using this Km repository filter?
    Thanx.

    Hi Detlev,
    nice to have the chance to correct you on your last day
    Normally, you are right, Repository Filter are used for other purposes, but this Userhome Repository Filter like i.e. "userhome" actually checks if an application trys to access the path /userhome/<user.id>/favorites (i.e.), and if this path does not exist it creates the required subfolders.
    So, Jon, actually what you need to do is the following:
    1. Create a folder where you want to have this subfolders created (i.e. /documents/UserDocs).
    2. In Content Management Configuration go to Repository Filters -> Show Advanced Options -> Userhome Filter and create a new filter. The prefix indicates the repository where the content will be stored, Startpath the subfolder where the user folders will be created. URL indicates the name of the subfolder that needs to created bellow the user-id folder. For example use:
    Active=YES
    URLs (csv)=docs
    Prefix=/documents
    Startpath=/UserDocs
    3. Create a KM Navigation iView and the following entry for "Path to Initially Displayed Folder"
    /~alias~/documents/UserDocs/<user.id>/docs
    4. Open the KM Navigation iView and observe how the subfolders are created.
    Best regards,
    Robert

  • E-Recruiting : Filter details in ALE setup

    Dear experts,
    I have a small clarification regarding the filter details we specify in the distribution model when we set it up.
    We have eRecruiting on a separate instance from ECC & both are on 603.We are integration the ECC data using ALE & message type HRMD_ABA05.
    The infotypes that can be transferred are 0000,0001,0002,0006,0105,1000,1001. Is this correct?Can we transfer other data too?
    Can someone please specify the exact filter criteria that can be specified?
    How do i transfer the objects ? both for PA & OM objects in an optimum way ? Should i transfer the objects one at a time like P, then O etc?
    Also, while exceuting PFAL against all objects, i see that at the eRecruiting end there is an error in the iDoc. Status is 51 "Error: insertion of infotype 1001 (return code 3 )". Please help in understanding how to transfer the data in a better fashion into eRec. I can see all the objects CP,BP,NA,O,S C in 1001 in eRec but i have got this error in the iDoc. what should i do?
    Regards,
    Sowmya

    Hi
    You need to update the orgunits .... i.e.
    first move O,C,S object types and then you can move.......
    during initial data transfer: You can search and refer standard notes as well,
    Move O in update mode thru pfal : and put infotype 1000 only
    Similarly follow for C,S
    Then move P data initially avoid putting filters..........
    in insert mode......
    Then move O.C,S in insert mode.......
    After the initial movements then you can update your message types with infotypes like.......
    0,1,2,6,105,.1001,1000 is sufficient
    also you can do some customising in badis at the e-rec end and also pass 22,23,24 .....
    also there are some hrpad entries which u need to pass...in the filter...
    check the message type for that......
    Regards,
    Divya

  • MDM Item Details iView modification

    Hello,
    We have a requirement to implement custom functionality for some of the fields when using the standard Item Details iView. Is there a way to do the following:
    Currently the field in question has a popup functionality that is standard for the iView.
    Instead of this popup we need to have our custom WebDynpro iView show up and integrate it to the calling main Item Details iView. In other words, we need to replace the standard popup for a field with our own custom popup.
    Keep in mind that we are using MDM 5.5 SP05 where Item Details iView does not support custom eventing.
    Thanks in advance,
    Boris

    Hi Jitesh,
    Thank you for your answer. You are right, in order to have custom eventing with Item Details iView I need to have at least SP06 and this is one of the restrictions we are facing.
    Although our servers for the project are SP05, I have a local trial copy of SP06 on my PC and I have to say that it still doesn't give me the flexibility that I need. The Item Details iView can trigger the event only upon Saving. In other words, there is no custom eventing on click of a popup or anything else. The purpose of this custom eventing is to only give the ability to do additional custom validations.
    Thanks again,
    Boris Todorov

  • XSLT Repository Filter: Multilanguage?

    I use a XSLT Repository filter to render XML Content in a userfriendly way. (As shown in the tutorial: https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/rf/global_service_api/how_to_pipeline.html)
    In the XSLT there are lables etc. that I currently provide in English. Is there a way to present this static strings in the user's language? In most other parts of the KM I can make use of resource bundle translations.
    e.g.: Accessing different XSLTs according to the current user's locale?
    Or accessing resource bundles in the XSLT?
    Or something else?
    Any suggestions?
    Best regards
    Ingo Biermann

    Hi,
    Not sure, why you are unable to retrieve created property.
    The property should be cm_created and namespace , so check if you are using correct property id.
    Always post codes so that we can help you.
    Regards,
    Praveen Gudapati

  • First Name is not displayed on Family Details IView in ESS

    Dear All,
    We are facing problem in Family Details Iview in ESS India. Here what happens is that on family Details Iview Last name and Birth Name is displayed. First Name is not displayed on the Iview.
    I Checked in the Structure HCMT_BSP_PA_IN_R0021. The fields are present in the structure.
    So pls can anybody help me out in this issue.
    Regards,
    Dhruv Shah

    Firstly check no UI elements are hidden via Personalization (Ctrl and Right Mouse button) on user level or in the PCD preview at administrator level
    Secondly check you are operating a recommend SP landscape
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni
    --->HOW TO GET RID OF SP STACK MISMATCH ISSUES
    Next check that none of the fields are marked as unused in V_T588M, V_T588MFPROPS,  V_T588MFPROPC
    Hope this helps
    Stuart

  • How to control lookup table's attributes using 'item details' iview???

    Hi Friends,
    Using 'Item Details' iview we have an option to edit, visible or non-visible. But there is no option to control visible, editable or non-editable at attribute level of the lookup table.
    Does any one know any solution for this scenario apart from custom development using Java Api.
    Thanks,
    Raghavendra

    Hi Raags,
    I know that, at moment, is not possible in MDM standard iView to control  visible, editable or non-editable at attribute level of the lookup table.
    May be it will be possible in the future. More flexibility you can obtain using Java API.
    Regards,
    Vito

  • Using externalRequestEvent with Item Details iView

    Hi gurus,
    I am using the Item Details iView and calling it with syntax like that:
    externalRequestEvent=com.sap.pct.mdm.appl.masteriviews.events.externals.SetSelectedIdHandler&id=
    I have the Item Details iView showing up correctly, but I have to click on the Edit button to change the rocord.
    Is there any way that it directly goes to Edit mode when the Item Details iView gets open? An option perhaps?
    Thanks,
    Boris

    Hi Raags,
    Even I am trying to implement the same example. I have created the MDM Item Details iView in one of the PCD folders. But I am not sure how to extract the URL for the same to use it in my webdynpro code. Can you please advise me how get the URL for the iView? How did you construct this long URL?
    Your help would be greately appreciated.
    thanks
    SBK

  • Reg: About Item details iview

    HI,
    I have a MDM item details iview. When i choose edit button, create is getting disabled. Actually i want to create a new record by editing some fields of the existing record. How can i do this customisation.
    Thanks,
    Prasanthi.

    Hi,
    Please clarify on following points to answer your query regarding MDM item details iview:
    a) Is it standard SAP content?
    b) create is getting disabled - Is create button visible for you or not visible to anybody? If not, check in PCD what are the authorizations required
    c) customisation - What do you mean by this?
    If you want to create custom details screen, it is possible. Steps to be followed for this :
    i) Go to result set view of the respective entity
    ii) create 'on row select' event and pass id through the event
    iii) subscribe to the event in your custom developed application
    iv) capture the id and fetch the data from MDM based on data fetched
    regards,
    ganga

  • Item Details iView and Custom Event

    Dear experts,
    I need to implement a custom validation using a BAPI call to external R/3 system.
    I am planning to use the Item Details custom event as a trigger for my custom web dynpro and have my BAPI call there. My question is, can I do that? The reason I'm asking is because the event says it's a post-save-event. What I need to do is to prevent the actual Saving and display an error message if the
    BAPI call returns "false".
    Thanks for your help,
    Boris

    I see that there are too many answers to this thread
    OK, here is how we solved the issue. We are subscribing in a custom Web Dynpro to the Post-save-event of the Item Details iView and we are performing the BAPI call.
    Based on the result of the call we are setting a flag on the record and this flag is used as a syndication block.
    Hope that helps someone ...
    Boris

Maybe you are looking for