The lotus mail about the Background Job status

Hi ,
I have a requirement where SAP users want the status of the background job in their lotus mail.The problem is job takes run for more than 15-20 hours and some times gets failed too.Whichever is the status , they want the update. The job is run daily in the night.So can not be done in the same program. Writng different program to check and send the mail can be an option.
But My question would be
1.Is there SAP standard funtionality /progarm to send the job log (not the spool) in the mail?
Thanks in advance.

Hi,
You can run another job in background which can monitor this original program. I would die and schedule itself in an hour for next status. the logic goes this way.
1) The original Z program call the Z job monitor prog with jobname.
2) The Z job monitor prog checks the status of job and will send a status mail on finished or cancelled.
3) if the job is still active, the z job monitor prog will schedule itself for after an hour to check the status again.
thus steps 2 & 3 would be in loop till the original z prog finishes or gets cancelled.
Regards,
Nirmal

Similar Messages

  • HT201363 I cannot get the e-mail about the re-set questions and the password.

    !!!!!!

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (102564)

  • Create a Subscription without Notification Mail about the Creation

    Hi,
    we have developed a room extension which automatically creates subscriptions for new room members for all room stores; the target channel is (and should be) the EMAIL channel.
    The problem now is that when a user is added to the room as a member, he gets n+1 notification mails where n = # of room stores: one mail notifying about the room membership (that mail is OK) and one mail per room store notifying about the created subscription; these mails are not wanted.
    Question: Is it possible to create subscriptions per API (it's a service user who creates them and then passes over the ownership to the recepient) using the EMAIL channel but avoiding the notification mails about the created subscriptions?!
    Thanks in advance
    Detlev

    Hi,
    thanks for attending this interesting topic
    "Solution": It's not possible by standard means to reach this aim <i>only</i> in the situation described (but: globally for all subscriptions).
    Reason: <i>createSubscription</i> on the SubscriptionManager implementation calls <i>sendAdminNotification</i> internally, which calls <i>sendByNotificator</i> internally, which again calls <i>send(recipients, channel, notification)</i> on the <i>INotificatorService</i>. All these calls are unconditioned ...
    ... except for: The decision if an admin notification is sent depends on the "Allowed AdminNotifications" (System Admin, System Config, KM, CM, Repository Services, Subscription Service, subscription). Removing "create" will have the desired effect - but globally.
    See http://help.sap.com/saphelp_nw04/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm for further details.
    Thanks for listenting
    hope it helps someone
    Detlev

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • Need to know how to find out the Variant associated with a background job

    Hello,
    Plz help me in finding out how to find the variant associated with a background job. I need to know which variant does the program picks up when it runs the scheduled background job. There are so many variants that exist. How do I figure out which one is being picked up by the program. When I go and see into the job that are already finished it shows the parameter as "&00000000645354" which I do not understand what it corresponds to. I was expecting a variant name instead of this number in the parameter field. Is there a way I can find out the name of teh variant the program is using automatically in the background job ??
    Thanks in anticipation

    Yes it is possible which is variant, input fields are choosen
    - go to SM37 and locate the background job which was processed using proper selection criteria
    - select the Job and click on 'Step' button availabe in the screen
    - the new screen is 'step list overview'. now, place the cursor on selected variant avaialble on the screen, then from Menu >> Goto>> variant
    which gives the list of input values.
    hope this helps
    Thanks
    JK

  • Trigger mail for cancelled background jobs scheduled using SM37

    Dear Experts,
    My requirement is to trigger email whenever a job gets cancelled in background.
    For this I have already tried creating a workflow using BO BPJOB for event ABORTED.
    But for some reason the event is never getting triggered.
    I tested executing the workflow from tcode SWDD, it was running successfully, which means that there is no issue with my workflow.
    Now I want to resolve the above issue   OR
    I want to raise the event manually from the program through some BADI or Exit.
    But I didn't find any BADI or Exit for tcode SM37. Can anybody let me know if any.

    Hi,
    Please refer the below links.
    Workflow- Background job fail
    Re: Send mail when job fails
    Regards
    GK.
    Moderator message: please do not post just links without any further explanations.
    Edited by: Thomas Zloch on Sep 20, 2010 11:53 AM

  • I can not delete email.my ipad says i can not moove the marked mails in the garbitch

    I can not delete email.my ipad says i can not moove the marked mails in the garbitch?

    Having the same issue...just started today...anybody have any ideas about what the problem is?

  • I have just agreed to software updates on my imac and now can't open my mail.  There is a message saying this version of mail isn't compatible with this latest software.  I have located the updated mail in the applications folder but it won't open. Help!

    I have just agreed to software updates on my imac and now can't open my mail.  There is a message saying this version of mail isn't compatible with this latest software.  I have located the updated mail in the applications folder but it won't open. I don't have the original operating software disk.  Does anyone have any suggestions?

    Your reply suggests that you have moved Mail to a different location, which (as I said) will prevent it from being properly updated. You cannot use Mail 4.5 with any recent version of Mac OS X. Mac OS X 10.7 (Lion) included Mail 5 and Mac OS X 10.8 (Mountain Lion) includes Mail 6. I'm assuming that you have either Lion or Mountain Lion, but if that is incorrect, you will need to provide that information.
    At this point, you will need to reinstall your system. Hold down command-R at startup and reinstall the system right on top of the old one. This should not disturb any of your documents or applications, though you should have backups beforehand in case something goes wrong. And at this point, with your system in an uncertain state (I don't entirely know what you have done to it), something could go wrong.
    You will also want to delete the old copy of Mail 4.5, wherever that is. You can't use it.
    In the future, do not move any of the preinstalled applications. Leave them where they are.

  • My iPhone 5 has a grey-ish blue splodge on the screen. What is it and how can I get rid of it? The place that has the spot is about the size is about 2cm,it still works where the spot is. I haven't sat on my phone or hit it to hard, not that I remember.

    The place that has the spot is about the size is about 2cm,it still works where the spot is. I haven't sat on my phone or hit it too hard, not that I remember.  I  noticed a while ago. Will it disappear? I can see the things that should be where the spot is eg it's on the keyboard and I can see the keys. Will this spread to the whole screen? How can u get rid of this?

    If you own an iPhone that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone model
    Out-of-Warranty Service
    iPhone 5s, iPhone 5c,
    iPhone 5
    $269
    iPhone 4s
    $199
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $149
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in U.S. dollars and are subject to local tax.

  • Does anyone know what the black rectangle about the receiver on the 4S is for?  I want to put a screen cover on my phone but don't know if that should be covered or not.

    Does anyone know what the black rectangle about the receiver on the 4S is for?  I want to put a screen cover on my phone but don't know if that should be covered or not.

    Refer to this article under section 4: Verify that the Apple Mobile Device USB Driver is installed
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538

  • Is the new iPad and iPod touch 5g have exactly the same iSight camera. because i heard read a lot in the apple site about the new iPad camera but the description for the new iPod touch is not so good IN TERMS OF CAMERA. so please help me

    is the new iPad and iPod touch 5g have exactly the same iSight camera. because i heard read a lot in the apple site about the new iPad camera but the description for the new iPod touch is not so good IN TERMS OF CAMERA. so please help me. coz i want to know is ipod touch 5g giving the new ipads like high clarity mages

    The ipod touch 5g and the new ipoad both have 5-mega pixal cameras.

  • When we attach photos to an email in the Apple Mail app, the photos appear tiny on gmail accounts.

    When we attach photos to an email in the Apple Mail app, the photos appear tiny on gmail accounts. They are unable to download the file as the size sent. We have tested this in multiple gmail accounts and we have tried sending as different sizes and actual size with no difference. Other photos attached in other ways come through fine. This seems to be a a result of the recent iphotos to photos app update.
    Please advise on if this is a bug with how mail is ending the photos or how gmail is receiving them.

    Try using Mail as the email client for iPhoto and see if that will fix the problem:

  • Where we can find the detail infomation about the Value String of automatic

    Where we can find the detail infomation about the Value String of automatic?
    such as WE06,WE01 and so on.

    Hai,
               Value string keys are for SAP internal usage. It is just a pointer to the transaction event key which is necessary for automatic account determination.
               Movement types are linked to transaction keys via valuation string in OMWN T-code.
               The R/3 System automatically determines the value string assigned to a specific transaction. It depends partly on entered parameters manually and partly on parameters derived internally by the system. The value string contains all posting transactions that are possible for a certain transaction. The program decides which of these posting transactions lead to G/L account postings in individual cases. You cannot define this in Customizing.
    Value string WE01, for the goods receipt for a purchase order into stock, contains transactions BSX and WRX.
    WE01: BSX, WRX, PRD, KDM, EIN, EKG, BSV, FRL, FRN, BSX, UMB.
    WA14: BSX ,PRD, BSX, UMB
    WA01: BSX, GBB, PRD, BSX, UMB
    Value string RE05 contains transactions BSX and UMB.
    In the standard system, value string WE01 is assigned to goods receipts (and also cancellations and return deliveries) for Standard and Subcontracting purchase order items without account assignment concerning valuated material into stock. In the case of (valuated) goods receipts for purchase order items not subject to account assignment,
    post the items to a stock account using the transaction key BSX and make an offsetting entry to a GR/IR clearing account. A price difference posting (transaction key PRD) is only used if the valuated material is subject to standard price control and if the order price (or invoice price) is different from the standard price. Transaction key KDM is required in Inventory Management for purchase orders in foreign currencies because of differences in exchange rates between goods receipts and invoice receipts, unless the material can not be debited or credited because it is subject to standard price control.
    The transaction keys EIN and EKG (and possibly FRE – see account determination for delivery costs) are only used in company codes where purchase account management is active (as required in France and Belgium for example).
    The transaction keys BSV, FRL, and FRN are only used for the Subcontracting item category.
    Value string WA14 is defined for deliveries without charge (movement type 511).
    The following scenarios are possible:
    Delivery without charge for material subject to moving average price control &#8594; No accounting document
    Delivery without charge for material subject to standard price control (and if the posting date is in the previous period – standard price in the posting period = standard price in the current period) &#8594; Inventory posting (receipt at standard price) and offsetting entry to price differences account
    Delivery without charge for material subject to standard price control, with posting date in the previous period and the standard price in the posting period is different to the standard price in the current period &#8594; Inventory posting (receipt at standard price) and offsetting entry to price differences account (posting in the previous period) &#8594; Stock correction posting and Revenue/expense from revaluation (posting in the current period)
    In the standard system, value string WA01 is assigned to goods issues and other goods receipts. The R/3 System uses an additional influencing factor, account grouping, to differentiate further between the various movements during account determination.
    Hope it will be Helpful 4 u.
    Reward Point if Useful.

  • What’s the strangest thing about the Java platform?

    Hello All,
    In an interview (http://java.sun.com/developer/technicalArticles/Interviews/bloch_effective_08_qa.html) that I did with Joshua Bloch on java.sun.com, promoting the revised version of &ldquo;Effective Java&rdquo;, he discusses generics, enums, annotations, the under-use of Java libraries, the importance of minimizing the accessibility of classes and members and minimizing mutability, and other matters.
    To my question: &ldquo;What&rsquo;s the strangest thing about the Java platform?&rdquo; his answer was: &ldquo;I'm going to say that the strangest thing about the Java platform is that the byte type is signed. I've never heard an explanation for this. It's quite counterintuitive and causes all sorts of errors.&rdquo;
    You also might be interested in checking out the lively discussion activated by the jsc QA
    over here on the serverside: http://www.theserverside.com/news/thread.tss?thread_id=51624
    Jan Heiss, writer for java.sun.com

    DrClap wrote:
    I liked how he said "What Not to Do" and then brought up java.util.Calendar. I always thought the idea of starting the months' numbering from zero instead of one was one of the most bizarre language design decisions ever made. But it made me think of the TV show "What Not to Wear". We definitely need Clinton and Stacy to show up in Calendar's apartment and send it out for a refit. (Although apparently that's actually happening in Java 7.)Isn't that a carry over from [C's struct tm|http://www.cplusplus.com/reference/clibrary/ctime/tm.html], where tm_mon (0-11) was the number of months since January?

  • You'll see the same complaints about the iPhone WiFi

    You'll see the same complaints about the iPhone WiFi as we're seeing against the iPad WiFi.
    http://discussions.apple.com/thread.jspa?threadID=1648395&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2099965&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2393075&tstart=15
    http://discussions.apple.com/thread.jspa?threadID=2381929&tstart=30
    There are tons of complaints about the WiFi interface on the iPhone, with errors and problems similar to what you're seeing on the iPad.
    Chris Shaker

    As a retired network device driver writer, I realize that the same device driver is probably running on both platforms. So more than likely, you'll see the same bugs on both platforms. Unless we're dealing with a hardware issue.
    I would guess that the iPhone/iPad losing it's WiFi password issue is a software bug.
    Chris Shaker

Maybe you are looking for