Cannot use Toolbar in message mapping function

In my SAP XI, tool bar is disable even in edit mode. See example in <a href="http://tubeimage.com/viewer.php?file=le1mkpxecuxuwlzxjzol-SAP-XI-.png">http://tubeimage.com/viewer.php?file=le1mkpxecuxuwlzxjzol-SAP-XI-.png</a>  ( in red box )
How to make it enable? Any help would be grateful.
Best regards

Hii Pavin !!
Revert back your client system JAVA version. It happens due to latest Java version...R u using java 1.4.2 version check ur java version form IR>Help>information
if its not java 1.4.2 then installl that from sun website.
Cheers !!

Similar Messages

  • Accessing container variable of BPM in Message Mapping function

    Hi,
    I have a scenario in BPM where i have a container variable that is used as a loop counter.I want to access that counter defined , every time when i go around the loop and perform certain actions based on that counter. so how can i access that variable in my message Mapping function.

    Hi Sudharshan,
    check these links, hope they give you the required information (i think there is some problem with SDN site, check these links after a while)
    Re: How to use Container Variable across Maps
    Container object in Message Mapping
    Copy value of container (abstract interface) to an other container
    Regards
    Vishnu

  • How to use Variable in message mapping

    Hi Experts,
    I have some problem using variable in message mapping.
    In one message mapping, since a block of logic is repeated for several fields, then i tried to use a variable instead.
    the repeated logic is: first if condition, then use a udf to form a queue which will be suppressed by its father node.
    i tried to assign the result queue to a variable after the UDF execution. (this variable is created after the father node)
    I am wondering is there any restriction of using variable?
    Can we assign the whole queue to a variable?
    Can we use UDF during the process of assigning value to variable?
    thanks in advance.

    I dont think you can assign a queue to a variable,I am not 100% sure, . and there is no restriction to useing a Zvariable, only u can use it after you declare at some parent level.
    Yes you can use a UDF in the process of assigning to a Zvariable.
    Check out this link and read the comments of the blog.
    SAP PI 7.1 Mapping Enhancements Series: Using Graphical Variable
    /people/william.li/blog/2008/02/13/sap-pi-71-mapping-enhancements-series-using-graphical-variable
    Edited by: Saiyog Gonsalves on Nov 6, 2010 6:40 PM

  • Could Mapping Template  be used in Multi Message mapping

    I had a 1:1 message mapping: MM_A
    but later i foudd that the mapping should be 1:n
    Multi message mapping
    so firstly i created mapping template of MM_A
    but the template doesn't work when i am doing the multi mapping.
    Could Mapping Template  be used in Multi Message mapping?
    Thank you very much

    Hi leo,
    <i>
    Could Mapping Template be used in Multi Message mapping?</i>
    Yes it can be used......
    Regards,
    Abhy

  • Writing message mapping function in Java in integration repository

    Hi XI Pundits,
    I am new to XI. I was working on Message mapping in intergration repository.
    To map the source messages to target messages, we do graphical kind of mapping like drag and drop.
    There are some functions aavilable at the bottom like concatehate, trim and etc. which we use if we need to modify the source message and map to target.
    But in case we face a situation when we don't find the function which suits our requirement, I guess we need to write a new function. We can write these new function using Java only.
    Can someone throw some light on this ?
    <b>What do we do to invoke java editor in integartion reposity to write mapping function in java ?
    Can someone give an example of snippet of code ?</b>
    Thanks.

    Hi Tushar,
    Go thro this help link. You will get all info about User defined function.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/frameset.htm
    To get more understanding on mapping go thro this link(PDF File)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638
    Hope this helps.
    regards,
    P.Venkat
    Message was edited by: Venkataramanan

  • Problem while using Parameters in Message Mapping in Multi Mapping Scenario

    Hi,
    I am working on a scenario in PI 7.1, in which I need to pass output of Message Mapping as an input to ABAP Mapping.
    In Message Mapping, I have used standard RFC Lookup function to call a Function Module from ERP system. For using RFC Lookup function, I have created a Import Parameter of Category "Adapter", and Type "RFC" in the Signature Tab of Message Mapping.
    In Operation Mapping, I have specified both the mappings (that is., Message Mapping and ABAP Mapping).
    In Interface Determination, I have also assigned a value to the Importing Parameter.
    But whenever I trigger a message, it fails and gives message "The input-parameter Rec_RFC_ERP does not exist." (Rec_RFC_ERP is my Input Parameter name).
    When I am using only Message Mapping in Operation Mapping; it's working absolutely fine that means something needs to be done with ABAP Mapping.
    Any help will be highly appreciated.
    Regards,
    Varun

    Rec_RFC_ERP is this the name of your RFC lookup adapter?? Did you test your mapping in Design time using the RFCAdapter dropdown???
    Mapping Enhancement - RFC lookups in 7.1
    /people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups
    Regards,
    Siva Maranani

  • Cannot display dependencies in message mapping

    Hi,
    I used to see the dependencies between source message types and target message types but now I cannot see the dependencies. When I go to message mapping, the dependencies (drop down) is greyed out or disabled. Does anyone know how this could happen or how to enable it?
    Thanks.

    Why don't you try deleting you java webstart cache and downloading the jar files again.
    1. Go to Start --> programs --> Java WebStart
    2. File --> Preferences --> Advanced and here you will find an option to clear cache.
    Is the button disabled even when you are trying to create new mappings.
    Cheer's

  • Object toolbar in message mapping inactive

    Hi all,
    I have an odd problem in the XI message mapping:
    The object toolbar is inactive on the customers office computer.
    The only buttons that can be used are "select message" and "edit java sections".
    Everything's fine when I work via remote desktop (citrix, points to another computer than the office comp.)
    Isn't that strange?! Could it be a wrong java release? What else??
    The XI is XI 3.0, release NW04_20_REL, service pack 20, java version 1.6.0_03
    Thanks in advance!
    Karsten

    Hi Chirag,
    I got the system information from the help/ information menue in the repository.
    Isn't the java version information there about the XI SERVER?
    Anyway: It's the same java version on the client...
    I'll try and if it works you get more points!!!
    Thanks so far
    Karsten

  • How to use the variables used in the message mapping

    Hi ,
    In the message mapping we can declare variables in the JAVA section , these variables could be used across the mapping .
    I have tried using it but I am unable to retrieve the values assigned to the variables in one UDF into the another UDF .
    Please guide me how to use the variables declared in the JAVA section in the message mapping .
    Thanks
    Anita Yadav

    Anita,
    I have worked on the Global variables and i found no issues. Make sure that the variable is declared in the Declaration Section and then initlaized in the Initialization section.
    If you declare a variable in the Declaration Section ,
    int i;
    then in any udf you can use if directly. No need to re declare  the variable in the UDF. If you do this, then it becomes a local variable.
    Regards,
    Bhavesh

  • Difference in using java,xslt,message mapping

    hi friends,
              Can i know what difference does it make in using JAVA Mapping ,XSLT and Message Mapping?
              Where and when it is used?
              Which one is advantageous?
    thanks and regards,
    Prashanth

    Hi Prashant,
    Please go through the following links:
    Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/b78d406b305537e10000000a1550b0/frameset.htm
    For Java Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm
    For XSLT Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm
    Error handling in XSLT Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/8a/7672f7d7e444439fd7024f806221a4/frameset.htm
    You can also refer some How to guides:
    XI New Mapping Features article,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi 3.0 new mapping features article.evn
    Generic XSLT Mapping and Sample Code,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi code samples/generic xslt mapping and sample code.pdf
    How to use ABAP-MApping in XI3.0,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how to use abap-mapping in xi 3.0.pdf
    I hope it helps,
    Thanks & Regards,
    Varun Joshi

  • Cannot use credit card message

    I Keep getting a message that says "cannot use this credit card". There is nothing wrong with my visa card. Why do I get this message?

    It is a 'proper' credit card (and it's not a debit card) that you are trying to use, not a pre-paid card ?
    For a card to have a chance of being accepted it needs to be registered to exactly the same name and address (including format and spacing etc) that you have on your iTunes account, and have been issued by a bank in the country where you and your iTunes account are. If your card does match then you could try contacting iTunes Support (these are user-to-user forums) and see if they know why it's not being accepted : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management
    Or do you have another card that you could try ?

  • In yahoo mail, I cannot use the instant message or SMS features after upgrading to the latest version of fire fox.

    I'm unable to use the Instant message or SMS features within my yahoo email account. I've tried re-installing a new version of fire fox- ( had to use internet explorer to get online , I am able to use all of yahoos features including email messenger in internet explorer but I prefer fire fox) - still re installing fire fox did not solve the problem.

    Hi,
    It has been solved in Firefox 10 which is due for release in the next few days. In the meantime you can also try Firefox 10 beta: https://www.mozilla.org/en-US/firefox/channel/
    Please see [https://bugzilla.mozilla.org/show_bug.cgi?id=713014 this] for the details. Comment 7 has a workaround for Firefox 9 that is applicable to the SMS window as well. You may have to toggle between the two options.

  • Qosmio F60 - Cannot use touchpad Two-Finger scroll function

    Hey there,
    i recently got a harddrive replacment for my Qosmio f60 laptop and windows had to be reloaded.
    When my laptop was previously working i could two-finger scroll on pages and such,
    Now i cant, and i cannot find a setting for it anywhere.
    ive downloaded a driver called 'scrybe' which allows me to do this,
    but i would much prefer not running an extra processor and just using the laptops default function.
    Can anyone explain why my laptop previously let me do this and now cant? and how i could fix it?
    thanks heaps!
    -Brenton

    > can anyone explain why my laptop previously let me do this and now cant?
    Maybe the Synaptics touchpad driver is not installed?
    The Synaptics driver provides additional touchpad features.
    Therefore I recommend installing this driver.
    The settings can be found in control panel -> mouse -> Advanced tab -> advanced settings

  • How to use result of message mapping as source to another message mapping

    Hi.
    I need to map iDoc to MT_A (MessageType) using MessageMapping.
    And then using the result of the above mapping, map MT_A to MT_B using JavaMapping.
    Can I do this all at once in my scenario or what is the best way to do this?
    Regards,
    Hjortur

    Hi,
    chk this:
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    Ur flow will be something like this under operation mapping :
    1) Graphical mapping(  iDoc to MT_A)
    2) Java mappinmg.(MT_A to MT_B)
    Thanks
    Amit

  • PI Message Mapping One Source to create two of the same Target Nodes.

    Hi,
    I have a source node that contacts the following.
    "1234-5678".
    When there is a "-" in the source node then I need to create two target nodes.
    When there is no "-" in the source node then only create one node.
    Since the source structure is a flat structure by on the target side as you can see I am trying to achieve a diep structure.
    Please can you assist in how to do this with PI message mapping.
    Regards
    Willie Hugo

    Hi,
    "1234-5678" only occurs once in the source. There is no source xml node that will occur more that once. The whole structure only occurs once. But on the target side I need one of the node to occur more than once if a hyphen is found in the source field.
    Source Message                      - Always only one data node.
    ==============
    <root>
    <OnceOnlyNode>1234-5678</OnceOnlyNode>                   [1..1]
    </root>
    Target Message                      - Only two text node when "-" in source, else only one text node.
    =============
    <msg>
    <text>1234</text>
    <text>6789</text>
    </msg>
    How can this be done using standard PI message mapping functions. Can it be done?
    Regards
    Willie Hugo

Maybe you are looking for

  • Crystal Report orange link arrow to SAP B1 not working

    Hello, I couldn't find a way to insert the actual "arrow" icon into a Crystal report so I copied one from one of the Crystal Reports imbedded in SAP B1 9.0.  I subsequently edited the hyperlink to point to the document number I wanted. From the Forma

  • Problem in Direct Partition Exchange Loading(PEL)

    Hi all, I am facing a problem during execution of a OWB mapping. The map is using direct partition exchange loading. There are one source and one target table in the map. it is very simple. While the source and target are in the same schema there is

  • On the etap hotel site, the map page will not display

    <blockquote>Locking duplicate thread.<br> Please continue here: [/questions/780195]</blockquote><br> On the etap hotel site www.etaphotel , when i click on map, nothing is displayed. The page just has a space on it.

  • Cold weather bad for iphone?

    I had my iphone on the charging dock last night as usual, but the window was open and fan was on low. it got to approx 40ºf last night. Well I woke up this morning and it wouldnt turn on. Once the phone warmed up it turned on, but was in recovery mod

  • Settle Sales order to cost center?

    hi all, is it possible to setlle a sales order (delta between revenue and costs on the sales order) on a cost center? I know I can allow in the settlement profile to settle on a cost center - but does it makes sense? I know normally the sales order i