About creating pre-filled purchase invoices

Hello guys,
Would you have any idea of how I can create some generic purchase invoices? The point is to have a set of pre-filled direct invoices (no need for GR) with reference, text, VAT, supplier, quantity = 1, accounts and imputation fields already filled and accessible via MIRO, so that the users just have to enter the amount and date. I should add that I haven't parametered the material master data in this system.
I have seen that in FB60, there is a possibility to create an invoice with reference, accnt assignement template and variants but I need to pass through the logistic transaction MIRO because there is a specific WorkFlow plugged on the invoice validation.
I've thought of creating pre-filled PO but there is no possibility to have multi imputation (with differents account types). What do u think?
Thx
Guillaume

Thank you for Your quick reply,
I didn't know this SHD0 transaction and it is pretty useful! halas it doesn't work for my need since it doesn't work for tabs or for screens that are directly generated by the transaction (in the case of MIRO, the lower screen is generated only after u enter the PO). It seems also that you can't imput some amount in the variant created (since it depends on the user parameter, i think because of the . or , thing in the user amounts definition).
Maybe I could use the master data but I don't want to set it just for this. Anyway, I'll see that my customer rethink about it
Regards,
Guillaume

Similar Messages

  • Erro when creation Purchase Invoice

    Hi ,
    when creating a new Purchase Invoice , we have a message :
    Incorrect Syntax near '000000' ( OIVL )
    we do not have queries , nor add on . and it's the first time we got this message
    if someone can help me , thanks
    regards
    laurent

    Hi Laurent VIALARET,
    Genarlly this type of error occured due to G/L Account Mapping. Check the G/L Account Determination in Administrator Module
    Check the Warehouse Account Mapping.
    Thanks,
    Srujal Patel

  • Add BatchNumbers Purchase Invoice

    Hi
    How is it possible to include data from the Purchase Invoice lot before the user saves it?
    I Need fulfill the batch data automatically while the user is still entering the Purchase Invoice

    Hi Carlos.
    Many ways you can do it,
    One is you catch the Item event of user clicking the add button on Before Action  = false.
    Then you have to manipulate the UI to do this.
    Like opening the Batch Form, Creating the batch, so on.
    Through DI, you cannot do the above scenario, But you can do below....
    When the user choose the PO Document in the choose from list,
    You catch the event, create a draft Purchase Invoice for them through DI based from the PO chosen, and while doing so, creating the Batch.
    And the show the draft for the user to edit all the other field....
    Regards
    Edy

  • Create a Credit Memo from purchase invoice

    Hi everyone,
    I am trying to create a credit memo from a purchase invoice, but it retuns the following error:
    "RFC is missing"
    I am using the JCO classes to develop this application. this is a sample of my code:
    IDocuments document = SBOCOMUtil.newDocuments(company,new Integer(19));
    document.setCardCode("P00055");
    document.setDocDate(new java.util.Date());
    document.getLines().setBaseEntry(new Integer(2852));
    document.getLines().setBaseLine(new Integer(0));
    document.getLines().setBaseType(new Integer(18));
    int lRetCode = document.add();
    if(lRetCode != 0){
        System.out.println(company.getLastError().getErrorMessage() );
    Do you have any idea about what is the problem?
    Many Thanks.

    Hi everyone,
    the problem was solve. I had to specified the FederalTaxID field on the document.
    just added the following field:
    document.setFederalTaxID("000000000000");
    Thanks.

  • How Billing doc.created from purchase invoice in Third Party Sale

    Hi All
    Our client requirement  has been mapped as sap third party sales process .
    But if the vendor is delivering less qty .  than the qty. for which Sales ordered  has been  created, How to create the  Sales billing Doc.  according to the purchase invoice so that Sales Billing  Doc. should be created for the delivered qty. only .
    Please suggest the configuration  & how the data is flowing from the Purchase Invoice to the Sales Invoice.
    Thanks in advance
    Ashok

    Hi
    you can achieve your requirement by following
    T-Code  VTFA (copy control Order to Billing)
    use you Third party order type and billing type
    Go to Item category (if Standard use TAS)
    there is a option "BILLING QUANTITY"
    user there "E" Goods receipt quantity less invoiced quantity"
    Hope it will solve your problem
    Cheers
    Shambhu Sarkar

  • Creating custom add-ons for A/P Purchase Invoice

    Dear friends,
    Please help me in Creating Add-ons on A/P Purchase Invoice in SAP Business One,
    Thanks and Regards,
    Prashanth Sharma

    >Is this intentional? Why is it expected that someone
    >might need to add informative text for items and not for
    >services?
    I don't know. Usually there's a DRQ (dev. request) process where all requirements are collected. For version 2004 this happened a long time ago... Maybe noone wanted that feature for Service Invoices?
    I propose to log that question as a message on SAP Service Marketplace.
    >I am thinking my only option is to make an add-in to
    >allow add an editing pane for my user defined field, so
    >that I may add text to my P.O. and include this in my
    >PLD for formatting/printing.
    Sorry, but I think you are right.

  • Actobat X Pro - Creating a fill-in form and i want it to email back to me

    I have created a fill-in form in Adobe X Pro (Trial version) and would like to set up a 'Submit' button that once all info is filled out, the customer can then press and this emails the PDF back to me.
    How do i do this? I am sure there are other threads already going about this but i cant understand a word in any of them. So please if you reply it needs to be as simple as possible.
    Please help
    - Alex

    Bill,
    Thank you for your help.
    The reason i have gone for the trial version is that I am part of a big company that would probably not authorise me to purchase the full product or even if they did, it would take months for it to get loaded onto my computer etc. This is why i have chosen to try this through the trial version.
    I will try again with what you've suggested below. I had a play around with it last night and the FDF file works, although i would rather the PDF. I will see what i come up with.
    Thanks.

  • Create a A/P Invoice Draft for approval

    Hello Experts,
    I want to create a A/P Invoice-Draft via Purchasing module,when clicking The Add Button the invoice is directly posted to the G\L without create a draft that other user who have permissions can view and approval via the Approval Decision Report.
    Please Tell me what is wrong...
    Thanks.
    Ben

    Hi
    I am not sure about your  problem.It looks to me that your approval query is not triggered .
    There could be th reason:
    1.If you are using user defined query ,and you are not meeting the condition to trigger.
    2. For example : If you said  Trigger approval procedures if sales order total is greater than 200.
         It won't trigger approval procedures if sales Order total is less than 200. And User can add the document .
    When Approval Procedures triggers, then the document that triggers  stays as a draft  until it is approved .
    One quick way to check if it not your query , on the condition  specify always .(Approval template >> term >> always . See if it creates the same situation .
    Hope this helps to narrow down your problems .
    Thank you
    Bishal
    Edited by: BIshal Adhikari on Dec 10, 2008 4:18 PM
    Edited by: BIshal Adhikari on Dec 10, 2008 4:39 PM

  • Sales Invoice, Purchase Invoice Merge

    Hi Guys
    I am creating a report that will give me the total # of Sales and Purchase Invoice, purpose of report is to merge the sales and purchase analysis.
    i have added all the fields on the main report from the OINV table, i then created a sub report that has the same fields, only difference is its from OPCH table, i need to have a parameter "Date", that i have created, but doesnt seem to filter the values as to my selection. What could be the problem.
    What i am trying to do is merge the Sales Analysis in SAP and the Purchase Analysis in SAP on one report.

    Euston,
    I am doing something similar to yours, I am merging total of (each credit job) with total (each free of charge job) to show in the single report.
    here what I am doing right now,
    1: Imported both tables into one new report
    2: Created a Running total field for FOC (free of charge job)
    3: Created a Running total field for CR (credit job)
    both of these running totals have formulas under "Evaluate each record"
    Formula is like this
    line_type="F"
    line_type="C"
    Both of them are grouped by two different groups however are of the same Reason ID.
    I then created formula like this
    Whileprintingrecords;
    Numbervar x:=0;
    Numbervar y:=0;
    Numbervar z:=0;
    x:=Runningtotal field for FOC
    y:=Runnitngtotalfield for CR
    z:=x+y
    z;
    This gives me combined result of two different jobs.
    Is that something what you are trying to do?
    Regards
    Jehanzeb

  • Goods receipt number and purchase invoice nubember info objects

    hi experts
    i have the requirement to build the report with the  info objects of goods receipt number(document) , purchase invoice numbers and purchase document numbers from standard cubes or ods.i have checked in inventory management and purchasing cubes&ods i am not success got the purchase document number it is from ods   (0PUR_O02)  the InfoObject  is 0OI_EBELN(purchasing document number),like this i want InfoObject  for Goods receipt number and purchase invoices from where can i get these fields.
    if u need any more information i will provide.
    thanks and regards
    Sreenivas.

    Hi Ahamed,
    thanks for your reply,do u have any information about purchase invoice number.
    i need one more help from you, how to find out Debtors turnover ratio from Acceount Receivables(AR) (or)G/L (General ledger account).is there any standard queries from Business content,i was checked and i was failed,if you have any solution for this please let me know.
    thanks and regards
    Sreenivas.

  • Selecting alternative Bank account in Purchase invoice is not working

    Hello experts
    When adding a particular purchase invoice, I select an alternative bank account for this vendor on Logistics tab. But when generating payment file for this invoice through Payment Engine, the bank account that can be seen on the file is the standard one for this vendor, so selecting an alternative Bank account in the invoice doesn't seem to have any effect on payment file. Do I have to consider something else?
    Regards

    Hello Nagarajan
    Thanks for the update. But by checking it, I haven't been able to find anything regarding vendor bank account selection on invoice, or about paying an invoice to vendor secondary bank account.
    Also I have done some testing, and the only way I have found so far to get a vendor invoice paid in the secondary bank account is to set this secondary bank account as the default bank account just before use Payment Wizard and Payment Engine. But this is a poor workaround and I guess there should be a way to make work properly the "Pay to Bank" functionality in invoice.
    Thanks and regards

  • I have 2 different accounts at the same websites. Whenever I go to that website, one of my usernames prefills the UN field and I can't access the other account. I cannot overwrite my pre-filled username. Ideas?

    I have 2 different accounts at the same websites. Whenever I go to that website, one of my two user names (always the same one) pre-fills the user-name field and I can't access the other account. The website rightfully rejects my password. I cannot overwrite my pre-filled user-name because the second I hit enter to logon, the original user-name rewrites itself into it's field. Neither of the user names is being saved by firefox anywhere in the "tools"; Options, security, advanced or privacy menu fields.
    I did notice that that website has installed a cookie onto my computer called "_rememberme" which contains the user-name that is plaguing me.
    This is a website that I access for very sensitive and important information and I must have both accounts accessible at different times.
    Thanks, Joshua
    XP, sp3; FF3.6.3
    == This happened ==
    A few times a week
    == I added the second account on this website.

    You need to clear that remember me cookie and make sure that you remove a check mark to remember you on that website.
    Tools > Options > Privacy > Cookies: "Show Cookies"
    You can disable the automatic fill of a name and password.
    See:
    http://kb.mozillazine.org/Password_only_filled_after_entering_user_name
    http://kb.mozillazine.org/signon.autofillForms
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Pre-fill the filename in Fileupload UI

    Hi,
    I am unable to pre-fill the filename in fileupoad UI.
    When I launch the WD app, on the browser it get the following URL
    http://devai063.private.xxxx.com:8081/sap/bc/webdynpro/sap/zgi_file_upload?sap-language=EN
    at the end I add &filename=c:benefit.txt and hit enter,
    http://devai063.private.xxxx.com:8081/sap/bc/webdynpro/sap/zgi_file_upload?sap-language=EN&filename=c:benefit.txt
    In WD window HANDLEDEFAULT method I am checking for the filename parameter if not empty I am setting the 'filename'  to the context of filename of fileuploadUI, but the app does not show the file name C:
    benefit.txt in the fileupload UI.
    I debugged the HANDLEDEFAULT and I can see the filename but somehow it is not setting to the filname for uploadfile UI.
    any advice is highly appreciated.
    Thanks,
    Ram

    From the online help:
    Technical Browser Details Beyond the Control of WDA
    Due to browser restrictions that are unrelated to Web Dynpro ABAP, the previously entered data path might disappear when a FileUpload UI element is clicked. In newer versions of the browser, it is therefore impossible to enter the file name in the entry field. The field always remains empty. The selection of the file name is therefore only possible in new browser versions using the Browse... button. You cannot enter the file name manually (using the keyboard or the Copy and Paste functions) or by setting the file name from the back end (directly or using context binding). For more details, read the security-related information in Internet Explorer 6 about handling <input type=file>.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b3/be7941601b1d09e10000000a155106/frameset.htm

  • Create AP Down Payment Invoice

    Dear All,
    I have a problem when I creating AP Down payment Invoice using SDK SAP2007. Error message like this
    "Chosen BP is not customer  ODP1.Cardcode line: 1, 'v181'"
    When i check in SAP B1 2007, V181 is already set to VENDOR.
    Here is the code :
    Set oCompany = New SAPbobsCOM.Company
        With oCompany
            .Server = "T9\sql2005"
            .CompanyDB = "blive"
            .UserName = "n2301"
            .Password = "n7hfd8sd22"
            .DbServerType = dst_MSSQL2005
            .language = ln_English
            .UseTrusted = False
            .DbUserName = "sa"
            .DbPassword = "23dsasdh8d"
        ierr = oCompany.Connect()
            If ierr <> 0 Then
                Call oCompany.GetLastError(lErr, sErr)
                MsgBox sErr
            Else
                MsgBox "OK"
            End If
        End With
        Set oDP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDownPayments)
        With oDP
            .CardCode = "V181"
            .NumAtCard = "Ticket 001"
            .DownPaymentPercentage = CDbl(100)
            .DocDate = Now
            .DocDueDate = Now
            .DownPaymentType = SAPbobsCOM.DownPaymentTypeEnum.dptInvoice
            .Lines.ItemCode = "C1"
            .Lines.Quantity = CDbl("10")
            .Lines.Price = CDbl("200")
            .Lines.VatGroup = "ZI"
        End With
            lErr = oDP.Add()
            If lErr <> 0 Then
                Call oCompany.GetLastError(lErr, sErr)
                MsgBox sErr
            Else
                MsgBox "OK"
            End If
    Thanks before
    rgrds,
    Edited by: Lunatic on Jun 25, 2009 6:24 AM

    HI
    Use the BoObjectTypes.oPurchaseDownPayments for A/P Down payments (purchase).
    oDownPayments object is a A/R  Down payment for (sales)
    Regards,
    J.
    Edited by: Janos  Nagy on Jun 25, 2009 9:32 AM

  • Purchase Invoice Report fields

    hi,
           I need to create a purchase invoice drilldown report. the hierarchy for report is..
    Company> Plant> Location >Vendor->Invoice
    here company and plant are available in RSEG. Where can i find  Storage Location and vendor?..
    Thanks
    Sri

    Hi Sri,
    If you referring to storage location, then it is only relevant during goods movement & not during invoice posting. there is no option to change the storage location while posting the invoice.
    If my understanding of the location you're mentioning is not correct, please let me know.
    If helpful award points
    Regards,
    Vivek

Maybe you are looking for

  • Why my ovi store in nokia 5230 always close automa...

    My phone model is nokia 5230. Why my ovi store always close automatically after i've opened it about 3mn? I've tried to uninstall it and reinstall it again, but this couldn't solve my problem. Anyone please help me, i'm very thankful for that.

  • Photoshop CS quitting unexpectedly

    Usually happens when loading a file. Today, the file size was about 100mb. It has happened with far smaller files as well. Error message is that it can't load the color book because there is not enough RAM. I'm running a dual 2gig G5 with OSX 10.4.3

  • My first step in Java, please help me.

    I've just installed J2SDK1.4.0_03 and I'm reading the first pages of the Java tutorial. I've created a work folder : C:\Java I'm working with an msdos session of windows 2000 I've created my first example class, prthello.java with NotePad : class prt

  • Trial Balance Closing

    Hi all expert, I have 5 company database and I already combine into one. Now the 5 of company I need to do a closing for TB, may I know how? Example:- TRADE DEBTORS - 1,000.00 TRADE DEBTORS INTERCO - 2,000.00 AR CLEARING - 3,000.00 TRADE CREDITOR - 5

  • MTS file playback in CS6

    I upgraded to CS6 on my editing machine from CS5. When I import an MTS file into CS6 and play it back on the timeline the playback drops frames and the sync between video and audio lags and drops out. I can do the exact same thing with the exact same