Blocked invoices for SRM PO

Dear All
I have requirement in that i need to create blocked invoices for SRM PO's . I have created a PO in SRM portal . Now the invoice need to be done at R3 side but i am not aware how i can create a invoice for the SRM PO's .
Any one help me on this .
Regards
Sunanda
Edited by: SMABAP on Dec 31, 2008 7:36 AM

Hi,
please check whether your PO has sent to R/3 system or not . if it is there in R/3 then please create a PO with MIRO transaction.....
Before creating the invoice please check whether vendor has GR based invoice vertification or not...
if you are not able to do then ask your FI team to do this....
Thanks
Ravi

Similar Messages

  • Block invoices for PO with no GR-based IV flag

    Hello SAP experts,
    I need your help with finding a way to block invoices for PO with no GR-based IV flag.  At our company, we treat service POs almost the same as material POs (to avoid receipt of service entry).  The only difference from material PO is that service PO does not have the flag for GR.  We customized our EBP to have this done.
    Now, accounting wants to automatically block all invoices associate with service POs.  In this case it would be a PO with no GR.  I tried LIV configuration but it is only for price, quantity and etc.  I also tried blocking with IR before GR but it didn't work because there is no GR.
    Is there a way to achive automatic invoice block in this case?
    Appreciate your help.
    -AT-

    Hi Annie,
    if the configuration doesn't help you enough, you would have to add some custom logic after the invoice has been created.
    Technically speaking, I believe there exists a business add-in (BAdI) where you could enter a piece of code which would after the invoice creation check the GR and block it if appropriate. Another implementation option would be a mini-workflow - there you would have a step which checks the GR existence and blocks the invoice.
    Hope this helps, I suggest talking to your local abap consultant for more details,
    -Mikko

  • Query-blocked Invoices for Quality per mat with the total quantity in QI

    Hello,
    We need to create a query for blocked Invoices in Quality summarized per materialcode together with the total quantity in Quality Inspection blocked stock.
    As starting point I've used the table RBKP_BLOCKED and linked it with RSEG from which I'm checking the quality block.
    From which table should I retrieve the qty in QI blocked stock?
    Thanks,
    Andrei J

    since ur report is depending on LIV's on block due to quality inspection is pending, better take the quantity from MKPF passing document number (GR number) and year of the document.
    Taking stock from MARD table will result is total mis match since this table holds stock position of plant and storage lcoation.
    Thanks & regards
    AHP

  • Change Document - Block Invoice for Payment - BAPI

    Hello All,
    I have the requirement to block an invoice for payment through the Portal.
    In FB02 transaction, we can select an item and set the "Payment Block" indicator to B (blocked) for instance.
    I would like to know if exists a BAPI that allows this update. If not, if exists a function module for that (then we could create our own BAPI).
    Thanks in advance,
    Marco

    Hi Marco
    The BAPI never sets a payment block indicator by itself. It doesn't do so even when you have a payment release workflow
    activated where FB01 would automatically set the indicator.
    For BAPI calls you must always pass the payment block indicator in ACCOUNTPAYABLE-PMNT_BLOCK or code a user exit as described in note 487722 to populate the indicator automatically.
    In the normal FI posting transaction code, for example:FB01, system will read the customziing in Tcode OBB8 ->if Block key is defined and the flag of Transfer payment block when changing terms of payment is on, the system will set the this payment block into corresponding line items in which this payment term is used. please refer to source codes:
    Main Program     SAPFF001
    Source code of   SAPFF001
        CALL FUNCTION 'FI_FIND_PAYMENT_CONDITIONS'
          EXPORTING
            i_zterm            = bseg-zterm
            i_bldat            = bkpf-bldat
            i_budat            = bkpf-budat
            i_cpudt            = bkpf-cpudt
            i_zfbdt            = bseg-zfbdt
            i_funcl            = t020-funcl                     "ERP05
          IMPORTING
            e_t052             = t052                   <<<<< import customizing in T052(Tcode:OBB8)
            e_zfbdt            = bseg-zfbdt
            e_sklin            = sklin1
          EXCEPTIONS
            terms_incorrect    = 4
            terms_not_found    = 8
            no_date_entered    = 12
            no_day_limit_found = 16.
        CASE sy-subrc.
          WHEN 0.
          WHEN 4.
            MESSAGE e737 WITH bseg-zterm.
          WHEN 8.
            MESSAGE e100 WITH 'T052' bseg-zterm.
          WHEN 12.
        MESSAGE.
          WHEN 16.
            MESSAGE e024 WITH bseg-zterm bseg-zfbdt+6(2).
        ENDCASE.
    *------- Zahlungsschlüssel und Zahlungssperre vorschlagen -
        bseg-zlspr = t052-zschf.    <<<<<<<< payment block is set
        bseg-zlsch = t052-zlsch.
      ENDIF.
    Hope above explanation are useful for you to find the solution.
    Best Regards,
    Gladys xing

  • QM in procurement: block invoice for payment if certificate not received

    Hi,
    I want to know if it possible to automatically block an invoice for payment if certificate in procurement hasn't been received.
    I don't want to block the material, that is: I want to receive the material, transfer it in unrestricted stock but I shouldn't pay the invoice until its correspondant certificate is received.
    Is it possible?
    How should I proceed?
    Thanks in advance.
    Luis.

    Try user exit MIRO
    LMR1M001 User exits in Logistics Invoice Verification
    MRMN0001 Message output and creation: Logistics Invoice Verifica

  • Block Invoice for the difference in Qnty between GR and Invoice

    Dear Experts,
    I am trying to configure a scenario wherein Invoice must be blocked if there is difference in the quantity between the GR(MIGO) and Invoice(MIRO).
    I expect to see the the msg "C Blocked for Payment" when I check the same Invoice in MIR4.
    Please suggest the configurations involved.
    Manish

    Hi ,
    Please explore the possibility of using the settings of attributes of system messages in LIV .
    SPRO - Materials management - logistics invoice verification - attirbutes of systeme message - application area M8 .
    Here you can make the settings for showing the message as an error .
    Make the necessary settings as per the requirement .
    Regards ,
    Dewang T,

  • Extractor For VENDOR Blocked Invoices

    I have a requirement to create a report for Vendor aging report for Blocked invoices
    for which I need to do data modelling first.
    My questions are as follows
    1) I found extractor 0FI_AP_4 for Vendor Line items. but I need following fields
    who blocked the invoice and on what date the invoice is blocked
    pls see tcode fb03 for an eg.
    Note this is only for vendor invoices

    Hello Syed,
    Classification data for objects like material or vendor needs to pulled through classification data sources which needs to created specifically through transaction CTBW.
    I am not sure whak kind of information you are looking for...but if it is the information about classification then it has to be created.
    You can just make a search on classification data sources as there are numerous threads about it.
    If its just classification characteristics like vendor type then you can look for master data sources for these objects.
    Thanks
    Ajeet

  • Problem about release of blocked invoices automatically

    Hello,
    We have many blocked invoices against payment that come from I/R in MM.
    The main reasons that they were blocked come from Quantity and Date difference.
    We know that invoices with the blocking reason "quantity" or "date" are released automatically
    if the blocking reason is no longer valid.
    but in tcode "MR02" or "MRBR" we tried to release the automaticallym but it didn't work.
    How come they were not released?
    Do we have to release all of them manually?
    Many thanks to help us.

    Hi,
    If that is the case then do not block invoices for blocking reason "quantity" or "date".. in customization..
    Thx
    Raju

  • *Blocked Invoice cannot be released through MRBR*

    Hi All,
    I need your help, I've posted one invoice with reference to GL i.e. during MIRO the entire payble amount is being credited to some other GL instead of the vendor, and in that case also there was a price variance more than allowed tollerance so the invoice got blocked and it appears in MRBR but the same cannot be released as I got message RW 019 "No clear document selection possible for changing".
    I'm not sure about the reason but may be due to the fact that being vendor payble amount zero no AP open item is generated so the blocked invoice for "zero" amount cannot be released.
    Anyway please guide me how to release such a blocked invoice
    Regards,
    Pratap

    Thanks Priyanka for your reply,
    but "Accept & Post" option appears during MIRO only and I've already posted through MIRO, now the blocked invoice is strucked up in MRBR and I need to release it from there.
    Please guide...
    Regards,
    Pratap

  • Userexit for Payment block invoice in MIRO/MIR7/Mrrl

    Hi All,
    In an purchase order invoice the the Payment block is defined at coompany code. My requirement is to define it at more granular level like at level of item category. For certain item categories I have to avoid the tolerance date check of paymeny block from getting triggered. Is there any userexit which allows to define the tolerance check for line items at item category level.  (MIRO/MIR7/MRRL transactions)
    Case here is: The delivery date entered in PO is dated as 3 months later. Entry  sheet generated also shows the date as 3 months later. But the invoices are generated on monthly basis. So those invoices for which the delivery date of PO &entry sheet is not reached, automatically goes to Live Payment Block. The payment block  on invoice has to be manually released.
    Is there any other way to stop invoice from going to payment block.
    I did changes in exit EXIT_SAPLMR1M_001 which has item category field. But this exit is not triggering always. On few cases it triggers.
    I would appreciate any help on this. Thanks.

    hi,
    do use imlicit enhancement in the function module
    MRM_FINAL_CHECK in this the line item details will be populated t_drseg table...........

  • Tables and fields for blocked invoices

    hi,
    what r the tables and fields which r required to develop a report that displays blocked invoices.
    thanks
    kishore

    Hi Venkat,
    Please check these tables
    RBKP_BLOCKED            Logistics Invoice Verification: Blocked Invoices
    RM08A                   Data for Processing Blocked Invoices
    RSEG_BLOCKEDPRICES      Blocked Invoice Document Items with PO Information
    RSEG_BUZEI               Blocked Invoice Document Items as Single-Column List
    Best regards,
    raam

  • Price variance workflow for blocked invoices in MM purchasing

    Hi Gurus,
    We are implementing price variance workflow for blocked invoices. We built a custom workflow to
    take care of the routing requirement of the customer.
    We also did necessary customization defining the tolerance limits for price variance. Before testing the workflow wanted to check events in SWEL and its is found that system doesn't raise any event for price/ quantity block and hence the workflow is not triggered at all.
    Event trace active flag is set in SWELS. I am not able to figure out what we are missing.The invoice gets created correctly with the price/quantity blocks and blocked invoices are available when we see in Tcode 'MRBR'.
    Any suggestion will be highly appreciated.
    Edited by: srinivas bejjanki on Jan 29, 2009 10:34 PM

    Hello,
    So you are absolutely sure the event trace is on. If you try SWUE with some other event, you see the entry in SWEL, dated a few minutes ago, correct?
    When you try SWUE with BUS2081.BlockedPrice does it give any message?
    Does SWUE work with any other BUS2081 event?
    regards
    Rick Bakker
    Hanabi Technology

  • How to block invoice posting for quality reasons

    how to block invoice posting for quality reasons.For example while doing  Goods receipt  the material is  posted to quality inspection stock. Then the material is rejected for some reasons. Once the decision is made then the  standard system allows to post invoice. But I want to restrict invoice posting once the material is rejected for quality reasons.

    posting of invoice is always allowed, the only thing you can restrict with customizing of QM in Procurement is the payment.
    if you want to block invoice posting, then you have to control this in a user exit.

  • Block meant for printing invoice title is dark

    Respected Gurus,
    Block meant for printing invoice title is dark and tittle is not printed. I am able to get the print out right in other printer.
    What could be the reason.
    Regards.
    Daya.

    Dear All,
    i changed my device type to SAPWIN, and the issue is resolved.
    Daya.

  • Block Invoice creation for missing condition type

    Hi,
    We need to put a chek on the Invoice process, wherein if particular condition type is missing in the relation to sales order, than the Invoice should not get created.
    For example-
    If Order A - has condition type PR00 which gets fecthed from the condition record (VK11)
    And while creating Invoice for the Order A, if someone has deleted the condition record , the invoice gets created without condition type PR00.
    Now at this step a block has to be placed which can block the invoice from being created if PR00 is missing.
    Please let me know what will be the best appraoch of IMPLEMENTING  such check and how to do that.
    Regards,
    Gaurav

    Hi Gaurav,
    first if some deletes the condition record for a paricular condtion record,then ask ur users to uopdate the prices by goin to the condition screen.
    second create a pricing procedure determination for your billing type in t code ovkk
    and in that pricing procedure just maintain the settings as per mentioned by Mr.Lakshmipathy.
    Revert if helpful
    l
    Mohit Singh

Maybe you are looking for

  • Help with learning Elements 12

    I'm an older user.  Elements 12 is my first exposure to Photoshop.  I'm lost in the jargonese.  I cannot seem to wade through the tutorials with confidence.  I cannot afford $$ for costly seminars.  Where do I start to repair and/or resize older phot

  • Runtime Tax Sum

    Dear Expert, I want to show sum of VAT & AVAT at Document level UDF before adding PO document. I have tried through FMS but its giving Internal Error. Is it possible to show in UDF?? Regards, Bhavank

  • Setting up the Calendar

    The problem i am facing is with the"Create a Cash Forecast template" function of the "Cash Management" Module in the Oracle 11i E-business suite. In the "Forecast Entries" screen, i am unable to enter the Forecast Date. By default, the date is set to

  • How can we use Metadata Integrater

    Hi, Using with meta data Integrater we can browse from any where what are the steps to using this meta data Integrater. is there any docs for that can u pls send.

  • ITunes 10.7.0.21 smart playlist last skipped not updating

    This is the playlist which I have. Any song which I play get removed(as expected) once when it finishes. But songs which I skip still remain in the playlist. Despite me having a rule saying Last Skipped not in last 30 days. This is driving me nuts! I