What table are event details stored apart from SWEQUEUE

Hi
SWEQUEUE contains the event details for the events that have not been successfully sent outside, or completed.
Is there any table where the successful event details are saved, as we need to identify daily which event IDs were successful and which were not. Using SWEQADM is not suitable as there are admin access issues which cannot be worked around.
Thanks.

Logging for delivered events is a configurable parameter within transaction SWEQADM, it's a checkbox on the 'Activation' tab with name 'Delete event after delivery' - if it's not checked, your events will be stored after delivery.  If people are having trouble accessing the transaction for whatever reason, you can check the value of the event deletion checkbox in table 'SWEQADM', field 'DEL_EVENT.'
For information, if your delivered events are being stored, you'll also be able to see them in the 'SWEQUEUE' table - a delivered event will have the field 'DELIVERED' equal to 'X.'
It's also worth noting that you may have more granular information on event delivery available if the event trace is switched on (transaction 'SWELS').  Event trace information (viewable in transaction 'SWEL') will advise you of when the event was delivered, who caused the event to be delivered, the event key, and whether any workflows resulted from the delivery of the event.  In addition, if there's any check function modules activated for the event, then it'll tell you whether it made it through the check FM, and also whether any other general event delivery errors occured.  It'll also tell you about events that haven't yet being delivered.
SAP advise not turn it on in production however (only in development and test systems), due to a detriment in performance, so you might find that it's not turned on in production.  Still, that said, I find it an incredibly powerful tool for a quick turnaround on workflow issue resolution - you can turn it on for new environments, and then turn it off when the system becomes stable.
Thanks,
JJ

Similar Messages

  • Query to determined what tables are associated with parent table

    Hello -
    how would I query the data dictionary to determine what tables are referenced by a parent table via Pk/FK relationship?
    Thanks in advance!
    Mike

    Hi,
    Try this:
    UNDEFINE table
    UNDEFINE owner
    ACCEPT owner CHAR PROMPT 'Enter Owner: '
    ACCEPT table CHAR PROMPT 'Enter Table: '
    COLUMN y new_value sid NOPRINT
    SELECT name||'_'||TO_CHAR(sysdate, 'ddmonyy_hh24miss') y FROM v$database;
    SPOOL constraints_&owner..&table..&sid..txt
    SELECT a.constraint_name constraint, DECODE(a.constraint_type,
                                                                  'C', 'Check',
                                                                  'P', 'Primary Key',
                                                                  'U', 'Unique Key',
                                                                  'R', 'Referential Integrity',
                                                                  'V', 'With Check Option',
                                                                  'O', 'With Read Only') constraint_type,
           a.index_name, a.owner||'.'||a.table_name table, a.status,
           DECODE(a.r_owner||'.'||a.r_constraint_name,'.',null,a.r_owner||'.'||a.r_constraint_name) rconstraint,
           f.constraint_name fconstraint, DECODE(f.owner||'.'||f.table_name,'.',null,f.owner||'.'||f.table_name) ftable,
           f.status fstatus
    FROM dba_constraints a, dba_constraints f
    WHERE a.owner = f.r_owner(+) AND
          a.constraint_name = f.r_constraint_name(+) AND
          a.owner LIKE UPPER('&owner') AND
          a.table_name LIKE UPPER('&tabla')
    ORDER BY 3,1;
    SELECT constraint_name constraint, owner||'.'||table_name||'.'||column_name column, position
    FROM dba_cons_columns
    WHERE owner LIKE UPPER('&owner') AND
          table_name LIKE UPPER('&tabla')
    ORDER BY 1,2;
    SPOOL OFF
    UNDEFINE table
    UNDEFINE owner
    PROMPT
    PROMPT ******************************************** DEPENDENCIES ************************************************************
    PROMPT
    UNDEFINE object
    UNDEFINE owner
    UNDEFINE type
    ACCEPT owner CHAR PROMPT 'Enter Owner: '
    ACCEPT object CHAR PROMPT 'Enter Object: '
    ACCEPT type CHAR PROMPT 'Enter Type: '
    COLUMN REFERENCED_LINK_NAME FORMAT a10
    PROMPT ******************************************** OBJECTS WITH DIRECT REFERENCE
    SELECT owner||'.'||name object, type , referenced_owner||'.'||referenced_name robject, referenced_type rtype,                    dependency_type, referenced_link_name
    FROM dba_dependencies
    WHERE owner LIKE UPPER('&owner') AND
          name LIKE UPPER('&object');
    execute deptree_fill('&type','&owner','&object');
    PROMPT ********************************************  DEPENDENCIES TREE
    SELECT nested_level, schema||'.'||name object, type, seq#
    FROM deptree
    ORDER BY seq#;
    UNDEFINE object
    UNDEFINE owner
    UNDEFINE typeCheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Please tell me SQL to see, what tables are locked by which user

    could you please tell me the query
    so that I can see, what tables are locked by which user in a databse
    Thanks

    The only way you can ensure that only one transaction touches the data at any one time is to use a select .. for update nowait statement to select the rows to be updated.
    Try this::
    Where I select the data i want to update in a cursor Incase the row is locked due to any reason it will throw me an error as shown below;
    SQL>DECLARE
      2   cursor c
      3   is
      4   select * from emp
      5   where empno = 10
      6   for update nowait;
      7  BEGIN
      8 
      9   for rec in c
    10    Loop
    11     update emp set ename ='J' where empno = 10;
    12    End Loop;
    13   
    14  DBMS_OUTPUT.PUT_LINE('Record Updated');
    15 
    16  EXCEPTION
    17 
    18  WHEN OTHERS THEN
    19 
    20  DBMS_OUTPUT.PUT_LINE(sqlcode || sqlerrm);
    21 
    22  END ;
    23  /
    -54ORA-00054: resource busy and acquire with NOWAIT specified
    PL/SQL procedure successfully completed.Edited by: J99 on Jul 28, 2009 4:57 PM

  • In which table these Applicant  details stored

    Hi,
    In which table these Applicant  details stored
    1) No. of applicants received 
    2) No. of applicant attend the test
    3) No. of applicant attend the Face to Face interview
    5) No. of applicant offered
    6) No. of applicant rejected.
    So that I can write a program and view the report.
    Regards,
    Surjith

    hi you can see the all  the above you asked you can see in the table pb4000,pb4001,pb4002,pb4003
    relating to applicants
    bye
    naveen

  • Find out what tables are lock

    how do i find out what tables are lock and who is locking it? i am using 9i. also, i do i kill he session that is locking a table. thanks

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:839412906735
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:368418111101

  • How can I extract data from ST03 - what tables are used?

    Hi
    I currently have to create performance statistics daily for management. To do this I use transaction ST03 and manually copy the previous days Dialog average response time, DB, CPU and GU av. times into a spreadsheet, and also the average dialog response time for 4 key transactions from the transaction profile.
    It would be nice to automate this. I was thinking of writing a basic ABAP program to query the relevant tables to extract this data - does anyone know which tables are used? I'd tried running a trace but it was not clear which tables/rows etc would be required.
    Thanks
    Ross

    Ok, that FM is an old one - for NW2004s (700) need to use 'SWNC_COLLECTOR_GET_AGGREGATES'.
    Have a basic program below. What I'm trying to do is get the average response time for transactions. I can get 'respti' from the table but I think this is the total response time - what field represents average response time?
    Also, the numbers that it's pulling back don't seem to match the numbers in ST03 at all... except 'dcount'. This seems to correct ly show the number of steps... but the other values don't match anything. What am I doing wrong?
    Program below...
    Cheers
    Ross
    REPORT  Z_GETSTATS.
    PARAMETER: day TYPE dats DEFAULT sy-datum.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode.
    START-OF-SELECTION.
    CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          periodtype    = 'D'
          periodstrt    = day
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      LOOP AT t_usertcode INTO wa_usertcode.
             WRITE:/ wa_usertcode-entry_id.
             WRITE:/ wa_usertcode-respti, wa_usertcode-procti, wa_usertcode-cputi, wa_usertcode-dcount, wa_usertcode-ucount.
             WRITE:/ '*************************************'.
      ENDLOOP.

  • I have pre-ordered an album and all of the songs are available for download apart from one which is listed as 99p to buy?

    Hello, I hope someone can help me.
    I pre-ordered Justin Timberlake's new album and have tried to download the album today, however for some reason "Suit & Tie" is listed as unpurchased and will charge me 99p to download?
    All the other tracks have downloaded fine apart from this one.
    A couple of things I should mention in case they affect this issue:
    I am trying to download it directly to my iPhone - I have not loaded up iTunes on my PC as of yet.
    I already have the song "Suit & Tie" as a single.
    Will iTunes realise I technically already have the song so charge me less and just give me the remainder of the album?

    We are having this same issue.  We have over 200 songs that are now missing and only our most recent ones show up in our ITunes library.  Fortunately we have one phone that still has all of our music still in tact. This phone is no longer one I will be using as I upgraded to the Iphone 6, and only the most recent purchased songs remain.  The rest are no where to be found and the iTunes store shows that I would need to re-purchase.  Not sure what to do as when I tried to sync my last phone, all the songs were gone.

  • How to see what Tables are being used in all reports

    Post Author: tmashley
    CA Forum: Crystal Reports
    Hello,
    How can I see what database tables are used in all my online reports? I have around 1000 reports posted to Enterprise over 6 different datasources. If possible I would like to see the fields within those tables that are being used to.
    I am using Crystal Reports XI Release 2
    Any help is appreciated
    Thanks,
    Tom

    I don't think you can see the databases of the reports unless you download the report onto your pc as a Crystal Report format and then open it under Crystal Reports.
    This way it will open the report within Crystal Reports and will show you the datasource it is coming from.
    I doubt if you can see them online.
    Kind Regards
    Jehanzeb

  • How can I know in which Tables are the fields stored

    Hi,
    In transaction FSE3 Display Financial Version
    Statement Version, if I drilldown in details, I can
    see Item No, Chart of Acc, From Accountm To Account D,
    C.
    when I do a F1 on the fields, I can see that it is a
    structure. How can I know in which Tables are the
    fields store?

    Hi Ankit,
    There are no rules or guidelines for finding the table but i will share some of the tips used generally.........but i am not sure if we can do it for a tree structure..but try anyways....
    Double click on the structure name seen on the F1 pop up window...
    in the structure screen, try to analyse the field which is very important something like a key in that set of fields or do the same for the fields which we feel are more important,then click on the domain for that field....once in the domain..click on the "where used list for the domain" on the top...
    it will display a pop up -> select only "table" and then press "Tick/OK"..A list will be displayed with the data element and table name ..from this we need to find out the right one we need either by going for text of the table or going through each and every one
    It takes time but does the job.....
    Regards
    Byju

  • What tables are updated?

    I have some software that came bundled with Oracle as the database. When I perform an action in the GUI of the software I need to know what tables in Oracle are getting updated. How can I query Oracle to find that information.? We are using Oracle 9i.
    Thanks.

    You can turn on trace for the session, or for the database (usually a bad idea since it procuces huge amounts of files), or you can use OEM to login and view the top activity and get the statements that are running.
    You can also select directly from the v$ views (v$sqlarea etc).

  • What tables are usede for posting gl entries?

    I need to create an interface that takes SAP GL postings, summarrizes them and then sends them to a legacy system.
    Any idea on how to do this?
    What tables should I be using?
    Any help most appreciated and rewarded with points.
    Thanks!
    Scott

    Rob,
    I have 3 summaries:
    expenses                     company code, gl balance, cost center, acct number
    sales & gross margin    company code, gl balance, control area
    balance sheet               company code, control area, acct number
    Any idea what other tables besides BKPF and BSEG that could be used?
    Thanks.
    Scott

  • What documents are posted in FI systems from MM/EBP

    hi friends
    If we are using Taxware for tax calculation then do we need to use FI also as backend. What is the use of FI in backend and what documents are posted in FI system
    Regards
    vinny

    Hi
    Irrespective of the technical scenario you are using, you should have a back end to handle your accounting documents. As SRM system does not support  accounting, all the accounting documents will be posted to the back end. It need not be SAP R/3, you can have any other accounting package for this.
    Thanks
    Sri.

  • What table are Exception Messages in MRP stored?

    The requirement is to develop an error report from an MRP run to capture the exception messages along with the selection groups.
    Ex:Selection Gr 2; Exception Message 15: Reschedules In.
    I am unable to track where exactly the exception messages are stored after an MRP run. Any suggestions as to how to go about this requirement.
    Thank You.

    You can basically get a list of all tables MD06 (colelctive MRP list) uses to fetch data. GO to tran se30. Under Measurement restrictions click new and in Duration/Type tab select none. Go back to se30 main screen enter tran MD06 and execute. It will take you to MD06, run it with any material and go back to se30 screen. At the botton select evaluate and on the evaluation screen select "Data base hit list" or F6. That will give a list of all tables accessed by MD06. SO basically you will know all the tables that were filled during last MRP run.
    Atul

  • Some bookmarks did not show up so I asked to restore (from the bookmark menu) - now all have disappeared. What files are the bookmarks stored in (in the system) So I can use the time machine to restore them from a previous date?

    I do a lot of work on the web and I have a ton of bookmarks that I use to maintain various sites. I have lost them all!
    I have tried to install a clean copy of the programme and restore the Mozilla file from the User Library (in time machine) but all I have is a white space where the bookmark toolbar was! I also have a problem in trying to enter all the bookmarks manually again. I can open the bookmark drop down but I cannot save any bookmarks. Firefox will not let me bookmark any new pages. I still have all the passwords in the preferences so I do not want to install a completely new copy of the programme and loose these.
    Are there any other system files that Firefox uses that I can restore from the backup to solve the problem?
    I have a Mac Pro and I am running OSX 10.6.4
    I have used Firefox for many years and never had a problem before.
    Can anybody help - please?

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • In what table are stored information about BOR objects

    Hi Gurus,
    I have to find all objects like classes, function modules, reports and other related to BOR objects. Let say that I have BOR object type. With this information where can I find information about it? In which table this information are storred?
    Best regards
    Marcin Cholewczuk

    Hi ,
    SWOTDI      Definition Interfaces
    TOJTB       Business object repository: Basic data
    u  can use search  help  in SE11 with  table name equal  to  TOJ*

Maybe you are looking for