Table for Total messages passed through XI

Hi Experts,
I want count of total messages passed through XI in one day.
At present I am doing it using SXMB_MONI but it is very slow and takes lot of time to calculate.
Anybody knows the table which holds this information, so I can get the information in one shot.
Thanks in advance
Shri

This thread ( Michal's reply ) will point you to the tables in which messages are stored in XI,
In Which Database Table the Messages are Stored in XI
Regards
Bhavesh

Similar Messages

  • Table for total actual cost and total actual revenue.

    Hi Gurus,
    Can anybody pls tell me what is the table for total acutal cost and total actual revenue for a service order.
    Thanks in advance.
    Regards
    Satish

    Check COSP

  • Table for Idoc messages

    Hi,
    Where I will get the bd87 idoc messages
    what the name of the table contain these messages.
    Thanks!!

    Hi Ramesh,
    if you are tracing the idocs through BD87 (idocs in outbound side) , then u can find the corrresponding inbound idocs in the reciever system,use transaction we02 give the outbound idoc numbers and execute , the u can see the idoc numbers along with thier inbound status (for eg 51, 53 0r 64).
    Also in bd87 itself u can trace the idocs by mentioning the time and date on which u created idocs.
    The status through which ab idoc has passed are stored in EDIDS.
    Regards...

  • Reg:Table for Custom Messages and custom Messaege Classes

    Hi ,
    My requirement is to find out all custom messages . so can any one tell in which tables all custom messages and custom message classes are stored .
    Thanks & Regards,
    Lakshmi.

    hi,
    You can checkthese tables listed below,
      T100                             Messages
      T100A                            Message IDs for T100
      T100C                            Message Control by User
      T100O                            Assignment of message to object
      T100S                            Configurable system messages
      T100SA                           Application Areas for Configurable Messages
      T100T                            Table T100A text
      T100U                            Last person to change messages
      T100V                            Assignment of messages to tables/views
      T100W                            Assign Messages to Workflow
      T100X                            Error Messages: Supplements
      T100ARBGB                    Application Area
    But The main table for storing all the message classes and their numbers are stored in table
    T100

  • Tables for XI messages

    Hi all,
    Can any one please give me list of DB tables which are used for XI messages.
    Any links, docs, threads would help me
    reg,

    HI,
    SXMSPMAST, SXMSCLUP, SXMSPCLUR
    the last two are cluster tables
    and you won't get XML messages directly from them
    have a look inside them
    The classes that reads this information in SXMB_MONI are abap classes,
    (can be seen at SE24) it is quite difficult to use them,
    you might debug SXMB_MONI or use SE30 and see all the classes
    that have been used.
    You can use value mapping if you are not looking at picking up values from application system.It is just like SM30 transcation.You can get the info under SAP XI->Design and Configuration->Configuration->Value Mapping.
    Also see the
    these tables,
    /SAPDMC/LSOMAP Field Mapping
    /SAPTRX/SCAOTMAP
    /SAPTRX/SCCNDMAP /SAPTRX/SCEVTMAP
    /SAPTRX/SCFUNMAP /SAPTRX/SCSOMAP
    /people/udo.martens/blog/2006/02/16/own-logging-of-xi-messages
    message-mappings: stored in which database-table?
    sxmb_moni, table sxmspmast, Messages with ICON_LED_RED, report RSXMB_SELECT
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/a1b46c4c686341e10000000a114a6b/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/45393c3eb3036be10000000a11402f/frameset.htm
    Regards
    Chilla
    <i>reward points if it is helpful..</i>

  • OVM support for NPIV and pass through disks

    Hi Gurus,
    I have a couple of questions -
    1) Does OVM support NPIV?
    2) Does mapping the physical disks via the phy: definition in the vm.cfg file equivalent of pass through disks to the guest OS?.
    thanks!
    Gak

    avasek wrote:
    Thanks!. The pass through question was actually in context of usage with snap* products from netapp as they work with VMware. All the snap* work with RDM's in VM's (pass through's), so i was wondering if the snap* could be made to work with the phy: def to the VM's as well. The RDM def should be equivalent of the phy: def ..right?. So ideally, they ought to work?No idea, to be honest -- I haven't worked with NetApp gear yet. You're probably better off checking with NetApp directly as well.

  • Custom jms headers are removed when a message pass through OSB's proxyservi

    Hi,
    I am using OSB 10.3. Trying to build the application withe the following flow.
    proxyservice(jms integration)-->businessservice(jms integration)-->MDB
    When a jms message with some custom headers are posted to a proxyservice, the custom headers are getting strippped off and only the plain jms message is received in the MDB and not the custom jms headers. I have enabled "Get all headers" option to "Yes" on the proxyservice. Do I need to do anything special to get those jms properties on to a MDB?
    Regards,
    Baskaran

    Did you try passing headers with "Set Transport Headers for[ Outbound Request ] " with option      Pass all Headers through Pipeline checked?
    Thanks
    Manoj

  • Update EKKO table for the custom field through BAPI

    Hi Experts,
    I need to create an Custom field in EKKO table through Include Structure.
    Now I have to update that custom field in my program.
    I have gone through the following but could not solve my question.
    Update EKKO table
    User Exit for ME21 PO Creation at the time of saving--Urgent
    I don't need to update when I hit the save button or any thing
    I have the PO's which needs to be updated with that field...
    Any suggestions would be greatly helpful.
    Thanks,
    Chaithanya...
    <removed_by_moderator>
    Edited by: Julius Bussche on Jul 7, 2008 10:47 PM

    Hi Patrick,
    Sorry Patrick you are right.. The structure is at header level.
    I have made the changes still I could not achieve it.
    I have made the following
    In EKKO table I have append the structure with a custom field ZZBUY.
    Now I have also appended BAPI_TE_MEPOHEADER and BAPI_TE_MEPOHEADERX with the custom field
    ZZBUY.
    Here is my program
    Data: wa_bapi_poheader  type BAPIMEPOHEADER,
             wa_bapi_poheaderx type BAPIMEPOHEADERX.
    Data: it1_bapi_poheader  like BAPI_TE_MEPOHEADER,
             it1_bapi_poheaderx like BAPI_TE_MEPOHEADERX.
    CALL FUNCTION 'BAPI_PO_GETDETAIL1'
      EXPORTING
        PURCHASEORDER            = wa_DATA-ebeln
    *   ACCOUNT_ASSIGNMENT       = ' '
    *   ITEM_TEXT                = ' '
    *   HEADER_TEXT              = ' '
    *   DELIVERY_ADDRESS         = ' '
    *   VERSION                  = ' '
    *   SERVICES                 = ' '
      IMPORTING
        POHEADER                 = wa_bapi_poheader
    *    POEXPIMPHEADER           =
      TABLES
        RETURN                   = it_bapireturn
    it1_bapi_poheader-ZZBUY = 'X'.
    it1_bapi_poheaderx-ZZBUY = 'X'.
    it_extensionin-structure = 'BAPI_TE_MEPOHEADER'.
    it_extensionin-valuepart1 = it1_bapi_poheader.
    append it_extensionin.
    Clear  it_extensionin.
    it_extensionin-structure = 'BAPI_TE_MEPOHEADERX'.
    it_extensionin-valuepart1 = it1_bapi_poheaderx.
    append it_extensionin.
    Clear  it_extensionin.
       CALL FUNCTION 'BAPI_PO_CHANGE'
         EXPORTING
           PURCHASEORDER                = wa_data-ebeln
           POHEADER                     = wa_bapi_poheader
           POHEADERX                    = wa_bapi_poheaderx
    *      POADDRVENDOR                 =
    *      TESTRUN                      =
    *      MEMORY_UNCOMPLETE            =
    *      MEMORY_COMPLETE              =
    *      POEXPIMPHEADER               =
    *      POEXPIMPHEADERX              =
    *      VERSIONS                     =
    *      NO_MESSAGING                 =
    *      NO_MESSAGE_REQ               =
    *      NO_AUTHORITY                 =
    *      NO_PRICE_FROM_PO             =
    *    IMPORTING
    *      EXPHEADER                    =
    *      EXPPOEXPIMPHEADER            =
         TABLES
           RETURN                       = it_bapireturn
    *      POITEM                       =
    *      POITEMX                      =
    *      POADDRDELIVERY               =
    *      POSCHEDULE                   =
    *      POSCHEDULEX                  =
    *      POACCOUNT                    =
    *      POACCOUNTPROFITSEGMENT       =
    *      POACCOUNTX                   =
    *      POCONDHEADER                 =
    *      POCONDHEADERX                =
    *      POCOND                       =
    *      POCONDX                      =
    *      POLIMITS                     =
    *      POCONTRACTLIMITS             =
    *      POSERVICES                   =
    *      POSRVACCESSVALUES            =
    *      POSERVICESTEXT               =
           EXTENSIONIN                  = it_extensionin
    *      EXTENSIONOUT                 =
    *      POEXPIMPITEM                 =
    *      POEXPIMPITEMX                =
    *      POTEXTHEADER                 =
    *      POTEXTITEM                   =
    *      ALLVERSIONS                  =
    *      POPARTNER                    =
    *      POCOMPONENTS                 =
    *      POCOMPONENTSX                =
    *      POSHIPPING                   =
    *      POSHIPPINGX                  =
    *      POSHIPPINGEXP                =
    *      POHISTORY                    =
    *      POHISTORY_TOTALS             =
    *      POCONFIRMATION               =
    It gives me messages saying that
    Please also populate interface parameter POHEADERX
    No data changed
    Where am I going wrong..
    Waiting for your replies....
    Thanks,
    Chaitanya

  • Table for AE messages

    Dear experts,
    I know that IE messages are stored in table SXMSPMAST
    can u pl let me know in which table are the AE messages stored ?
    OR is it that AE messages are not stored in ABAP stack tables ?
    pl help

    Hi!
    You may try it. If this tool (I do not know it) accesses the database from a "bird's point of view" seeing both ABAP and Java Database Schemas it might work. But if it just can "see" the ABAP DB Schema, this will not work. Please keep in mind: For every DB Schema you will have to authenticate by userid and password. For the ABAP stack it is another user ()and pw) than for the Java stack.
    What should work anyway is to access the database from the Oracle Administration Tools on OS level. BUT BE CAREFUL when you plan to modify tables and/or table contents. In case of any problems you may get no or only limited support from SAP.
    But again: Try it and tell us if it works ...
    Regards,
    Volker

  • Table for alert messages

    Hi All,
    Is there any table in SAP that stores message ids for which alerts are thrown.
    My requiremenst is to extract messages for which alerts are thrown.
    I found ALXMBALERT , but this does not have any entries.
    Thanks
    --Pradeep
    Edited by: pradeep nellore on Jun 25, 2009 10:14 AM
    Edited by: pradeep nellore on Jun 25, 2009 10:15 AM

    hey pradeep
    hope things must be fine at your end
    i am sending you link of sdn help "how alert works"
    this contains various method of how alert triggers and also contain some report
    hope this will help you to achieve your reuirement
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/96/f1033c128f4a7de10000000a114084/frameset.htm
    click on the tab triggering alerts under alert category
    Thanks
    sandeep sharma

  • Table for total planned hrs and total confirmed hrs in prodution order

    Hi guys,
    I am creating a report for which i need total planned hrs (set up + machine + any other) and confirmed hrs.
    For eg., a production order has 10 qty. Standard values are Set up time is 20 min and machine time 5 min for a base quantitiy of 1. So here the planned hrs are 20 + (5*10) = 70 min.
    In which table can i find this planned hrs. I can see the standard value in AFVV table. But what logic can i use for calculating the total planned hrs.
    Is there any function module for this ?
    Thanks
    Srini

    Hi Srini,
    The following details are available in the table AFVV,
    Standard value, operation qty & Base qty.
    With this values create a formula Standard value * operation qty/ Base qty , this will equal to the planned hours for that particular activity type. Similarlt planned hours for other activities can be calculated.
    The actual/confirmed hours are available in the table AFRU.
    Regards,
    Senthilkumar

  • Tables for Financial Planning uploaded through GP12n

    Hi Experts,
    Can any one guide me, on where the amouts uploaded for financial planning through GP12N get stored i.e which table.
    Please advise.
    Thanks
    Shailesh

    Hi Sir,
    Please find the below Table names may help you :-
    T8PL00 FI Planning: Installed Plan Tables
    T8PL01 FI-Planning: Summary Table Dimensions to be Planned
    T8PL01DD FI Planning: Dimensions Table Index - Dictionary Information
    T8PL01DP FI Planning : Field Dependency for Validation
    T8PL01S FI-Planning: Dimensions that Allow Sets
    T8PL01SF FI Planning: Special Handling of Dimensions
    T8PL01SV FI-Planning: Comb. fixed values/attr. for key fig. and dim.
    T8PL02 FI-Planning: User attributes
    T8PL02CC FI Planning: Currency Translation
    T8PL03 FI Planning: Configuration of Plan Tasks
    T8PLUATTR FI-Planning: Key Figures for Planning
    If you have any doubts feel free to share.
    Regards,
    Pankaj A Bhalerao.

  • Data not saved in the table (for the field created through AET)

    Hi,
    I have created few fields using AET for a transaction type.
    The fields are created successfully and we are able to add them in my custom config.
    I followed step by step the following link The New AET table Extension Feature of Ehp1- Creating your own components
    However the values of these fields are not stored in the ZTable.
    I had  defined  Form view ( 1:1 cardinality)  within the wizard itself.
    Help!!!
    Regards
    Omar BB

    Hi,
    Check whether your ZRelation Depenedent object entity is getting filled or not.....after input some values.....
    Regards,
    Sumeet

  • Suggested timeout config on pix for aaa cmds passing through

    Our tacacs sits on the other side of a pix firewall. As a result we are causing alot of xlate transactions on the pix as we enter commands on our devices.
    What are the suggested timeout values?
    Our conn count is max 2700
    timeout xlate 3:00:00 (default)
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute

    Are you seeing xlates for your sessions? Are they going through the firewall or to the firewall? When you manage the firewall itself there are no xlates. The management of the firewalls are all TCP based so you should only see one xlate for management beyond the firewall (per person/per device). The default timeouts are fine unless there is a specific application that requires a longer one.
    Hope that helps.

  • Tables for XML messages

    Hi Experts,
    I want to know the tables in which the XML messages are stored in Inbound Queue.
    Thanks in advance.
    Milan

    Hi Shah,
    Please check michals reply in this thread:
    In Which Database Table the Messages are Stored in XI
    Also worth looking at these:
    /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    Regards.
    ---Satish

Maybe you are looking for

  • Firefox opens up but will not open ANY links or websites

    Basically fire fox will open to the homepage and that's it. If I type in the search bar or link/navigation bar and hit enter, nothing will happen. Clicking on a bookmark or a link from the history will not do anything. FIrefox simply will not respond

  • Mac newbie with a "stacks" problem

    Now, you're dealing with a former Windows person here making the transition... In setting up my desktop, my stacks don't work. when I minimize applications windows, they just line up on that bar...had stacks initially but not now. How do I get this c

  • Can we archive data twice from system-Bank master data deleted

    We have archived the data of bank after setting it to deletion in program FI_BANKS_WRI.Can i archive same data again from system.

  • ASCII Object

    I have a device (video switcher) that will accept ASCII commands.  One of the acceptable commands is used to set date and time.  In order execute this command it must be in the proper format "ZaMM/DD/YY/HH:MMSa".  Lookout uses a floating point number

  • Unable to activate Acrobat Pro X [was:please help]

    I have purchased the adobe creative suite 6 design standard, and I can't seem to activate acrobat pro x. I have uninstalled my trail version which was acrobat pro XI, but it still is not appearing on my adobe application manager.