Edit [Key Mappings] in ItemDetails iView

Hello, all!
I'm new to portal content development.
I successfully created MDM ResultSet iView and MDM ItemDetails iView and I can see all fields that I need.
The problem is I can't edit Key Mappings for the raw chosen (but I can see the values).
Is this problem with my configuration?
Many thanks in advance
Renat
Edited by: renat shaihetdinov on Feb 5, 2009 5:46 PM

Hello, Namrata.
Thank You for reply.
I've already set "Enable Edit" option for the IView to true.
Also I've set the "Updatable" property for Key mapping field to true.
I can edit any other fields of IView, but cannot edit Key mapping field.
Renat
Edited by: renat sha on Feb 11, 2009 7:41 AM

Similar Messages

  • Key mappings

    Hello All
    I have merged two identical data. and when I click right to edit the key mappings I didn´t see any information about the keys mappings of those two records  that I have merged .
    To edit key mappings of two records . How can I do it ?
    When I defined the tables . I have defined "Yes" in Keymapping details .
    =======================================================
    I edited an xml file with two duplicated data . I have imported the data in my repository and now with data manager i´am trying to merge those two data . I want to edit the key mapping but i didn´t see any key mapping .
    Any answer about the situation ?
    Thanks

    Hi Stan,
    I assume that you imported the ID of the records into a plain field in your repository. But you have to pick [Remote Key] as the destination in the Import Manager mapping (if you need both, clone the field).
    This way, you'll get an entry in the key mapping for the chosen client system with the record ID. If you merge now, you will have two entries in the Key Mapping.
    For the [Remote Key] field to appear, your client system has to be inbound/outbound.
    Hope this helps,
    Christiane

  • Can you clone Remote System key mappings?

    We have 2 Remote Systems set up for our MDM repository with key mappings for 60 tables. I now need to add an additional Remote System which is similar to one of the existing ones, but with a few different values. Is there any way I can clone the existing one or do I have to go through all 60 tables one by one, export the info, edit it to show the new Remote System name and re-import it? I have searched the sources but can't find anything on this precise topic.
    Thanks for any help you can give.
    Peter Croft

    Peter,
    No you cannot.
    Prepare a source having Just two columns ex., new Remote Keys of the system and an common identifier field in the table which you are planning to import with the data. Import it and get it to the data manager as records with just two fields(Remote Key and Common identifier). If you have the import maps already stored for the tables when you have done for the previous imports for the other two remote systems, use them and  automate the importing process for this particular remote system (via port configuration in console and Data manager) for the remaining fields of the table.

  • Integrating itemDetail iView with MDM

    Hi,
    I had integrated itemDetail iView previously with SAP MDM System alias was able to create record
    from this iView.
    I am not getting while any error while creating ResultSet iView.
    I am getting an runtime error while creating an iView from Content Administration-> Portal Content-> Creating iView under kaushikb folder(for portla content):
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): com.sap.portal.system/security/com.sap.pct.mdm.tech.wizards/high_safety).
    Exception id: 11:20_18/12/08_0001_4678450
    See the details for the exception ID in the log file
    Regards
    Kaushik Banerjee
    Edited by: Kaushik Banerjee on Dec 18, 2008 7:15 AM

    Hi Kaushik,
    This is a Portal issue, not really an MDM issue. The problem is that you created the iView in a PCD location which is a higher Security Zone than the one the user you're using is allowed to access. Take this message to your portal administrator, they should know how to resolve this quickly.
    Alon

  • Non-display fields in Qualified Table to be displayed in ItemDetail iView

    Hello expert,
    Is it possible to display a non display field in Qualified Table in ItemDetailed iView?
    It seems not possible by standard iView configuration.
    Is it possible to achieve by some minor coding? If possible, such code is appreciated.
    Thank you.
    Dale

    Hi Dale,
    Yes, it is possible , and no need to do any custome coding. You can configure non-Display field of Qualified table to be displayed in Standard item detail iview.
    You have to select Qualified look up field if you are creating Item iview on Main table and complete all steps.
    once you complete all steps, open Item iview , select Reletionship and qualified display field option .
    now you can see qualiied tables in table , click on Edit , now you can see all fields of qualified table.. you can select any field (dis/non-dis fields).
    Hopw this helps you.
    Thanks & Regards,
    Veera.

  • What could have happened as my 3 Nik plugins do not show up on my edit key in Lightroom 3???

    I am using Lightroom 3.  I have been using 3 Nik Software plug-ins from my edit key.   All of a sudden only one plug-in will work.  The other two are not even showing up in my edit box.. They are in my system, because they appear when
    I click on their icons.  What is going on ???

    Me too, i have the same problem with three music titles. Any solution ???

  • How do I remove email address not in contact list.they drop down when in the "to"field trying to either fwd ,send or reply. How did they get there in the first place. And the edit key does not show in my contacts

    When sending email wether reply or fwd or new addresses drop down that not show in my contacts. How do,I remove them and how did they get there?  And the edit key notmshowing in my contacts.
    Someone else's reply  nothing that could be done short of clearing out all contacts and starting over. But these are not in my contacts!!!!!!!!!! So,that is not an answer

    So are you telling me that anyone I ever send n email to will appear in the drop down list but not in contacts? I don't have that many contacts on list so are younsayingmi would have to remove them all to remove the unwanted address in the drop down to go away? If that is not  please explain

  • Reading Forms Key Mappings from java bean - how ?

    I want to be able to invoke key trigger code in a Forms 10g run-time from a java bean (extends BeanWrapper) either by:
    a) using inherited method calls passing the KeyEvent retrieved from my listener, or
    b) dispatching a custom event from the bean with a parameter value which identifies the key trigger to process (not the key code & modifier string).
    On a), I've not been able to identify any method in the BeanWrapper hierarchy tree that might help me do this, and samples like (http://forms.pjc.bean.over-blog.com/categorie-465294.html) seem to imply that no such method exists.
    In terms of b), the oracle.forms.engine.KeyMapTable class seems to be what I want (seems to translate the KeyEvent into a FormAction/string using server settings), but getting a hold of this object through (oracle.forms.engine.Main)getHandler().getApplet() doesn't seem possible.
    How are others invoking eg: key-crerec from a Forms 10g bean component in a way which is sensitive to server key mappings ?
    Thanks in advance for your help.

    I have no experience with KeyEvents in Forms, but if the KeyMapTable class really is the solution, can't you just instantiate one yourself.
    Looking at the constructor it only needs a single argument, the oracle.forms.engine.Runform class. You should be able to get a handle on it with:
    IHandler hander = getHandler();
    if (handler instanceof UICommon) {
        UICommon u = (UICommon)handler;
        // u.getDispatcher() should get oracle.forms.engine.Runform
    }Not sure if it will work, but you can give it a try.
    I love pushing the PJC and Oracle Forms applet to its limits. Not really sure if Oracle intended the PJC framework to do stuff like this, but it sure would have helped if they have JavaDoc about the oracle.forms.* classes

  • Latex-suite: disable smart key mappings (e.g. ... - \ldots)

    I've recently started using LaTeX. Since vim/Gvim is my absolutely favorite text editor, it's plugin latex-suite comes in handy with features such as text folding. Latex-suite also has some auto-completion/conversion features; unfortunately I don't like them. The most annoying are conversions such as ... -> \ldots. While this may be useful when using ... inside a text, it definitely isn't when trying to format the LaTeX document with ............. lines because they are automatically converted to \ldots\ldots\ldots!!!
    I've already found out that this feature is called "Smart Dots" (see http://vim-latex.sourceforge.net/docume … suite.html --> "3.9. Smart Key Mappings"). Here http://vim-latex.sourceforge.net/docume … -keys.html it is described how to disable some of the smart key mappings; unfortunately, not the Smart Dots.
    Any idea how to disable Smart Dots or even all auto-completion/conversion features in general? I generally don't like auto-completion/conversion!

    It turns out this isn't QUITE as simple as I thought.  Since some latex elements are closed (eg \begin{something} ... \end{same something}) while others are not (eg \chapter \section) the folding function needs to check for each.
    First here is my generic folder
    function ToggleFold(marker)
    if foldlevel('.') == 0
    normal 0
    call search(a:marker,'c')
    let x = line('.')
    normal %
    let y = line('.')
    execute x . "," . y . " fold"
    else
    if a:marker == '<'
    normal k
    let x = line('.')
    normal j
    normal zd
    execute x
    normal j
    else
    normal zd
    normal %
    endif
    endif
    endfunction
    "some example bindings
    nmap <space> ;call ToggleFold("{")<CR>
    " } This is just here to match/close the previous line
    au BufNewFile,BufRead *.svg set filetype=xml
    au FileType html,xml nmap <space> ;call ToggleFold("<")<CR>
    au FileType html,xml let b:match_words = '<\([^ >]*\)[^>]*>:</\1>'
    And the whitespace or python-like code folder
    function ToggleIndentFold()
    if foldlevel('.') == 0
    let x = line('.')
    let i = indent('.')
    normal j
    while indent('.') > i
    normal j
    endwhile
    normal k
    let y = line('.')
    execute x . "," . y . " fold"
    else
    normal zd
    endif
    endfunction
    "" The above function may hang in the while loop if
    "" the file does not have a trailing empty line.
    "" The following function checks for and/or adds one.
    function StartOutline()
    let x = line('.')
    normal G
    if indent('.') != 0
    normal o
    execute x
    endif
    endfunction
    The challenge is parts of each of these would be needed for "complete" latex folding.  The begin/end bounded blocks can use the generic function with these line
    au BufNewFile,BufRead *.tex nmap <space> ;call ToggleFold("\begin")<CR>
    au BufNewFile,BufRead *.tex let b:match_words = 'begin{\([a-z]*\)}:end{\1}'
    but this will not fold "unbounded" blocks like chapter section and item.
    Here is my first attempt at a general purpose latex folder.  It works ... most of the time.
    function ToggleLatexFold()
    if foldlevel('.') == 0
    let block_type = matchstr(getline('.'),'\(chapter\|section\|item\)')
    if block_type != ""
    " I don't like the next four lines - there should be a better way of
    " getting the number of lines in the buffer
    normal ma
    normal G
    let last_line = line('.')
    normal `a
    " end ugliness
    let x = line('.')
    normal j
    while matchstr(getline('.'),block_type) != block_type
    if line('.') >= last_line
    break
    endif
    normal j
    endwhile
    normal k
    let y = line('.')
    execute x . "," . y . " fold"
    else
    normal 0
    call search("\begin{",'c')
    let x = line('.')
    normal %
    let y = line('.')
    execute x . "," . y . " fold"
    endif
    else
    normal zd
    normal %
    endif
    endfunction
    au BufNewFile,BufRead *.tex nmap <space> ;call ToggleLatexFold()<CR>
    au BufNewFile,BufRead *.tex let b:match_words = 'begin{\([a-z]*\)}:end{\1}'
    It fails, however, when a section is followed a new chapter rather than another section.  This part would be easy to fix.  It also fails, though, when a same-flavor block is nested within the current - for example a \item that has a nested enumerate or itemize will not fold properly.
    For my use, I'll stick with putting braces in comments around my major elements.  But hopefuly this will give you some ideas.  If you make any big improvements, let me know.
    No doubt I have really just reinvented the wheel - but thats the best way to really know how wheels work!

  • Oracle Terminal NLS keys mappings.

    Dear Oracle Developer Community & Support Team!
    Is it possible in Oracle Developer 2.0 to define my national
    language keys mappings (for non-English keyboard layout) without
    causing GPF (On Ms Windows NT platform)?
    NLS_LANG is RUSSIAN_CIS.CL8MSWIN1251.
    Sincerely yours,
    Elias.
    null

    fmrweb.res

  • How can we fetch the information from standard ItemDetails iView of SAP MDM

    Hi Portal/MDM experts,
    Is there any chance to fetch the information from standard ItemDetails iView? if it is possible please tell me the process.
    If it's not, how can we customize the ItemDetails iView using java WebDynpro .
    my requirement is, I have to fetch some of information from itemdetails iview and it'll be used in other WebDynpro  application, means we have fetch some details from itemdetails iview and populate them in another application. Please suggest me the procedure to do this.
    Regards,
    Mahi.

    Hi Mahi,
    Please follow the below steps:
    1. Create the Result Set iView.
    2. Select the Custom Events button and Add the Custom Event
    3. Select Event Type=EPCF
    4. Give Event Name=EpfcTest and Namespace=urn:com.sap.tc.webdynpro.mdm.epfc.test
    5. Select the desired fields to be passed to the WebDynpro application and give the parameter name.
    6. Save the iView
    7. Create WebDynpro application and write the below code.
    public void wdDoInit()
        //@@begin wdDoInit()
    namespace = "urn:com.sap.tc.webdynpro.mdm.epfc.test";
    eventname = "EpfcTest";
    WDPortalEventing.subscribe (namespace,eventname,wdThis.wdGetCatchValueAction());
        //@@end
    public void onActionCatchValue(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionCatchValue(ServerEvent)
    int marked=dataObject.indexOf("=");
    String value=dataObject.substring(marked+1);
    wdContext.currentContextElement().setCatchedValue(value);
        //@@end
    variable Data Object will contain all the Mapped fileds separated by ;. You can then use the String functions to separate the parameters.
    Regards,
    Jitesh Talreja

  • Where has the edit key gone

    i notice that the recent new models of the n-series were without the edit key, noticably after n95 model. i actually find it quite convenient in terms of marking and unmarking files, copy and paste sentences, as well as changing language (well sometimes i mix the use of chinese and english in sms, msn and skype). i hope nokia will bring it back...

    The '#' key replaces the edit key for most of these functions. As described in the manual...
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Edit Key Commands?

    Can someone please tell me where in the Logic Pro X user manual does it explain how to edit Key Commands.
    Tried searching the manual without success.
    I have found the Key Commands window where you can do this but I don't understand how to use it.

    Peter Whitaker wrote:
    Can someone please tell me where in the Logic Pro X user manual does it explain how to edit Key Commands.
    Tried searching the manual without success.
    You may have overlooked it.
    http://help.apple.com/logicpro/mac/10/#lgcp41ff6979

  • Pacman-key --edit-key without any TTY

    Hi, I want to enable package signing on my vServer.
    The problem is there is no TTY available.
    # LANG=C pacman-key --edit-key 0x6AC6A4C2 ...
    gpg: cannot open tty `/dev/tty': No such file or directory
    ==> ERROR: The key identified by 0x6AC6A4C2 could not be edited.
    After adding "no-tty" to gpg.conf:
    gpg: Sorry, no terminal at all requested - can't get input
    ==> ERROR: The key identified by 0x6AC6A4C2 could not be edited.
    Please help me to solve this.
    Thanks
    - Radioactiveman

    I have copied the gnupg directory from my PC to the server but that should be just a workaround.
    Does nobody have an idea?

  • None of the "option + number key" mappings seem to work

    Hi,
    I am trying to use the *Canadian French - CSA keyboard layout* and none of the *option + number key* mappings seem to work.
    For example, when I type *option + 2* (in the "Canadian French - CSA keyboard layout"), it should print @ but instead nothing is printed and I sometimes hear the alert sound.
    Spaces is not activated and no keyboard shotcuts are assigned to the keys.
    In the keyboard viewer I can see the keys light up when I type the combinations but still, nothing happens.
    Even if I press option and click the 2 (@) with my mouse in the keyboard viewer, the character will not print!
    All other *option + key* mappings seem to work, the problem is only with number keys.

    Try this:
    http://matthieu.yiptong.ca/2009/09/09/canadian-french-keyboard-layout-for-mac-os -x/

Maybe you are looking for

  • Customizing Convergence 2 (patch 1) - From address

    I am looking for some help on customizing something specific in Convergence 2. It is not documented in the Convergence Customization Guide on the Oracle Wiki for CommSuite (http://wikis.sun.com/display/CommSuite/Convergence+2+Customization+Guide). I

  • Procuring KITS but different material master records

    Hi SAP Experts, I have a requirement There are 15 different mateirals which are maintained in Material master seperately with different numbers but all will have to be procured from one vendor same time and issue is each material is consumed on the p

  • Hanging synchronization sessions

    We just have another problem - 2 users are facing "server busy" message when trying to synchronize using MSync. I just found out that there are some hanging sync sessions which are probably blocking the synchronization (their duration is few thousand

  • Audio is choppy when I play a video in fullscreen in itunes

    I have recently uploaded a bunch of videos to itunes in mpeg4 format. THey play fine until I make them go fullscreen. THen the audio and video gets all choppy. Any suggestions?

  • Can you place an arrow over a letter?

    I am trying to type vectors for my physics class and I was wondering if there was any way to put an arrow pointing to the right over a letter of my choice?