Automatic archiving FI invoices while printing

Hi guys !
I need to build an "archiving system" for FI documents.
The overall requirement is to archive all invoices in pdf format in external system (let's call it ES), and then link those documents to SAP FI module
My initial concept was to save PDF documents on physical hard drive, new documents would be triggered by ES, processed and the link is somehow sent to SAP and then linked to particular invoice.
Another approach would be to call WS on ES side, push document and receive a link in response.
Which solution is better? Maybe there is another approach to achieve given requirements?
What is more, is there any standard procedure to archive document, on physical drive or send, while printing invoice or it just require to create some custom enhancement in printing process?
And the most mysterious subject to me, how to link SAP invoice with external source and let SAP to display external document? Hope it is achievable with Archivelink, do you have some good source of tutorials on ArchiveLink ?
Unfortunately I have never occupied with Archiving module and I really need your piece of advice.
Greets,
Adam

Your answer did help but still expriencing challanges with the following:
Output Types
-Print Parameters options are as follows
    >Plant/Storage location
    >Plant/Storage location/User group
    >User exit
   >User parameters
   >User
Please advice which of the above is appropriate?
-Should there be a program reflected on change output field for General data screen?
Please advice since I'm currently experiencing shotdumps(runtime errors) when processing the GR.

Similar Messages

  • Archiving SD invoices

    Hi All,
    Our SD consultant is trying archive output of SD invoice while printing. Currently, we are not utilising any content or document management system to archive.
    I have found solution required from the following discussion from forum, but I am trying to configure which allows saving output to external storage device.
    Storing SD invoices in Documentum
    If any body configured this, any advice will is welcome.
    Regards,
    Krishna

    Hi Sudheer,
    In my case, I saved the TOA_DARA params into an aux var just before calling the OPEN_FORM. Then, I checked the params before calling the function which archives.
    clear toa_dara_aux.
    toa_dara_aux = toa_dara.
    CALL FUNCTION 'OPEN FORM'...
    if toa_dara is initial.
         toa_dara = toa_dara_aux.
    endif.
    CALL FUNCTION 'CONVERT_OTF_AND_ARCHIVE'
         EXPORTING
              arc_p = arc_params
              arc_i = toa_dara
              format = 'PDF'
         TABLES
              otf = otf.
    Regards

  • Enter Output Type Each Type while Printing Invoice

    Dear All,
    Have searched in the forum already for a proper answer but could not find one.
    The issue is, while printing the invoice, the system is not automatically determining the output type even though all the output determination configurations have been made.
    I have to manually enter the output type by entering into the billing document header data.
    Kindly let me know if I have missed on any configuration during output determination.
    Thanks and Regards
    Adithya

    I hope you did what mentioned you.
    If you have doubt, whether the output type is getting determined properly or not.
    Use Tcode VF02.
    If Header Output Type -
    select Goto option from Menubar - Then Header - Choose Output.
    Accordingly, If the output type is Item related then
    select Goto option from Menubar - Then Item - Choose Output.
    Then Change: Output screen in your billing doc(VF02), in menubar select Goto - then choose Determin. Analysis.
    In output determination procedure in Analysis Output screen, track your desire output type and its determination status.
    Check routine for requirement against output type in:
    1. Output determination procedure
    2. In access sequence for the output type, check routine against access/condition table.
    Finally, accordinly determine output condition record by using TCode VV31 for the desired output type.
    Further, check routine for requirement like 62 is assigned against output type in:
    1. Output determination procedure
    2. In access sequence for the output type, check routine against access/condition table.
    Also, have look on one my recently discussed SD thread:
    - Re: Output to be blocked for Billing documents, if not released to Accounting
    Regards
    JP

  • How apple will print an iphoto book ? Does anyone will see it while printing there? or does the printing processes will be automatically?

    Hello,
    I am muslim girl and I usually cover my hair and my body as well. ( in my religion no men allow to see my body uncovered ). I have created an iphoto book with my pictures without the covers. I would like to purchase the book through apple store. But I am worried if someone will see my pictures while printing the book in the lap or not (especially men) ? I have contact customer service in New Zealand to have the answer but they couldn't help me.
    So my Question is:
    Do you know what exactly the processes of printing the book? is it going to be automatic or someone will review my order and see it ?
    I haven't purchase the book yet.
    I am waiting for your answers
    Ba2ol

    As this is important to you I would think it very likely that at some point in the process - Quality Control, for instance - the book will be reviewed by a person. As to the sex of that person, we have no way of knowing.
    Regards
    TD

  • Error while printing invoice

    hi sapiens,
            the following error happens while printing my form from vf02.i have edited standard script rvinvoice01.i have not deleted any window.i have not even deleted text elemnts from the main window. what could be the problem .
    cancel error.
    Element ITEM_LINE window MAIN is not defined for zinvoice.
    thanks
    mani

    Hi
    The first thing: <b>the print doesn't depend on logon language <u>but customer language</u></b>.
    So u can logon with the language you prefer, that's no problem on logon langauge.
    Run trx SE71:
    - Insert the name of the sapscript
    - Insert the language of the version u need to correct
    - Go to the MAIN
    - Insert the text element is missing
    U have to do the above step for every version of your sapscript.
    Max
    Message was edited by:
            max bianchi

  • How to make automatic counting number while printing

    i've create an Order Form using InDesign then i want to print it.. how to make increase document number run automaticaly while printing?? thx for your help

    Form numbering can be done in a variety of ways. For high volume jobs (or small jobs, too if you happen to own a numbering machine) the numbers are often printed separately after the forms themselves are printed.
    The next most efficient method is to use a printer with variable data capabilities that can pull the numbers from an external file and add them to the print job as it runs.
    The only way to do it directly in InDesign is to make a multipage file -- one page for each number. To do that you will need a list of numbers as a text file, one number per line. You can use this file either for a Data Merge or you can place it like any other text file. Which method is best will depend on the job itself. In either case, I would recommend putting all of the repeating text on the master page. For data merge, leave a hole where the numbers belong and apply the master AFTER you do the merge. For placing, include a frame to hold the number on the master page, apply it to page one, and use autoflow.

  • Error While Printing II

    Just wanted to supply a fix to a previously archived post concerning an error message while trying to print from any application and receiving the message "Error While Printing."
    I fixed this issue by rebooting into safe mode (without extensions - hold down shift while starting up) and fixed permissions in the Disk Utility.
    Hope this helps others with the same issue!
    J.

    Check that table j_1iewt_cert_n and j_1iewt_certno are filled up.
    If maintained, then it should work.
    If not working then check the putting the breakpoint in the program J_1IEWT_CERT_F01 on statement "SELECT SINGLE * FROM j_1iewt_cert_n" and see where it is failing. It is easy to debug this error message.
    Regards,
    Gaurav

  • Error in VF03 while printing "Output could not be issued"?

    Hi all,
    getting error while printing invoice VF03. Error is "Output could not be issued".
    Print privew is coming fine in both side either Smartform or VF03. If I try to print, then system giving the message is Output could not be issued.
    How to resolve this problem? Help me out.
    Thanks in advance.
    Sekhar

    Hi,
    Check out put is definded in line item of invoice.
    Also check wheter output type is definded or in t.code nact, Application is V3,  check which output type is definded for your case billing document type.
    Thanks.

  • Error while printing smart form..

    Hi all,
    I am getting an error while printing the invoice(smartform)
    "Error in spool C call: Error from TemSe..."
    it gives one pop also saying... Work process restarted; Session terminated.
    How to solve it?
    Thanks,
    Darshana

    Hi,
    Please refer to this link might help you.
    http://help.sap.com/saphelp_45b/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/frameset.htm

  • Disable Outlook Integration-Automatic Archival Feature

    Greetings,
    I'm trying to find a way to disable Adobe X Standard/Professional's feature of Automatic Archival of e-mail in Outlook 2010.
    We have a no-archiving policy in our organization, and this feature permits users to very easily circumvent the policy (and locking outlook from making its own archive)
    I don't want to disable the entire Outlook toolbar (I've done this, and while it will work, it removes other adobe features in outlook that I would like to retain.)
    I have already looked in the Adobe Configuration Tool, and the AIM for Acrobat, and unfortunately, i cannot find reference to this feature and how to disable it/remove it from the toolbar.

    I'll clarify.
    The Adobe Customization Wizard X doesn't reveal any way to disable this part of the add-in installs (in my case Adobe X Standard)
    The feature also isn't listed in the Preferences Reference (AIM) available at:
    http://learn.adobe.com/wiki/download/attachments/46432650/AIM.air
    Here's a pic of the ribbon, and the button that I need to disable when deploying Acrobat X Standard to my users.
    (in some way other than simply removing it from the ribbon manually, user by user).
    Message was edited by: GovernmentGreg

  • Customer Invoice / Statement printing procedure in AR ?

    Hi,
    I have one confusion in Invoice printing procedure.
    I made one invoice, now i want to print this invoice, when I submitted the "Invoice Print Selected Invoices" , the View output shown many code such as BILL TO CUSTOMER ADDRESS LINE 1,2,3,4 / REMIT TO ADDRESS LINE 1,2,3,4 / SHIP TO CUSTOMER NAME... at the top...
    Can any Expert pls tell me the procedure of this. I would greatful to him/her.
    Thanks very much.
    Sam

    Found the following solution
    How To Surpress Blank Header Page While Printing Invoices [ID 134750.1]
    fix:
    To be able to supress the page completely would mean removing the header
    page completely from the report. That would mean a change to the report
    executable. Currently, this is not available.
    To remove the data from the header page:
    1. Login as Applications Developer
    2. Navigate to Concurrent > Program
    3. Query on ShortName = RAXINV% Arrow down to Program Invoice Print New
    Invoices
    4. Click on the Parameters Button
    5. In the center section, scroll down to Description "Number of Alignment
    Pages"
    6. Place Cursor on this line.
    The Validation Section will change to reflect this line.
    7. Change the value to zero.
    8. Save.
    You cannot suppress the batch summary
    Check the setup for each Program you wish to suppress the Header Page:
    Invoice Print New Invoices
    Invoice Print Selected Invoices
    Invoice Print Selected Invoices from Dunning
    Print Adjustments
    Invoice Print Preview Report
    Invoice Detail Report

  • Output needs to attach automatically after saving invoice

    Dear Friends.
    for my invoices output needs to be assigned automatically after saving invoice. as of now it not like that even though i created condition record. manually we can able to enter.
    this process has to be applied for both manually and batch creation innvoices.
    Please let me know your suggessions on the same soon.
    Thanks
    Raju.

    Hi Raju,
                   check whether you have maintained print parameters in T code VP01 by selecting your output conditin type and also check whether the condition records are maintained correctly in VV31.
    Regards
    sankar

  • Need to resequence the pages while Printing

    Hi,
    I have a PDF with 4 pages but while printing, I want to print them in the order of pages as 3, 4, 1 and 2. This is just an example. I even have a PDFs with 100 pages which has to print in the order of pages as 99, 100, 97, 98 and so on.
    Can anyone guide me on, how to implement and automate this sequencing during printing?

    This question really has nothing to do with the PDF specification. You
    might get better results asking in the Acrobat forum. However, have
    you looked at imposition software, such as QuiteImposing, as a
    possible solution?

  • "Database log mode" &  "Automatic archival"

    I was asked to do the below
    "Database log mode" should be set to
    "No Archive Mode" now.
    Do not mix up "Database log mode" with
    "Automatic archival".
    Can you please tell me how to "disable databse log mode", with Automatic Archival enabled.
    Regards,
    Susan

    From documentation:
    ARCHIVELOG mode
    The mode of the database in which Oracle copies filled online redo logs to disk. Specify the mode at database creation or by using the ALTER DATABASE statement. You can enable automatic archiving either dynamically using the ALTER SYSTEM statement or by setting the initialization parameter LOG_ARCHIVE_START to TRUE.
    Running the database in ARCHIVELOG mode has several advantages over NOARCHIVELOG mode. You can:
    * Back up the database while it is open and being accessed by users.
    * Recover the database to any desired point in time.
    To protect the ARCHIVELOG mode database in case of failure, back up the archived logs.
    Configuring ARCHIVELOG Mode For the Database<a>
    <br>
    Or you can check this tutorial from Oracle:
    Disabling Automatic Archiving
    <br>
    <br>
    Or something like this:<br>
    sqlplus /nolog
    connect / as sysdba
    shutdown
    startup mount exclusive
    alter database noarchivelog
    alter database open
    <br>
    And I don't know if it's needed to have automatic archival enabled since the database will not be in archive mode.

  • PDF export from Pages fails "Print - error while printing"

    Every month I have been generating PDF versions of my invoices by using the 'export' function of Pages. This has always worked fine without any problems.
    Today (end of Feb 08), the pdf export function always fails with 'Print - error while printing". A pdf file is saved to disc but it is corrupted and unreadable. I can still export as rtfd.
    I don't see anything about this in the logs, but I do notice that there was a Pages software update to 3.0.2 earlier this month.
    Anybody know how to fix this?

    Hello
    Before re-installing, it may be useful to
    a - repair permissions with Disk Utility
    b - trash the preferences file: <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plis t
    if it's not sufficient, try to print from an other user account.
    If it works this way, you will know that the application's files are not the wrongdoers as every account calls the same application file.
    Yvan KOENIG (from FRANCE samedi 1 mars 2008 15:33:41)

Maybe you are looking for

  • Session in JSP page

    Hi all, i built a web application now i want to use session in JSP pages to remember some variable such as password and entered date because i need them in later pages and i also don't want to send them via HTML hidden field. I actually don't know ho

  • *** Sequence settings for Canon 5DmkII video

    I'm trying to edit video footage from the new Canon 5D mkII and I don't know the sequence settings. The playback is really stuttery and jittery so I'm wondering if there's a plug-in or something that I need. Does anyone know? Thanks in advance!

  • Setting values in Drop down list in Screen Painter

    Hello Freinds, I have the requirement as, I have drop down list in screen painter and want to fill the values in that list using database table. So using foreign key table I have updated the values in the list. But now client wants me to fill the dro

  • DML,Transactions and index updates

    Hi, Its known adding indexes slows down the DML on the table. i.e. every time table data changes, the index has to be recalculated. What i am trying to understand is whether the index is recalculated as soon as oracle sees the change? To elaborate, l

  • Removing Internal....links?

    I'm trying to clean up some docs we have, using Acrobat Pro 9. They have several links of some sort. I tried using the "Remove All Links" function, but it returns "No links found." Yet, when I double-click on the little rectangles (visible when the L