Event in SM62...urgent

I know the event maintained in SM62. I want to check where it is triggering in which program.
How to find that????
Thanks.

Hi,
  Refer
https://forums.sdn.sap.com/click.jspa?searchID=10281667&messageID=3305610
Regards
Kiran Sure

Similar Messages

  • Event History SM62 - doesn't show the events raised

    Hello,
    I definded an event within SM64 and raised the event during a perodical job. Now I thought to see the events with SM62, but there are only old events listed. I checked the selection criteria and changed them that all events should be listed.
    Has anyone an idea?
    Regards Geert

    Hi Juan.
    I have the authorization and I'm also able to list "old" events. Could it have something to do that I raised the events with the report BTC_EVENT_RAISE?
    Regards Geert
    P.S. Thanks for the first reply

  • Lov Event Issue..Urgent!!!

    Hi to all,
    I create a lov dynamically
    In processreq.
    OAMessageLovInputBean billtoaddbean[] = new OAMessageLovInputBean[100];
    billtoaddbean[t] =(OAMessageLovInputBean)createWebBean(pageContext, LOV_TEXT, null, AssoCmpnyCustBillToAdd);
    billtoaddbean[t].setAttributeValue(REGION_CODE,"webui/TrailCompanyPG");
    billtoaddbean[t].setLovRegion("/lov/webui/TrialBillToLovRN",0);
    billtoaddbean[t].setUnvalidated(false);
    and set the id like billtoaddbean[t].setID("AssoCmpnyCustBillToAddId"+t);
    billtoaddbean[t].addLovRelations(pageContext, AssoCmpnyCustBillToAdd,"Address",LOV_CRITERIA ,LOV_REQUIRED_NO);
    billtoaddbean[t].addLovRelations(pageContext,AssoCmpnyCustBillToAdd, "Address",LOV_RESULT,LOV_REQUIRED_NO);
    and in prcessformreq, I did the code below (Just check the event)
    if(pageContext.isLovEvent())
    value.append("In Lov Event --");
    System.out.println("IN LOV EVENT");
    if(lovInputSourceId.equals("AssoCmpnyCustBillToAddId"+i))
    System.out.println("In Asso Bill To Add Lov");
    after this when i clicked the this lov means.. the search and select window will not appear.
    Anything wrong way i did?
    How to check the lov event.
    Thanks in Advance
    Regards
    Senthur

    Hi
    pls modify your code according to following code to create the LOV ,
    OAMessageLovInputBean lovInput =(OAMessageLovInputBean)createWebBean(pageContext, LOV_TEXT, null,
    "inputTest");
    webBean.addIndexedChild(lovInput);
    // Specify the path to the base page.
    lovInput.setAttributeValue(REGION_CODE, "/my/oracle/apps/ak/employee/webui/TestEmpSearchPG");
    //lovInput.setAttributeValue(REGION_CODE, "/oracle/apps/dem/webui/Basic");
    // Specify the application id of the base page.
    lovInput.setAttributeValue(REGION_APPLICATION_ID, new Integer(20001));
    // Specify the LOV region definition.
    lovInput.setLovRegion("/my/oracle/apps/ak/lov/webui/EmployeesLovRN", 0);
    lovInput.setUnvalidated(false);
    lovInput.setPrompt("Manager ID");
    lovInput.addLovRelations(pageContext, "inputTest", // base page item
    "Empname", // lov item
    LOV_RESULT, // direction
    LOV_REQUIRED_NO);
    lovInput.addLovRelations(pageContext, "inputTest", // base page item
    "EmpNum", // lov item
    LOV_CRITERIA, // direction
    LOV_REQUIRED_NO);
    please let me know if any issue there
    thanx
    Pratap

  • URGENT:Process Chains And events Related

    Hi All,
                  I have created a new process chain which is a normal ODS Process Chain.For that I started with the start Process and then created event in sm62 to trigger the start of process chain.Similarly,I have at the end of the process chain ,I have added 2 ABAP Programs ,one to mark the successful completion of process chain and another to mark the Error or Unsuccessful completion.For these programs,I maintaines Processvariants and here, we have utility Programs.So used the relevant utility program and created a program variant and Events ,One for successful completion of process chain and another to mark the Error or Unsuccessful completion.
    But ,Now ,I find that when I trigger the eventin sm64,I find that the process chain is not being run.Is that any problem with the events I created.This is the first i am involved  with creation of events in SM62.Can anyone help me in  this regard.
    Can anyone,tell me thatdo we need to do anything else apart from  Creating events .Imean like assigning jobs and then Programs in the Step of that Job.
    Please Kindly help me in this regard.It is very very urgent for me.Thank you.Points will be assigned.
    Regards,
    Samir

    Hi,
    I have tried in the same way you have said .I have maintained as after event and activated and scheduled.after that  i triggered the event insm64.But still,I am not able to see the Load in RSMO.
    I have just checked out in sm37.And found that some jobs have failed.I think this might be the reason for the Process chain to not run.
    I am just pasting the error msg and solution.
    Job BI_PROCESS_ABAP, waiting for event RSPROCESS 489W6WH6I7OHV7BL3N9909F7F, has no predecessor
    Message no. RSPC003
    Diagnosis
    Although job BI_PROCESS_ABAP has been started by event RSPROCESS 489W6WH6I7OHV7BL3N9909F7F and is recognized in the process chain, the current run for this process has no job preceding it.
    This is why the system was unable to determine a log ID, and the chain is broken.
    System response
    The job has been terminated.
    Procedure
    With the exception of the start process, each process must have a process that precedes it.
    Then Another error for the another cancelled job is
    Job BI_PROCESS_OR, waiting for event RSPROCESS 489WC2QYBC4AJSYILQ10TWABF, has no predecessor
    Message no. RSPC003
    Diagnosis
    Although job BI_PROCESS_OR has been started by event RSPROCESS 489WC2QYBC4AJSYILQ10TWABF and is recognized in the process chain, the current run for this process has no job preceding it.
    This is why the system was unable to determine a log ID, and the chain is broken.
    System response
    The job has been terminated.
    Procedure
    With the exception of the start process, each process must have a process that precedes it.
    Please kindly help me if you understand the problem.
    Thanks,
    Samir

  • Event and Process Types - Urgent

    Hi All,
    I am little confused between Events and Process Types in a PC. How an event can be used in a PC ?
    I know that SM62- To create event, SM64 – Execute Event. But how its used in PC.
    Thanks in adv for your reply.

    Events can be used to start the process chain based on the event raise. In order to use the events
    1. Create an event using SM62
    2. Go to your process chain start variant and select the start type as After event and give the event name which you created and then activate and schedule the process chain
    3.Now go back to sm64 and trigger the event that should actually start the Process chain. This can be monitored using the Process chain log.
    Regards,
    Jagadeesh.

  • Want to add event created through SM62 in transport request?

    Hi Guys,
    i have created one Event in SM62 but it did not ask for any transport while creation.
    So to add this event to transport so that it can be made available in other systems?
    Thanks,
    GURU

    Hi Guru
    Have you checked if the events are directly maintainable in respective servers?
    Kind Regards
    Eswar

  • How to Create event, background Job & Assing event to backgroud job to trig

    Hi Experts,
    I want to trigger events in Backgroud for data scheduling purpose to automate.
    I can able to create event in SM62. then i want to create background job in SM36 then how to assign to event in Background to trigger.
    can anybody give some suggestion on this.
    Best Regards
    Siri

    Hi,
    There are two cases
    1) to raise an event after the completion of a job
    This can be done by using ABAP coding, trigger the event using a program by the 'RAISE' statement. The job can be scheduled to run in the background daily or weekly(or anything as per the requirements)
    2) to run a job after an event
    in the start condition of the job, give the event name which should trigger that job in the after event field.
    or if you want to run multiple jobs after one event completes, give that event in the start condition of all the jobs.. or model a process chain which will run this jobs..
    I hope this clrifies your doubt...
    Regards
    Shilpa

  • IPhone 4 reset itself, photos lost -URGENT HELP NEEDED

    Hi there,
    Urgent help needed!!
    Tonight I was taking extremely important photos throughout an event on my iPhone 4, however, my iPhone 4 ran out of battery once I was near a charger I plugged it in and for some reason my iPhone had reset itself. Back up icloud options were from yesterday, but the photos that I was taking at the event are needed urgently. Is there any way possible I can recover the photos that were taken?
    Thanks in advance!!!!

    Slymm71 wrote:
    just had similar problem got email from find my phone saying initiating full phone wipe this cannot be stopped ***? i own the phone from new and registerred in m name but wiped whilst i was using it !!!
    See your other post... 
    https://discussions.apple.com/message/18876037#18876037

  • Process Chains with Event Trigger

    Hi Experts,
    Happy Valentine day.
    I have a requirement to run a Process Chain using Event IDs. Now these Evenrt ID should be triggered by a Program which raises this Eovent. Then this Program should be scheduled in BAckground to run periodically. Has anyone done this before. If yes, could you please shower some light on this topic with details on the steps.
    Thanks
    DV

    Hi,
    1)You can make the process chain to be trigered by an event.
    You create user events in SM62. In SM62, next to "User even names", click on Maintain and press Enter. Click on the Create icon to create a new event (let's call it ZEVENT).
    Next, in your process chain, change the Start variant to be scheduled "After event", and put in ZEVENT for the event name. Also, click on the "Periodic job" at the bottom. This will automatically reschedule the jobs for the process chain after it executes.
    Next, create an ABAP program (let's call it Z_EVENT_RAISE) to call the function module BP_EVENT_RAISE. You're code can look like this:
    codeREPORT Z_EVENT_RAISE.
    PARAMETERS: P_EVENT LIKE TBTCO-EVENTID.
    CALL FUNCTION 'BP_EVENT_RAISE'
    EXPORTING
    EVENTID = P_EVENT.
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.[/code]
    This ABAP program will prompt for an event name, so you will need to create a variant (let's call it ZEVENT) which will save the value of the event name (also ZEVENT). You will need the variant name to be able to trigger the event in a batch job.
    Now all you need is the batch job. Use tcode SM36 to create a batch job where you call the ABAP program (Z_EVENT_RAISE) using the variant (ZEVENT).
    Note, SM64 only triggers an event manually.
    and you can copy this job to schedule it three times a day.
    2)In the Start process of your process chain, select Direct Scheduling and then click the Change Selections icon. This will bring you to the Start Time window where you can put in the Date/Time you want to start your process chain. At the bottom of this window, click on the Periodic job box and you will notice another icon way at the bottom called Period Values. Click this to determine what frequency the job should be rescheduled (ie. daily, weekly, etc.).
    3)you can do this by right-clicking on the start process, selection "Maintain Variant", choose "Direct Scheduling". Next select "Change Selections", pick your date and time, set your period values and you're done.
    Thanks,
    JituK

  • Triggering Info Package via Event

    Hi,
    I have created two events in SM62 and assign thm in Infopackages.(background ->after event with parameter)
    After start process of Process Chain, i hav included ABAP process type which on certain conditions triggers those two events.
    Now even if i comment my code, both IP's get triggered in process chain and data load run successfully.
    Why the "after event" is not working?
    Ne idea !!!
    Regards
    Ankur

    Ankur,
       If you are using any objects(infopackages, ods etc)in Process chains, default setting are overwitten by process chain settings.
       So if you are included infopacks in Pchain like:
    Start process -> ABAP prog ->> Infopak1 -> Infopak2.
    Then Infopackages will be triggered(according to the process chain sequence), infopaks are not depenedent on abap program, hence packages are triggred.
    So follow one of the option provided by Mr.Ajay.
    Hope it Helps
    Srini

  • How to create a event and assign to task

    Hi
    How to create events in BW and assign to any process..
    Like i want to complete a delta load and do the full load.
    After finishing the delta load, full load has to be triggered.
    So can anyone help to creating the events in bw and assigning it to the prcess.
    Regards
    Rak

    Hi AHP
    Thanks for the reply.. we are not using the process chains instead we are using the infopackage groups. I created the event in SM62, But how should i assign this new event to my delta load.
    In full upload infopackage, in selection option i can give the event there in "after event"
    But my doubt is how to assign my event to the delta infopack
    "<i>you can just put the full load process type variant after the delta load, any consideration ?"</i>. Can you be more specific.
    Regards
    Rak

  • How to identify an event that trigger a process chain.

    Hi,
         I have a process chain, which starts after the an event is triggered.
    How to find out where this event is triggered.
    Cheers
    Senthil

    Hi Senthil,
    When it comes to event based chains there could be many scenarious:
    1) There is an event collector which collects some events and then triggers the subsequent event.
    In this case Right Click on the start variant of the process chain and then display scheduled Job. You get the released Job and then double click on that released Job it will show you the event that triggers this chain.
    Then take this event and go to table RSEVENTHEAD and then place this event in field EVENT_OK then execute then in the field CHAIN_ID you get the name of the event collector. Then take this event collector in RSA1 --> Tools --> Event Collector and search it gives all the event collected in this.
    2) The event based chain has no event collector and the event can be triggered from another chain or any other Job from the same system or any other system.
    In those cases you need to be aware of the dependency but there is no hardcore rule to derive the event from where it triggers.
    Also search the event in SM62 it could be of some use.
    Cheers,
    Neelesh Jain,

  • Events in lo cockpit

    hi friends,
    i hope every is doing good. i have got a doubt regarding LO Cockpit. when we are using LO Cockpit you can find some events under the extract structure. is they are similar like in ABAP or any difference. if they related to abap when they are going to triger while doing the  extraction.
               if some one gives me information that is going to be great for me.
    thanks in advance.

    Hi sree kanth,
    we can create user events in SM62. In SM62, next to "User even names", click on Maintain and press Enter. Click on the Create icon to create a new event (let's call it ZEVENT).
    Next, in your process chain, change the Start variant to be scheduled "After event", and put in ZEVENT for the event name. Also, click on the "Periodic job" at the bottom. This will automatically reschedule the jobs for the process chain after it executes.
    Next, create an ABAP program (let's call it Z_EVENT_RAISE) to call the function module BP_EVENT_RAISE. You're code can look like this:
    REPORT Z_EVENT_RAISE.
    PARAMETERS: P_EVENT LIKE TBTCO-EVENTID.
    CALL FUNCTION 'BP_EVENT_RAISE'
    EXPORTING
    EVENTID = P_EVENT.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    This ABAP program will prompt for an event name, so you will need to create a variant (let's call it ZEVENT) which will save the value of the event name (also ZEVENT). You will need the variant name to be able to trigger the event in a batch job.
    Now all you need is the batch job. Use tcode SM36 to create a batch job where you call the ABAP program (Z_EVENT_RAISE) using the variant (ZEVENT).
    Note, SM64 only triggers an event manually.

  • BI_PROCESS_TRIGGER event job in released status ONLY

    HI ALL,
    I WANT TO TRIGGAR PC TWICE IN DAY 5 PM AND 2AM.
    1.I CTEATED EVENT IN SM62 (ZSDPC_EVENT)
    2.I CTEATED SE 38 PROGRAM (zsdpp_pc_event_program )LIKE BELOW
    REPORT  zsdpp_pc_event_program.
    DATA: gv_time TYPE sy-uzeit,
          eventid TYPE btceventid.
    gv_time = sy-uzeit.
    eventid = 'ZSDPC_EVENT'.
    IF ( gv_time GE '170000' AND gv_time LE '170000' )
       OR ( gv_time EQ '020000' AND gv_time LE '200000' ).
      CALL METHOD cl_batch_event=>raise
        EXPORTING
          i_eventid                      = eventid
        EXCEPTIONS
          excpt_raise_failed             = 1
          excpt_server_accepts_no_events = 2
          excpt_raise_forbidden          = 3
          excpt_unknown_event            = 4
          excpt_no_authority             = 5
          OTHERS                         = 6.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDIF.
    3.I SPECIFIED AFTER EVENT IN MANAIN VARIANT .ACTIVATED AND SCHEDULED PC
    4. THEN RUNE THIS PRORGAM IN SM36
    BUT MY PROBLEM IS IN SM37 JOB BI_PROCESS_TRIGGER event job in released status ONLY
    please guide me if i am wrong .
    REGARDS,
    KP

    It is supposed to be in Released status.
    The BI_PROCESS_TRIGGER job is scheduled to run based upon the event being triggered (from your ABAP program).  The only thing this job does is trigger the event that runs the next process in your process chain.  If you set up the Start variant in your PC to schedule "After Event" and you set the periodic flag, then after the BI_PROCESS_TRIGGER job finishes, it will reschedule itself.  So, there will always be a BI_PROCESS_TRIGGER job in a Released status.
    Again, the BI_PROCESS_TRIGGER job does not run the entire chain.  It only triggers the next processes in your chain.
    Does this help?
    PS.  Are there any BI_PROCESS_TRIGGER jobs in a Complete status?  If not, then there is an issue with your ABAP program.
    Edited by: Geo on May 4, 2009 11:13 AM

  • Infopackage execution with raise event

    Hi experts,
    We need to launch the execution of a infopakage with an event, but we followed next steps without success:
    1- Define event in SM62
    2- Set in the scheduling options of the infopackage the name of the event.
    3- Trigger the event in SM62
    The event is working because we tried it into a process chain, and the chain was raised.
    We think, the problem is on the infopackege. The infopackages in the new BI 7 version only can charge PSA with background way.
    Could be it a problem?
    We suppose infopackets in new version can be raised with an even because you are able to indicate it in the schedule tag.
    Do you have any solution?
    Thanks
    Edited by: David Santos on Sep 11, 2008 1:24 PM

    David,
    Have you scheduled/executed the infopackage?  If it is triggered by an event it won't actually execute when you click start on the schedule tab in the infopackage.  Instead it will be scheduled to run and will wait for the event.
    To see if the InfoPackage is waiting to run use transaction SM37 and put the name of your event in the field "or after event" and put ticks in all the job statuses.  You should see a background job in status "released" which when you double click on it shows it is triggered by your event.
    Also when you defined the triggered did you select periodic?  If not the infopackage will run once when the event is raised the first time but will not run again when you raise the event a second time.
    Thanks,
    Mark
    if that answers the question then please mark the question as answered...
    Edited by: Mark Roberts on Sep 11, 2008 2:03 PM

Maybe you are looking for

  • Mail values from dynamic dropdown

    Hi all, need your help to solve a problem. With LCD, I create a form with a dropdown listbox and a send button. If I maintain the values directly in LCD, everything works fine. The mail contains an XML with the chosen value. I've also find out, how t

  • How to create a custom Report in SAP CRM using the Bol Framework

    Hi Guys I have developed a report in SE38 which calls a custom Function Module within it and it works all good. Now I want to take my Function Module as well as the external structures I created for this report and use them to make a View in SAP CRM

  • Password sync even with AD FS?

    If we implemented AD FS for use with Intune/SCCM and DirSync, does password sync also need to be enabled? As I understand DirSync is required for Intune when SCCM is used, even if AD FS is implemented, but what about Password sync?

  • BDC For VK11

    Hi All, I got a requirement to upload Condition records through trnx VK11 , but I have one doubt , how can we handle the radio buttons  ( Table ) dyamically for every Condition type??? Ex : for condition type 'X' it has choose the table '111' and for

  • Forgot apple id and password for activtion icloud

    Hello my dear I have a iphone 5 32 gig white Imei: 013432003236882 Serial number: DNPK4PJXDTTR But forgot me password icloud [email protected] Please help me for activtion icloud Thank you very much