Vendor Invoice creation

Hi Experts ,
I have to create a Vendor invoice for the open items to run the payment proposal and than run payment run,Could you please tell me the steps needed to create the vendor invoice , it's very urgent .
waiting for an early relpy ,
thanks in advance ,
Arun

Hi,
Please follow this documentation.
Creating vendor master:
http://help.sap.com/saphelp_erp2004/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
Entering AP transaction:
http://help.sap.com/saphelp_erp2004/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
regards,

Similar Messages

  • Vendor Invoice creation through EDI (Transaction MIRO)

    Dear All,
    We want to implement Vendor Invoice creation thro EDI .(Transaction
    MIRO)
    We are not finding any suitable EDI Function Module in SAP which
    would take care of more than 20 items and run a MIRO or any
    equivalent transaction .
    Can any one please advise if any Function module exists ? We need it for
    Invoice creation with GR reference as well as without GR reference .
    Thanks
    Sanjay.

    Thanks Naren,
    I will come back after checking the fn module.
    - Sanjay

  • Required BAPI for Vendor Invoice Creation

    Hi,
    The transaction code for creation a vendor invoice is FB60. Is there any BAPI to create VENDOR INVOICE.
    Regards!
    kannan

    check...
    <b>BAPI_ACC_INVOICE_RECEIPT_POST</b>

  • Problem in  vendor invoice creation through BAPI

    I am trying to create vendor invoice using bapi_acc_document_post but what value have be passed to obj_key and obj_typ fields of header is not clear to me.
    regards,
    anu

    Hi,
    Don't pass any values to OBJ_TYPE,OBJ_KEY.  Many threads are available in SDN regarding this BAPI.
    Search SDN to get more details.
    Regards
    Vinod

  • FB60 - Vendor Invoice Creation Information to be extracted in BW

    Hi Experts,
    I have typical requirement where in I have to create a BW report. In the report the information are coming from FB60 transaction.
    The fields in FB60 are pointing to a structure INVFO. I am not able to find out the base tables, after creating an entry in FB60, the entries goes inti which table?
    I have to build a generic datasource to meet this requirement.
    Please suggest me how to procee ahead.
    Regards,

    Considering if you already have all of your financial data ( fi documents) in BW, you can do a query on the ods which has this info at the document level and then filter on the document type if you want to have a list of just the vendor invoices.
    The datasource used for transporting all of fi is 0FI_GL_4.
    Hope that helps
    Nandita

  • Vendor invoice creation using BAPI BAPI_ACC_DOCUMENT_POST

    Hi,
    I am trying to create vendor invoice(FB60) using BAPI_ACC_DOCUMENT_POST.
    Could anyone please let me know what all mandatory fields we have to pass in vendor item and header to create this ?
    Regards,
    Anubhuti Pandey

    Hi,
    Please call the FM BAPI_ACC_DOCUMENT_POST and try with the following parameters:
    Function module to post the accounting document
          CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'           
    "      EXPORTING
              documentheader    = w_documentheader                                          
    "      TABLES
              accountgl               = i_accountgl
              accountreceivable = i_accountreceivable
              accountpayable     = i_accountpayable
              currencyamount    = i_currencyamount
              return                     = i_return
              contractitem           = i_contractitem.
    The required fields in the header document:
        w_documentheader-bus_act    
        w_documentheader-username    = sy-uname.                                             "Username
        w_documentheader-header_txt 
        w_documentheader-comp_code 
        w_documentheader-doc_date  
        w_documentheader-pstng_date  = sy-datum. 
        w_documentheader-trans_date                                 " Transaction date value as per document date
        w_documentheader-fisc_year   = sy-datum(4).      
        w_documentheader-doc_type      
    Pass the necessary information in the account GL and accounts payable.
    I hope this helps you in some way.

  • Creation of Vendor Invoice  - BADI to control "Payment Baseline Date field"

    Hi ,
    In SRM - Creation of Vendor Invoice  or Credit memo  -
    In the process of creation of vendor invoice in Header Data - Payment Data tab there is a field "Payment Baseline Date" and I want to populate custom value to this field using BADI. But I could not find any BADI to do this.
    Can any one please let me know if any idea what BADI I can use.
    I tried DOC_CHANGE_BADI and this one does not have this field in the ET_HEADER.
    Thanks in advance.
    Venkat

    Hi,
    Any ideas please?
    Thanks for ur time.

  • Mandatory fields for creation of FB60(vendor invoice),and FK01(cost center)

    Hi all,
    can u plz send me the mandatory fields(along with discription) for creation of FB60(vendor invoice),and FK01(cost center).
    thank u,
    Srinivas Reddy.

    The FK01 is the transaction used to create a Vendor.
    The mandatory fields are:
    a. NAME1: For Name
    b. SORT1: For CUIT number.
    c. SORT2: For alternative CUIT number.
    d. CITY1: For city.
    e. STCD1: Tax Number.
    f. Others depending the case.
    For FB60 (Vendor invoice) the mandatory fields are:
    a. ACCNT: Number of Vendor Account.
    b. BLDAT: Date.
    c. XBLNR: Reference Number.
    d. WRBTR: Invoice Amount.
    e. HKONT: G/L Account Number.
    f. WRBTR: Invoice Amount. The same as d but in the item.
    g.MWSKZ: Tax Type. Depending the case.
    h. KOSTL: Cost Center. Depending the case but is highly probable that the field were mandatory.
    i. Others. Depending the case.
    I have given to you the most probably fields that are mandatory for those transactions.
    Your Sincerely
    Leonardo Lopez
    FI Consultant

  • Vendor Text / Internal notes during Invoice creation

    Hello,
    We can create user ID for a Vendor contact using "Employee for Business partner" under "Manage Business partner" option.
    With this user ID, while trying to create an Invoice, Vendor text / Internal notes drop down does not appear under "Document tab" at item level. We only see one option "Comments from Vendor".
    But during invoice creation by a regular user , we see the drop down for "Vendor Text / Internal notes". We dont see the option "Comments from Vendor"
    Question : Is it possible to have the "Vendor Notes / Internal notes" drop down made available for Vendor Contacts just like reuglar users?
    FYI - We are using Standalone scenairo.
    Thanks for your reply in advance.
    Regards,
    UM.

    Hi Jon,
    Like said Yann, try to use BBP_DOC_CHECK badi.
    In this badi You can use FM BBP_PD_SC_GETDETAIL.
    Example:
      call function 'BBP_PD_SC_GETDETAIL'
        exporting
          i_guid     = iv_doc_guid
        importing
          e_header   = wa_e_header
        tables
          e_item     = e_item
          e_account  = e_account
          e_longtext = e_longtext
          e_messages = e_messages.
    This FM show You all longtext attached in document.
    Regards,
    Marcin Gajewski

  • Invoice creation by vendor and Brazil Localization

    Hi gurues,
    We are starting a SUS implementation on SRM 7.0 for a brazilian company and we want to know if SRM 7.0 is localized for Brazil, in order to calculate brazilian taxes at invoice creation by vendor on SAP portal.
    If yes, I would like to know if there is a guide or document to implement brazil localization on SRM 7.0. Thanks in advance.
    Regards,
    Horacio Miranda

    Hi,
    Please check help.sap.com. There is some info.
    http://help.sap.com/saphelp_srm70/helpdata/en/46/316c6190fd14dde10000000a155369/frameset.htm
    Regards,
    Masa

  • Restricting TDS based on validation rules for vendor invoice posting

    I have two Tax Types assigned in the vendor master. If at the time of invoicing user do not delete the unwanted tax types, system posts both the amounts related to both the tax types.
    User has to necessarily delete one tax type which is not required and then proceed with simulating the vendor invoice.
    Can this be controlled thru validation rules ? Even if the user forgets to delete the unwanted tax type while passing vendor invoice, validation rule must throw an error asking to delete the unwanted tax types before simulating the vendor invoice.
    Please help how to build such validation rule with detailed procedure.
    Thanks
    Ravi

    Hi Ravi,
    I hope you have selected both withholding tax type and code at the vendor master level itself.
    It is generally advisable to select withholding tax type at vendor master level and leave the field withholding tax code to be in display mode. Hence during vendor master creation, they can only select withholding tax type and not the withholding tax code. Ensure liable to tax should be ticked against all withholding tax types.
    During invoice entry creation either in FB60 or in MIRO, they can select the withholding tax code next to the withholding tax type and simulate and post.
    In your case, you cannot delete the withholding tax types at invoice entry level. Ensure to delete the unwanted withholding tax type from your vendor master itself, I mean delete only the withholding tax codes pertaining to that unwanted withholding tax type.
    Hope this helps. Assign points if useful
    Regards,
    Dwarak.

  • Creating Check Manually for Vendor Invoice

    I want to create a Check in SAP from a Vendor invoice manually. What steps do I need to take to do so?
    I am creating vendor invoice in FB60
    I can create a outgoing Payment F-07
    How do I create a Payment document in reference to the vendor invoice?
    I can create a check using FCH5 once I have the payment document.
    Please suggest.

    Hi
    You following the correct steps.
    When you will make a payment for an invoice, the invoice will be cleared throught the payment doc. Thats how the payment doc is referenced to invoice.
    Since you are doing manual payment, you can manually enter the invoice number in the reference field of the payment document for future reference.
    Coming to Check creation when you create a check for a payment document through FCH5. The check number get link to the payment doc in SAP. you can view this in tcode FCH2, here give the payment doc.
    For future reference, you can populate any free field (reference, assignment, ref key3) in your payment doc with the check number assigned to it through tcode FCHU.
    To print the check you can use the std program RFFOUS_C. Make sure the form that you use to print the check meets your requirement if using the std forms.
    Regards
    Nikhil

  • Adding Multiple Vendor Invoice at time MIRO Transaction

    Dear Experts,
    I am facing a problem whereby the users want to to add hundreds of Vendor Invoices and there corressponding date when at the time of MIRO transaction.
    Currently in standard there is only one field for the Vendor Invoice No and Vendor Invoice Date.
    Please advice as if how to give the provisions to user so that they can enter multiple(20 or 30) vendor invoice no and corresponding vendor Invoice dates at time of creation MIRO Invoice.(T-Code : MIRO)
    Many Thanks In Advance.
    NINAN

    Hi,
           For invoice verification of  one vendor with many inovice  at the same time in MIRO, select vendor insted of Purchase order / Schedukle agreement   after selecting vendor , then click on more allocation criteria,  after that a new pop window will open enter the plant and vendor code and click on adopt then system will select all the PO for which invocie verification is not done  then select all the invocie u want to proceed,
    Hope this will solve your rpoblem.
    regards,
      zafar

  • Withholding tax on vendor invoice

    Hi Experts,
    Good day.  I have some queries on the creation of vendor invoice in F-43.  I have created invoices in F-43 but no withholding tax base and wtax amount was reflected in fields QSSHB and QBSHB. The vendor code used is liable to withholding tax but when you post the document amount is zero for both wtax base and wtax amount.
    Thanks.

    Hi,
    We have encountered the same problem again last January where if you display the document in FB03, W/tax base, W/tax amt, W/tax base LC, W/tax amount LC have values filled-up.
    But if we check the vendor balance in t-code FBL5N and display the wtax base column, the amount is zero.
    Last March, we post another document using the same vendor and there was no problem encountered.
    It's just weird that there are documents without wtaxbase and there are documents with w/tax base when posted but they are using one vendor account only.
    Thanks,
    Ellicec

  • Event for Vendor invoice.

    Hi,
    I want to trigger the workflow when the vendor invoice gets parked. The vendor invoice comes in as an idoc, I want to trigger another workflow, if the vendor invoice doesnot get parked too.
    What object is best suited.
    Thanks in advance.
    Sathish.

    Sukumar,
    Two things:
    1. If you are using any standard workflow (check in PFTC for that) then ofcourse you gotta activate the event in triggering event. might require to do some task level customizing (tcode OOCU) and if you are creating your own then I guess you know the answer.
    2. Like I said if you only interested in workflow Via IDoc and standard events are not catering your requirements then you have to create your own event (involves a whole development process such as find BAdI or user exit, then creation of subtype in SWO1, delegation, creation of event, triggering of event in BAdI etc.) , you have to activate the event in triggering tab of your workflow template.
    Cheers
    Jai

Maybe you are looking for

  • Photoshop hangs up when writing text

    I have workstation Dell Precision T5400 Base Intel Xeon E5420 (2.50GHZ, 1333Mhz, 2x6MB,Quad Core) Operating System Windows Vista® Business SP1 64Bit Memory 8GB DDR2 667 Quad Channel FBD Memory (4x2GB) Video Card 512MB PCIe x16 nVidia Quadro FX 1700 (

  • Go from Parallels to Boot Camp

    Hi, i have xp installed through parallels, and i was wondering if there is ny way to use teh virtual disk partition w/ boot camp, so i don't have to create a new partition for the dual boot. Also, if i delete the my virtual machine, will it also dele

  • Score Question

    How do I select Polyphonic Score Styles? Logic pro needs this selected before I can use the separation tool in a piano part.

  • My name is no longer shown after signing in to G-Mail

    My name was displayed after sign in. Now the sign in icon, keeps saying sign in.

  • Subtotals in matrix reports

    I know that in discoverer it's very easy to ad subtotals in a matrix report. In reportsbuilder i do not find any function that can help met I've a report like this GROUP YEAR (subtotals are possible) ROW jan feb march group1 subgroup 1 subgroup 2 val