Find the correct data from series of messages

I have the RFC -> XI -> SOAP scenario; In this scenario, RFC will send some notes of service for the WEB service via SOAP.
When I access the monitor of messages of the XI, I got series of messages. How I should find the correct messages out of this bunch.
How can I locate one definitive note for the number of it through the monitor of the XI?

a s
You need to use selection criteria to restrict message view to the relevant messages
Monitor for Processed XML Messages
http://help.sap.com/saphelp_nw04/helpdata/en/c4/9a5c3bab977239e10000000a114084/frameset.htm
Once you have identified the relevant messages (say your three examples of the same message type), you then need to distinguish between each one.  To do this you will need to open each relevant message then view the payload of the inbound message and / or the response message.  This blog is only relevant in that it highlights the message header, payload etc.  Refer to left hand side of screen once you have displayed the message version
Monitoring for Processed XML messages in ABAP Proxy
Monitoring for Processed XML messages in ABAP Proxy
Regards,
Mike

Similar Messages

  • I have 2 cell numbers on my account both have different dates of when the data usage resets. where can I find the correct date ?

    I have 2 cell phones on my account. Both have different dates for the data usage to reset. Where do I find the correct date for this data usage to change?

    rumfeltb, that's kind of odd. Are both lines on the same plan? You can view your billing cycle date online at My Verizon or at the My Verizon Mobile Application. Click http://vz.to/1nvKlnG to sign in as the Account Owner.
    For more tips on how to manage your data usage, click http://vz.to/1hvu4tP
    LasinaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Need to know the sqluery to find the disabled date from OIM 9.1.0.1

    Hi Experts,
    Need very urgent inputs from you all for the preparation of our audit.
    We are using OIM9.1.0.1
    We need to know the sqlquery for finding the Disabled date in OIM given the user ids, as currently we are unable to get the exact data from Historical Reports Option in OIM.
    I need to give in this format:
    select usr_login, usr_disabled from schemaname.tablename where usr_login in
    ('aaa','bbb'..... etc)
    We have three attributes :USR_DISABLED_BY_PARENT,USR_DISABLED,USR_DEPROVISIONING_DATE,but none of them give the exact date,
    USR_DISABLED gives just a flag as 1 or 0.
    Also there are no other fields in the corresponding usr table.
    So how to fetch the exact Disabled date from OIM system when I input the user ids.
    Your immediate response is appreciated.
    Thanks
    SS

    In the entire thread many experts have given nice queries in different formats...
    The best approach would be to open up the SQL Developer, connect with the OIM Database and experiment with all sorts of SQL queries provided by all the experts..
    Learn some SQL techniques, like Inner Join etc...
    Then you yourself will be able to figure out what you need, in exactly which format, for which users and for whom you have to restrict
    Then not only this question, you would be able to solve dozens of similar such issues yourself...
    And trust me, nothing can match that...
    Just in case, you are not familiar with SQL Developer,
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    Oracle SQL Developer 3.2.1 (3.2.10.09.57)
    September 24, 2012
    The Disabled DATE will be the creation date of that entry in the UPA_FIELDS table when Users.Status changed to Disabled.
    SELECT USR.USR_LOGIN, UPA_FIELDS.CREATE_DATE
    FROM UPA_FIELDS
    WHERE UPA_FIELDS.FIELD_NAME='Users.Status'
    AND UPA_FIELDS.FIELD_NEW_VALUE='Disabled'
    AND UPA_FIELDS.UPA_USR_KEY=USR.USR_KEY
    AND USR.USR_LOGIN NOT IN ('XELSYSADM', 'XELOPERATOR', 'WEBLOGIC');

  • Finding the correct date to print on the report....

    Hi SAP,
    I've hit a road block and I need someone's help please.
    I have a main report that displays employee hrs worked, work dates based on invoice number.
    I also have a subreport that looks at a specific table that prints the entire employee's rate history.  The employee rate history table contains the rate and the effective date, i.e. 01/01/2008 rate: $100, 04/01/2008 rate: $300, etc.  It can contain many rows of information.
    My problem is that I need to figure out what the corresponding rate should be for the given work date on the main report.  The work date can be any date within the given year so I can't link up the work date from the main report and the effective date on the subreport.
    As an example, say, we take the above rates and effective dates as an example.
    On my main report, if I have a work date of 01/05/2008, how can I pull in the $100 rate from the subreport into the main report?  Similarly, if I had a work date of 04/17/2008 how can I pull the $300 as the rate from the subreport into the main report?  I need to figure out what rate is applicable for each work date.
    Any help would be GREATLY appreciated!!
    Z

    Raghavendra,
    Thanks for your reply.  However, the only time the subreport prints data is when the main report's work date's month and year equals the subreport's month's effective date and year's effective date.  However, there can be gaps in the effective dates.  An employee doesn't necessarily get a new rate effective each month.  It could be once a year or 7 times a year. 
    So say you have 2 effective dates for 2008, 01/01/2008 with rate $200, and 05/01/2008 with rate $400.  based on your logic, the only time the subreport will print the correct data for this employee's rate is if the work date is in January of 2008 and May of 2008.  But, if this employee has a work date of 03/01/2008 in the main report, the subreport will print a null value.
    How can I overcome this?
    Thanks,
    Z

  • To find the greatest date from table

    guys,
    I currently use this query to find the difference between sysdate and the oldest date in the table
    select (SYSDATE - cur_date) from comp_check
    the problem is it fives multiple records as output.
    i want to design a query that will give the difference between sysdate and the oldest date in the table(it should throw only one record as the result)
    how do i do that.
    thanks in advance

    SQL> select sysdate-min(created) from all_users
    SQL> /
    SYSDATE-MIN(CREATED)
              507,373866
    SQL> Nicolas.
    MIN usage for oldest. Correction after ennisb's remark, thanks.
    Message was edited by:
    N. Gasparotto

  • Find the missing date from output data

    Hi Guys,
    For Ex,
    I have the following ouput rows with column like
    Id   Name   Mobile    Signindate
    1     AAA      XXX        2012-03-01
    2     AAA      XXX        2012-03-02
    3     AAA      XXX        2012-03-05
    4     AAA      XXX        2012-03-06
    5     AAA      XXX        2012-03-07
    the above rows will get based on startdate and enddate parameter like (mar 1,2012 ) to (mar 31,2012)
    the Actual output needed is the missing date of Signin ,here in above ex ,it will be march 3 ,march4
    Final Output is,
    Id   Name   Mobile    Signindate-Missed date
    1     AAA      XXX        2012-03-03
    2     AAA      XXX        2012-03-04
    how to do in tsql
    any help is needed 
    Thanks
    r.b

    final output getting like this,
    d ResourceID
    ResourceName ReportsTo
    Location eMail
    Mobile Workdate
    2013-12-01 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-07 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-08 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-11 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-12 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-13 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-14 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-15 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-16 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-17 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-18 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-19 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-20 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-21 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-22 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-25 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-26 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-27 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-28 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-29 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-30 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-31 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    SELECT d.* ,a.*
    FROM   @Dates d
    left join #tmp a on d.d =a.Workdate 
    WHERE  d NOT in (SELECT Workdate
                     FROM   #tmp) 
    suggestions needed, all fields coming as null except workdate ,workdate is the missing date 
    tnkx
    r.b

  • URGENT! Getting the correct data from field BET01 in Infotype 0008

    Hello,
    I am trying to read the logs (Long-term PCL4) for the field BET01, BET02...in infotype 8. When I get the data from the logs, the value that appears in BET01 seems to be different from the value present in PA0008.
    Does this value depend on the wage types valuation? How is this value in the logs calculated? For the same amount present in pa0008-bet01 and for same wage type, i am seeing a different amount coming up from logs. Could anyone please help me with this to understand how the value in logs is being calculated?
    Thank you very much !

    If two users run the same select at the same time, they will ALWAYS come up with a duplicate doc code.
    The standard way to insure a unique code is to use an Oracle sequence.
    Otherwise, you could build your pl/sql into a stored procedure or package that inserts the new document code into the table before it passes it back to the user. This would prevent the second user from getting a duplicate, but would also stop user 2 from even getting a document code until user 1 did a commit.

  • All the message dates in the message list changed in every mailbox to a recent date, I don't know why.. The dates within the messages' headlines themselves remained correct.  How do I re-establish the correct dates also in the mailboxes' message list?

    All the message dates in the message list changed in every mailbox to a recent date, I don't know why.. The dates within the messages' headlines themselves remained correct.  How do I re-establish the correct dates also in the mailboxes' message list?

    First thing is to forget all the complex configs and just try to schedule the report to run once now, no alerts, no notifications, no nothing.
    Does that work?
    Then you can build up the schedule, to see where the problem is coming from.
    Sincerely,
    Ted Ueda

  • I delete an individual message but the time I received the message is still showing next to the persons name in my inbox instead of going back into the correct date/time order. Anyone know how to fix this?

    I delete an individual message but the time I received the message is still showing next to the persons name in my inbox instead of going back into the correct date/time order. Anyone know how to fix this?

    SOLUTION
    Open "terminal" on your mac and type the following:
    defaults write com.apple.mail IgnoreSortOrderWhenSelectingAfterDelete 1
    (copy and past the whole line)
    This will stop that behaviour in mail. 
    It works on most opperating systems.
    mine is.
    Mac OSx 10.7.2 Lion
    Cheers

  • Migration from PC with MA did not end. Had to shut down MacBookPro. After restart no new user was created. Can't find the transferred data (35 GB). Would like to delete it.

    Migration from PC with MA did not end. Had to shut down MacBookPro. After restart no new user was created. Can't find the transferred data (35 GB). Would like to delete it.

    iTunes is required to initially activate the phone. Back when the iPhone 3G was sold, you would take it out of the box and see a "Connect to iTunes" screen. She HAD to connect to a computer in order to begin using the phone. Does she remember what computer this was?

  • How to edit PSA and continue the load with corrected data from PSA.

    Hi,
    Can you guide me on how to edit data in PSA and then continue a load?
    i.e. if you can provide me with the steps on how to fix a load problem if a load fails. The load fails and Monitor shows red, so how do I fix them in the PSA and then allow the load continue with the corrected data into the data target.
    I will appreciate the details steps involved.
    Thanks

    Hi
    First select that request then turn to Red and delete the Request , delete the qeruest then system allow to edit the psa data ,selete psa then selet packet then selet record double click modify the data, dont forget after completing save the data. after competing modification then select psa right click select- start update immediatly......
    thanks
    ram

  • DB13 can not find the correct controlfile.

    My environment is
    Win2003
    Oracle 10g
    Ecc 6.0
    When I use DB13 for the full offline backup, I get the following message:
    BR0051I BRBACKUP 7.00 (13)
    BR0055I Start of database backup: bdtelngh.afd 2006-08-02 21.01.03
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    BR0166I Parameter 'control_files' not found in file D:\oracle\DEV\102\database\initDEV.ora - default assumed
    BR0274W File 'D:\oracle\DEV\102\database\CTL1DEV.ORA' not found
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    D:\oracle\DEV\102
    oracle_profile                 D:\oracle\DEV\102\database\initDEV.ora
    sapdata_home                   D:\oracle\DEV
    sap_profile                    D:\oracle\DEV\102\database\initDEV.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                disk
    backup_root_dir                D:\oracle\DEV\sapbackup
    compress                       yes
    compress_cmd                   D:\usr\sap\DEV\SYS\exe\nuc\NTI386\mkszip -c $ > $
    uncompress_cmd                 D:\usr\sap\DEV\SYS\exe\nuc\NTI386\uncompress -c $ > $
    exec_parallel                  0
    system_info                    SAPServiceDEV JXCDEV Windows 5.2 Build 3790 Service Pack 1 Intel
    oracle_info                    DEV 10.2.0.2.0 8192 1870 13112942
    sap_info                       700 SAPSR3 DEV U0388471103 R3_BASIS 0002894446
    make_info                      NTintel OCI_10103_SHARE Apr  2 2006
    command_line                   brbackup -u / -jid ALGOF20060802210000 -c force -t offline_force -m all -p initDEV.sap -w use_dbv -a -c force -p initDEV.sap -s -w
    BR0116I ARCHIVE LOG LIST before backup for database instance DEV
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            D:\oracle\DEV\oraarch\DEVarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     1867
    Next log sequence to archive   1870
    Current log sequence           1870       SCN: 13112942
    Database block size            8192       Thread: 1
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    D:\oracle\DEV\102\database\CTL1DEV.ORA              8192    0            0  NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2006-08-02 21.01.09
    BR0115I Compression rate for all files 5.8422:1
    BR0056I End of database backup: bdtelngh.afd 2006-08-03 06.07.57
    BR0280I BRBACKUP time stamp: 2006-08-03 06.07.59
    BR0053I BRBACKUP completed successfully with warnings
    BR0280I BRBACKUP time stamp: 2006-08-03 06.07.59
    BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20060802210000 -d disk -c force -p initDEV.sap -s -w'
    BR0280I BRBACKUP time stamp: 2006-08-03 06.08.06
    BR0292I Execution of BRARCHIVE finished with return code 1
    1.It seems the correct control file can not been found.
    I have checked the file "initDEV.ora" and spfile.In them the positions of control file are  "/origlogA/cntrl","/origlogB/cntrl" and "/sapdata1/cntrl".
    So I donot know why the process of DB13 cannot find the correct control file and search the file CTL1DEV.ORA.
    Because the correct control file could not been backuped,I can not restore and recover the database.
    What causes it?
    2.
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    How can I solve this warning? And why it occurs?
    Anyone can help me?
    Thanks!
    Ryan Fung

    Praveen,
    I had the same problem as Ryan and Gary on a new XI \ Oracle 10g installation and your suggestion did solve this.  It seems that when you run the first BRTOOLS based backup, Oracle tries to create a PFILE from the automatically generated SPFILE, but the DB user doesn't have rights to delete the SAP.ORA file.  Once you assign SAP_<SAPSID>_GOBALADMIN full rights to the Oracle folder, an updated INIT<SID>.ORA is generated and the default SAP.ORA is deleted on the next BRTOOLS backup run.
    Thanks for the tip.
    Rgds,
    Andrew

  • How I find the correct iTunes account?

    I just reloaded my pc laptop and when I tried to sync my iPad a message said I was on a different account and if I continued to sync my iPad was going to be erased. How can I find the correct iTunes account?

    By "reloaded my pc laptop" I take it you mean you wiped the PC and restored it back to factory settings? If so did you backup all your documents and data first? Normally your user profile contains a Music folder which in turn holds the iTunes folder. All the important details of your library are in there, with the media below in a folder called iTunes Media. If you lose this information and then connect your device to an empty iTunes library it will want to clean it out and start over.
    You should be able to recover the media with the tips in  this post from forum regular Zevoneer but I'm not sure what the implications are for your application settings. You can probably transfer your purchases into an authorised library, backup the device, recover any other media using third party tools, then restore the device from the backup. That might switch the assocation of the device to the new machine but I couldn't say for sure.
    tt2

  • Not able to get the Qualification data from BAPI

    Hi all,
    I am using a BAPI (BAPI_JOBREQUIRE_GETLIST) to get the qualifiaction data for requirement profile. It's working fine earlier but I did not get the qualification data from this BAPI, although the data is there in DB against this requirement profile.
    Can someone suggest me why I am getting this issue. I have looked into SDN and in BAPI documentation and found as below:
    "You require authorization (structural authorization) to read the Requirements subprofile."
    I am having the same User ID as I had before (when I getting back the correct data), so I don't think it should be authorization issue.
    Can someone help me out in this issue please.
    Thanks,
    Sanket Sethi

    Hi Shiva,
    It does not going to these includes at all. Message comes out with successfully done. The BApi is calling RHPP_COMMON_QUALI_READ inside, but this will not return any data. But if will call any qualification object ID, this BAPI will come up with data.
    So the QP type LO profile will not come up with any kind of data, but if we pass the OTYPE as Q and pass any Qualification object ID then the data will be returned.
    Is there any relationship or some other thing is missing? Any idea.
    Thanks,
    Sanket Sethi

  • Dont find the correct video drivers for my T61 + windows 7 ultimate + intel pm965 video card

    Hi Experts,
    I am keep getting the stop error 0x00000116 failing with a blue screen while im browsing. I have observerd this quite a few times and also I could not find the correct video drivers for my t61 thinkpad in the ibm site. I could see the details as wxp & windows vista but not for win 7. Please find the link below which has all the video drivers fro t61. Please help me find the correct customized video drivers fro my t61 + win 7. Hope you understand my problem.
    By the way i just use for home computing and my win 7 is upto date wiht no extra software and games installed. I dont play games at all on my t61.
    my t61 specificaitons : http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67883
    If you see the link http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-67853
    if u search in the baove link ,you cannot find the video drivers for t61 + win 7. You have it only for xp & vista in this section. Intel X3100 (940GML, 945GM, GL960, GM965). there are no video drivers for win 7 for t61. my video card info is
    Video chipsets:
    Intel PM965/GM965 graphics. (15.4 inch).
    my video card is Intel PM965 chipset . Please help me to get the correct customized version of the video drivers for my thinkpad as I am getting this problem with video drivers and its getting restarted when I am in the middle of something. But it works find after that. I have tried to install drivers from intel and its saying i have customized version of lenovo drivers and I should contact you guys. I triedcomplete  win 7 update from windows site and installed all patches and still getting the problem intermitently, but after restart it works fine. No hardware or software changes. Its that I need the correct version of video drivers for win 7. Please inform the lenovo about this and ask them to develop the good video drivers for win 7 + t61 model. Hope you understand my situation.
    Please let me know if you need any kind of info so that i can provide.
    thanks for reading the mail.
    Regards,
    Manu

    Are you kidding me ? You dont work for Lenovo and you are an active volunteer here in this forums. I have seen your replied many times and wont get paid by Lenovo, you are really crazy for ur stufee .Anyways thanks a lot for the link and the original lenovo staff were notable to provide the link and you could. Well I have tried that what you have said nd still I could not get the link, here you go..
    http://www-307.ibm.com/pc/support/site.wss/product.do?doccategoryind=50880&template=%2Fproductpage%2...
    Let me install the drivers from your link and I will reply soon, so who ever search in this forum now , there wont be any problems for t61 windows 7 video drivers because of u. You are awsome.wll reply my results soon.

Maybe you are looking for

  • Can I use two or more seperate Apple ID accounts on Apple TV? Everyone in my family has a different account.

    Can I use two or more Apple ID accounts on the new Apple TV? Everyone in my family has a seperate account.

  • Make Code More Efficient

    I got this code to play some audio clips and it works alright. The only issue is that when I call the play method it lags the rest of my game pretty badly. Is there anything in the play method you guys think could be moved to the constructor to make

  • Printing photo book as pdf vertical problem

    The books are all set out in landscape mode, but when I chose print and save as pdf it become portrait and all the photos are chopped off to fit! Any ideas how to fix this? Cheers Waddo

  • IllegalAccessException while invoking a servlet

              Hi           I am trying to invoke a servlet, but getting this IllegalAccessException...although           I have set the execution rights to everyone for this servlet. I           would appreciate if anyone out there can help me...        

  • Sqlplus shows unreadable characters !

    Hi, this is my first time running oracle 11g r2 on my laptop with windows 7-OS 32-bit . It means I am totally newbie with Oracle and sql. So I need your help with my problem. when I start sqlplus.exe . It shows strange characters like this : http://i