Wrong date on archived scanned document

I am using the trial version of Acrobat X. When using the Action Wizard to archive a scanned document the default file name/date is incorrect. How can this be resolved? The last document name was 2010125102233. The 2010 is the year,  the 12 is december the 10 is the hour in military time, the 22 is the minutes and the 33 is seconds. Yesterday the 5 was a 4 and the day before it was a 3. Any thoughts from the adobe brain trust??

This is caused because SAP uses time Zones so if your time zone is different from the company time zone there might be difference....
Check all the time zones you are working in you'll find your answer

Similar Messages

  • Javascript Question - How to Insert a Dynamic/Current Date into the Footer of a Scanned Document

    Hi!
    I am looking for help in finding a Javascript that would allow the insertion of a dynamic/current date into the footer of a scanned document at the time the document is printed.
    I am currently using Adobe Acrobat Professional 8.0 at my work and there has arisen a need to have a dynamic/current date in the footer on scanned documents when they are printed out on different days by different people.
    I am new to the Forum and I am also very new to Javascript and what this entails.
    Thank you in advance for your help and input!
    Tracy

    this.addWatermarkFromText({
    cText: util.printd("mmmm dd, yyyy", new Date()),
    nTextAlign: app.constants.align.right,
    nHorizAlign: app.constants.align.right,
    nVertAlign: app.constants.align.bottom,
    nHorizValue: -72, nVertValue: 72
    Will insert the current Monday/Day/Year as a text watermark at the bottom of every page of a document, 1 inch up and 1 inch in from the right corner.

  • Archiving financial document using Data aging

    Hi,
    reading documentation about Data archiving, ILM and SAP Hana I came across archiving of finacial accounting documents in SMART FI 1.0.
    It is stated, that the archiving with the archiving object FI_DOCUMENT is replaced by Data Aging for Financial Documents.
    There are also Data Aging Objects for IDOCs and Application logs, but still the corresponding archiving objects are described.
    Can somebody explain to me, how data aging for FI accounting documents without archiving object FI_DOCUMNT fits to the idea of ILM?
    Kind regards
    Hajo

    Hello Gunasekar,
    please check with  TC:SU53 or set up a authorization trace I assume this is  missing authorization issue on read access of archived documents.
    If you have an older SAP Version please also check the settings in FB00 regarding Read Access Archive or Database.
    If you have I guess 4.7 > please also select in the header of your transaction the button "Data Source" and check whether you can see the archive file and selct this file.
    Regards,
    Sebastian

  • Archive Link Documents

    Hi Experts ,
    I am currently working on the Web UI component GS_CM . The requirement is to display the name , description and the  created by fields entered by the user during the upload process correctly on the web UI. The user would click the advanced button and then click the attachment button in the advanced assignment block to upload documents. These documents are added as archive link documents.  In the current state only the extension name ( E.g. xls ) is displayed. The data entered by the user is being populated correctly but I am not able to figure out where the attributes are being set and where wrong information is being picked up . Could anyone with experience in attachments and who has worked with the component GS_CM please help me out? Could this be a standard issue? Any reference to SAP notes would be really helpful.
    Also is there an API that would fetch the information directly from the database?
    Thanks.
    P.S: These attached documents are added within a single folder within the Archive link folder. Hence the view for the advanced assignment block has a context node with a tree structure. It is this mode which holds the name , description and the user name.

    I assume you have read http://scn.sap.com/docs/DOC-27791 ?
    First you must have Services for Objects enabled. Then you will need further enhancement to "Store Business Documents" if yo are truly using "archivelink" documents. If you use create attachment you will just be writting to the SOFFCONT1 table in SAP.
    You are spamming all the old threads on this site. This is considered very bad form.
    Please be more specific in what you have attempted to implement and you are more likely to get truly helpful answers.

  • Does Mac have a tool similar to snippy or snagit? Do not use Windows. Need to copy data off archived online newspapers.

    Does Mac have a tool similar to snippy or snagit?
    I do not have Windows.
    Need to copy data off archived online newspapers. Unable to do so with screenprint, etc.
    Heard windows has a tool called Snippy, looked at Snagit, but read free download agreement and it reads a bit 'fishy', as the download is only free for 30 days, etc and it talks about fees etc. 

    Mac does have two utilities:   Snagit for Mac and LittleSnapper.  There are a few others.  Snag it for mac is just a better "clippings" thing.  It will not scan your image.  There are OCR products available for Mac which might be able to take your clipping document and scan it back to text.
    Snagit Mac is here:  http://www.techsmith.com/snagit-mac-features.html
    To see OCR stuff do a google search for:  Mac OCR Software
    And you'll get quite a few.

  • IPhoto imports photos with wrong dates even if the dates are fine on the camera

    Hi!
    When I import photos with iPhoto, sometimes it imports them with wrong dates, even the dates are fine on the camera. It puts dates such as 2032. Does anyone know how can I fix that. As far as I know there is no way to change dates of the photos.
    Thanks!

    well that is very confusing since if the date is correct on the camera it will be correct in iPhoto
    and as to
    As far as I know there is no way to change dates of the photos.
    Try looking through your iPhto menus - two commands - adjust time and date and batch change time and date - asjust is used to correct incorrect dates like a comera setting -   Batch change for missing dates like with scans
    LN

  • Delete data from archive server

    Hello,
    we have following question : How do you delete data from archive server which has passed the retention time and need to be removed from archive server.
    Have you any ideas?
    Thanks,
    Stefan

    Hi Planung,
    For deletion of data SARA transaction is used. Also deletion indicator is required to set for the documents which you are not using. Use the bapi BAPI_DOCUMENT_DELETE  for deleting the documents which are set with deletion indicator.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • How to embed data into an InDesign Document

    Hello everybody,
    I'm porting a QuarkXTension to InDesign CS3 on PC but, maybe, I've found a showstopper...
    The current xtension writes some collected data into a document slug that is retrieved by an external application simply scanning the content of the file.
    I need to maintain the same way with InDesign but I've discovered that the persistent data added to a document workspace doesn't stay all together when is more than few KBytes (everything seems to be ok until 2 KBytes but that's too little) inside the InDesign document but is scattered on many locations. Of course this makes the work of the external application impossible.
    Is there any way to command/force inDesign to write the persistent data insidde the file in one single chunk?
    I understand this is something unusual but that's the way that complex publishing workflow works and can't be changed in that part.
    Thanks a lot in advance for any help.
    Best regards,
    Luca Severini

    I think I have found a possible solution to embed my data in a way readable by an external application. To use the XMP toolkit.
    Very interesting the fact XMP Toolkit includes the source of a simple command line tool that parses the xmp embedded into InDesign file.
    The same source can be easily modified to get all the objects contained in the document aka database.
    Bye
    Luca

  • Creation of sales document (DMR, CMR) from the archived billing document

    Hi all
    I read somewhere that one of the functionality in EHP3 is we can create sales document like debit memo request and credit memo request from the archived billing document. I am working on EHP3 system only but i am not able to create the sales document. the system throws an error that billing document doesnt exist
    If any one of you have worked on such functionality kindly suggest me why its not happening here also let me know Is ther any customization required for the execution of this functionality in spro.

    hi,
    the help says:
    You can use this business function to further optimize your electronic Sales and Billing Processes.
    Electronic data archiving regulations result in a high volume of data for sales documents and require invoices to be archived at an early stage. You can integrate archived billing documents in your business processes more easily. Since you still have electronic access to archived invoices during the sales process, you can manage archiving without delay and execute further sales processes electronically.
    You can more efficiently use the rebate agreements from SAP ERP for your marketing activities. In particular, customers who use SAP CRM (Trade Promotion Management) with a large volume of data for campaigns, target groups, and product segments can define a custom-made logic for their rebate determination and thus avoid potential database problems.
    Integration
    To implement the logic for rebate processing in SAP ERP, you use the Enhancements for Rebate Processing Business Add-In (BAdI). For more information, see the Implementation Guide (IMG) under  Sales and Distribution  Billing  Rebate Processing  Business Add-Ins (BAdIs)  Enhancements for Rebate Processing .
    Prerequisites
    You have activated the Logistics: S&D Simplification (SD_01) business function.
    Features
    You can integrate archived billing documents in your business processes as follows:
    Create sales documents with reference to archived billing documents, such as credit memo and debit memo requests.
    Display archived billing documents.
    When you do either of these steps, the system first looks for the invoice in the database and then in the archive.
    For the sales employee, the processing steps are identical, regardless of where the sales document is stored. As soon as the sales employee processes an archived billing document, they see the relevant information in the message line as well as in the title of the function.
    For rebate processing, you can store your company's check logic in the interface of the Business Add-In (BAdI) Enhancements for Rebate Processing.
    So check if you have activated the business function.
    I hope this helps.
    Balazs

  • How do i edit a scanned document in word

    how do i edit a scanned document in word

    That's impossible. Scanned images are pixel data, not editbale text. You'd have to run it through some OCR process first like in Acrobat, but even then it may just end up being a collection of isolated text objects, not easily editable paragraph text....
    Mylenium

  • Using Sharepoint as an archival and document management

    Hello, 
    I was asked by my manager to look for possible solutions to convert our archive paper file cabinets that are full of student records into digital format. We do not utilize sharepoint yet at the school but I was researching and found that sharepoint does a good
    job in archiving and content management. The ultimate goal for us is:
    1-  to be able to scan the documents in the file cabinets and save them into folders on sharepoint. We want to be able to create a folder under a specific students' name and then scan all documents related to that student into that specific folder. 
    2- Give permission to specific staff members to access and search for docs by student name. 
    I wanted to ask if  and how this is possible to achieve by Sharepoint knowing that we have an estimate of 120,0000 paper docs to scan. 
    I would much appreciate your help. 
    Thanks! 
    Nancy

    Hi
    There are many options to scan your documents and directly save and place in Sharepoint with very effective manner, you can Save directly from Scanner Deive, versioning, searching,
    ordering, automatic workflow and you can set the RCM policy in that if the documents is saved since very long time you can automatic arrive them from one location to another or can remove them apart from this there is many nice feature for content management
    you will get out of the box using SharePoint content management.
    You can use following application along with SharePoint to scan the contents.
    here are some of them.
    KnowledgeLake provides an affordable, platform based solution for managing
    your company’s unstructured content right
    within SharePoint. KnowledgeLake is an enterprise scalable and comprehensive SharePoint solution for searching, viewing,
    securing, routing and annotating your company’s mission critical electronic content. The KnowledgeLake solution is fully
    integrated with SharePoint, so it is easy to implement, easy to administer, presents low risk, and is cost effective.
    2. ScanSnap and Microsoft SharePoint enable you
    to expand the benefits of your Enterprise Content Management (ECM) system, right from your desk.  Fujitsu bundles the KnowledgeLake ‘Scan to Microsoft SharePoint’ application with the scanning software, making it easy to onramp scanned documents directly
    to SharePoint.
    Scan to Microsoft SharePoint is a desktop application enabling users to easily index, store and retrieve any document to SharePoint 2003/2007/2010 or Office Live. It eliminates
    the conventional multi-step, manual process that standard SharePoint constructs require, replacing it with a fully integrated and automated solution.
    Here is nice article you can find some good details about content management automate.
    http://www.technologyfirst.org/magazine-articles/120-march-2013/823-bizdocshow-to-make-your-small-business-paperless-using-sharepoint-with-integrated-imaging-and-scanning.html
    Krishana Kumar http://www.mosstechnet-kk.com

  • Converting scanned documents into Word documents

    Is there a way to covert a scanned document in PDF format and convert it over to a Word document?

    My problem when I do that is that I get a lot of symbols that I do not
    recognize for example:
    lllC 1opic oftl1is essa}1is hoY" n1t..-dicaJ marijoru1n 3ffi:cts aJcoboldef)
    C1ldc11cc recovery. Fi I. does medical nlanJuana aid in 01Jcohol
    dl.-pcndc:nC\! n..'i:O'Cr}-? Seconc.l. *cb: *medical 1narijuona mask lhc
    ::;yn1ptom:; of alcohol dcpcodenc-c {lOd become  the drug of d..:pcndcncc?
    11 n1ig.h1be i111crt. ting to note lhal nlatijuana is listcll lly the 01·u1-
    :nrorccnu.:111 Agency
    Thank you for responding to my inquiry.  Is there something I'm doing wrong
    to get these results?
    Steve
    Steven Hirasuna
    [signature deleted by host]

  • How do I export a scanned document to Word?

    How do I export a scanned document to Word?

    Use your OS's file browser/explorer to sort the files (in the folder) by date.
    Rename each. Top down put a numeric prefix in place.
    000-filename
    001-filename
    nnn-filename
    Open Acrobat and use the "Combine" feature to combine the files into a single PDF.
    An option available with the Combine feature is to have Bookmarks used. Tick this choice.
    The single, new PDF is created. Save it.
    Open this PDF file's Bookmark pane. There'll be a bookmark for each of the files.
    The order of Bookmarks and the order of PDF pages reflects the order you set when you renamed the source files (a date sort).
    Note that you could manually position the order of files to be combined in the Combine dialog.
    I find it easier and quicker to add the prefix to the source files.
    Using Acrobat XI you'd process the new, single PDF through OCR.
    As some of the PDF pages already have renderable text they cannot undergo OCR.
    Acrobat will alert you of this when it comes to the first of such pages.
    Just tick the box in the lower left. This tells Acrobat to ignore any upcoming pages that cannot be OCRd and to keep on truck'n to OCR the page that hold the scanned image.
    Now, use Acrobat XI to export the the PDF to the Word file you want.
    (File :: Save As Other :: <make the desired choice> )
    Do not expect a 1:1 export. You have a diverse collection of source files.
    While you might get 1:1 if ALL the PDFs combined were well-formed Tagged PDF (compliant with 14.8 of ISO 32000-1 & ISO 14289-1) you don't have that.
    So --- To be expected — cleanup of the content in the Word file.
    Be well...
    Message was edited by: CtDave

  • Not able to attach the scanned document with Interaction Record in SAP-CRM

    Hi Experts,
    I have a scanned document and I am trying to attach it with Activity in Interaction Record.
    I maintained the document ID refering to scanned document in table TOA01 with interaction record guid; however the attachment gets displayed in SAP-CRM GUI but i am not able to see the attachment in SAP-CRM GUI.
    Please help if someone has encountered a similar issue or propose a way to attach the document with acitivity in interaction record.
    Regards,
    Amit Gupta.

    Hello Amit,
    I am not able to understand your requirement correctly. Are you trying to attach the Document as a Attachment to the Interaction record (or) trying to attach it as a Archive Link Document??
    If you could give me more info.. I think I will be able to assist you with this as I have worked in this area...
    Cheers..
    Anand

  • Reports showing Archived Sales Documents

    Hi, I am working on using SARA to archive SD documents, and it seems as if Document flow and Change logs are not archived, and not possible to see in reading the archived Sales Orders from SARI/SARJ. Are there SAP standard  reports which can fetch and show data from archive, or any other way to find a 'document flow' (to eg. deliverys or billing docs)  and 'change log' from an archived Sales Order?
    Thanks!

    Hello,
    The answer from Caveman is correct, the DRB - tcode ALO1 (that is the letter o not a zero) retains some of the document flow of archived data.
    Do not use transaction VPAR as that archives data related to preference determination and transaction VF07 does not show document flow.
    If you have implemented the PBS modules to view archived data, they retain the document flow information and you can view the data exactlly how it looked before it was archived.
    Hope this helps.
    Best Regards,
    Karin Tillotson

Maybe you are looking for

  • Cannot advance through Captivate quiz after publishing to Adobe Connect.

    We use Adobe Connect to present live on-line webinars to our students. We have been using Captivate to survey the students at the beginning and end of each class. I created quizzes in Captivate and published them to our Connect server. Most of the ti

  • HT1212 even when i connect the ipod to itune... the ipod is not showing to itune...

    even when i connect the ipod to itune it's not showing and even when the ipod says connect to itunes the ipod still can't show up to itune connection...

  • Destinaton URI

    Hello all, I have following Destination URI specified for an messageStyledText in a table: OA.jsp?page=/svangoe/oracle/apps/ak/employee/webui/EmpDetailsPG&employeeNumber={@EmployeeId}&employeeName={@EmployeeName}&retainAM=Y&addBreadCrumb=Y But when I

  • DPM 2012 R2 backup Causes Redirected CSV IO on SOFS Cluster.

    Hi, I have a Scale out Storage Spaces Server with 2 nodes, and a 10 node 2012 R2, Hyper-V cluster using this via SMB3.0 I also have installed a DPM2012 R2 backup server. the DPM agent is installed on all nodes of all servers and I have followed the p

  • Uninstaller encounters errors.

    Win 7 64 bit system with windows AHCI mode enabled. Avast is my anti-virus software.I had been using Firefox and IE8 with the latest Adobe Flash Player. Downloaded the latest unistall program and I get The Installation encountered errors: No erroe in