Trace events for Transport creation.

Hi Guru's,
I am hoping to run a program when a transport is created or changed. Thus I was trying to find if any events are raised when a transport is created.
I am struggling to firstly find out how to trace which events are raised and secondly to see if there is a suitable event I can use.
If anyone has any idea how I can run a program when a transport is changed or created that would be fantastic.
Ross.

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
JServer Release 9.2.0.7.0 - Production
SQL> execute sys.dbms_system.set_bool_param_in_session(22,658,'sql_trace',true);
PL/SQL procedure successfully completed.
SQL> execute sys.dbms_system.set_int_param_in_session(22,658,'max_dump_file_size',10000000);
PL/SQL procedure successfully completed.
SQL> execute sys.dbms_system.set_ev(22,658,10046,12,' ');
PL/SQL procedure successfully completed.
SQL> execute sys.dbms_system.set_ev(22,658,10046,0,' ');
PL/SQL procedure successfully completed.
SQL>
==================================
oracle:/user/app/oracle/admin/INS/udump>ll
total 36
-rw-rw---- 1 oracle oinstall 1695 Aug 9 09:29 ins_ora_2530.trc
-rw-rw---- 1 oracle oinstall 26596 Aug 8 16:37 ins_ora_3352.trc
-rw-rw---- 1 oracle oinstall 1701 Aug 9 13:53 ins_ora_3630.trc
oracle:/user/app/oracle/admin/INS/udump>
================================================
parameters from the initialisation file
db_block_size=8192
db_block_checksum=FALSE
background_dump_dest=$ORACLE_BASE/admin/INS/bdump
user_dump_dest=$ORACLE_BASE/admin/INS/udump
core_dump_dest=$ORACLE_BASE/admin/INS/cdump
log_archive_dest="$ORACLE_BASE/admin/INS/archive"
log_archive_start=TRUE
log_archive_format="%t_%s.ARC"
please suggest
Altaf

Similar Messages

  • Writing own event for Reservation creation BUS object

    I am trying to create a workflow that should get triggered when a new reservation is created for approval. I am using the BOR object for material reservation but it does not contain an event of creation. I wish to create a new event and then add code to the event so that a mail to an approver can be sent. Using the approval received I need to confirm the reservation else render it cancelled.
    I require help in creating the event and writing the event code for it.
    Thanks for taking time to go through my query
    Zankruti Parikh

    Hello Zankruti,
        Indeed, there's no such event for BUS2093. And if you try to do this to object BUS2093, you will come across error: "No change document object for business object type BUS2093".
        Given this, in your case, I am afraid that you will have to extend object BUS2093 by using delegation - then you will be able to add events CREATED or CHANGED, if necessary. Use transaction SWO1 to this, click on "settings" delegate, delegation type = ZBUS2093(for example) - you will delegate your ZBUS2093 type to BUS2093. After that, you will be able to create the events.                                                                               
    Following the idea, I believe that the easiest way to do this is thorugh enhancement MBCF0007 (Customer function exit: Updating a reservation). Click on components, and then you will see EXIT_SAPMM07R_001. Within this exit, you can call SWE_EVENT_CREATE_IN_UPD_TASK (you trigger the events you will have created above).  
    Regards,
    Andre Sousa
    Edited by: Andre Sousa on Jan 4, 2008 9:35 PM

  • Unable to capture Exchange Mailbox Auditing events for email creation

    We are looking to capture Owner mailbox auditing events using the native Exchange 2013 auditing tools (Search-MailboxAuditLog). I have auditing enabled with all actions for Owner, and capture items performed via Outlook, except for new emails created.
    If I create new emails via OWA, I am able to capture the event, but as soon as I go back to Outlook and create a new message, I don’t see anything audited. I also tried this is our Dev environment and seeing the same behavior. Has anyone else experience this
    behavior?

    Hi,
    I have a test in my environment. If I create a message on Outlook as a owner, the mailbox audit logging can't record it.
    If I create a message on Outlook as a delegate, when using the Search-MailboxAuditLog cmdlet to search the audit log, it will be displayed as follows:
    The operation is "SendAs", not "Create".
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Event for thumbnail creation?

    I'm using a wireless connection to send images to Bridge. Bridge updates the thumbnail pane when the new image is received. This works well if images as selected in descending order. However, the new image is not automatically selected.
    I'd like to do 'something' with this new image (something is undefined - but select it, add metadata, open in photoshop etc. are candidates). However, I can see that an event is fired at all when the new thumbnail is created in bridge. Anybody any ideas, or is this a feature request?
    regards
    Gareth

    Chris,
    You could always keep track of the length of the Annotation List array and if it increases, then a new annotation has been made.  You can get the annotation list with a property node, so it would be relatively easy to keep track of.  There is a good example of adding the annotations programatically and it uses this annotation list array.  It is found in the LabVIEW examples if you search for annotation and is called "Programmatically Annotate A Graph".
    This annotation list is an array of clusters where each cluster is a single annotation.  You can change the color of the annotation programmatically as well by manipulating this annotation list property of the graph.  I hope this helps.
    Brian Coalson
    Software Engineer
    National Instruments

  • Event for Annotation Creation?

    What's the easiest way to detect when the user has created an annotation on a graph? For some reason, creating a free annotation drops the annotation out in space (out of view of the user). I'd like to detect when it gets dropped out there, and center it on the visible graph. Also, it would be nice to change the default color so it's visible on a white background.
    Any thoughts? I suppose I could intercept the Create Annotation Shortcut menu selection, and replace the default dialog with my own, but it just seems like there may still be a way to use the built in stuff.
    Thanks,
    Chris

    Chris,
    You could always keep track of the length of the Annotation List array and if it increases, then a new annotation has been made.  You can get the annotation list with a property node, so it would be relatively easy to keep track of.  There is a good example of adding the annotations programatically and it uses this annotation list array.  It is found in the LabVIEW examples if you search for annotation and is called "Programmatically Annotate A Graph".
    This annotation list is an array of clusters where each cluster is a single annotation.  You can change the color of the annotation programmatically as well by manipulating this annotation list property of the graph.  I hope this helps.
    Brian Coalson
    Software Engineer
    National Instruments

  • Only display and assign function for transport request

    Hi,
    I have a requirement for transport creation. I need to set a restriction on transport creation.the requirements are as per below :
    Group A : Allow to create a transport request - both workbench & customize request.
    Group B : Allow to assign transport request to the one create by Group A. This group is not allowed to create any request be it
                    workbece or customize.
    I found an object - S_TRANSPRT. I have create a role and assign only activity DISPLAY & ASSIGN to group B. However, group B can still create customize request. Is there any other objects that I have to restrict.
    Appreciate your feedback.
    Thanks,
    IAzir.

    Hi
    You can take system trace(ST01) and find out what are the objects and the field values you need to restrict.
    If you are able to find the same, its good , if not let us know.
    Regards,
    RItesh

  • Event for Cost Planning modification in Project System ( Cj40)

    Hi gurus,
    I'm unable to find a way to raise an event for the creation of cost plannning trought the CJ40. I've considered everything i know, from status change to exits/badi. Has anyone got similar requierements? ? I've seen some similar question in SDN, buy they are unaswered. 
    The only idea I have to create a document change from scratch, but i don't know if it it's possible.
    Any suggestions.
    Regards,
    Jose Rovira Ayza
    Barcelona, Spain

    I'm not an expert in the CJ40 transaction so there could be actually a standard solution. As far as your question is concerned, I will assume that change documents didn't work for you (transaction SWEC). If that is the case, have you considered implicit enhancement spots? If not, they could be an option. Basically, you find where the cost planning is saved. I'm talking about where the record is actually inserted into the database. It will typically be a function module. At the end of that function module, create an implicit enhancement implimentation. You need to check if the creation was successful and if so, create an event using function module SAP_WAPI_CREATE_EVENT. Just make sure you don't set the commit flag if the system is going to commit after the function module is called.

  • Business object for transport request creation

    Hi,
      I want to know the business object for transport request creation. Kindly help.
    Thanks and regards,
    Venkat.

    I am not sure but u can try this BO CTREQUEST.

  • Creation of event for background processing

    Hi,
    I need to create a event for background job. in which the job has to be created based on variant in one user exit via sm36 and i have to trigger the same in other user exit.
    thanks in advance
    shiva

    Try using the Function module "BP_JOB_CREATE" .
    rgds
    anver

  • Create new event for BOR object  for vendor creation

    Hello,
              I AM working on workflow.. Requrement is that , when a vendor is created I wanted the workflow to be triggered..
    But I dont find any bussiness object for this...
          Then I have created customized BOR object super type as LFA1. And created new event. Now I need to assign functionlity to this event, that is As soon as the vendor is created this event should be triggered so that I can use this as the start event for the workflow..
    Plz guide me ...
    Regards and Thanks,
    Poornima...

    Hi Poornima,
    Create a subtype and add the event in the BOR.
    Now call the FM  Userexit / BADI.
      CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
        EXPORTING
          OBJECT_TYPE             = 'ZKNA1'
          OBJECT_KEY              = OBJECT_KEY
          EVENT                   = 'ONSAVE'
    *   COMMIT_WORK             = 'X'
    *   EVENT_LANGUAGE          = SY-LANGU
    *   LANGUAGE                = SY-LANGU
    *   USER                    = SY-UNAME
    *   IFS_XML_CONTAINER       =
    * IMPORTING
    *   RETURN_CODE             =
    *   EVENT_ID                =
       TABLES
         INPUT_CONTAINER         = IT_CONTAINER
    *   MESSAGE_LINES           =
    *   MESSAGE_STRUCT          =
      IF SY-SUBRC <> 0.
        ENDIF.
    &******************Reward Point if helpful*************************&

  • Workflow event for  material reservation(mb21),QA02 transaction

    Hi,
      I created material reservation(mb21), but no event was triggered for the transaction.
      I checked for event in swel.(event trace is on).
      please let me know how to handle this.
      please also let me know the event of qa32.

    Here you go:
    MB21 ==>
    1. Create a subtype of BUS2093. (Through SWO1 T.code)
    2. Create an event "Created".   (Through SWU_EWCD T.code)
    QA32 is a report for Inspection Lot. Hence I infer you probably want creation event for a inspection lot.
    QA01 ==> Inspection lot
    BUS2045    --> Inspection lot
    Follow same steps of 1 & 2 above for the "Created" Event

  • Memory-Based Snapshot Main Process for Transportation Planning getting erro

    Hi All,
    I have created a Plan in Transportation Planning module and asigned a facility to that plan then i did launch plan, then the program 'Launch Transportation Planning Process' running successfully but with that program Memory-Based Snapshot Main Process for Transportation Planning running and error outing.
    the completion text is:
    The executable file /u04/NRVIS/apps/apps_st/appl/mst/12.0.0/bin/MSTSNWRK for this concurrent program cannot be executed.
    Contact your system administrator or support representative.
    Verify that the execution path to the executable file
    i have verified the path but there is only have '/u04/NRVIS/apps/apps_st/appl/mst/12.0.0' but no /bin/MSTSNWRK file
    can anyone tell me what has to be there actually, is MSTSNWRK file missed?
    thanks
    vijay

    Thanks for your suggestions. I finally able to resolve this issue.
    - I'd relink all MSC and MSO exe files. No error found. Still not unable to launch Memory-Based Snapshot.
    - I'd turned on all possible debug, trace, etc to see any possible reasons for the failure. But no help at all.
    I almost created a TAR (which will need to run numerous useless checkings, talking to some clueless people, and waiting for weeks for doing nothing) and I found out I forgot to check one place - Windows Event Log. Bingo - I found the error and it's because of DLL unmatched (typical Microsoft DLL hell issue).
    Using Dependent Walker to see the linking of the MSC exe file, and then I pinpointed which version of MS C++ libraries were missed. Installed the latest MS VS2005 and 2008 redistributable libraries, relinked MSC exe files again, and FINALLY it's fixed.
    I need to talk to the DBA who prepare this clone to me....
    Edited by: 960630 on Sep 24, 2012 1:01 AM

  • Delivery 0080000276 is not relevant for transportation planning.

    At the time of (delivery related) invoice creation, system throws a message "check the error log".
    Log says:
    " Error Log             0080000276 000010 Delivery 0080000276 is not relevant for transportation planning
                LongText
                    Detail
                     Diagnosis
                         Copying control for billing requires that shipment costs
                         are copied from the shipment belonging to this delivery.
                         No shipment costs could be determined, because this
                         delivery is not relevant for transportation planning.
                     System Response
                         The system assumes that no shipment costs are to be billed
                         in this case.
                Technical data
                    Tech. data details
                     Client                                 251
                     Group Number
                     Sales Document Number                  0080000276
                     Item Number of the SD Document         000010
                     Schedule Line Number                   0306
                     Counter in Control Tables              00
                     Message Identification                 VY
                     System Message Number                  306
                     Output Type                            I
                     Message Variable 01                    0080000276
                     Message Variable 02
                     Message Variable 03
                     Message Variable 04
                     Group Type                             F "
    Please advice if anyone have any idea for this error log.

    Error Log 0080000276 000010 Delivery 0080000276 is
    not relevant for transportation planning
    It is not necessary to assign the Transportation Planning to Delivery type.  Only recently, I completed a similar configuration and running successfully for a client.  The issue is  because of your copy control VTFL.  For more information, check note 713171.
    thanks
    G. Lakshmipathi

  • Efficient way for Continous Creation of XML Content?

    Hi
    I have a requirement of creating xml content from the data extraced from a udp packet.
    As the packet arrives, i have to generate appropriate xml content from them and keep in the same single xml file.
    Problem:
    Since the xml file is not a flat file, i can't just append the new contents at the end. So if i have to write into xml file, Each and Every time i have to parse the content as a packet arrives and insert the new content under appropriate parent. I think this is not the most efficient way.
    Every time parsing the file may affect cpu time and as the file grows in size, the memory will also be a constraint.
    Other options i could think of
    * Hold the XML Document Object in memory until a certain event like timeout for receiving packet and write into the xml file at oneshot.
    * Serialize the objects containing the extracted packet content to a temp file and after some event, parse and create the xml file at oneshot
    Which is the efficient way or is there any design pattern to handle this situation? I am worried about the memory footprint and performance on peak loads
    I am planning to use JDOM / SAX Builder for xml creation.
    Thank you...

    Lot's of "maybe" and "I think" and "I'm worried about" in that question, and no "I have found" or "it is the case that". In short, you're worrying too much about problems you don't even know you have. XML is a verbose format anyway, efficiency isn't paramount when dealing with it. Even modestly powered machines can deal with quite a lot of disk I/O these days without noticeable impact. The most efficient thing you can do here is write something that works, and see if you can live with the performance

  • Flex 4 does not dispatch keyboard events for ENTER key.

    Hello everyone. I think I have a strange problem with Flex 4 Beta (4.0.0.8909). My application has had event listener for keyUp event for a month now and suddenly (two days ago) I've noticed that keyUp event is not dispatched for ENTER (ALT also) key. Anyone know why? By the way, I've tried this with keyDown event, also 4.0.0.8847 version of SDK - still the same: no keyboard events for ENTER (and ALT) key.
    Here is the sample application that has got this issue:
    <s:Application
       xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/halo"
       minWidth="640" minHeight="480"
       keyUp="application1_keyUpHandler (event)">
       <fx:Script>
          <![CDATA[
             import mx.controls.Alert;
             protected function application1_keyUpHandler (event: KeyboardEvent):void
                Alert.show ("Key up: " + event.keyCode);
          ]]>
       </fx:Script>
       <s:layout>
          <s:BasicLayout/>
       </s:layout>
       <s:TextArea verticalCenter="0" horizontalCenter="0" width="200"/>
    </s:Application>
    If you run this application and try typing anything in a TextArea you will get alerts with key codes. However, if you press ENTER (or ALT), you will get no alert.
    I'm pretty sure the code above is right so that means there is a bug in latest nightly builds of SDK (i would swhitch to an older build if i knew which one does not have this bug).
    Any ideas?

    Flex harUI wrote:
    That's true, but in this case, I think the text editing code is eating ENTER key in order to prevent parents from seeing it and acting on it (like a submit button).  We'll see if we can find a way around that.
    You can get the ENTER key now by listening in capture phase.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui
    The enter key isn't being disposed of by textedit, the attached example code works without error if you a- remove the alert box and b-set the focus to your text area on initialisation. I agree that pressing the enter key then calling a dialog box will result in the enter key being "gobbled up" as  the enter key is overridden by the dialog box code.
    I think the first suggestion should be to anyone don't use dialogboxes for testing code. If for some reason debugging isn't desirable instead of a trace statement a simple label  can be used as a 'fake' trace.
    David
    Message was edited by: David_F57: I worded this wrong, imho there is no need for a work around, the textarea component works as it should. When intercepting 'system' keycodes there is a need to consider the effect of the intercept and code appropriately to that end.

Maybe you are looking for