Change PO Creation date

Hi,
How can I change a purchase order creation date (EKKO-AEDAT) using the BAPI: BAPI_PO_CHANGE.
What should be the input values to the BAPI ?
Thanks in advance,
Rotem.

Pass this fields to the FM parameters:
PURCHASEORDER = PO NO
POHEADER-PO_NUMBER  = PO NO
POHEADER-CREAT_DATE = Date
POHEADERX-CREAT_DATE = 'X'
Regards,
Naimesh Patel

Similar Messages

  • How can i change the Creation Date of a video (mts-Format)?

    I work with Phohoshop Elements 13 an i use Online-Album (Revel)
    My Problem:
    I would like to change the Creation Date of a Video-File (mts-Format). I don't no why but the date (in Metadata) is wrong and i would like it to change. If i change it in Photoshop Elements the Date (Edit... Change Date...) it seems that the date has changed, but in reality in the Metadata is still the wrong date (see attachment).
    Why this ist important for me:
    The Adobe Revel (Online-Album) takes always the date from the metadata which is wrong.
    Any idea how i can resolve my Problem?
    How i can change the Metadata?

    Hi,
    Did you get help ? Or do you have a work around ? I have about 20.000 Pictures and countless videos to organize myself.
    I just ran into the same problem. Except that after a while Adobe will undo the changes I have made to the date.
    Here's a  screen shot I just made of one of the files.
    Look at this one ! This one is really interesting:
    After changing the date to : 1889 . Adobe changed it to 01.01.1970 00:59

  • How do I use AppleScript to Change the Creation Date to the Current Date?

    I sorted my downloads folder by creation date and found that the items were sorted seemingly randomly. On closer inspection, I saw that the creation dates were not the same as the dates that I downloaded the items, so I figures that Snow Leopard was using the date given to it by the server.
    In order to get the items sorted by download date, I figured I'd use Hazel, but it doesn't have a “change creation date” item. It does, however, have an “run AppleScript” item.
    So my question is this: how do I use AppleScript to change the creation date of an item to the current date?

    TC (Techno Cat) wrote:
    Okay, I tried changing the creation date with SetFile, but it kept giving me an error:
    What am I doing wrong?
    Looks like the date and time was not quoted
    Try this Applescript. It will change the creation date of every file in the Downloads folder to the current date and time:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #E6E6EE;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    set current_date_and_time to do shell script "date \"+%m/%d/%Y %H:%M\""
    tell application "Finder"
    set filelist to every file of the alias (the path to downloads folder as text)
    repeat with currentFile in filelist
    do shell script "/usr/bin/SetFile -d " & quoted form of current_date_and_time & space & quoted form of POSIX path of (currentFile as string)
    end repeat
    end tell</pre>

  • Why wont the modify date, change the creation date?

    I tried to use the "Adjust Content Created Date and Time" option but it doesn't change the creation date.  So I have footage from 1992 stuck in a 2010 event folder.  From things I read online it says this should change too.  Am I reading this wrong?  Will 1992 be stuck in 2010 forever, ha.  Any help is great.  I have also provided a screen shot of the Event from 1992 stuck in the 2010 Event Library.

    Yeah the change date inside of FCPX doesn't seem to work as advertised, however you can change the date, so that FCPX sorts it properly.  First delete the clip from FCPX, make sure you have the original somewhere though.
    Open a terminal window and use the following command:
    touch -t 199211280800.00 <path/filename>
    Where the format is:  (use leading zeros if necessary for date & time)
    first four digits: year
    next four:  month and day
    next four:  time of day (in 24 hour format)
    next 2:  seconds as a decimal (this is optional, if you leave it off you will get 00 seconds)
    The above example will change the file date to Nov. 8, 1992  08:00:00 AM
    This will change the created, modified and last access dates of the clip/file.
    Then reimport the clip and FCPX should recognize it properly.
    I've done a dozen or so rips from VHS of old home movies and here is how I change the dates.  Works every time.

  • File change its creation date

    Mac OS 9 why my file change its creation date while copying now I have creation date year of 2040

    Hi, mietko -
    Not sure what might be causing that date change. As far as I know, the creation and mod dates are not in any resource fork for a file, so should be retained accurately when copied from one platform to any other.
    If you altered the file after copying it (sometimes just by opening and closing it), then a new mod date matching the date on the server could easily have been set.
    If you need to have the file have the correct creation date, you can probably use a utility such as FileBuddy to fix it.
    However, I don't know what might be causing the problem. Is this happening to only one particular file? ...or does it affect any file you copy in the same manner?

  • IPhoto has changed the creation dates to all of my photos

    I recently bought a new MacBook Pro, my first computer since my iMac circa 2005. I've successfully transfered all of my photos to the new computer, but iPhoto has changed the creation dates of every file, so they're no longer in chronological order. I've used DVDs and Dropbox, I've exported the files, copied the data files from the hard drive, everything, but the result is still the same. I contemplated changing each file manually, but I have over 3,000 photos. Has anyone had this problem? Is there a way I can restore the correct dates?

    Hi Keith,
    Yes, it's date that the photo was taken that has been changed. When I look at the "photo info" of each individual photo, the "original date" is correct, but the transferred photos on my new computer always change to a 2007 date, despite the fact that the photos were taken as early as 2002.
    Does this make more sense?
    K

  • Can I script the changing of creation date, using the file name?

    Normally people are doing this in reverse, but let me paint the picture.
    I pulled 204 video files from an old HDD based JVC camera.  JVC records in .MOD format which iPhoto won't import.  I imported them into iMovie just fine, and iMovie even set the file name to clip-2007-11-04 04;42;29.mov which is great, but it now has a new creation date of whatever date I imported it.  Which then causes problem when I want the videos stored in iPhoto and sorted appropriately by creation date.
    I've used the application "A Better Finder Attributes 5" to individually edit the creation and modify, but I'm sure I don't want to do this 203 more times, as you can't just type in the date and time, you have to type in each part of the date/time, or select it on a calendar.
    I've used the application "Name Changer" to batch convert the file names to the format YYYYMMDDhhmm which would be helpful if I were going to use the terminal command touch -t, but again I don't want to have to type it in 203 more times, plus drag and drop the file into finder to populate the location.
    Now, if I were more handy with automator, or maybe some (any) scripting language this would be easy peasy.  I'd batch rename all the files to the YYYYMMDDhhmm.mov and then have a script that just took the file name, passed that to touch -t along with the file location, and a few seconds later, they would all be done!
    Anybody have any suggestions to how I can do this, and tips to what commands to use or ANY advice?  I'm more than happy to RTFM, but I have no idea which manual to read!
    Thanks

    If your file names are precisely as you have written, this script will do what you want.
    Copy the script into an AppleScript Editor document, select one or more files in a Finder window, return to the AS Editor and press Run.  Note: you will need to provide your password when the script runs.
    Make sure you have a backup of any files you are working on (try using duplicates first, perhaps). The script has no error handling.
    tell application "Finder"
              set FileList to selection
              repeat with theFile in FileList
                        set fileName to name of theFile
                        set filePath to quoted form of (POSIX path of (theFile as alias))
                        set crYear to text 6 thru 9 of fileName
                        set crMonth to text 11 thru 12 of fileName
                        set crDay to text 14 thru 15 of fileName
                        set crHour to text 17 thru 18 of fileName
                        set crMins to text 20 thru 21 of fileName
                        set crDate to crYear & crMonth & crDay & crHour & crMins
                        set shellString to "touch -t " & crDate & " " & filePath
      do shell script shellString with administrator privileges
              end repeat
    end tell

  • PSE 8 editor changing exif creation date

    When I bought a new Dell duo-core computer with Windows 7 I upgraded from PSE 6 to 8.  Since then, the editor in 8 sometimes replaces the exif creation date with the date and time it was modified.  It isn't keeping the first and adding the second as date modified, just replacing it when I save a photo from the editor.  It isn't doing that every time, so I can't figure out what would cause this.  In two days in March, my exif creation date in 500-600 photos, many of which I didn't edit at all, were changed to either March 20 or March 21, 2010.  Any idea how I can prevent this from happening?  Hint:  it appears as though all the photos affected were taken with an Olympus point and shoot or were scanned to PSE 6's Organizer.  I can't find any photos from my DSLR that have been affected.

    I hate to be the bearer of bad news, but it didn't help.  I lost another photo today and had to retrieve it
    for the Organizer from my Windows files.  Instead of placing it next to the original photo (or in the same area), it placed it in a file called Adobe/Photoshop.com.  I made sure again that the line you referred to isn't checked.  In addition, when the photo doesn't get lost, the Exif date for the photo does get lost and the photo is dated today.  These two problems seem to be connected, although I can never predict which one will occur.  Anybody have more ideas?  Could it be a Windows 7 issue rather than a Photoshop issue?

  • Change Batch creation date in MCH1

    Hi all,
    I have one requirement from our users.
    They want to change the batch creation date in mch1 table.
    Is it advisable to do that?
    Please give your suggestions.
    Regards,
    sunny

    Hi
    Check with Transaction code MBC2.
    Regards
    Srilaxmi

  • Change PDF Creation Date

    I've got a folder full of old PDF files at work. They are all labeled DD-MM-YY to signify the date they were made but the pdf's were originally in Word format and when they were all converted to PDF's, they all took that day as their created date. I'm looking for a way to change the created date on these hundreds of PDF's to match the date in the file name. Is there an easy way to do this?

    I figured I could write a script to do this but I'm not very good at scripting and I have no programming knowledge so I'm not sure how I would go about doing that.

  • How do you change file creation dates

    Is there a way to edit file creation and modification dates in a file?  Thanks.

    In the Terminal:
    man touch
    setfile

  • How to change pdf metadata - creation date

    I have a number of old documents that have been scanned and converted to pdf's. I would like to change the metadata in each of these to reflect the documents ORIGINAL creation date on paper (not the scan date). Is there any simple tool to do this? (Each document's date is different so I will have to manually change it.)
    I can not find a way to do this in OS X, and the tools that I have found like A Better Finder change the creation date in the File Info panel, but if I open it in Adobe Acrobat 8 the metadata remains unchanged.
    Any suggestions are greatly appreciated. Thanks.

    Thank you. I did find this also on Adobe's website. It is an option, but since I an archiving a number of documents over a 30 year creation period, each of which has a different creation date it seems cumbersome as I would have to create and save a different XML file for each pdf I wanted to update. I was hoping for a more efficient tool that accomplish the task.

  • Changing an incorrect creation date

    Is there some kind of software or hack that will allow me to change the creation date on a document file? My digital camera occasionally "forgets" the date and reverts to "April 15, 2015", which, of course, hasn't even happened yet. I'd like the creation dates to be correct, so that my files will sort properly under "view by date" in Finder, etc. Any advice?

    Hi, C1ndyluhu. In addition to Niel's suggestion, you may want to check your camera's manual for information about when and why the camera's clock date and time are automatically reset to their default values. It may happen each time you remove the camera's battery, or leave it discharged for a while, or something of that sort. If you know when you need to reset the camera's clock, then you'll be able to avoid having the camera misdate your pictures.

  • Change creation date of jpeg's to shooting date?

    Does anyone know of a utility that will change the creation date of a jpeg to the shooting date stored in the exif data?
    Phil

    You might try this one, Phil.
    http://www.macupdate.com/info.php/id/11143/a-better-finder-attributes
    Haven't used it or heard any reports one way or another.
    -mj

  • How do I keep the original creation date showing? The date seems to change when I edit.

    I don't know if there is a setting somewhere to maintain the original creation date when a document is edited. What is happening is that when I edit a document, even if it was created months ago, the creation date is often changed (though strangely not always). I know most settings are document specific, so perhaps I have unwittingly unchecked a setting on the ones that changed. I should note that previous version are being maintained through my back up and do show up in the list when I select Revert to from the File menu. But the creation date shows the date of the most recent edit on those files.
    I use a MacBook Pro and an iPad to create and edit documents and am using the most recent version on both.
    Thanks, in advance.
    Shel

    "actual original creation date must have been changed. I don't believe there is anything to fix it"
    You can change the creation date using Terminal application:
    touch -t YYYYmmDDhhSS /path/to/file
    IE:
    touch -t 200001010101 ~/Untitled\ 2013-10-11\ at\ 8.15.04\ PM.png
    This produces (from the screenshot I just took):
    To change the modification date only, it would be touch -mt ....etc
    As to why this is occuring, what is the creation date showing....//1969?

Maybe you are looking for