Cancelled job list form TBTCO

Hi All,
I have requirement to extract the jobs which ever cancelled for last one month, if it were a few jobs we would have taken it from SM37, but jobs number are in plenty.
So, i would like to use the TBTCO to get the all cancelled jobs which should include jobname,startdate,enddate,status of the job.
Let me know the steps how can i configure to get the data
Inputs are highly appreciated
Regards
kumar

One thing you could do if you are set on using SE11 and TBTCO...
Once in the data browser for TBTCO click "Settings > fields for selection"
Choose the fields you require, one of them is STATUS
Since you want cancelled/failed jobs, you would want to use "A" for the status.
Status identifiers are:
A - Cancelled
F - Completed
P - Scheduled
R - Active
S - Released
When you execute that listing it will give you all the jobs which cancelled for the dates you provided.  If you want the times just add Start Date, Start Time and End time etc.
Regards,
Zecher

Similar Messages

  • Report for cancelled jobs

    Hi ,
    I have a requirement in which I have to create a report that should pickup all the cancelled CRM marketing jobs (due to whatever reason) based on on job name, copy them and restart them.
    In your selection screen, you will give the cancelled job name (wildcard acceptable..like ZE00*) and a radio button to show the cancelled job list and copy the jobs.
    Could anyone guide me on how to go ahead with this report?
    Regards,
    Mohit

    Hi,
    in table TBTCO and TBTCP you have all jobs with current status. You can search them by name.
    Selected jobs you can "popup_with_table" FM. Then you need to use fm to submit job in ackground;
    'JOB_OPEN', 'JOB_SUBMIT' and 'JOB_CLOSE'.
    Good luck !

  • Cancelled Job - Control

    Hi,
    We are generating a cancelled background job  listing for control purpose. Normally we use SM37 to do it. But we need some additional out of it. That is combining the output of sm37 the initial report and the joblog in one report.
    Can anybody help me out? Otherwise it is becomming too much manual work for maintaing control complience.
    Regards,
    Soumen

    I feel to go with ABAP. For a small complience requirement I cannot go for an upgradation.
    In my mind one of the table from which the base result can come out is TBTCO. I need to know <b>the other table from which the error text is stored</b>.
    In fact there is a field in TBTCO named <b>joblog</b> which is temse object name. I guess this may also help.
    But can U/anybody help me on that. It is something internal, not very TCODE based what most of the SAP consultaunts are habitual.
    Regards,

  • Cancelled jobs

    Hi All
         I have to create a program which gets the background jobs cancelled for a particular period.If we have any cancelled jobs then send a SMS.I have the funtionality to send an SMS will you please tell me how to get the background jobs cancelled for a particular period.
    Thank You.
    Regards
    Giri

    SELECT jobname
             reluname
             strtdate
             strttime
             FROM tbtco
             INTO TABLE t_jobs
             WHERE status EQ 'A'  and
            strtdate GT <value> and
            strttime GT <value.
    reward if answered

  • Clearing Job List

    I found a bug in our FCServer system which was making multiple copies of assets and encoding proxies for each one. This was seriously effecting the workload time on our server and therefore stopping us from working! Fortunately, we have created a response to stop this happening but it has left a bit of a mess in our job list. We now have several pages of idle transcoding jobs which I'd like to delete but can't.
    Does anyone know how to clear submitted jobs from the list? I have tried the right-click option but the Cancel field is unavailable...
    Al

    http://support.apple.com/kb/HT3669?viewlocale=en_US shows a list of the drivers included with 10.6 and those that have been updated. The HP 1505 has been updated since Snow Leopard was released, so you could try updating it.

  • Job list report

    There is some requirement from the user as in like they want to print the order details in a single sheet.
    Is job list report suitable for their requirement?

    Hi,
         In OID1 for Application area O -> You can assign a FORM or  Z FORM - to a Shop paper here with the print programme
    If ur client wants some specific things which are not covered in Job list shop paper then u can modify the copy the standard FORM that is assigned to that in OID1 and create a ZFORM and assign it here .. In u can Z FORM u can make changes to include additional data which u require ..
    Some times based on the data u may have to change the print programme also ..You can check with your ABAPer for more details ..if ur looking for designing a Z FORM ..
    regards
    pushpa

  • I am trying to cancel iphoto software form the "preparing to import" the stop import button is unresponsive

    I am trying to cancel iphoto software form the "preparing to import" the stop import button is unresponsive

    Launch the Terminal application and enter
    killall iPhoto
    That will do the job.
    OT

  • Create Custom list form and validate fields using sharepoint designer 2010

    Hi All,
    I have a requirement to create a custom job application form which will be filled and submitted by anonymous users. I have a an option to create custom user control web part but I wanted to
    create it using custom list form using SharePoint designer. My requirement is below
    Date of birth (user age should be above 22yrs )
    Email Validation
    Phone validation
    Resume attachment (should attach only word documents or PDF)
    Qualification (If other is selected then show textbox else hide)
    Can above validations be done using SharePoint designer (JavaScript or validation controls)? Or do I have to create custom control web part?
    MercuryMan

    Hello,
    I think jquery/javascript can be used to put validations on those fields. Fortunately some of validation can be done via sharepoint itself like: email, phone, age. For Attachment and Qualification fields use jquery/JS.
    See below link for column validations:
    http://thechriskent.com/2012/08/15/validate-phone-number-columns-in-sharepoint/
    http://sharepointsolutions.com/sharepoint-help/blog/2011/12/how-to-validate-an-email-address-using-column-validation-in-sharepoint-2010/
    See this for attachment:
    http://stackoverflow.com/questions/4234589/validation-of-file-extension-before-uploading-file
    For qualification:
    http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How can i get Background Jobs list which is made me?

    I created background job using JOB_OPEN and SUBMIT and JOB_CLOSE.
    I need to Background Job list which is made me..
    Do u know any function or logic?
    plz~

    [BP_JOBVARIANT_OVERVIEW|http://help.sap.com/saphelp_45b/helpdata/en/fa/096ccb543b11d1898e0000e8322d00/frameset.htm]
    BP_JOBLOG_READ

  • Restrict Which Users Can Enter Data In List Form in SharePoint Foundation 2013

    Is there a way to restrict which users can enter data in particular fields in a list item entry form?
    We are using a SharePoint Foundation 2013 list and calendar to manage vacation time. We need to restrict non-supervisor users users from entering a value in a certain field in the vacation request form.
    Here is how the system works now:
    1. Employees complete the vacation request form (which creates a list item)
    2. An email is sent to their supervisor to either approve or decline the request
    3. Approved requests are automatically entered onto the vacation calendar
    We have restricted the list so that only supervisors can edit items (the pending vacation requests). The problem is that all users can mark their own requests as approved when they fill out the request form in the first place. Is there a way to restrict
    which users can enter data in particular fields on a list item entry form?

    Thanks for the suggestion. We ended up 1) hiding the approval column and 2) creating a second list, workflow, etc. The user no longer sees the approval column when filling out the form. Requests are now submitted to list A. Workflow #1 copies the request
    to List B, then deletes the item from List A. Once the request is added to List B, Workflow #2 emails the user that the request has been received and emails the supervisor that a request needs to be approved. Only supervisors have editing permissions on List
    B. Approved requests are automatically added to the vacation calendar (the calendar view of List B).
    We found the following site to be helpful in learning how to hide the list column:
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2013/06/03/how-to-hide-a-sharepoint-list-column-from-a-list-form.aspx

  • Problem with CUPS and Canceling jobs

    I am using OS 10.3.9 on a 1.42 MDD PowerMac
    I am having a problem trying to cancel Jobs using the CUPS interface. When I select "Cancel" I get an error "client-error-forbidden".
    I have tried logging in as Root but the same error occurs.
    I have run "CacheOut" and deleted all cache thinking that it would solve my problem.
    I can't seem to find any answers anywhere.
    I have 1 fax job and 1 print job that I would like to remove from the Que.
    If I knew where these files were I would manually delete them, but I cannot find them, except in the CUPS interface
    I was thinking of installing CUPS 1.2b2, as it has more features and maybe it would solve my problem.
    Are there any problems that I should know about before installing this software. If I install it I can't go back to my original CUPS without re-installing the system.
    Thanks,
    Nick
    G4 1.42 MDD   Mac OS X (10.3.9)   2 GB memory

    Nicholas,
    I assume you're talking about accessing your printer from your browser by using the URL http://127.0.0.1:631/printers/
    Understand you can't log in as Admin?
    Do you have an appication named after your printer in the folder Home/Library/Printers ? If so, click on it and see if you can see your job.
    If not, try downloading Printer Setup Repair from:
    http://www.fixamacsoftware.com/software/index.html
    Seems to do a great job in fixing problems, and might restore your ability to monitor your print jobs. I was only able to monitor and delete my print jobs through the CUPS interface on my browser until I ran Printer Setup Repair. After that, I was able to use the application mentioned in my first paragraph to do the monitoring (and it works great!)
    Hope this helps!
    Bob

  • How to Fetch Cancelled Jobs info along with the Short Dump Text

    Hi Gurus,
    I need to develop a report to fetch the cancelled jobs information for the given period. I also need to display the "Error Analysis" part of the Short Dump if it exists.
    I am able to fetch the Failed Jobs information and the Job log details using the FM "BP_JOBLOG_READ". But I need to show the "Error Analysis Text" on the report , if there is any Short Dump Exists for the Dump.
    Please give me your ideas to fetch the Error Analysis part of the short dump for a given Batch Job Name.
    Thanks in Advance.
    Best Regards,
    Sumalatha

    The dump information is in table SNAP. You could identify which dump you want by the date & time of the failed job - let's hope you don't have more than one dump with the same time. If it is ambiguous you could also compare the program name of the failed step with the program name in the SNAP data.
    The error analysis texts are in table SNAPT keyed according to which error occurred (which is data element code FC right at the start of the first record in the SNAP data). You will have to expand out the includes, and substitute the variable codes using values from the SNAP data. There is standard code to do this that you could copy - see program SAPMS380.
    To find out the details of the SAP process you could run transaction ST22 via the debugger and use the same mechanism.
    best wishes
    Ed
    PS Note these details apply to recent systems I think there may be differences if you go back to before ?2004, but I don't have such a system so can't check. You didn't say what release you have.

  • Printing iCal in list form

    When printing a calendar in list form, is it possible to print only the days that have events?

    I just tried this for the first time lastnight and cannot believe how something so simple does not work. I have a calendar just for birthdays because I was working on a new iPhoto calendar. I wanted to print the list of birthdays and dates so I went to Print in iCal and saw the 'Print List' selection and thought that would work great.
    I selected 1/1/08 as the start date and then selected for 365 days expecting just a list of upcoming events in the calendar. Instead it wants to print page after page with every date on it for the next year even if there is nothing scheduled for that day. It just prints 'None'. How hard would it be to have it just print what is in your calendar for the next xx days. I think it would be handy to have a list of upcoming events printed out to glance at or mark up.
    I am glad I am not the only one that thought this was so simple, yet impossible to do. I hope it gets changed. Maybe with Leopard it will be different.
    - James

  • How can i see events in iPhoto in list form?

    I just got an iMac and have imported all my photos from my PC to iPhoto. Now I want to view the "events" in a list form, but can't see how to do that and can't find any info in Help or the user interface. Anyone know how to do this?

    Go to the Photos mode and in View enable Event Titles:
    Then you'll get this type of list:
    To open or close all events at one time Option-click on the triangle at the beginning of the Event title.

  • Error in automatically starting canceled job in a zreport

    Hi All
    I developed a zreport in which the input is canceled status taken from SM37.
    When the zreport will execute the canceled job automatically restart and completed.
    But it is not happening in Zreport. I am using SAP 4.7.
                                                  Kindly advice how to proceed.
    Thanks
    Raj

    A service specific error occurred: 2.fix OS/networking configuration error
    when was last time EM worked without error?
    what changed since then?

Maybe you are looking for

  • My iTunes laptop died followed by my iPhone having to be restored the following day... how can I get all my back ed up info back??

    My XP laptop upon which I ran iTunes died two days ago... then the very next day I turned off my iPhone and upon turning it back on it needed to be restored!! This I had to do on my newer W7 laptop by downloading and installing Itunes (as i hadn't pu

  • Snow Leopard & iTunes

    Hi guys, I know some people are already saying haw Front Row is poorer in Snow Leopard than Leopard and I would agree! I'm on an iMac 7,1 and there were a couple of jumps in the video when watching some DVD's. My problem however is that when watching

  • Drag and drop from mail to address book not happening

    Hi guys, I can no longer drag email addresses from Mail into Address Book. The address just bounces back. I've repaired permissions, installed the latest security update, repaired permissions again, rebooted twice. Any ideas? Mail 4.5. Address Book 5

  • Every button on my blackberry curve 8520 has stopped working help!!!

    Hi all, i dont know if this is a popular question but all the buttons have stopped working on my phone it started with a few of the not working like the n button the o button ect and the the other day all the buttons just stopped can someone help me

  • Shuffled characters in reader

    after editing a pdf file with pdfedit, the pdf is showed correct in pdf readers like okular, epdfview, evince, freepdf, but NOT in Adobe Reader 9.4.2 ! A lot of characters are missing or changed. ie: text in german:  1) = original, 2) = Adobe Reader