Clarification needed in Mapping Display Queue

I am trying out a simple message mapping explained in one of
the blog.
My issue is when testing the Mapping , the display queue window displays the the values on the Context Change  line also.That is, the grey color also carrys the previous value .
I believe the CC's should shold be a empty value .Any reason why I am seeing the values.
Thanks

Hi,
Technically speaking, the XML instance is imported into the queues before the target field mappings are processed. The contexts are separated in the queue by a context change.
Thus The Context change will contain the previous value of the field in supressed format.
It will inform about the previous position of the context change.
The Context change is can be used in Advanced User Defined Functions
/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
/people/harrison.holland5/blog/2006/12/08/mapping-context-changes-in-xi
Thanks
Swarup
Edited by: Swarup Sawant on Feb 25, 2008 10:53 AM

Similar Messages

  • Message mapping - Display queue

    Hello,
    In the Enterprise Service Builder of PI 7.1, I go to message mapping and choose "display queue" to test the result of a mapping but nothing happens. I receive a blank popup without any results. It's the same for all mappings. Note that we have just upgraded from XI 3.0 to PI7.1
    Any idea?
    Thanks for your help!
    Best regards,
    Olivier
    Edited by: Olivier Vanderperre on Oct 14, 2008 8:11 AM

    Hello,
    Thanks for your help.
    Test data are provided, all fields are complete and the target field is not disabled..
    Best regards,
    Olivier

  • Message Mapping(Display queue and Suppress Value)

    Hi Experts,
    In Message Mapping(graphical mapping), upon checking the properties of the nodes,there's one property display queue, in which suppress is there??
    What does it mean?? Which queue it points and what value is suppressed??
    Thanks & Regards,
    Sushama

    Hi Sushama,
    SUPPRESS means no value.
    suppose we are checking one condition (tdid = "RE" then pass tdline) based on the condition we will send one output. if the condition fails then suppress value goes to the target.
    > What does it mean?? Which queue it points and what value is suppressed??
    es:  if(tdid.equals("WE") ifwithoutelse pass tdline value as output.    [tdid is in E1EDKA1 segment and this segment occurance is multiple]
    In this case if the condition is satisfied once and failed once (means E1EDKT1 segment comes 2 times) then first time it sends the corresponding tdline value and second time it sends the SUPPRESS value.
    Regards
    Ramesh

  • Display  queue in message mapping

    Hi ,
    I need to know the function of ' display queue ' in message mapping . How do i go about it.
    Please help.
    Thanx nd regards ,
    Srestha

    Hi,
    Whenever you do a graphical mapping you can see the intermediate result in the display queue. When you test your input using the test tab of Message Mapping, you can get only the end result (if it is successfull) or an error. You can debug the error by seeing the display queue of each and every elements involved in that specific mapping. Display quue will consists of :
    1) Input (in) to the function
    2) Output (out) from the function
    3) Conext change
    4) SNo. (optional)
    Hope you got an idea
    Regards
    Suraj

  • Display queue for Target field in Message Mapping

    Hi Folks,
    If i check my Target Field (DT_Req) (Display queue) in Message Mapping, I am getting 2 values like ie [] that means ....in my test result in MM, i should get 2 times DT_Req field.
    Is it right?
    Plz give some idea how this display queue works on each field?
    Thanks
    Prabaharan
    Edited by: Prabaharan on Sep 10, 2008 12:22 AM
    Edited by: Prabaharan on Sep 10, 2008 12:24 AM

    Hi,
    In my scenario occurrence of that
    target field is    0...unbounded
    and in my display queue.. Initially it is
    suppress, [], suppress, suppress, suppress,suppress,suppress,suppress,suppress,suppress, [],suppress
    in my result i could get only one DT_req field.
    Plz throw some idea on this?
    thanks

  • Display queue in th emessage mapping

    Hi SapAll.
    i just want to know about the proper reason on why the pi developers do the display queue in the message mapping programs of every interface that they develope.if so how we can do the proper display queue,as it is displaying in irregular format  when i click on display queue especially after testing with the sample xsd under test tab.
    will be waiitng for a proper answer .
    regards.
    Varma.

    HI verma,
    With display Queue u can actually check for:
    1) the values present for the source fileds
    2) If any functions used in the mapping, then u can display what r the inputs to that function and what is the output of that function.
    Ex: If u use remove context function to map the fileds, then by displaying the Queue of target filed, u can easilly see the context changes.
    Display the Queues of sorce and target fileds. u can easilly find the difference.
    If u use split by value, then u can see the extra context changes for the target field.
    3) Where exactky the mapping is throwing exception (at what field) i.e., if u right click on any field and if u click display Queue,: if the queue is displayed then at that point the mapping is working fine, but if it has error  then by selecting display queue it throws the exception there itself. Hence we can make sure that the mapping is failing at that particular fleld.
    Thanks,
    shabbir.

  • Display queue context doesn't corresponde to elements in output

    Hi people,
    just a suggestion from you because I don't know any more where to see.
    I realized a mapping in which I have to manipulate the contextes for an element.
    It's happen that watching the context by the Display Queue the number of contextes in output is correct;
    running the mapping in Test mode the elements created is different.
    Why the two behaviours could be so differents?
    Please, I need a suggestion to continue.
    Ciao
    Nicola
    Edited by: Nicola Martella on Jan 21, 2011 9:09 PM

    Ok, it follows my need.
    I have in inbound this structure:
    <item> (1..*)
      <rec> (1..1)
        <typerec>1</typerec>
      <rec> (1..*)
        <typerec>2</typerec>
        <text>
        <lang>
      <rec> (1..*)
        <typerec>3</typerec>
    In outbound I have this structure
    <master> (1..*)
      <rk1> (1..1)
      <rk2> (1..*)
        <recty>
        <text>
        <lang>
      <rk3> (1..*)
    The field-to-field relation is:
    <rec><typerec>1</typerec> --> <rk1> same cardinality
    <rec><typerec>2</typerec> --> <rk2> different cardinality
    <rec><typerec>3</typerec> --> <rk3> same cardinality
    The context change is between rec(typerec(2)) and rk2.
    Each rec(typerec(2)) contains text and language and rec(typerec(2)) are sorted for language.
    rk2 has to concatenate the text for the same language; so, for all rec(typerec(2)) with same <lang> I have to obtain just a rk2 with all rec(typerec(2))-text concatenated.
    An example is follow:
    INBOUND
    <item>
      <rec>
        <typerec>1</typerec>
      </rec>
      <rec>
        <typerec>2</typerec>
        <text>AAA</text>
        <lang>E</lang>
      </rec>
      <rec>
        <typerec>2</typerec>
        <text>BBB</text>
        <lang>E</lang>
      </rec>
      <rec>
        <typerec>2</typerec>
        <text>CCC</text>
        <lang>I</lang>
      </rec>
      <rec>
        <typerec>2</typerec>
        <text>DDD</text>
        <lang>I</lang>
      </rec>
      <rec>
        <typerec>2</typerec>
        <text>EEE</text>
        <lang>S</lang>
      </rec> 
      <rec>
        <typerec>3</typerec>
      </rec>
    OUTBOUND
    <master>
      <rk1>
      </rk1>
      <rk2>
        <text>AAABBB</text>
        <lang>E</lang>
      </rk2>
      <rk2>
        <text>CCCDDD</text>
        <lang>I</lang>
      </rk2>
      <rk2>
        <text>EEE</text>
        <lang>S</lang>
      </rk2> 
      <rk3>
      </rk3>
    In this case, the display queue shows me 3 rk2 context (one for language) but in the test mode I have just the first two rk2 context and missing the last
      <rk2>
        <text>AAABBB</text>
        <lang>E</lang>
      </rk2>
      <rk2>
        <text>CCCDDD</text>
        <lang>I</lang>
      </rk2>
    I hope to be been syntetic and clear in the exposition.

  • Display queue shows values but not in test tab

    Hi,
    We have a mapping scenario where we need to duplicate nodes and create the second node based on the coditions. The second node is a duplicate of the first node. The second node has the same mapping as the the node it was duplicated from. While testing the mapping in Display queue the values are coming in correctly for the duplicate node but during the testing in the test tab, the duplicate node values are missing. Context seems right but not sure why the duplicate node mapping does not work during testing?
    Teresa

    Hi,
    you should map the source node of the duplicated node with the required condition . it means when the conditions is true the duplicate node (source node) should get generated at the output.
    If <condition> True -
    > creatIf --- > source node of duplicated node
    Thanks
    Jyoti

  • Output looking fine in display queue but error while using test tab

    Hi,
    Iam working on an IDOC to XML scenario using multimapping.Here in my scenario i have a field in idoc namely E1PLOGI.
    Here the output is two different types of miles.Here the mapping should generate different number of files based on the number of times E1PLOGI occurs.Here in the IDOC i have taken the particular field(E1PLOGI ) occurs six times.
    Here the mapping rule is same for the two filestypes.But here for the first file type it is creating six files.But in the second case it is always creating 1 file only.
    When i click on display queue and see it shows the correct vaues(six constant values which i mapped to the node for every existence of E1PLOGI) but when i go to test tab and test it creates only one instead of six.
    Please help me with this problem.
    Thanks,
    Bhargav

    HI Bhargav,
                   May be this is the problem of queue, first u go to <b>Tcode smq2</b> ( for inbound messages) in ur R/3 system and clean up this queue , after this send your message again, hopefully it will solve your problem.
    regards
    HONEY

  • Display Queue

    May i know how this Display queue usefull in Message mapping..
    what is the use of this display Queue

    Display Queue:
    Displays the queue for a field or a function for complete target field mappings, if an XML instance has been loaded or entered on the Test tab page. The result queue is displayed for functions, while the results values are displayed for target fields before they are written to the target structure. The target structure specifies which values are taken from this queue, for example, depending on the occurrence value specified in the target structure.
    You can display multiple queues in parallel in separate windows. Within a queue window, you can update the queue, and number the entries of the queue consecutively.
    Introduction to queues in message mapping
    http://help.sap.com/saphelpnw04/helpdata/en/3c/5d70b7d21e478fa569fec37325b9f6/frameset.htm
    Regards,
    Parvathy

  • E2k10SP1 | Mails are backing up in MAPI Delivery queue - Restarting the transport service flushes the queue

    Hello,
    Need assistance on Transport issue.
    Setup:
    Windows 2008 R2
    Exchange 2010 SP1. Three member DAG and two HUB & CAS combined role servers configured with Hardware load balancer.
    Issue: Randomly some mails are getting stuck in MAPI delivery queue. Restarting Transport service for couple ot times, flushes the queues.
    Troubleshooting done so far
    1. Disabled  - TCP Chimney Offload, Receive Side Scaling (RSS).
    2. No DNS issue.
    3. EXBPA report is clear.
    Any help would be highly appreciated.
    Regards,
    Ghouse

    All are internal mails and 70 GB free space is there on the disk.
    If we dont clear the queue then after three days queue expires and sender receive below NDR.
    Delivery has failed to these recipients or groups:
     [email protected] 
    The server has tried to deliver this message, without success, and has stopped trying. Please try sending this message again. If the problem continues,
    contact your helpdesk.
     Diagnostic information for administrators:
     Generating server:
    [email protected]
     [email protected] 
    #550 4.4.7 QUEUE.Expired; message expired ##

  • I am trying to find a method to customise the pin icon on Web Apps map display

    Hi all,
    We are trying to find a method to customise the pin icon on Web Apps map display. This is the page that we are working with, it has 2 categories of locations.
    http://www.corporategames.net.au/aus/Sport/venue-map
    I want to be able to set the pin either at a web app item level or a category level.
    Any ideas?
    Thanks,
    Jude.

    There's really no simple answer to your problem but I think this link is a good place to start
    http://code.google.com/apis/ajax/playground/#custom_marker_image_v3
    Also, there are lots of examples of what you want here:
    https://developers.google.com/showcase/
    But how you apply this to your needs is likely something that's gonna keep you up through many nights and coffees!
    @webmospherehttp://www.webmosphere.co.uk/

  • How do you build a web page to display queued messages ?

    How do you build a web page to display queued messages in all states?
    Thanks,
    Reeta
    Reeta Joseph Benoy
    EDS@XEROX
    Database Administration
    1350 Jefferson Rd
    Rochester, NY 14623

    You can build a form to a procedure in oracle portal that explores the queue with the option browse and prints de type message with htp package. I made it in this way and my applicattion works right. The procedure must loop the select count(msgid) from aq$[queuetable_name] times.

  • I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one view a movie downloaded to the MacAir on a TV screen?

    I have a MacAir, mid 2011 model, and want to view video on my TV.  I see that I need a mini display port to Hdmi but there are many of these.  What exatly do I need and how does one go about viewing a movie downloaded to the MacAir on a TV screen?

    Welcome to Apple Support Communities
    That's exactly what you need. A Mini DisplayPort to HDMI adapter and a HDMI cable. See > http://support.apple.com/kb/HT4241?viewlocale=en_US
    This is the only way to view a video on the TV. After connecting your MacBook Air to the TV, image on your TV should show immediately. Then, press Command and F1 keys to mirror your MacBook Air display, and open the video

  • Can the iphone maps display more than one pin at the same time?

    For example, on a recent trip to New York I preloaded bookmarks of all the places I wanted to visit into the iPhone Maps. I then wanted to see where they all were in relation to one another so I could decide which one to go to next (MOMA, Guggenheim, Metroplitan Museum of Art for example). Is it possible to have the map display them all at the same time?

    DaVBMan wrote:
    Are you sure about that Andrew. I see no option to toggle on all my bookmarked pins. I can pick one to show and it shows up. But if I pick another, the previous one will go away. Only doing a search for stuff in an area will Google Maps show multiple pins, but I see no way of making all your saved bookmarks show up.
    Did it on mine just now but I also did a very small location here in Sacramento. Dropped a pin in 1 city, Bookmarked, Dropped a few others and bookmarked at least 6 cities in the general Sacramento area, zoomed out just a bit and saw 6 red Pins. Which are all bookmarked.
    If I could snap a photo of my screen I would post it.

Maybe you are looking for

  • Unable to close out of an image in iMessaging

    When chatting on iMessaging on my iPad and I open an image - either one sent to me or by me - I click "done" and nothing happens, the image will not close.  I have to completely reset the device...and with my Sleep button working only one time out of

  • Idocs not getting posted from XI to R/3

    Hi guys, We have set up a file-to-Idoc scenario that seems to work fine, but when the number of idocs to be posted in R/3 reaches a certain number, (3,500) all idocs are getting rolled back and nothing happens in R/3. It seems to me that there should

  • Adobe Air not being recognized on computer

    Hello, I have a widows 7 pc I am having some installation problems. The computer isn't' recognizing it. Here is my log file. [2012-05-04:10:18:25] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86 [2012-05-04:10:18:25] Commandline is:

  • Photo index page

    I want to create a photo index page with links on it to all my published photo folders. How do I do this without all those folders showing up on the top bar menu on all the pages. I just want to keep a simple Home - News - Photos menu.

  • Tcp_wrappers compile options

    I just had another look at tcp_wrappers' PKGBUILD  after reading my post in http://bbs.archlinux.org/viewtopic.php?id=58685 in which I found out that at least vsftpd needs "STYLE=-DPROCESS_OPTIONS" when configuring tcp_wrappers for certain features.