I need to know the date when JOB is created in SAP

Could some one telme where i can find the details like date/time when a JOB is created (SM36) in SAP.

Hi Jim,
Welcome to SDN !!!
Check out the table and the field name for your requirement.
TBTCS-JOBNAME    "-----------------> JobName
TBTCS-SDLSTRTDT    "-----------------> Start Date
TBTCS-SDLSTRTTM    "-----------------> Start Time
Thanks,
Chidanand

Similar Messages

  • HT201493 I use Friend finder. I just want to know the date when I added my friends? Can anybody tell me how?

    I use Friend finder. I just want to know the date when I added my friends? Can anybody tell me how?

    bobseufert wrote:
    I thought it was a great way to lose friends. I don't know one person that would want me to be able to track their location.
    I absolutely agree. I use Glympse if I need to let someone know my whereabouts for a short period of time. But, beyond that, ick!

  • I need to know the date of the last Monday

    I need to know the date of the last Monday
    If today is Monday then I need todays date
    If today is Tuesday then I need yesterdays date etc....
    If today is Sunday then I need to know the date 6 days ago etc....

    the day() function will tell you what day of now() is as an integer: 1=Sunday 7=Saturaday.
    You know that Monday is 2.  The difference between today's number and Monday's number (with a little mathmatical juggling to wrap Sunday to the previous week  -- I would probably just convert -1 to 6 with a simple if statement after substracting 2 from the day() value.).
    Subtracting (adding a negative value) of this difference with the dateAdd() function will give you the date of that previous Monday.

  • HT201359 I need to know a date when I purchased on itunes

    I received a bill on July 31, 2013 stating that I purchased 2 candy crush saga items.  I need to know the date that I purchased these items.
    <Email Edited by Host>

    This is a user-to-user forum, you are not speaking with Apple here.
    Review this article for information on how to view your purchase history: http://support.apple.com/kb/ht2727

  • How can i know the date when i bought my mac?

    I would like to know the date when I bought my mac to know if it's still under warranty.

    Input the serial number at the link below.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Need to know the event when an individual recipient is sent Mail

    i can successfully sent mail through Java Mail API to multiple recipients but on display i want to show end-user progress like
    " mail sent to recipient:ID (ith out of n recipients)"
    I want to know if any event is fired when an individual recipient is sent MAIL/Message after calling Transport.sendMessage
    I have looked TransportEvent but as per my knowledge that gets fired after finishing whole job.
    Regards,
    Nadia

    No, there's no such event.
    The way this normally works is that JavaMail sends the message to your mail server,
    along with the list of all the recipients. The mail server accepts it, queues it, and
    returns an acknowledgment to JavaMail and the connection with the mail server is
    closed. The mail server then goes about sending the message to the recipients.

  • I order an Ibook and I need to know the date would be deliver

    where i can track my order? i haven't received any email from apple

    If auditing is turned on it will be in  the Event Log of the DC that handled the item.  Post in Directory Services forum to learn how to audit and track AD events.
    Get-WinEvent -FilterHashtable @{Logname='Security';ID=4725} -Computer DC1
    HELP Get-WinEvent -Full
    ¯\_(ツ)_/¯

  • How to find out the date when an oracle database is upgraded

    Hi,
    I would like to know the date when an oracle database is upgraded (for example 10.2.0.4 to 11.2.0.3).
    Can you help me to find out these details.
    Thanks,
    Sarayu

    user13312943 wrote:
    Hi Ed and SB,
    Thanks for your replies. How about this option?
    Let us assume I am interested in checking when my database is upgraded to any 11g version.
    Will this query help?
    select min(first_usage_date)  from  dba_feature_usage_statistics where  version like '11%';
    I understand this may not be a generic solution , but with this idea I may be able to build up a query to get the result.
    Thanks,
    Sarayu
    How is it that you or nobody knows when the DB was upgraded?
    I would have expected a formal testing & upgrade plan.
    Does the organization practice safe software & utilize any source code repository?
    Does everyone suffer from amnesia?
    How could a MAJOR database upgrade slip by everyone who should care about such a detail?

  • Need to know the sqluery to find the disabled date from OIM 9.1.0.1

    Hi Experts,
    Need very urgent inputs from you all for the preparation of our audit.
    We are using OIM9.1.0.1
    We need to know the sqlquery for finding the Disabled date in OIM given the user ids, as currently we are unable to get the exact data from Historical Reports Option in OIM.
    I need to give in this format:
    select usr_login, usr_disabled from schemaname.tablename where usr_login in
    ('aaa','bbb'..... etc)
    We have three attributes :USR_DISABLED_BY_PARENT,USR_DISABLED,USR_DEPROVISIONING_DATE,but none of them give the exact date,
    USR_DISABLED gives just a flag as 1 or 0.
    Also there are no other fields in the corresponding usr table.
    So how to fetch the exact Disabled date from OIM system when I input the user ids.
    Your immediate response is appreciated.
    Thanks
    SS

    In the entire thread many experts have given nice queries in different formats...
    The best approach would be to open up the SQL Developer, connect with the OIM Database and experiment with all sorts of SQL queries provided by all the experts..
    Learn some SQL techniques, like Inner Join etc...
    Then you yourself will be able to figure out what you need, in exactly which format, for which users and for whom you have to restrict
    Then not only this question, you would be able to solve dozens of similar such issues yourself...
    And trust me, nothing can match that...
    Just in case, you are not familiar with SQL Developer,
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    Oracle SQL Developer 3.2.1 (3.2.10.09.57)
    September 24, 2012
    The Disabled DATE will be the creation date of that entry in the UPA_FIELDS table when Users.Status changed to Disabled.
    SELECT USR.USR_LOGIN, UPA_FIELDS.CREATE_DATE
    FROM UPA_FIELDS
    WHERE UPA_FIELDS.FIELD_NAME='Users.Status'
    AND UPA_FIELDS.FIELD_NEW_VALUE='Disabled'
    AND UPA_FIELDS.UPA_USR_KEY=USR.USR_KEY
    AND USR.USR_LOGIN NOT IN ('XELSYSADM', 'XELOPERATOR', 'WEBLOGIC');

  • Hello, I need to know if I could know the date in wich my photos were taken with my iphone

    Hello, I need to know if I could know the date in wich my photos were taken with my iphone

    In iPhoto on your Mac that information is available in the Info Pane.

  • [svn:fx-trunk] 14009: DataGroup.getVirtualElementAt() needs to revalidate the element when the IR already exists but the data changes .

    Revision: 14009
    Revision: 14009
    Author:   [email protected]
    Date:     2010-02-05 12:53:05 -0800 (Fri, 05 Feb 2010)
    Log Message:
    DataGroup.getVirtualElementAt() needs to revalidate the element when the IR already exists but the data changes. 
    The element also needs to revalidate if it is resized, whether or not the IR existed before.  This wasn't part of the bug but Hans realized this when he did the code review.
    QE notes:
    Doc notes:
    Bugs: SDK-25354
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25354
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as

    Please can u answer it fast

  • Need to change the date of joining of employee

    Hi All,
    I have gone through some threads similar to this subject an also tried to do changes from PA41 but i am facing some problems during the procedure.
    We have transferred some employees to sap system with their original date of joining and payroll was run from some other date for those employees. So i need to change the date of joining of those employees.
    For example : Below is the line items of one employee from table infotype 0.
    End date Start date Changed on
    22.02.2009 19.02.2007 19.02.2009
    31.03.2009 23.02.2009 19.02.2009
    31.12.2009 01.04.2009 14.10.2009
    31.12.9999 01.01.2010 21.01.2010
    Payroll was run from Feb-09 onwards and i want put date of joining for this employee as 23.02.2009.
    I want to know which date i need to change??...When i am trying to change the first start date i.e. 19.02.2007 to my desired start date, but it is not allowing me to do that as end date is smaller.
    Please tell me how would i change the joining date of employee as 23.02.2009 ?.
    Thanks.

    Try this
    22.02.2009 19.02.2007
    31.03.2009 23.02.2009
    31.12.2009 01.04.2009
    31.12.9999 01.01.2010   take this record form PA30  IT0000 Over View (Shif +  F8)  Copy that record and change the Start date
    as 2302.2010  so  another record will be created
    22.02.2010    01.01.2010
    31.12.9999    23.02.2010
    Just try and let me know

  • I need help proving the date tag on a photo stored in my iPhoto is from the date it was sent to my iphone/date it was imported into iphoto - and that it is NOT the date the photo was actually taken.  Please help!

    I need help proving the date tag on a photo stored in my iPhoto is from the date it was sent to my iphone/date it was imported into iphoto - and that it is NOT the date the photo was actually taken.   I recieved a photo via text on my iphone and then I synced my iphone to my macbook and now it is in iphoto.  I already know that the date on the photo per the tag that shows up on it in iphoto is NOT the date the photo was actually taken.  I need article or literature or something confirming the tag is from when it was sent to the iphone and/or when it was imported.  I greatly appreciate some assistance!

    All I am trying to do is find something on a forum board or article etc stating that the the date showing in iphoto could be the date it was imported or synced or sent to me and not the actual date taken.
    The date on the photo could be anything because you can edit the date with iPhoto or any of 100 apps, free and paid for. So, the date on the photo will prove nothing, I'm afraid.
    Regards
    TD

  • How to find the date when entries were made in DEVACCESS table

    Hi All,
    I needed to know if there is a way to find the date when an a developer was registered in our SAP system.
    I can see in DEVACCESS table (in SE16) all users registered along with their developer key but i also need to see when those entries were  made. Can you please help in this.
    Regards,
    Ashish Robinson

    Hi all,
    Thanks for the replies but my issue is that I got only for some users from SCCR in service maketplace. It seems that that other users for which (i can see entries in table DEVACCESS in my system) were created with somne other s-user which we dont know at thsi time so finding from service marketplace is not working!
    I needed to know iff there is some way i could get this information (when entries went in table or when the users registered) from SAP itself.... or may be from oracle sql level.
    Thanks to suggest <removed by moderator>
    Regards,
    Ashish Robinson
    Edited by: Thomas Zloch on Nov 23, 2010 2:28 PM - priority normalised

  • Can I find the date when I transferred some files to someone else's pc?

    Hi, have a MacBook Pro but don't really know how to use it!
    I need to find out the date when I transferred some files to someone else's computer. Is there an area with some sort of history of actions where I can see what I did?
    thanks for any help
    M

    (Woggledog, I think the OP is trying to find out the date the files were copied from the Mac, not to the Mac.)
    If you are trying to determine when you transferred the files +without access to the PC that they were transferred to+, you are out of luck, I'm afraid. There's no log for that information. If you can access the PC the files were transferred to, the created/accessed dates on the PC will reflect the move. But I suspect you can't access that computer, which is why you're seeking a log of some sort...
    How did you move the files? If you used a flash drive, for example, and still have that, check there...even if the files were deleted from the drive, they may be recoverable.
    Hope this helps...

Maybe you are looking for

  • Problem with File panel and Local files

    I am having a couple of problem using Dreamweaver  (which may be related) and can't find any appropriate help on the web site. I have created a small website and have it up and running.    I'm now trying to do some minor modifications.     But Dreamw

  • Difficulty Importing a Properly Sized TIFF image (I think)

    Hello, I am having difficulty importing an appropriately sized TIFF image that is a screen shot from my film.  It seems to be a resizing issue of some sort. The TIFF image is a straight frame grab from my film, which is sized 1920 x 1080. here is the

  • Wanting to buy photo book,problem downloading photo album/book

    I am trying to purchase a 100 page book offered on iphoto but the download to store stops 1/2 way stating there is an error and retry,which I have done 3 times today. It took me hours to "make" the book, any help? Thanks

  • Win 8 / IE 10 - can't turn off sounds on background tabs

    My autistic son likes to play flash games (Friv.com) on a Lenovo AIO running Win 8, but it's driving us crazy.  He opens multiple tabs with multiple games.  We get a 'wall of sound' because the active tab and all of the background tabs continue playi

  • NEED HELP PLEASE! URGENT

    Hi guys. My iphone 3gs digitizer wasnt completely functional because some parts of it didnt respon to touch, so I decided to replace it myself since there are no apple stores around where I live. I bought a digitizer set with home button and speaker