What kinds of events trigger alerts?

What kinds of events trigger alerts?

The types of events that trigger alerts are:
Diagnostic messages are triggered when a hardware or software failure is detected
Environmental messages are triggered when temperature, power, and other types of system related thresholds are exceeded
Syslog messages are triggered when the event secerity is major or greater
Inventory messages are triggered when inventory changes occur, such as an online insertion and removal (OIR) of a module
Configuration messages are triggered when a configuration event occurs, such as exiting configuration

Similar Messages

  • What kind of event is generate when start in cell?

    Hi!
    I set JTextField as a cell editor.Let's in cell we have some string, e.g: "test". When I double click in cell and start type, e.g. "12", the methods of KeyListener (keyPressed and so on) are calls and the result string is "test12". OK.
    But when I only select cell (the caret is not blink in cell) and start type, e.g "12" the result is again "test12", but the methods of KeyListener DO NOT CALLS. Why? And how I can get additional symbols which I type (in this case this is a "12") in cell?
    Thank you.

    Hi,
    sorry, I can't find the classes TableScrollPane and JdbTable in the JDK - but, I guess, JdbTable is perhaps a subclass of JTable. If that is so, it will have a TableColumnModel, which you can get by use of its getColumnModel()-method.
    You are now able to add a ColumnModelListener to that model by use of its method addColumnModelListener(...). Here you pass a reference to an instance of a class, that implements the TableColumnModelListener interface. Via this interface you will get the folliowing notifications:
    public void columnAdded(TableColumnModelEvent e)
    Tells listeners that a column was added to the model.
    public void columnMarginChanged(ChangeEvent e)
    Tells listeners that a column was moved due to a margin change.
    public void columnMoved(TableColumnModelEvent e)
    Tells listeners that a column was repositioned.
    public void columnRemoved(TableColumnModelEvent e)
    Tells listeners that a column was removed from the model.
    public void columnSelectionChanged(ListSelectionEvent e)
    Tells listeners that the selection model of the TableColumnModel changed.
    If your JdbTable is a subclass of JTable you can use that way, because the used reference to the TableColumnModel is a reference to an interface, so this is independent of the class, that is actually used to represent this model - only interface methods are used.
    greetings Marsian

  • How to trigger Alert with Event Linkage?

    Hi,
    Can any one tell me the process how to trigger alerts with event linkage? I am successul in triggering by calling function module SALRT_CREATE_API.
    my scenario is...
    when a purchase order is cancelled, i have to trigger an alert to the concerned department head throgh Alert Inbox and external mail also.
    Plese guide me..
    Regards,
    Dhanunjaya Reddy

    Hi,
    now i am getting alerts from Event Linkage.
    Here i take the scenario Sales order change.
    BOR object : BUS2032
    Event          : Changed
    Receiver type : <my alert>
    Receiver call  : Function Module
    Receiver Functiona Module : SALRT_CREATE_VIA_EVENT
    Linkage is activated.
    when a sales order is changed receiver function module triggering the alert which is defined in Receiver type. That i am getting in my alert inbox. Upto this.. it is cleared.
    Now the scenario is.. about Alert Container
    in alert container i take element is BOR Object type BUS2032.
    the questions are..
    1. Is it correct to defined BOR object here to get data when Sales order has been changed.
    2. What are the properties i have to take in Properties tab?
    3. How to use alert container parameters in short and long text?
    Here my clear intention is when a sales order is changed.. i have to get the data related to that sales order and it has to show in Alert.

  • What kind of alerts we use?

    hi friends,
    what kind of alerts we create in reporting?
    Thanking u
    suneel.

    Hi Suneel,
    We can create as per the requirements.
    One is E-mail alerts for Manager levels.
    Lets example in MM module:
           Material1(10-06-2007),  Material2(01-07-2007).
    In this scenario we have to set for materials i.e Material1 is going to expire on next 4 days and Materail2 is going to expire next 25 days.
    Hope this is useful....
    Regards,
    Venkat

  • How to create schedule job and event trigger in XI to start a ABAP program?

    Dear All:
    Here are what i need to do:
    1.To run a ABAP program to start an XI scenario per hour.
    2.To run a ABAP program to start an XI scenario per day at 6 PM.
    3.To run a ABAP program used event trigger to make sure that XI scenario has finished the process and after that wait for 10 min later and run again.
    only i know is used sm36 & sm37 to set up a schedule job.
    but what i don't know is how to do it step by step.
    especially point 3.
    are there any step by step example can show me how?
    it better be simple and details...
    thanks you all
    Regards
    Jack Lee

    Hi,
    If you want to trigger the event manually from within SAP, use transaction
    SM64
    in SAP this is done by scheduling a job
    once a new customer is entered
    your scheduled report sends customer master data
    you can schedule your report (TCODE - BD12 I think) to one day or every 5 minutes... it depend on your needs and the system performence
    Regards,
    Surya

  • Event trigger in sap pi 7.3.1

    Hi
    I looking standard approach on below requirement .
    1.  Requirement :  All failed messages needs to post to JMS adapter using Event trigger , when message failed in SAP PI.
    2.Audit log : In SAP 7.3.1  I need to post message audit log to JMS adapter using Event trigger (Start time / End time ) without  using BPMs.
    Please suggest on this.
    Thank you
    Inder

    Hi Inder - Regarding the audit log - have a look at the below blog
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/03/09/michals-popi-tips-audit-logs-from-a-native-ws--new-feature (1)
    For the alerting , either you can use above suggested approach or have a look at the below blog
    Customize E-Mail Body and Subject in Alerts in SAP PI 7.31 – Java Stack Only – Part 1 – ESR  (2)
    May be you can merge both of them, after reading the alerts(2) make another soap call to get the audit log entries(1) and send it to JMS adapter..
    Of course it's not an event based instead it works based on polling Interval that you configure in the channel..

  • Trigger alert for Messages in 'To be delivered' status

    Hello Experts,
    We are doing proactive monitoring in our system,so we check for all messages which are in error and alert configuration is enabled which takes care of this.
    But we had a critical issue where adapter queue was locked and hence,messages were in status 'To be delivered' for a long time.
    There were no alerts triggered as there was no error.
    The problem resolved by itself after sometime.
    But such delays are not acceptable in some critical scenarios.
    Can anyone please help us and let us know know how can we trigger alerts in such cases,say,if a message is in status 'To be delivered' for more than 30 minutes ,an alert should be raised.
    Also,in RWB Message Monitoring Audit log,I can see message start time as 12:25 and end time as 13:57,i.e. a difference of 1 hr 32 minutes.
    Is this data stored in some table in ABAP stack,so that I can take this data and create an ABAP report to trigger a mail if this threshold is reached?
    Kindly help.
    Regards,
    Shweta

    But we had a critical issue where adapter queue was locked and hence,messages were in status 'To be delivered' for a
    long time.
    There were no alerts triggered as there was no error.
    We have to do the monitoring manually. Alerts wont be raised in such cases.
    Is this data stored in some table in ABAP stack,so that I can take this data and create an ABAP report to trigger a mail if this
    threshold is reached?
    Data in the table SXMSPMAST may help.
    Regards,
    Abhishek.

  • 'Inserting' text into a Text Field on event trigger in a static form

    Sorry if this seems like a silly question, but I've been struggling with it for a bit and I'm new to Adobe/JavaScript.
    I am building a static form (it must be static), and I want to have text appear/disapear based on an event trigger (mouseclick). I tried creating a floating text object inside of a static text object, but I'm not sure how I can make the string value for this change based on the event trigger. The only advice in the Adobe help was purely regarding FormCalc, which I can't use as this must be a static form. I tried using this code in the <script>, but it obviously didn't work as it was written from FormCalc code versus JaveScript;
    TextField.rawvalue = variable.value;
    What do you suggest in terms of being able to script this, so my static form will work? Thanks a billion if you can help!
    PS: I'm using Adobe 9, LiveCycle ES 8.2
    PPS: Also tried inserting the following into my trigger script;
                        xfa.resolveNode("form1.subform.TestField").rawValue= "Please Work";
                        xfa.layout.relayout("form1.subform.TestField");
    It also did not work.

    Hi,
    If the button and the textfield are on in the same subform then this code should work in the click event of the button
    (This is JavaScript code so make sure the code is set to JavaScript and Client on the drop downs in the script window)
    (assuming the name of the textfield is TextField1)
    TextField1.rawValue = "some value";
    If they are in different subforms then you have 2 options
    Please note in both these options it is easier if the subforms have names ( I am assuming this to keep samples simple)
    option 1 -
    use the parent object to move up the tree till you are at the same level as that of the subform that contains the textfield
    e.g. 
    (Click Event of the button)
    this.parent.subformname.TextField1.rawValue = "some value";
    option 2 -
    Use the resolve node to make your way down from the top level of the form
    xfa.resolveNode ("form1.subformname.TextField1").rawValue = "some value";
    Hope this helps
    Malcolm
    p.s. I am making assumptions as the image/file you attached did not appear for me.

  • How to trigger alerts from UDF for file to file scenario

    Hi,
       My scenario is something like this.......
    I have lookup in which there exists more than one output value corresponding to this one input value.In such cases i need to raise an exception and trigger an alert from UDF so as to inform the functional team.
    Now this entire procedure has to be implemeted for file to file scenario.
    I am not using any RFC nor do i need a BPM.
    Entire scenario should be excuted without BPM and RFC.
    Can anyone kindly suggest me as to how to proceed for this so as to trigger alerts
    from UDF.
    Thanks in advance
    Madhu

    HI,
    Please see the below links
    Triggering XI Alerts from a User Defined Function - /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    Alerts with variables from the messages payload (XI) - UPDATED - /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    Regards
    Chilla

  • How to trigger alert (SALERT_CREATE) from remote R/3 system? Help!

    Hi Experts,
         Here is my business reqmt:
    XI reads inventory file and makes a RFC Function module (YREAD_INVDATA) call to R3 system.
    In R3 system function module I have written business validation logic.
    If any validation fails then I have to trigger alert. The CCMS alert is setup in the XI system. So to trigger alert I am making a RFC call (CALL FUNCTION SALERT_CREATE DESTINATION 'SYXI250'...) to XI.
        In order to make a RFC call can I use TYPE 3 RFC destination?
        Do I need to use TYPE T (TCP/IP) RFC destination?
        If I use TYPE T then I am getting error saying "no sender agreement and no receiver".
        Since I am making a call to function module in XI system and there is no other receiver after that how do I configure a receiver for this?
        Please help me!
    Thanks
    Gopal

    Hi -
    At least for what you're trying to do, consider below:
    <i>>>>The CCMS alert is setup in the XI system. So to trigger alert I am making a RFC call (CALL FUNCTION SALERT_CREATE DESTINATION 'SYXI250'...) to XI.</i>
    So SALERT_CREATE in the XI system is actually your receiver interface in this scenario.
    <i>>>>Do I need to use TYPE T (TCP/IP) RFC destination?</i>
    Yes.
    <i>>>>Since I am making a call to function module in XI system and there is no other receiver after that how do I configure a receiver for this?</i>
    As mentioned above, XI (technically at least) is the receiver and SALERT_CREATE is the receiver interface.  The sender would be your R/3 system and the sender interface would be just a stub of SALERT_CREATE.  So in R/3 you could create a customer, remote-enabled RFC (Z_SALERT_CREATE) that's just a stub (no implementation of SALERT_CREATE, just parameters) and call this from the R/3 side (e.g. CALL FUNCTION Z_SALERT_CREATE DESTINATION 'SYXI250'...).
    Of course, you would need to import the metadata for your custom Z_SALERT_CREATE (and SALERT_CREATE if not already) RFC as an imported object to XI.  You'd need a sender agreement for R/3 sender and Z_SALERT_CREATE RFC as well.
    Regards,
    Jin

  • Could not trigger alert in rz20

    Hi,gurus:
         I want to add alert function in my scenario(file to file).I did it with the help of the blog "Configuring scenario specific E-mail alerts in XI-CCMS: Part 2",and I have set the threshold values,but the value of Average Processing time was still 0 msec and no alert existed.Are there any operation I missed?
    Any help will be appreciated!

    Hi:
        I can see the alert now by choosing the option like :trigger alert when the transporting time is lower than the threshold value.
        But now  another problem occured.I want to mail the internet address after the alert trigger,but it throws exception "CL_SMTP_RESPONSE ESMTP " and the error "530 530 5.7.0 No AUTH  command".I think it is the cause of the authentication of the mail server.What do you think of that? In the blog "FAQ in Business Communication area" I saw this problem:
    Q4. How does the R/3 System authenticate at the Mail Server.
    A4. The R/3 System can only use domain based authentication. Authentication with username + password is not possible. /* It is also not planned to implement this feature. */
    Workaround: You can install an additional SMTP hop, what only accepts mail from the SAP System, and sends these mails to your "productive" SMTP Server. /* With authentication */
    So is the problem the same to mine?
    I have configured relavant work in scot,sicf,su01...
    Any help will be appreciated!Thanks in advance.

  • FRM-40735- when-custom-item-event trigger raised.

    hi all
    while logging in i am getting the following error.
    FRM-40735- when-custom-item-event trigger raised unhandled exception ORA-06508.
    and when i press the button then getting the following error.
    FRM-40735-when-button-pressed trigger raised unhandled exception ORA-06508.
    plz help me out.thanks in advance.
    sarah

    SarahSarahSarah wrote:
    Yes i am keeping the path but i checked without path too.I want to regenerate webutil.plx.i tried by using ctrl+t ,shift+ctrl+k and ctrl+k but it did not generat plx.what should i do to regenerat plx?is it giving any error when you try to generate it using ctrl + t .?
    Also try closing the builder
    set FORMS_PATH with your working directory (do also keep webutil.pll and webutil.olb) in that.
    Open the builder again and try generating

  • Event structure: have one event trigger another event

    I have an event structure with two events. I want the finalization of the first event to trigger the second event. Both events are triggered by a boolean value change, say "boolean 1" and "boolean 2". Can I have a local variable of boolean 2 inside event 1. By changing its value, it should trigger event 2. However, this doesn't seem to be working. (see attached example)
    any help?
    Solved!
    Go to Solution.
    Attachments:
    test.vi ‏9 KB

    Tim's reply is the answer you are looking for.
    I would like suggest that you create a sub-VI that doesw the work in the second event you want to fire so tht rather than resorting to having one event trigger another, you can simply use the sub-VI that does the work in event_2 after the sub-VI that does the work for event_1.
    If you decide to stick one event triggering another, please clearly document the sceme in BOTH events. What you want to avoid is latter deciding event_1 should be triggered by Event_2 and the next thing you know, your app hangs.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • What kind of roles in XI.

    Hi,
    If i join as a XI consultant what kind of roles i need to work.

    HI
    Role:   SAP_XI_Developer
    u2022     SAP_XI_DEVELOPER (Composite)
    u2022     SAP_SLD_DEVELOPER
    u2022     SAP_XI_DEMOAPP
    u2022     SAP_XI_DEVELOPER_ABAP
    u2022     SAP_XI_DEVELOPER_J2EE
    Notes:
    No access to the Administration of the XI Tools URL,
       ABAP
     SXI_CACHE to view the cache but not refresh it
     SXMB_MONI
     SPROXY
     SXMB_IFR
     SXMB_ADM
     SLDCHECK
     SLDAPICUST
    SLD
     create/change Technical /Business System
     create Software Catalog (Product/Software Component Version)
     create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
     import SWCV (Software Component Version) from SLD
     create new namespace under a SWCV
     create/change new or existing Integration Scenarios and Integration Processes because the Software Component cannot be changed
     create/change new or existing Interface Objects because the Software Component cannot be changed
     create/change new or existing Mapping Objects because the Software Component cannot be changed
     create/change new or existing Adapter Objects
    DIRECTORY
     transfer integration scenario from Repository
     create/change Party
     create/change Service Without Party
     create/change Service Receiver Determination
     create/change Service Interface Determination
     create/change Service Sender Agreement
     create/change Service Receiver Agreement
          RWB
     Component Monitoring
     Message Monitoring
     Performance Monitoring
     Alert Configuration
     Alert Inbox
     Cache Monitoring     Role:   SAP_XI_Configurator
    u2022     SAP_XI_CONFIGURATOR (Composite)
    u2022     SAP_SLD_CONFIGURATOR
    u2022     SAP_XI_BPE_CONFIGURATOR_ABAP
    u2022     SAP_XI_CONFIGURATOR_ABAP
    u2022     SAP_XI_CONFIGURATOR_J2EE
    u2022     SAP_XI_DEMOAPP
    Notes:
    No access to the Administration of the XI Tools URL
       ABAP
     SXI_CACHE to view the cache but not refresh it
     SXMB_MONI
     SPROXY
     SXMB_IFR
     SXMB_ADM
     SLDCHECK
     SLDAPICUST
    SLD
     create/change Technical /Business System
     create Software Catalog (Product/Software Component Version)
     create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
     import SWCV (Software Component Version) from SLD
     create new namespace under a SWCV
     create/change new or existing Integration Scenarios and Integration Processes because the Software Component cannot be changed
     create/change new or existing Interface Objects because the Software Component cannot be changed
     create/change new or existing Mapping Objects because the Software Component cannot be changed
     create/change new or existing Adapter Objects
            DIRECTORY
     transfer integration scenario from Repository
     create/change Party
     create/change Service Without Party
     create/change Service Receiver Determination
     create/change Service Interface Determination
     create/change Service Sender Agreement
     create/change Service Receiver Agreement
           RWB
     Component Monitoring
     Message Monitoring
     Performance Monitoring
     Alert Configuration
     Alert Inbox
     Cache Monitoring
    Role:  SAP_XI_ADMINISTRATOR
    u2022     SAP_XI_ADMINISTRATOR (Composite)
    u2022     SAP_ALM_ADMINISTRATOR
    u2022     SAP_ALM_CUSTOMIZER
    u2022     SAP_SLD_ADMINISTRATOR
    u2022     SAP_XI_ADMINISTRATOR_ABAP
    u2022     SAP_XI_ADMINISTRATOR_J2EE
    u2022     SAP_XI_BPE_ADMINISTRATOR_ABAP
    u2022     SAP_XI_DEMOAPP
    Notes: Has access to the Administration of the XI Tools URL (This should be Basis Only)
    ABAP
    u2022         Has access to SXI_CACHE to view the cache but not refresh it
    u2022         Has access to SXMB_ADM
    u2022         Has access to SXMB_MONI
    u2022         Has access to SPROXY
    u2022         Has access to SXMB_IFR
    u2022         Has access to SLDCHECK
    u2022         Has access to SLDAPICUST
    SLD
    u2022         Can create/change Technical /Business System
    u2022         Can create/delete Software Catalog (Product/Software Component Version)
    u2022         Can create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
    u2022         Can import SWCV (Software Component Version) from SLD and delete from Repository
    u2022         Can create new namespace under a SWCV
    u2022         Can create/change new or existing Integration Scenarios and Integration Processes
    u2022         Can create/change new or existing Interface Objects
    u2022         Can create/change new or existing Mapping Objects
    u2022         Can create/change new or existing Adapter Objects
           DIR
    u2022         Can transfer integration scenario from Repository
    u2022         Can create/change Party
    u2022         Can create/change Service WithoutParty
    u2022         Can create/change Service Receiver Determination
    u2022         Can create/change Service Interface Determination
    u2022         Can create/change Service Sender Agreement
    u2022         Can create/change Service Receiver Agreement
                                                                                    RWB
    u2022         Can access Component Monitoring
    u2022         Can access Message Monitoring
    u2022         Can access Performance Monitoring
    u2022         Can access Alert Configuration
    u2022         Can access Alert Inbox
    u2022         Can access Cache Monitoring     Role:   SAP_XI_CONTENT_ORGANIZER
    u2022     SAP_XI_CONTENT_ORGANIZER (Composite)
    u2022     SAP_SLD_ORGANIZER
    u2022     SAP_XI_CONTENT_ORGANIZER_ABAP
    u2022     SAP_XI_CONTENT_ORGANIZER_J2EE
    Notes:    No access to the Administration of the XI Tools URL
    ABAP
    u2022         No access to SXI_CACHE
    u2022         No access to SXMB_ADM
    u2022         No access to SXMB_MONI
    u2022         No access to SPROXY
    u2022         Has access to SXMB_IFR
    u2022         No access to SLDCHECK
    u2022         No access to SLDAPICUST
    SLD
    u2022         Can create/change Technical /Business System
    u2022         Can create/delete Software Catalog (Product/Software Component Version)
    u2022         Can create/change Development (Name Reservation, Content Browser, Class Browser).
             REPOSITORY
    u2022         Can import SWCV (Software Component Version) from SLD and delete from Repository
    u2022         Can create new namespace under a SWCV
    u2022         Can create/change new or existing Integration Scenarios and Integration Processes
    u2022         Can create/change new or existing Interface Objects
    u2022         Can create/change new or existing Mapping Objects
    u2022         Can create/change new or existing Adapter Objects
           DIR
    u2022         Can transfer integration scenario from Repository
    u2022         Can create/change Party
    u2022         Can create/change Service WithoutParty
    u2022         Can create/change Service Receiver Determination
    u2022         Can create/change Service Interface Determination
    u2022         Can create/change Service Sender Agreement
    u2022         Can create/change Service Receiver Agreement
                                                                                    RWB
    u2022         Can access Component Monitoring
    u2022         Can access Message Monitoring
    u2022         Can access Performance Monitoring
    u2022         Can access Alert Configuration
    u2022         Can access Alert Inbox
    u2022         Can access Cache Monitoring
    Role:  SAP_XI_DISPLAY_USER
    u2022     SAP_XI_DISPLAY_USER (Composite)
    u2022     SAP_SLD_GUEST
    u2022     SAP_XI_DISPLAY_USER_ABAP
    u2022     SAP_XI_DISPLAY_USER_J2EE
    Notes: No access to the Administration of the XI Tools URL
    ABAP
    u2022         Has access to SXI_CACHE but cannot refresh cache
    u2022         Has display access to SXMB_ADM
    u2022         Has access to SXMB_MONI
    u2022         Has access to SPROXY
    u2022         Has access to SXMB_IFR
    u2022         Has access to SLDCHECK
    u2022         No access to SLDAPICUST
    SLD
    u2022         Cannot create/change Technical /Business System
    u2022         Cannot create/delete Software Catalog (Product/Software Component Version)
    u2022         Cannot create/change Development (Name Reservation, Content Browser, Class Browser).
    REP
    u2022         Cannot import SWCV (Software Component Version) from SLD and delete from Repository
    u2022         Cannot create new namespace under a SWCV
    u2022         Cannot create/change new or existing Integration Scenarios and Integration Processes
    u2022         Cannot create/change new or existing Interface Objects
    u2022         Cannot create/change new or existing Mapping Objects
    u2022         Cannot create/change new or existing Adapter Objects
           DIR
    u2022         Cannot transfer integration scenario from Repository
    u2022         Cannot create/change Party
    u2022         Cannot create/change Service WithoutParty
    u2022         Cannot create/change Service Receiver Determination
    u2022         Cannot create/change Service Interface Determination
    u2022         Cannot create/change Service Sender Agreement
    u2022         Cannot create/change Service Receiver Agreement                                                                               
    RWB
    u2022         Can access Component Monitoring
    u2022         Can access Message Monitoring
    u2022         Can access Performance Monitoring
    u2022         Can access Alert Configuration
    u2022         Can access Alert Inbox
    u2022         Can access Cache Monitoring     Role:   SAP_XI_MONITOR
    u2022     SAP_XI_MONITOR (Composite)
    u2022     SAP_SLD_GUEST
    u2022     SAP_XI_BPE_MONITOR_ABAP
    u2022     SAP_XI_DEMOAPP
    u2022     SAP_XI_MONITOR_ABAP
    u2022     SAP_XI_MONITOR_J2EE
    Notes: No access to the Administration of the XI Tools URL
    ABAP
    u2022         Has access to SXI_CACHE and refresh cache
    u2022         No access to SXMB_ADM
    u2022         Has access to SXMB_MONI
    u2022         Has access to SPROXY
    u2022         Has access to SXMB_IFR
    u2022         No access to SLDCHECK
    u2022         No access to SLDAPICUST
    SLD
    u2022         Cannot create/change Technical /Business System
    u2022         Cannot create/delete Software Catalog (Product/Software Component Version)
    u2022         Cannot create/change Development (Name Reservation, Content Browser, Class Browser).
    REP
    u2022         Cannot import SWCV (Software Component Version) from SLD and delete from Repository
    u2022         Cannot create new namespace under a SWCV
    u2022         Cannot create/change new or existing Integration Scenarios and Integration Processes
    u2022         Cannot create/change new or existing Interface Objects
    u2022         Cannot create/change new or existing Mapping Objects
    u2022         Cannot create/change new or existing Adapter Objects
           DIR
    u2022         Cannot transfer integration scenario from Repository
    u2022         Cannot create/change Party
    u2022         Cannot create/change Service WithoutParty
    u2022         Cannot create/change Service Receiver Determination
    u2022         Cannot create/change Service Interface Determination
    u2022         Cannot create/change Service Sender Agreement
    u2022         Cannot create/change Service Receiver Agreement                                                                               
    RWB
    u2022         Can access Component Monitoring
    u2022         Can access Message Monitoring
    u2022         Can access Performance Monitoring
    u2022         Can access Alert Configuration
    u2022         Can access Alert Inbox
    u2022         Can access Cache Monitoring
    cheers

  • Use event trigger process chain

    Hi friends,
    I am working on a process chain tuning task.
    One request is to change a schedule method  of an interrupt from date/time to event.
    I know how to generate and utilize event.
    My worrying is:
    Is an event has duration?
    E.g Today's process chain scheduled at 01am,,processing, the interrupt was triggered  by event at 04am, but at 10am, the event was trigger again for some unknown reason.
    Then,the process chain with the interrupt will be scheduled  at 04am tomorrow, but actually, there may be no event for tomorrow as requirement(due to some reasons,we do not like PC run everyday).
    Anyone know how to solve this problem?

    Martin
    You partially answered my questions.
    My chain contains both date/time schedule and event trigger.
    As is:
    Start-date/time schedule daily at 1:00am
    step1,step2,,etc
    interrupt-now, it is date/time schedule,at 4:00am
    other steps.
    To be:
    Start-date/time schedule daily at 1:00am
    step1,step2,,etc
    interrupt-  event trigger schedule
    other steps.
    I know how to trigger event by ABAP program.
    My concern is:
    Today afternoon, someone run this ABAP 10 times to generate 10 events,what will happen tomorrow?
    Actually,according to business requirement,tomorrow's process chain(interrupt below part) shall not be ran.

Maybe you are looking for