PO with reference to invoice without GR (WRX)

I would like to create POs with reference to an internal order and ONLY creating an invoice with reference to the invoice.
I configured two-matching in SPRO, that is Maintain Account Assignment Category with only invoice receipt.
I can create an invoice, it is not expected to create a MIGO, nevertheless when I want to post the invoice it is missing the GR/IR account determinarion (WRX).
I must be missing something, however I do not want to post it to a GR/IR account as only invoices are expected to be posted against the PO.
Please advice,
Daan

You need in Customizing the WRX settings because this WRX is not only
for PO without GR flag but for the PO with GR flag too while
the automatic posting
In IMG it is impossible to control apart the settings of
account determination for
PO without GR flag OR
PO with GR flag .
Of course this could be an issue of FI and this relates to the chart
of accounts too. You can find more information in IMG documentation
of "automatic postic". Please see the note 301477 too.
RESOLVED, even though all answers are useful the solution is within maintaining the WRX settings for this to happen.
As of Release 4.0, you can enter a valuation class for the material group (Transaction OMQW). By means of this valuation class, the G/L account is determined in the purchase order which is relevant for transaction/event KBS provided that no material master record exists for the material ordered. The determination of the GR/IR clearing account is always carried out with an EMPT VALAUATION CLASS.

Similar Messages

  • Error while creating a credit memo with reference to invoice

    HI aLL,
    I am facing one issue while creating a credit memo request in VA01 with reference to invoice.
    Our project stock is valuated stock.
    When we try top copy the error pops up" Valuated project stock not allowed with customer stock." and the line item is not copied in the credit memo.
    Diagnosis:The entered wbs manages a valuated project stock,at the same time sales order stock is maintained on sales order line item.this combo is not allowed as different valuation methods within a project is not allowed.
    Tarun Kapur

    Dear Tarun!
    1.Within a project we can get stock only in PROJECT or in SALES ORDER STOCK.....a single material can not be a both place at particular time ..so keep only one
    Project Stock or Sales Order Stock..
    2.Check DIP PRofile (ODP1) in usage BILLING AND RESULT ANALYSIS -Charectiristic -SDOC TYPE CMR.....are you selecting right document to which you want to copy .....
    Rewards Points if usefull
    Regards
    SMITH

  • Error while creating creditmemo request with reference to invoice

    HI aLL,
    I am facing one issue while creating a credit memo request in VA01 with reference to invoice.
    Our project stock is valuated stock.In projects we always use valuated stock so i cannot change the valuated into non valuated.
    When we try top copy the error pops up" Valuated project stock not allowed with customer stock." and the line item is not copied in the credit memo.
    Diagnosis:The entered wbs manages a valuated project stock,at the same time sales order stock is maintained on sales order line item.this combo is not allowed as different valuation methods within a project is not allowed.
    Tarun Kapur

    Hi Arun,
    Have you check & maintained middleware setting for  document transfer
    (tcode R3AC1). Check object SALESDOCUMENT and try maintain transaction
    type there. Don't forget to activate use tcode R3AS.
    hope this helps.
    Gun

  • Adding Credit Notes with reference to Invoice

    Hi Experts,
    B1 Version: 2007
    PL: 41
    Im having a difficulty posting a CreditNote with reference to an Invoice. For example I have an Invoice with 3 line items, and this customer returned 1 material. How do I post this Credit Note with only 1 material with reference to this Invoice thru DI API?
    Thanks

    Hi
    Try this
                    Dim oCreditNotes As SAPbobsCOM.Documents
                    Dim RetVal As Integer
                    Dim ErrCode As Long
                    Dim ErrMsg As String = String.Empty
                    Try
                        oInvoices = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
                        oCreditNotes = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oCreditNotes)
                        'Set the document header fields properties
                        oCreditNotes.HandWritten = BoYesNoEnum.tNO
                        oCreditNotes.CardCode = "cardcode"
                        oCreditNotes.CardName = "cardname"
                        oCreditNotes.DocDate = "date"
                        oCreditNotes.Lines.BaseEntry = "oInvoice DocEntry"
                        oCreditNotes.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oInvoices
                        oCreditNotes.Lines.BaseLine = 0 'first line
                        oCreditNotes.Lines.Add()
                        oCreditNotes.Lines.BaseEntry = "oInvoice DocEntry"
                        oCreditNotes.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oInvoices
                        oCreditNotes.Lines.BaseLine = 1 'Second line
                        RetVal = oCreditNotes.Add()
                        If RetVal = 0 Then
                            MsgBox("Credit memo created")
                        Else
                            B1Connections.diCompany.GetLastError(ErrCode, ErrMsg)
                            MsgBox(ErrCode.ToString + ErrMsg)
                        End If
    Hope this helps
    Regards
    Arun

  • CREATE SALES ORDER WITH REFERENCE TO INVOICE USING RECORDING

    Hi,
    I wanted to know if it was possible to create a sales order with reference to an invoice using recording(SHDB transaction).If there is some other method please explain the method in detail(Its very urgent)

    Hi,
    You should be able to use BAPI_SALESORDER_CREATEFROMDAT2 instead of doing a BDC and you can populate the reference document in the relevant header field.
    Gareth.

  • SALES ORDER WITH REFERENCE TO INVOICE

    I need to create a sales order with reference to an invoice which is called a credit memo request.Which method is better?Can we do recording using SHDB for VA01 transaction by clicking on the create with reference tab in VA01 and performing the recording or do we need to use BAPI.Please explain both the  methods if possible

    Use the BAPI: BAPI_CUSTOMERRETURN_CREATE.
    Regards
    Kannaiah

  • Incoming Payment with Reference to Invoice

    Hello All,
    I have created Customer Invoice via FB70. I have selected payment terms as 14 Day with 2% cash discount. I am now entering incoming payment via F-28 after 2 days, with reference to Original Invoice. Everything is going perfect.
    Now the problem is, after saving the document, neither i can see any invoice reference nor payment terms. They both are showing blank. Only i can see discount amount filled.
    I just want know that from which invoice reference, incoming payment has been posted.
    Regards,
    Jigar

    Hi,
    Hope you are checking in bank line item. Please check the same in customer line item, there you will see the reference inv doc no in it.
    Regards,
    Srinu

  • Bapi: create sales order with reference to Invoice.

    HI ,
    i am trying to create sales order(credit memo request) with respect to invoice.
    What  BAPI to use. also, please provide with sample code.
    I have passed invoice to BAPI_SALESDOCU_CREATEFROMDATA1 at header level(ref_doc).
    and i am  passing other details correctly. the pricing procedure attched to original invoice is not getting triggered for th newly creating sales order.
    Please help me with this.

    use   BAPI_SALESORDER_CREATEFROMDAT2
    search the forum for sample program

  • Excise Invoice with Reference to Delivery

    Hi,
    i want to create Excise Invoice with reference to Delivery *without creating "JEX"*(Proforma Invoice)
    OR->LF->J1IIN->F2 ie. Commercial Invoice after Excise Invoice. is it possible?
    Regards,
    Amol

    Hello Amol,
    you can create with reference of the deliveyr document. in J1iin trnsaction you have the option in the header tabs of create from delivery
    enter the delivery and create the excise invocie
    Hope this helps
    Thanks
    akasha

  • How can we create credit memo with reference to INV

    Hi,
    Pls tell how can we post credit memo with reference to Invoice which is posted through SD.
    Is there any use with reference to field in T.Code FB75.
    Thanks in advance,
    Padmaja

    Hi Vijay,
    I could not found any field for Inv. reference in the Payment Tab of T.Code FB75.
    Is there any facility in SAP to create Credit Memo for a particular customer with reference to Invoice. All the details of that Invoice should get updated in the credit memo automatically.
    Thanks in advance,
    Padmaja

  • Creation of  debit memo with reference to an old debit or credit memo

    Hello all
    can you please let me know how can we create a debit memo with reference to an old debit or credit memo.
    If there is any other way to handle this type of transaction with out a sales order also provide me the transaction code also
    Regards
    RS
    Edited by: ravi shankar on Jan 22, 2008 2:00 PM

    Hi,
    You cannot create a new debit/credit. memo with reference to an old debit/credit memo. You can create a new one with reference only with the invoice.
    what you can do is cancel the old deibit/credit memo by VF11 & create a new one with reference to invoice.
    Regards,
    Amol

  • Credit with reference

    Hello! SAP Experts
    Please help me to short out this issue.
    When a return is u201Ccreated with referenceu201D to an order, and the original order had a discount on it because of a promotion code, that promotion price is NOT appearing on the credit. This results in an OVER credit to some customers.  The price that was invoiced is the price that should appear on the credit memo. See this example:
    Return 60016440 was created with reference to invoice #90136053. Material 31039 was created with a price of  $33.91 each
    However, the customer was originally charged  $31.11 so it results in an u201Cover creditu201D to the customer.  The original order used a u201Cspecialu201D ZR01 price.
    Thanks in advance

    Please check the copy control and see how you are copying the prices. I guess the system is redetermining the prices and missing this condition type.
    Regards,
    Mani

  • BAPI_CUSTOMERRETURN_CREATE with reference

    Hi,
    It works, but...
    Now i want to make customer return with reference to invoice.
    I pass to header:
    - REFOBJKEY - invoice number
    - REFDOCTYPE - 'F2'
    but don't know what to fill in REFOBJTYPE.
    Can anyone help me?
    Is here someone who use this BAPI to make custmer return with reference?

    We are contemplating using BAPI_CUSTOMERRETURN_CREATE for creating order returns. Was able to create a return, atleast I think so, and system inturn generated a doc. no. The structures / fields populated are as below.
    RETURN_HEADER_IN
    DOC_TYPE = 'ZRE'
    SALES_ORG = 'C4XX'
    DISTR_CHAN = '00'
    DIVISION = '4X'
    ORD_REASON = 'RCE'
    RETURN_ITEMS_IN
    MATERIAL = '229'
    TARGET_QTY = '100.000'
    Upon executing the BAPI in SE37 (dont explicity call commit) system generates a 8XXXXXXXXX.
    Issue is I am unable to view the return doc in VA03. System message is "SD document is not in database or has been archived". Is there anything I am missing while creating the returns? The fact that system generated the 8XXXXXXXXX confirms all manadatory fields are populated.
    Also, can BAPI_SALESORDER_CREATEFROMDAT1 be used in lieu of BAPI_CUSTOMERRETURN_CREATE? Any pro's / con's to using either?
    Please advice!

  • Invoice without reference to PO in SUS

    Dear Experts,
    As you know SRM does not support creation of invoice without any reference to the Purchase Order. However, I get to see the option of creating manual invoice (invoice without reference to the PO) in SUS.
    Now, I created a my SUS test system an invoice without any reference to PO with contact person taken from SRM Buyer/manager.
    The document is successfully sent from SUS.
    However, I donot see any approval task for the buyer.
    So, What can be the possible cases? Is it that SUS manual invoice is only for ERP MM system?
    Thanks and regards,
    Ranjan

    no u will not able to post vendor invoice with tax but with out PO
    u can post invoice through FI tcode FB60 but with out tax
    Hope this clears
    Reward accordingly

  • Invoice VF01 with reference to the sales order

    Dear Experts,
    Our business requirement is to book the invoice with reference to the sales order without posting delivery and PGI. Provide me the step by step process to complete this configuration.
    Is that suggestible to change the existing document type which the business is using by creating delivery PGI and Invoice to the document type where invoice booking with reference to sales order or I have to go with the new document type only.
    With Regards
    Uday
    Message was edited by: G Lakshmipathi
    Please dont add such text in your post which is not encouraged in SCN.

    TW Typewriter
    can you help, by creating the entire process in Sandbox and informing uday about the configuration steps?
    At the outset, please refrain posting like this which, being a senior member of SCN, you should be aware of rules where spoon feeding is definitely not encouraged.  Those sort of efforts have to be taken by OP.   This forum is only to guide the people wherever they get stucked. 
    cc: Phanikumar V
    You should also be knowing the forum rules and I thought, you would have expressed like what I said above.
    G. Lakshmipathi

Maybe you are looking for

  • ICal Printing notes in Monthly view

    Upon my recommendation a friend became a switcher from Windows to Mac. (Outlook to iCal) He wants to print a Monthly calendar with his appointments along with the notes that are associated with it. He can not figure it out. I have never printed from

  • How to get the number of rows written to the header of the spool file.

    Hi I need to create a header line for the spool file . the header line should include fixed length values . The header should include the number of records found in the table with a maximum begin date (begin_date is the column of the table) To get th

  • EDI Mapping

    Hi, As my client is implementing EDI through a trusted link, they had asked me to take care of the mapping section along with the development of interfaces. As generally the middleware or translator people would do the mapping processes, it is totall

  • Syndication step in workflow

    Hi, I am using MDM 5.5 SP06. I incorporated syndication step in my Workflow. while processing the syndication step in workflow, its taking toomuch of time for processing. The next step is grayed out. How to overcome from this issue. while syndicating

  • Apex flash charts with date values on the x axis

    I am playing around in Apex 4 using flash charts and having a bit of troubles playing with dates on the x axis on a 2d line chart. What I am trying to achive is a values plotted across the chart and the date/time values are not a constent (ie not con