Deletion of held MIRO document

Hi,
I got a case where we need to delete a MIRO held document. I have tried below steps but system give error message "Invoice document 6100012285 cannot be processed further"
Steps :
Display the document with MIR4, select Edit -> Display / Change, system will open the document in change mode
Select the Invoice Document menu -> delete, system will delete the held document
is there any other way to delete held document?
Test

Hi,
Refer to the SAP note 788231. Implement the & you cannot run this in update you can only execute this in simulation mode.
Regards
Ravi Shankar.

Similar Messages

  • Manually adjusted G/L and Material values in MIRO document

    Dear All,
    Can you please help me get the logic of capturing data from RBCO and RBMA for manually adjusted entries. I have a Purchase Register, which is completely based on the MIRO documents. The values are picked up from RSEG and RBKP. Header-wise and item-wise details are also displayed in the register.
    Since manual adjustments are done, the values are not saved in RSEG Table. The total value is reflected in the RBKP - Header table. How do I get the value bifurcation?
    The values are there in BSET table also. But I fetch the values with respect to the tax codes and condition types from BSET. Accounting values are fetched from BSET in the existing register.
    According to the current logic, the adjusted values are not populated to the Purchase Register.
    How to display the values in item-wise and header-wise?
    Please help me get a logic of getting the values from RBCO and RBMA or from BSET.
    I prefer to get the values populated from BSET, because we will get the tax values also.
    Thanks,
    Haritha

    Hello , there are two tabs next to "Po reference" tab called "G/L Account" & "Material" tabs which can be used for G/L Accounts & material entering.
    if you don't have these tabs , please check for authorization.
    below screenshot for reference.
    thanks

  • GR/IR from miro document and posting date.

    Hi experts,
    Is there any proper way to selecting data.
    My purpose is getting GR/IR on Miro Document and Posting date basis.
    THE CODE IS.
    TABLES : bkpf, rseg, bseg.
    DATA : BEGIN OF it_bkpf OCCURS 0.
            INCLUDE STRUCTURE bkpf.
    DATA : bbelnr TYPE bkpf-belnr,
          bgjahr TYPE bkpf-gjahr.
    DATA : END OF it_bkpf.
    *data : it_bkpf like bkpf OCCURS 0 WITH HEADER LINE.
    DATA : it_rseg LIKE rseg OCCURS 0 WITH HEADER LINE.
    DATA : it_bseg LIKE bseg OCCURS 0 WITH HEADER LINE.
    DATA : bbelnr TYPE bkpf-belnr.
    DATA : bgjahr TYPE bkpf-gjahr.
    DATA : bawkey TYPE bkpf-awkey.
    data : dmbtr1 type bseg-dmbtr.
    data : dmbtr2 type bseg-dmbtr.
    PARAMETERS : p_budat LIKE bkpf-budat.
    SELECT SINGLE * FROM bkpf
      WHERE budat = p_budat
      AND blart = 'RE'.
    WRITE :/ bkpf-awkey(10).
    WRITE :/20 'I/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr1 = dmbtr1 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    bbelnr = bkpf-awkey(10).
    bgjahr = bkpf-awkey+10(4).
    SELECT SINGLE * FROM rseg
      WHERE belnr = bbelnr
      AND gjahr = bgjahr.
    SKIP 2.
    CONCATENATE rseg-lfbnr rseg-lfgja INTO bawkey.
    SELECT SINGLE * FROM bkpf
      WHERE awkey = bawkey.
    WRITE :/20 'G/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr2 = dmbtr2 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    dmbtr1 = dmbtr1 - dmbtr2.
    skip 2.
    write :/ dmbtr1.

    self solved

  • One MIRO document with two different vendors for two different line items

    Can it possible to make MIRO for a PO which is having two conditions(Basic price+Freight) with two different vendors.
    MIRO document needs:
    GR/IR Clearing    Dr.
    Freight Clearing  Dr.
    Vendor RM(X)         Cr.
    Vendor Freight(Y)   Cr.
    Is it possible to post the above document at a time not individually for each condition.

    Hi,
    Yes, It is possible to post Material and delivery cost in one document.where in material supplier is different than the Frieght vendor.
    Itm PK  BusA Acct no.   Description                    Tx     Amount in   USD   
    001 89       130001     Stock-Ingredients               244 0            880.00 
    002 96       320001     GR/IR Account - Ing.            244 0          1,200.00-
    003 86       520002     Ingredients - PPV               244 0          3,297.87 
    004 50       320008     GR/IR Account - Duty            244 0            797.87-
    005 50       320009     GR/IR Account - Fre.            244 0          2,180.00-
    Thanks
    Dinabandhu

  • Error message while posting of miro document.

    Dear All
    While making posting of parked miro document following error msg coming u201CPlanned Delivery cost for PO u2013 7777777 , 00010 incorrectly defined. u201C
    Pls. solve this issue.
    Regards,
    Vishal Kr. Sharma

    Hai,
    This problebm is software problem.u send it to sap authorities they can send a software .u can implement it, to post the document.
    Regards,
    V.Ramakrishnaparamahamsa
    sap mm consultant

  • I am not able to post the MIRO Document with reference of PO

    Hello friends
    My user while posting the MIRO document TDS (service tax ) amount not appering in the MIRO screen
    But last month it was working fine.
    before that i have checked out  vendor master in that they given tax code properly.
    can any body please give me suggestion on the same
    Regards
    vamsi
    Edited by: asuvamsi on Mar 2, 2010 4:53 PM

    Hello friends
    Thanks For all my problem was resloved
    Solution is
    An message has been occuring like withhold tax has been refreshed.  it is just an information message not an error message.  this message will trigger when the trans. type is non project type activity.  No back end process has been disturbed due to this message. it just passing the information to the user.
    we changed the trans. type to manufacturing activity and it is working fine.
    I hope it ll help in future
    Thanks and Regards
    vamsi

  • Posting the MIRO Document with reference of PO

    Hello friends
    while user posting the MIRO Document with reference of PO , he is getting difference in balance
    Total amount is 31,237.00
    Posting amount is 28,320.05
    Balance amount is 2,916.95 this balance amount not getting post in MIRO
    Before that i have seen GR amount is 28,320.05 but In IR amount same 28,320.05 but withholding tax tab not appering withholding tax  amount
    Can any body please  help me on the same
    Regards
    sudharshana vamsi
    Edited by: asuvamsi on Feb 24, 2010 1:43 PM

    Hello friends
    Thanks For all my problem was resloved
    Solution is
    An message has been occuring like withhold tax has been refreshed.  it is just an information message not an error message.  this message will trigger when the trans. type is non project type activity.  No back end process has been disturbed due to this message. it just passing the information to the user.
    we changed the trans. type to manufacturing activity and it is working fine.
    I hope it ll help in future
    Thanks and Regards
    vamsi

  • MIRO document no. not generated showing error.

    Hi
    A document which was a cross company code transaction has been reversed through MIRO. now when we are going to do miro on same PO, system is showing new document no. and transaction is terminated in between and showing the message " document no. already exists.
    if any body have some idea of this problem.
    Regards
    Shiv

    If you have reversed the MIRO document using MR8M,
    When you trying to do invoice please do it with reference to the PO no not Invoice document no(MIR7 generated no).
    If you are doing MIR7 the a new parked document no to be created and u can use invoice document no and post miro.
    Better post with ref to the PO No.
    Regards,
    Alok

  • How to block attachment deletion in a DMS document

    Hi gurus,
    Does anybody knows how to block some users to delete the attachment in some DMS types? Is there any configuration that can be done to control this?
    Many thanks!
    Renan

    Hi Renan,
    in the standard each user who is able to edit the document info record (enter CV02N) is able to delete the attached originals.
    However a user is not able to delete originals if the document is set to a status of status type 'S' (locked status). Within this kind of status it is not possible to delete originals and change some other document data.
    So you can also try to create a authorization profile where some users are only allowed to enter document info records with a non-locked status. So you avoid that some users are able to enter document info records which are not set to a locked status.
    For this please see the WIKI page under https://www.sdn.sap.com/irj/sdn/wiki?path=/display/plm/caDMS-AuthorizationObjects where you will find all the existing DMS authorization objects.
    Maybe object C_DRAW_TCS or C_DRAW_TCD could be useful for this issue.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information

  • How do i delete words in a document

    how do i delete words in a document?  I went to the tools and there was no place for editing.

    Adobe Reader has no functionality to edit PDF documents; you need Acrobat for this.

  • Workflow status missing in ODS held & sample documents

    Dear experts,
    we are trying to create a Bex report on the ODS for held & sample docs. For this report we want to be able to filter on the workflow status. The problem we have is that the workflow status (0BCS_WFSTAT) is missing in the ODS. It is available however in the virtual cube for held & sample documents.
    Wha can give us some advise?
    I know that there is a report in the workbench to check this as well, but we want a bex report also.
    KR, Ewald

    Sorry Ewald, I don't really understand what is your issue. Actually, the BCS best practise is to develop your BEx report on the virtual cube, not directly on the direct update DSO. The purpose is to have the correct data (with consolidation logic applied) in your reporting.

  • Deleting attachments from SAP documents (FB02)

    I am in need to control the action of 'deleting/removing' attachments from documents, when entered via FB02.
    I believe the authorization object for attached documents is S_BDS_DS.
    Does anyone how to 'enable' or 'disable' this activity ?
    --- When run FB02 or FB03, at the upper corner you click on the 'Services for Object' button,
    --- Then, you select the 'Attachment List' option
    --- Next, you have a new window with a list of attachments, if any
    Within that window there is the 'delete (recycle bin) button.
    How can I activate/deactivate it ?
    Best regards,
    Tom

    Hari, thank you for your reply!
    My question is "How to enable/disable the action of deleting the attachment" ?
    Once the window that lists the attachment(s) opens up (via FB02) , how do I show / don't show the recycle bin button ?
    Best regards,
    Tom

  • Payment release workflow for MIRO documents

    Hi,
    I have activated payment release function and successfully able to get workflow item for payment release for FI invoices posted through F-43 and FB60, but not on RE documents which are posted through MIRO,
    Can some body provide inputs on how to trigger a payment release workflow for MIRO documents.
    Thanks
    Amanullah

    Hi Amanullah, How are you?
    Did you get an answer about this situation ? I am trying to do the same thing by FI or by MM and I'm worrying if we can to do by Standard SAP. In FI I'm trying to do via spro:
    SAP Customizing Implementation Guide=>Financial Accounting=>Accounts Receivable and Accounts Payable=>Business Transactions=>Release for Payment
    Did you remember how can you get the solution?
    Thanks and regards,
    Jeovana

  • Purchase Order / GR Document / MIRO Document in CJI3

    Hi All,
    Would like to ask why above document(Purchase Order / GR Document / MIRO Document in CJI3) not able show in the Report CJI3. 
    Check Point : My Purchase Order and GR Document is contain WBS Element that to Project ID.
    Thank in advance for the helping hand.

    Hi,
    As per your scenarios, I think that you are maintaining Non Valuated Project Stock or No Project Stock.? Isn't it.?
    First of all you should understand under what situation which report will work. For this you should know the what exactly is commitment cost and what is actual cost.
    Commitment Cost: It is the cost of open PR/PO which has not been processed further or short closed. Means, PR cost will be commitment cost unless and until it has been processed further for PO. Similarly, the same goes with PO till it gets converted to GR. Anyhow, CJI5 provides you the option to opt for open items only or without open items only by a check box.
    Now, considering your scenario 1. There are few questions that I want to ask.?
    1. Which Account Assignment Category you are using while creating PO. ? I firmly believe that you should P,Q or N. Now, when you are using CJI5 to see the PO cost, just tick on Open Items check box only. You can also see the commitment cost in S_ALR_87013542.
    Now, considering your scenario 2. There are few questions that I want to ask.?
    1. Which movement type you are using while doing GR. I firmly believe that you should use 101 Q When you do the PO-GR, then there would not be any commitment cost. You should now see the actual cost. This cost will come under CJI3 and it will also reflect it in S_ALR_87013542 under actual cost.
    Now, considering your scenario 3.
    Go for reports like MB5S, ME2M, ME2L, ME2N. Also consult your FI and MM consultant.
    But if you want all these scenarios in a single report then I think you should go for custom report as suggested by Saurabh.
    Regards,
    Amit

  • Tolerance limit for MIRO document

    Hi Gurus,
    We have 3 below scenarios on Tolerance limit in MIRO document and need a guidance to setup in SAP.
    1. If the amt is less than Tolerance limit -- The user should select a seperate GL account manually instead of system adjusting the variance amt automatically to PPV account.
    2. If the amt is greater than Tolerance limit --- We should be able to add a line item in PO and enter a GL account manual or add an item in IR.
    3. If there is a high difference then it should return to the Vendor.
    The quick guidance will be appreciated.
    Thanks,
    SP

    hi,
        u go to IMGpath - MM - inventory management and physical inventory - Goods receipts - Set Tolerance Limits, specify u copy to ur company code 0001 -B1, 0001 - B2, 0001 - VP,
    IMGpath - MM - logistices invoice verfication - incoming invoice -Configure vendor specific tolerance enter new entries,
    IMGpath - MM - logistices invoice verfication -invoice block - Set Tolerance Limits
    copy u specific c.code 0001 - BD, 0001 - VP enter and save
    after will go to check steps , get it output
    regards
    janu

Maybe you are looking for