Changes done in message mapping is not reflecting in output

Hi all,
i have created one scenario XML to XML and i before i had done 1 to 1 mapping, i got the output also.
but when i changed few calculation in the message mapping
there is one node "name" and "Description" in source and target in both places.
i am having name in SOURCE XML as "something" but i want to change this name to "Xsomething" and in description i have something in source but i want to pass constant value "ZSUBHODIP".i did mapping in message mapping, and when i did the testing in message mapping then in target in message mapping
i got "XCOPC_C03" and "ZSUBHODIP" but when it takes the XML file which is in my system then in output XML name value "XCOPC_C03" and description "ZSUBHODIP" is not coming.
i activated it too.
even i tried with the same FILE to FILE scenario also but in this scenario also problem is same like one one mapping only then when i changed it in message mapping then previous output is coming.
is there server problem, if yes then how to fix it??
please tell me what to do
thanks

Hi,
can you test it like this:
/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
Regards,
Michal Krawczyk

Similar Messages

  • Changes done in eclipse editor is not reflecting in workspace file

    I have changed the code in one of the jsp file through eclipse and saved it.But the change is not reflected on the workspace file.What might be the reason for this?Can anyone give the suggestion to solve this problem?
    Thanks,
    Ranjit

    U might have assigned system editor or some external editor for jsp in ecilipse-> editor setting,
    Just refresh jsp.If saved changed will get reflcted in work space.
    This is ATG technical forum and wrong place to raise this question.
    Thanks,
    Nitin.

  • Changes done in the ValueChangeListener is not reflecting else where

    Abstract:
    There is an input File competent where the user can select a file to upload. The user will press a Savebutton to store file in the database.
    Work Flow:
    When the user select the file to upload the valueChangeListener will be called.
    In the valueChangeListener I am storing the file into local variable of type UplodedFile. I am able to access all file property from this variable in the valueChangeListener; that is, I can access the file name, size,... form the local variable within the valueChangeListener.
    When the user press the Save button a method to commit the changes is called.
    In the commit method I am getting the file data from the local variable that hold the file data.
    The problem is:
    This local variable that should store the file data is always NULL. I have no idea why this variable does not contain the file data although I set its value in the valueChangeListener.
    Note:
    I tried to bind the input File competent to a local variable and again it gave me the same result NULL value.
    I am using ADF Technology JDeveloper 11.1.2.3

    You have to process the data inside the value change listener as it's only present during the request. The fats ids removed after the request.
    Check my blog JDev11.1.2.1.0: Handling images/files in ADF (Part 2) | JDev & ADF Goodies
    for a listener which processes the data directly.
    Timo

  • I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

    I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not > 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

    I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not > 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

  • Changes in server side java file not reflecting in Client side java code?

    Hi friends,
    iam using eclipse IDE, JBoss server, SWING GUI and Oracle DB
    ( looks like : SWINGGUI (Client) <--> EJB's (serverside) <---oracle )
    my problem is , when i make change in server side bean file, that changes are not reflecting in GUI programs.
    (for ex: iam adding settr and getter for a field and using that in GUI program. but its not identifying that setter or getter).
    please tell me what should i do for every change done to server side program, that should reflect / available to GUI?

    my problem is , when i make change in server side bean file, that changes are not reflecting in GUI programs.
    (for ex: iam adding settr and getter for a field and using that in GUI program. but its not identifying that setter or getter).what do you mean it's not "identifying" the methods?
    you have to call those methods you know
    are you getting NoSuchMethodError?
    please tell me what should i do for every change done to server side program, that should reflect / available to GUI?you haven't posted any code or error messages that might help us debug

  • Export Parameters in Parameterized Message Mapping does not work.

    Hello, XI-Gurus!
    I have a question: how to use an EXPORT parameter in Parameterized Message Mapping? seems it does not work...
    (I use XI / PI 7.1)
    For example, I have a follow scenario: a large message comes to XI from one BS (message contains a lot of rows), then this large message splits to some small messages (something about 1000 rows in one small message), and send small messaeg one by one from XI to second BS. So, after receive step I use a transformation step with Parameterized Message Mapping to get a total amount of rows in large message (it needs for making condition for loop in IP, for example). I want to use an EXPORT parameter to pass this number from Parameterized Message Mapping to Integration Process. How can I do it?
    Of course, I know the way to how to make this scenario without any parameterizing, but I want to use exactly "Parameterized Message Mapping" like it writes in this help:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/43/c3e1fa6c31599ee10000000a1553f6/frameset.htm
    This topic contains something about procedure how to use an EXPORT parameter, but this procedure does not work. I don't understand how to write this UserDefined Function, which I can set any export parameters.
    I read this blog:
    /people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mappings
    this blog has NO solutions about EXPORT parameters. about IMPORT parameters - everything OK.
    Some topics about how to use export parameters in MM in this forum marked as "answered", but this is not true.
    How to export parameters from Message Mapping
    Export parameter REALLY work in message mapping???????
    Export parameter in Message mapping UDF
    WBR,
    Vsevolod

    Hi Rudolf,
    It still does not works.
    Great thanks for all your answers! If your advice works on your PI-server, it means that my problem not in UDF.
    Step by step:
    1) I create in "Signature" tab two parameters: FILE_NAME, FILE_TYPE (of course, they both Export and xsd:string type)
    2) Then, I goes to "Functions" tab and create new function "testUDF" with one argument var1.
    3) In body of this UDF insert 2 strings:
       getOutputParameters.setString("FILE_NAME" , "Order");
       getOutputParameters.setString("FILE_TYPE" , "PDF");
    4) in "Definition" tab I bind function "Local.testUDF" with one field in my input message and goes to "Test" tab for testing.
    5) And then I have a message window "Problems While Testing":
    Source text of object Message Mapping: mm_ParamMap | urn:****.*.:****:TEST has syntax errors:
    Function testUDF, Line 1:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_NAME" , "Order");
    ^
    Function testUDF, Line 2:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_TYPE" , "PDF");
    ^
    Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details. Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Look at this notes, first writes that I use a deprecated API, second - about unchecked or unsafe operations.
    And I have no idea what's wrong... Can you help me?
    Thanks!
    WBR,
    Vsevolod

  • Changing object name of role is not reflected

    When I change the Current Object Name for a specific role this change is not reflected. The role still retains it original name in the PCD or when I assign the role to a user.
    This only happens for a specific role in our system. For all other roles the change of the Object Name works fine.
    What am I overlooking?

    Hi ,
    Please check that when you change property 'name' of the role and then click on save button you shud get a  'save successful ' kinda message.
    If not then may be your role is locked by some other portal user id and thus not allowing you to change it. Please note that this will also not allow to change any property of the role, so you can test this by trying changing the other properties of the role.
    If this is not the case, then compare the properties of two roles one whichis working fine and the one which is not.
    Thanks,
    Namrta Mahajan

  • IRC_VIS_QUICK_SEARCH message option is not reflecting in Job search

    Dear all,
    In out IRec Page we have changed the message for job search description under IRC_VIS_QUICK_SEARCH message and bounced the apache. But the change is not reflecting. Please help.
    We are using E-Biz R12.1.3 on 11g.
    Regards,
    Charan

    Hi,
    We have configured DMZ for external access to IREC page. Now the message that was set in IRC_VIS_QUICK_SEARCH is reflecting in internal IREC site http://internalsite/OA_HTML/IrcViitor.jsp but it is not reflecting in external site http://externalsite/OA_HTML/IrcVisitor.jsp. Please help.
    Regards,
    Charan

  • Changing datatype, afterwards Message-Mapping cannot produce target element

    Hi,
    we use PI/700.
    I changed a working system by changing a datatype of an existing message (adding a new element). My interface mapping contains two mappings: an XSL-Mapping and afterwards a Message-Mapping.
    My interface mapping looks like this:
    Message-Type A ->
          XSL-Mapping ->
    Message-Type B ->
          Message-Mapping ->
    Message-Type B
    When I test each mapping alone everything works fine (with the new element I added).
    But if I test my interface mapping in IBD with both mappings together, I'll get an error:
    "Cannot produce target element /MT_EDM_OUTBOUND_LASTGANG_TO_SAP/LASTGANG/MASSEINHEIT. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd".
    Is it possible that XI has problems in refreshing the XSDs?
    I tried this:
    (1) I changed my Message-Mapping and now all elements are mapped 1:1 -> no success!
    (2) Later I changed my Message-Mapping and build in "exists" with "if" to check whether the element "MASSEINHEIT" is generated by the XSL-Mapping -> It doesn't exists (??? - WHY? - when I test it, everything works fine)
    (2) Afterwards I changed my interface mapping and take only the XSL-Mapping (without the following Message-Mapping) -> the element "MASSEINHEIT" exists now!
    I'm totally confused!
    Any ideas?
    Regards
    Wolfgang Hummel

    Hi,
    If you have made structural changes to the data type..such as number of fields have decreased/increased..or some new fld altogether, then you have to activate the datatype..goto message mapping and then re-do the mapping...but if you have made "typo" changes like names have been changed, etc..then i think it should be alrite..i have sometimes made changes to my datatype, but after activating it, i had to redo the mapping..that was it!...the rest would fall into place:) No changes had to be made in the interface mapping..
    Regards,
    Sushumna

  • Problem in 1toN message mapping,payload not populated but file created

    I am doing 1:N multimapping From Proxy  to File scenario .Proxy send three types of data all having same stucture but depending on the value of First field we split the whole stucture in 3 parts on target side and generating three files on taget side.During testing values get Passed from the SXMB_MONI(processed) and we get whole payload data upto
    "Message Branch Acording to Reciever List" .But when i check payload data in 'Request Message Mapping" we donot get any data in Payload.Taget File is generated but when we try to oen the file I get message " Unable to display the File".
    can any expert help me resolve this problem.

    I need to generate 3 files each having similar structures depending upon the first field 'listcode' values whose values are  'N0','MA','MY' coming in a proxy structure.The source structure is as follows::
    MT_Source
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    The target stuctures are:
    MT_Target_N0
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    MT_Target_MA
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    MT_Target_MY
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    I need to do mapping of such 1:n multimapping mapping.I have done mapping but getting error in moni "Split mapping created no messages".Please suggest me some right way to do mapping

  • Message Mapping is not picking up

    Hi,
      I am configuring the scenario "file to SOAP" call. I have made all the configurations as per requirements. I used message mapping. When I used tcode "SXMB_MONI" to monitor the message. After the event "REQUEST_MESSAGE_MAPPING" when I seen message payloads. I am unable to see the message with  requested mappings. But message status shows "SUCCESSFUL".
    Appreciate for your reply.
    Thanks,
    M.M.Rao

    Hi,
    Have you tested your message mapping? If not, test it now by taking the payload from sxmb_moni. Go to IR->Message mapping->open ur mapping and test it in the Test tab.
    Regards,
    Divija.
    Message was edited by: Divija KN

  • UDF works in Message Mapping but not in Interface Mapping

    Hello,
    I have encountered a very strange problem. I use a simple UDF in a message mappings which imports a class that has been imported as "imported archive".
    This works perfectly fine when testing the message mapping itself.
    However when I execute the message mapping within a interface mapping I get a Java Error indicating that resources are missing (com.sap.aii.ib.core.mapping.ResourceNotFoundException) This error refers to a missing class.
    How can this be? Message mapping works but not when using it in a interface mapping.
    Do you have any idea?

    Hello,
    this is what I have already tried, with the same result. But now I have come to a conclusion. It is a little bit tricky, but maybe also helpful for others:
    A method of a class (part of the imported archived) itself calls a class which throws an exception. This exception however is handled by the method itself and does not affect the overall outcome.
    In the message mapping itself you do not see the error message, only in the interface mapping. Result however is the same.
    Maybe the trace level is set different for mesage and interface mapping.....

  • Changes in the Custom include do not reflect in testing client

    Hi All,
    I have added some custom fields in Infotype 21 in the dev environment. But, the changes are not reflecting in the testing environment. Can anyone share their thoughts.
    Thanks in advance,
    Guru.

    Hi Appana,
    Yes, we can identify any screen changes from sy-datar. It is set when I make any changes in the custom screen also. But I dont want to give a pop up every time I leave the custom screen. I want to give raise a pop up for saving the delivery document just like any other SAP screen (For eg. SAP Screens do not give a pop up when we move from one screen to another screen, but it gives a pop up if we try to do a subsequent functions like picking without saving the changes in delivery).
    Thanks
    Anil

  • Changes to business rules in EAS not reflecting in planning

    Hi Friends,
    One of my client is facing the issue issue.Could anyone help on the issue.
    When a new business rule is created or changed in EAS, the changes are not reflected in Planning. A stop and restart of the service is required to see the new business rule or a change to a calculation.
    This is a consistent error we are having in development.
    Thanks in advance.
    Regards.

    Hi,
    First I would check to see if any patches relate to the issue you are having.
    I would then log the issue with Oracle to see if they can help any further and it could be a bug.
    It sounds like the cache may not be getting updated so planning doesn't see any changes, restarting clears the cache and objects are read directly from the database tables so you can the changes, that is just a guess though.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • App Store, Messages, Maps, iBooks not opening since Mavericks Update. Help!

    Installed Mavericks yesterday from Mountain Lion. Everything worked OK then tried to download iPhoto and iMovie update. My laptop power dies accidentally and now App Store, Messages, Maps, iBooks won't even open (Bounce once then nothing). Also running ridiculously slow now!

    Hi,
    Try Rebooting the computer and holding down the CMD and R keys together to access the Recovery process.
    7:27 pm      Sunday; October 27, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

Maybe you are looking for