AP Invoices Automation

Hi,
I want to do the following AP automation project :-
1) To read vendor invoices from text file.
2) To park the invoices if there are qty variances.
3) To post the invoices if there are not qty variances.
Which is the best way of doing this automation :-
1) Using available MM configs (Is there any?)
2) Using IDOC?
3) Using BAPI?

Hi,
  There is no SAP standard solution available to read data from text file for invoice verification.
the better solution is IDOC. if any variance is there the idoc will not integrate with SAP. it will be in error status 51. then you can identify the error and retrigger the idoc.
if price & quantity are matched system will post the invoice verification with idoc status 53.
i hope this could help to you.
Regards
Anand

Similar Messages

  • How to do Invoice Automation ( Converted PDF needs to be put in DMS)

    Hi All,
    i do have one requirement for Invoice Automation.
    i need to develop the report to do invoice Automation.
    the logic - first we need to run the tcode - VF31.
    after the Printing of invoice i need to convert into PDF, then converted PDF need to be put into DMS.
    i am not getting how to take forward .
    kindly can u help me.
    Thanks,
    Manjunath

    The attached form will help you in understanding the dynamic calculations.
    Reading the table data with changes in the future..
    a) If your application is a standalone application, (means you distribute the .PDF file directly to the users instead of rendering the PDF based on request), then you may need to hard code the data inside the form itself. - In this case, if the table data changes, you need to change the PDF and re-distribute the form.
    b) If you are rendering the PDF on the fly based on the request, then you have the option of reading the data from the table (you need to do this in the parent application which is invoking the rendering process) and make it part of the input XML at the time of rendering. You need to write your code to read the XML and do the calculations for each request. - In this case, if the table data changes, PDF will get the latest information beacause the latest info is available in the input XML.
    Thanks
    Srini

  • Urgent :Accounts Payabale Invoice automation  through EDI

    Hi All,
    Through EDI, We would like to automate <b>accounts Payable Invoice in SAP</b>.
    Kindly provide me the following details to create partner profile for this automation
    <b>1. Which Partner type ( Customer / Vendor / User / etc.,) to be used
    2.Which Partner function to be used
    3.Which Message type to be used
    4. Which Process code to be used</b>
    Apart from the above process, any other settings are to be done for accounts Payable EDI automation.
    Points will be rewarded.
    Thanks & Regards,
    A. Raja

    Hi,
    You can use invoic message type of IDOc for needed processing .& IDoc type will be either INVOIC01/INVOIC02.
    Please provide additional details of trnasctions you would like to automate that will be helpful to provide further info.
    Thanks.
    Mark points if helpful.

  • Oracle Forms Recognition - non-Accounts Payable application

    Hi
    I've done a couple of projects using Oracle Forms Recognition (OFR) to process invoice images for Invoice Automation. Recently, I was asked to configure OFR to process some images for another purpose, as a proof of concept. Put simply, I just need to grab a couple of values from scanned images. No validation required.
    Here's what I have done so far:
    - I created a new project in Designer, and have been able to create the new fields that I want to pull off the images.
    - I copied the AP ini file and have configured it as best I can
    - I created a new RTS instance and pointed it at the new ini file.
    However, when I try to start the RTS instance, it starts and then stops straight away. I checked the OFR logs, and there are no errors that I can see.
    Does anyone have any suggestions about possible culprits for the RTS issue? Also, any suggestions on how to configure the ini file would be appreciated. For exaple, there are a lot of sections in the ini file that relate directly to AP. For instance, the PON_ sectionrelates directly to the PO Number field in Designer. Where is that relationship defined?
    Finally, regarding the Learnset - obviously, with AP with have the supplied Learnset. With my custom solution, I will have an empty Learnset. Any suggestions how to get the process moving with an empty Learnset?
    Thanks for any thoughts,
    A

    Just in case, I have to ask if you've set the RTS batch scanning delay mode to something other than the default of 0 which scans once and stops?

  • Solution Accelerator for AP question

    Hi,
    I am working on Solution Accelerator for AP invoice automation. I click on EBSR12 zoom -> process invoices -> login to IPM page -> select an invoice in manual entry queue -> click on Request for invoice information and assign a user from whom I need the information. My question is what happens next. Does the user gets an email asking for information ? Please let me know if you have any ideas.
    Thanks
    Sam

    The answer is that it depends on your accelerator configurations, customization, domain setup, accelerator version, etc. multiple things happen as per your workflow process, but bascally you send the item to the RfI composite, which includes a human task. the HT configuration state what occurs in terms of notification.
    -ryan

  • The business requirement is invoice clearing process is automated

    Hi sap gurus can any one tell me the below process
    the business requirement is invoice clearing process is automated how is that possible in sap is there any process we need to follow

    hi,
    there is no such limitation in std SAP. but u need to check if u hve maintained limits on the max order value or if some user exit is already in place.
    saurabh

  • Automating creation of invoices thorugh goods receipt

    Hi,
    In case of third party scenario, as soon as the vendor dispatches the material to the  customer, we need to raise an invoice on the customer. i think it is a sales order related invoice.
    How can I automate the creation of sales order related invoice as soon as goods receipt is done in system ?
    regds

    Hi,
    1. Create a output type for Goods Receipt for automatic invoice create purpose. Let this output get triggered upon saving the GR.
    2. In output routine/exit call the function module  'RV_INVOICE_CREATE'"  to create billing document automatically.
    This is one way of automation.  You can also look for GR user-exits.
    Regards,
    Rajesh

  • Integrate webcenter capture and imaging for automating AP invoice process

    I need detailed document to understand how this integration is done and worked for automating AP invoice process.

    It turns out the process I had built in Process Builder was okay.
    I needed to setup a Process Injector to send the images in my IPM image
    application into the process and build a Work List.
    So, I get now get a worklist of packages on the E-Business side
    and can open images for the packages.
    Now, I need to work on the update process to update the related
    index values for the image, any help for updating image index values
    would be great.
    Thanks

  • Automated invoice from Service call

    Hi experts,
    I need to find some way to automate the billing of a closed Service Call.
    It should be possible to collect all the information regarding the Activities and the Expenses tab's and fill in an invoice automatically. This invoice should be available as a normal invoice, ready to be paid from the Bank Module.
    Please, any idea on how to proceed with this matter? Does someone have any solution like the one I'm looking for?
    Thanking everybody in advance!
    Regards
    Victor

    Hi Victor,
    I see what you mean. Generally speaking the steps are the same. However, you are going to need the SDK and UI API if you want the user interaction to take place in the B1 client.
    If that is not necessary you should be able to quite easily create a simple windows program using the DI API to create the Invoice, and/or update the Service Call. I have built applications myself with similar requirements within about two to three days, so you know what to expect.
    Unfortunately I have very little experience with the UI API, so I can not  tell you how easy or difficult it would be, nor how much time you can expect to have to put into that solution.
    On a side note, now that you are considering automation anyway. Depending on the sort of interaction you expect to take place between the user(s) and the process, you might want to consider a timed console application after all (have it run every 15 minutes if necessary), and have the users making the Service Calls not worry about the billing at all. The entire process could take place in the background and new invoices would simply appear in the B1 system, for the accountant or whomever to take care of.
    Good luck,
    Johan

  • How to achieve automated posted for invoice and stock transfers

    Hi,
    I have following queries for an RFP, can some one give hints on how to achieve them in SAP
    o Receive self-billing documents from the customer, stating the deliveries and amounts that are settled and paid
    o Automatic posting of invoice documents from the vendor, based on the data from the purchase order and goods receipts
    o Process material stock transfers between two plants that use different SAP systems
    Thanks & Regards
    Raghu

    Hi,
    Normally when we do GR we take the cenvat credit by capturing & posting the excise invoice.
    This can be done using the t.codes - MIGO or J1IEX.
    So when the Material doc is posted the Part 1 register gets updated with Qty received.
    If we post the excise inv using either MIGO or J1IEX the Part 2 register gets updated.
    Now if you have done both the above then inorder to cancel the excise inv.
    1. You have to cancel the Material Doc (so system wil use the Mov type 102)
    2. Now Post your excise inv using J1IEX so that your Part1 reg will be updated ( i.e you are reversing the Cenvat Credit that you have availed).
    3. Finally you have to cancel the Excise inv document using J1IEX so that your Part 2 register wil be updated.
    Make sure that you do the above steps as per the above sequence else system will show the error as you mentioned.
    Hope its clear.
    Regards,
    Kiran

  • AP Invoice Payment Automation in PL/SQL

    Hi,
    I have created AP invoices using the Standard Open Interface.
    Now, how do i create payments automatically in the system.
    Is there any API for this, how do I go about doing this in PL/SQL.
    Thanks.
    Navin

    Hi
    Payment block was enhanced in the release of  2007A FP01 PL09.
    If set payment block in BP master or in Invoice, when add manual payment ,system will give out warning message and asked user the selected BP or transaction are blocked for payment, whether to continue or not.
    Regards,
    Yan

  • Automation of Printing of invoices generated from VF04

    Hi All,
    I have got a requirement where I have to print all the invoices which are generated in VF04 transaction daily at a particular time
    frequency. As per the advice from our functional consultant, coding for this requirement can be possible in program "RSNAST00".
    Please could you provide inputs on the coding part.
    Proper Guidance shall be appreciated !!
    Regards,
    Indira Bhanu

    Hi All,
    Can u please guide in terms of coding regarding this printing of invoices from vf04 at a regular interval in a day   send me  ur valuable suggestions
    I was also adviced to use  VF31 trnsaction to print the invoices but my doubt is how to pass the values(range of billed documents) of this VF04 transaction to VF31 and how to make it executed at regular intervals in a day?I thought of using background scheduling but creating a variant will have only constant values but the values will change every time they execute the transaction VF04.
    Kindly please do respond to this issue .
    Thanx in advance
    Regards,
    Indira Bhanu.

  • Automation of invoice printing?!!!!!!

    hi all ,
         I am new to sap script. my requirement is i have a z program and a z form for invoice printing ., in foreground its working fine.,, problem is i want to print invoices automatically when the user creates a invoice and clicks save.,, what has to be done now ? i am not clear about output types and spool plz help me out.,
    reg
    kannan

    Hi Kannan.
    To use the sapscript in an invoice, it must be associated with the output message.
    Check:
    transaction SPRO->Sales and Distribution->Basic Functions->Output Control->Output Determination->Output Determination using the Condition technique->Mantain Output Determination for Billing Documents.
    Then, in VF03 check what message is being called. Is it is, for example RD00, you shoud assign the print program and sapscript to the output message.
    But i think normal invoice only has the SMARTFORM option, instead of SAPSCRIPT.
    In Smartform you must use this SPRO procedure too.
    Reward usefull ideas!
    Best regards.
    Valter Oliveira.

  • Automated Installment setting on Invoice generation

    It appears that the point at which Installments can be added to an Invoice is when the Invoice is generated but only manually. We use the Document Generation Wizard to automatically generate Invoices when a Delivery Note is created. It appears there is no way to modify the Installments after the Invoice has been generated and there are no settings in the document generation wizard to imapct how many Installments are needed.

    Hi Christian,
    you need to either link the releveant BPs with a payment terms that is set up for instalments or you need to tie the delivery document to such payment terms. The DGW will consolidate any deliveries according to your settings & the resulting invoice(s) will carry the instalments. It is also possible to change the due dates of the instalments after the invoice has been added & even when 1 or more instalments have been drawn (SAP Note 1369615).
    If the base documents have different payment terms, you cannot summarize them in 1 invoice, you must then choose to consolidate according to payment terms & a separate invoice is created for all deliveries carrying the same terms.
    All the best,
    Kerstin

  • Automating Attachment to Debtors Invoice Documents

    Hello Gurus,
    I have a specific requirement where I need to attach excel supporting sheet to documents in debtors ledger(FBL5N) document.  The common pieces of data are Document number/customer number which will be identical in both SAP Debtors ledger and Excel supporting sheet.
    Is there any way to automate this so that if you run a macro or so from SAP, it goes and check the .xls file and attach sheet as attachment to the SAP Document?
    I've heard of ALE - Application Link Enabling - Is this something relevant ?
    Any info would be highly appreciated.
    Rgds
    CONMJI

    Please note I have found out a simple way of attaching an excel sheet to an accounting document.
    In the accounting document there is in between the green tick and the change pencil icon.
    If you right click that and then select, create  >> create attachement. It should bring you to a browser and then you can link a local document to a SAP document.
    I believe this does not use DMS.

Maybe you are looking for

  • Wireless-G Model WRT54GS V7 Firmware 7.50.0 - easylink Advisor 1.5.1044

    I have a Wireless-G Model WRT54GS V7.50.0 Firmware for easylink Advisor 1.5.1044 Connected to a highspeed connection, and then connected (Hardwired in port 1 of router) to a Dell system running XP SP3. I bought a new Laptop that is running Windows 7

  • Programmin​g intensity graph cursor to move automatica​lly

    Hi Everyone! I want to program the 2 cursors(horizontal and vertical) in the intensity graph(Bright spot.png) to move to the bright spot in the middle of the intensity graph(live video feed from a CCD camera) automatically without dragging the cursor

  • My import is failing

    hello i am importing and it is failing. below is the error on the import. script used impdp system/mywordl@myword REMAP_SCHEMA=ben:ben dumpfile=hip%U.dmp directory=done logfile=dmp.log TABLE_EXISTS_ACTION=REPLACE parallel=2 error Processing object ty

  • Auto Classification of documents not working

    Hi all, i have created a query based taxanomy,i have choosed auto classification. but the documents are not getting classified. i trained the folders even. but if i add a new document its not getting classified. Where am i wrong.. help me..

  • Why oh why did I sign up with BT!

    Signed up for Infinity 2 weeks ago in new house after being with Virgin for many years with very fast flawless broadband. Installation due on Monday and sure enough an engineeer turns up. Lots of talk of  mistakes at the exchange but he installs the