HTTP adapter: where to see the transformed output message

All,
I am a beginner in Webservices/HTTP interfaces in PI. I have to make changes on an existing custom interface which uses HTTP adapter. I have done the changes in the message mapping and tested it using the test tool. It seems OK.
However when we do end-to-end testing, data is flowing but  bussiness needs a copy of the transformed data that has been sent out from PI.
I checked RWB->Message Monitoring-> Integration server(Database) and it showed the successful message. When I drilled further into this message, it showed the SOAP message (Version 0 and Version 1 with payload). The payload showed the data that ECC had sent to PI and not the transformed data that went out from PI to 3rd party via HTTP adapter.
Appreciate if you could guide me in right direction regarding where to see the Output/Transformed data that is actually sent to third parties.
I have checked SXI_MONITOR as well in PI but that also shows the payload only and not the transformed data.
Regards
SK
Edited by: Shirin K on Feb 18, 2010 3:10 PM

Hi ,
Go to particular message in SXI_MONITOR. In Message there will be window on left hand side. There will be Technical Routing.
Technical Routing> Payloads->Maindocument. This shows the Output data.
If you are not able to see Technical Routing inform you basis team they need to do some configuration in SXMB_ADM
Edited by: Rajhans Abhay on Feb 18, 2010 4:29 PM

Similar Messages

  • Where to see the java sysout messages.

    Hi All,
    I am new to OAF.I have some print messages in my controller classes.And I am not using Jdev to run my pages.Can some one please let me know which console/log file i can see these print messages after I deploy my application??
    Thanks in advance

    Hi,
    Use Apps diagnostics feature. It is quick and available on screen.
    To enable diagnostics set FND:Diagnostics profile option to yes for your user. Then you will be able to see Diagnostics link on the Right top of the page.
    Select Show Log on Screen radio bottun. Then go the screen you want to see logs for.
    The diagnostics written in the java files will be available on screen logs. (IMP: not the SOPs)
    Use following to write diagnostics
    in controller:-->
    if(pageContext.isLoggingEnabled())
    pageContext.writeDiagnostics(this,"your custom message",1);
    in AMImple and other BC4J java files :-->
    get OADBTransaction object reference...lets say it txn
    if(txn.isLoggingEnabled())
    txn.writeDiagnostics(this,"your custom message",1);
    Regards,
    Mukesh Uchaniya

  • Where to see the output of my Application Engine Program ?

    Folks,
    Hello. I am creating my first AE program in Application Designer and test it in the 2-tier mode. I open the AE program in Appication Designer and click Edit ->Run Program. Then open the log file to see its execution and know the AE program is running out. But I don't know where to see the output of the AE program.
    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?
    Thanks in advanced.

    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?The output of the select didn't go anywhere. You have to actually do something with the values selected. App Engine selects them and puts them in memory (if you tell it to through %Select), but where those values go depends on you. If you have a DoSelect, then your next action may be an SQL insert/update/delete or even another %Select. If it is another %Select, then I would expect your next action to be Call Section or PeopleCode.
    If you just want to select data and print it to the app engine log file, then I would setup a step with a DoSelect/%Select and then a PeopleCode action. In your PeopleCode action, use MessageBox(0, "", 0, 0, "The value in field MYFIELD is " MYREC_AET.MYFIELD);
    I wrote a blog post a few years ago with additional tips and tricks for AppEngine output: http://jjmpsj.blogspot.com/2008/05/appengine-output-tricks-reporting.html.

  • Where to see the size of the file in XI system

    where to see the size of the file in XI system..i mean after sending it into XI....
    Edited by: Harsha reddy on Jun 25, 2008 5:51 PM

    Hi,
    You can UDF like in Message Mapping to get the file size.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","SourceFileSize");
    fileSize = conf.get(key);
    You have to mention adapter specific attribute for file size in file adapter.
    How to retrieve file size and XI message ID?
    Kulwinder
    Reward if Helpful

  • Where to see the transaction code for a script

    Hai my dout is  where to see the transaction code for a script after assigning to  a drive programm for example i see output for medruck in me11 and for other standard scripts where can i see the  output is there any table avaible to check it

    Hi masthan,
       for sd and mm related scripts. u can use tnapr.
    Otherwise go to nace transaction u can find the script name as well as program name.
    Or u can try with TSTC table, which will give the t/c's.
    Regards...
    Arun.

  • How to see the changed output for purchase order

    Hi..
    I have zmedruck. i need to increse item text lengh. i done this in editor. how to see the changed output now...I increased the length of text to be displayed. I checked the print preview in me23n. i cant see the increased length. Guide me where i am wrong.
    Edited by: Meena 303 on May 1, 2008 6:24 PM

    Hi
      In ME22N go to message -
    > select old message -
    >click change OutPut button -
    > Save
    then see print priview  through ME9F or ME22N it sself.
    regards
    Sachin

  • I can no longer see the top menu bar in itunes.  where you see the status of syncing.  where you have the option to click and move a song you are playing to the middle of the song, etc.

    I can no longer see the top menu bar in itunes.  where you see the status of syncing.  where you have the option to click and move a song you are playing to the middle of the song, etc.

    It's iTunes screen menubar:

  • 12c where to see the enabled audited operations

    hi,
    I got to see the audited operation data in setup->auditdata but I am not able to find where to see the enabled audit operation names.
    The following command shows only the list of operations can be audited but it doesnot say whether it is already enabled or not
    emcli show_operations_list
    please suggest me
    cheers
    Tamil

    Try adding -view=DETAIL
    bash-4.1$ ./emcli show_audit_settings -view=DETAIL
    Audit Switch : Enabled (For all Operations)
    Operations configured for auditing :
    ADD_AGENT_REGISTRATION_PASSWORD : ENABLED
    ADD_CS_TARGET_ASSOC : ENABLED
    AGENT_REGISTRATION_PASSWORD_USAGE : ENABLED
    AGENT_RESYNC : ENABLED
    AG_AUD_CREATE : ENABLED
    AG_AUD_DELETE : ENABLED
    AG_AUD_MODIFY : ENABLED
    APPLY_TEMPLATE : ENABLED
    APPLY_UPDATE : ENABLED

  • CO88 - Where to See the results of Execution?

    Gurus,
    Where to see the results after executing CO88?
    Kindly guide.
    Thanks.

    Dear,
    In order maintaince screen follow the menu path CO02 - Goto> Costs> balance.
    Or you can chek in order cost sheet itself, the actual cost sum is zero or not if ZERO than means settled.
    Collectively you can see in KKBC_HOE report.
    Regards,
    R.Brahmankar

  • Where to see the postings?????

    hi
    I hav done MIRO but unable to se the posting in MIRO screen? Where to see the postings.?

    tnx....
    i am getting "The subsequent documents missing in MIRO"..........??????????...

  • So where we see the status of this work order request

    Hi All,
    I have submitted work order WO00034931 in SAP for a new vendor address but it seems my approver (Andre Vabre) never received it. In SAP, its status is “Submitted for Approval”.
    So where we see the status of this work order request
    Thanks,
    Kumar

    Hi
    You can make the price of a variant dependent on the characteristic values assigned (Pricing).You can use
    variant conditions to define surcharges and discounts for a variant
    Variant u2013Pricing steps
    Create condition record
    create a procedure where you enter the reference from the characteristic
    Assign the procedures to either the characteristic values
    configure the material in the sales order
    The net price for the material is displayed
    If a value that triggers a variant condition is selected when configuring a material in a sales order, the price of the material displayed under Net value is automatically increased or reduced.
    In addition, the Conditions pushbutton is displayed.
    On pressing this pushbutton,
    One can see which conditions have
    influenced the price.
    I tried to list you as much detail as possible. Hope that you will be able to resolve your issue
    Thanks

  • During/after upgrading to ios8.1 my ipad air is looping is a screen where i see the apple logo after a minute or so i see a flash of bleu then black en the it starts over again....i can't even turn of.

    During/after upgrading to ios8.1 my ipad air is looping is a screen where i see the apple logo after a minute or so i see a flash of bleu then black en the it starts over again....i can't even turn of. Help?

    Hi,
    Had the same issue.  Hard reset not working.
    What I did was: start your mac/pc and open iTunes, hold down the home button of the iPad (and while holding the button), connect it to the PC with the cable.
    Keep pressing until you get a pop-up asking to upgrade or restore.
    Hope this helps for you!
    Xavier

  • WHER I SEE THE STOCK  IN VARIENT CONFIGURATION

    Hi
      Gurus,
    Where i see the stock of different varients available in plant .for example  i want to the stock of yellow,red,black sheets with thichness and width from     which  this any t-code or tables.
    Thanks in advance
    avinash.pegarlawar

    Hi,
    It is not possible to maintain the stock for variant configuration materials. This is purely MTO scenario.
    Regards,
    V. Suresh

  • Where we can see the settings for Message No L1615

    Where we can see the settings for Message No L1615
    Appl. Area              L1
    Message Number     615

    Hi
    This message cannot be maintained as a warning using the Configuration.
    This message is allowed only AS AN ERROR.
    Thanks & Regards
    Kishore

  • I only see the phone numbers of my contacts when using iMessage on my MAC, whereas I see the names on my iPhone. Why, and how can I make it so I see the names (and pics) on my MAC?

    I only see the phone numbers of my contacts when using iMessage on my MAC, whereas I see the names on my iPhone. Why, and how can I make it so I see the names (and pics) on my MAC?

    Thanks Eric, but that was already turned on. I just now tried turning it off and on again, no change. Actually, I"m more interested in seeing the names than the pictures. I now only see the phone numbers and generic avatars where pics would be.

Maybe you are looking for

  • Is is possible to Triple Display from the New MacMini

    Is it possible to run a triple display on a MacMini with the intel HD 4000 chipset (which according to Intel is triple monitor capable). I would assume one display would run off the HDMI and the other two from the Thunderbolt Port. If it is possible

  • Aperture Not Displaying Altitude Metadata from Camera

    My camera records GPS data including Lat, Long and Altitude. When I import my images into Aperture 3.5.1, the metadata shows the Lat and Long information but Altitude shows up as 0m. I know for sure that my camera is recording the altitude informatio

  • How do i back up 2 peoples iphone to the one computer?

    I have connected the 2nd phone to the one computer, after sync'ing and backingup mine, and it has started to download my apps onto the 2nd phone. Not sure what to do with that? any help..

  • How to detect changes in a group of packages

    When a group is modified adding or removing packages how do I can notice this change? If a new package is added in a group I can install it doing pacman -S $groupname --needed but when a package is removed? Recently bin86 has been removed from base-d

  • Using Multiple Spry datasets? - regarding Regions: DetailContainer/DetailRegion

    Hi Spry experts: I've been battling a good battle: Spry datasets and mobile app development. I'm making headway, but as is true in life, there are problems.  I've professor googled for several days related to the current issue without success. I'm th