How to restrict a hold GR document for invoicing

Dear all,
I made the GR against a PO in MIGO. for that document no also generated. But due to some reason i want to hold the document no, so that it can't be further processed.
I also hold the same document no by performing "DISPLAY" "MATERIAL DOCUMENT" & entering the same document no and click on the "HOLD" button in MIGO.
After this, it shows in the document overview tree under "HELD DATA". but it still allowes for invoicing in MIR7 and MIRO which i want to restrict.
Is it possible to restrict for invoicing.
Quick reply will be appriciated.
thanks
Prasant sekhar

Hi
Goto Transaction code: XK05 and Block that particular vendor for Invoice posting at select Company code level..
Reward if useful
Regards
S.Baskaran

Similar Messages

  • How to restrict update to a document in state release to the contribution g

    How to restrict update to a document in state release to the contribution group.
    Hi I’m working with UCM 10g and I want to know if it is possible to restrict the update over a document that is on state release for the group of users that made the check in of the document ?
    thanks

    Yes, it is, but IMHO in a rather complicated way:
    - you could change the security settings (security group, or more likely, accounts) during the life cycle, or
    - you could implement collaboration management, and change security settings via ACLs
    Alternatively, depending on what you mean by "updating" documents you could also:
    - check-out the document by a system account (if you want to prevent your users to check-in a new version)
    - modify the GUI so that Update (metadata) action is not available to users (in theory, they could still access it via a direct service call) by a custom component
    - introduce a Java event filter (enhancing the UPDATE service) where you will implement whatever logic you want
    I would probably opt for the last options as it seems to me to be the cleanest solution (but yes, it requires some coding).

  • HT5843 How do I create a locked document for privacy?

    How do I create a locked document for privacy?

    With  the document open, tap the tools icon (wrench) and select Set Password. this assumes you are using the most recent version of the iWorks app or apps in question.

  • Creating an Accounting Document for Invoice

    We cannot create an accounting document for Invoice.There is no problem in account determination procedure. I've tried to clear in VFX3, but gives me an error message that says  "express document 'update was terminated' received from author.
    After analysis the error being reported is:
    "M2 012: Error determining posting period (info structure S010).Function module is MCV_STATISTICS_UPD_V1_INVOICE     V1 NORMAL     
    Can you suggest how we can post/Release to Accounts?

    Hi Narendra
    Go to T-code MCVV. In this case since the doc is not created it will not work.
    Is there an ST22 dump. if yes put a break point there.
    Check SM13 and you can see the here where the update fails. Apply break point there.
    Go to MC26 and enter S010 and check if any update rules exisit. in one of the formulas you need to put a break point.then go back to VF01 and then before you hit the save enter /h in the command box to go into debug mode.
    Once in debug mode Follow the menu path Setings--->update debug on/off.Debug and see why the update is failing.
    Thanks

  • How can I define the possible entries for "invoicing process" at fkkinv_ma?

    At the transaction code fkkinv_ma, I fill in the fields "Date ID" and "Identification" but I have a problem with the field of "Invoicing Process". When I psh theF4 button, there comes no search help. What should I do? Should I define the possible entries first? If I should, how can I define the possible entries for "invoicing process"? How is the customization done?
    Thanks in advance for the answers.

    You have to define them in the IMG 
    Financial Accounting (new)
    Contract Account Recievable and Payable
    Business Transactions
    Invoicing
    Invoice Types
    You have to set up a number range, decide what type of Financial transactions should not be invoiced -- like  Dunning Charges
    then you have to have a developer create the form and form class of invoice.

  • API for PO freeze/unfreeze, hold/release hold, open, open for invoice

    I know there is PO_ACTIONS.CLOSE_PO API which allow us to close the PO. We need to Freeze, Unfreeze, HOLD, release hold, open, open for invoice and open for receiving standard purchase orders. Does anyone know the Oracle API which can do this jobs. Thanks in Advance.

    Currently they are not available as public APIs. Is there are specific reason you are looking for them?
    Edited by: Shivaraj on May 29, 2012 4:10 PM

  • How to restrict users from printing documents and exporting to local file

    Hi SAP gurus,
    I have two questions.
    1. How can I restrict users from printing a document? i.e. billdoc? I would like to know if I could block it though authorization. If yes, what auth obj to use?
    2. How to restrict certain users from exporting to local file? the System> List>Save-->Local File. I have tried restricting it using auth object S_GUI but it seems it is only applicable to older versions of SAP. im on ecc6.
    Thank you in advance.

    Hi,
    Check this:
    Create your own gui status and attach it to the list in the event START-OF-SELECTION.
    In the menu painter extra -> adjust template.
    Make it a list status and you will see all the standard list options appear including list->download
    Deactivate the ones you don't want. 
    If you just want to prevent users from downloading the list you can achieve this with authorization object S_GUI, activity 61. Menu option will still be there though.
    Please note that if you remove authorisation for S_GUI activity 61 then all downloads will not be possible. 
    If you just want to disable downloads only for a particular report, you can try this test program:
    Code:
    REPORT ztest. 
      DATA: PROGNAME LIKE SY-CPROG value 'Z_CHECK_AUTH', 
            FORMNAME LIKE SY-XFORM value 'F_CHECK_AUTH'.
    START-OF-SELECTION. 
        CALL FUNCTION 'SET_DOWNLOAD_AUTHORITY' 
             EXPORTING 
                  FORM    = FORMNAME 
                  PROG    = PROGNAME 
             EXCEPTIONS 
                  OTHERS  = 1.
      WRITE: / 'TEST'.
    You also need this:
    Code:
    PROGRAM z_check_auth.
    FORM f_check_auth USING pe_result TYPE i. 
      pe_result = 5. 
    ENDFORM.
    Also have a look at the exit SGRPDL00.
    Hope this helps you.
    Rgds,
    Raghu

  • How to restrict the user in MIRO for not modifying  price

    Hi All 
    My requirement is How to restrict the users in MIRO screen for not modifying Material Prices  of only the for specific  ROH types .
    For example :
    Valuation class             RM description
      3021                             RM - A
      3022                             RM - B
      3024                             RM - C
    when ever we procure  the above Raw materials A,B and C and
    the Quantity of each Raw material @ 10 units  and value @ 1 INR  for each unit
    RM - A procured qty 10 @1 total price is INR  10
    RM - B procured qty 10 @1 total  price is INR 10
    RM - C procured qty 10 @1 total  price is INR 10
    total price of PO is INR 30
    when we received invoice material prices are  assume it INR 1 is excess for each material.Now the invoice price for each RM has become INR 11.
    in MIRO we want restrict the user to change the price from INR 10 to 11.
    suggest the best possible ways to restrict in MIRO screen
    Thanks & Regards
    Mala

    Dear:   
                      Take help of ABABPER fo implement exit using INVOICE_UPDATE or MRMH0003 Logistics Invoice Verification: Revaluation/RAP exit. If this does not help then seek help of MM functional who will help you to find exit for the required task.
    rEGARDS

  • How to config History Log Changes Document for Mkt Plan/CPG/TP?

    Working in SAP 4.0...
    Dear Expert,
    I want to save the document changes for Marketing Plan, Campaign and Trade Promotion.
    How to config the document changes, since the information that recorded not complete.
    Please help....
    BR,
    Robin

    Hello Robin,
    In  CRM 4.0 follow the below path:
    SPRO --> Customer Relationship Management --> Marketing --> Marketing Planning and Campaign Management --> General Settings --> Edit Categories for Change Documents
    Then maintain the entry for application as MKT for each entry, then under object type: CPG, CPT, MPL, MPT, TPM, TPT  and then Check box the entry under change document for all the entries.
    If you want to display the change log history use report : CRM_MKTPL_CD_DISPLAY in CRM 4.0
    Thanks & Regards
    Raja Pamireddy
    CRM Marketing Forum Moderator

  • How to restrict from creating the  Network for  1st & 2nd level  WBS

    Hi All,
        In our project structure we have up to 5 levels of WBS, In some cases we have creates  3 level also . Now we want to restrict creates Network for first two level WBS  , actually we want to restrict user to Create PR for those WBS so if we restrict them from creation of Network for 1st &  2nd level then they not able to create PR for same  .
    Thanks,
    Virendra

    Hi Virendra,
    I can suggest you other way round solution.
    If you are sure that those two WBS will not take any actual or commitment cost, then its better to NOT to mark those WBS elements as Account Assignment Element. I mean, if you do not set the indicator of Acct. Assignment Element (Untick Acct Assignment Element) on those WBS, then user will not be able to create Networks on those WBS Elements. Try this on your development or quality client and let me know if it works.
    If it works, then you just need to disabled the Acct. Assignment Element indicator for those two WBS element and you can achieve that through substitution and field selection of WBS as well.
    OR
    Just look at OPSG settings at tab component. Just look if that can solve your purpose because your requirement is to stop PR from those WBS element. (I am just wondering if you can stop user from creating/change material components from those WBS-Networks)
    OR
    Go for User Status and set it to on those WBS Elements. Object Types will be Networks and Network Header.
    OR
    Try to achieve a validation or substitution where in you can mark Res./Pur. Req as 1 (Never) only for those two WBS elements. In this way user cannot create PR on those two WBS elements.
    Regards,
    Amit

  • Selecting documents for Invoice based on Del. Note. - Issue

    Hi Experts,
    I am facing an authorization issue because of same Del. Note for different plants.
    I have 2 plants : PLANT1, PLANT2
    I have authorizations for Invoice in PLANT1 only.
    Error Scenario:
    Doing GRs in both plants under the same Del. Note.
    i.e. in PLANT1, GR against a PO with Del.Note as 12345.
    and in PLANT2, GR against some PO with Del.Note as 12345.
    Now at the time of Invoice at PLANT1, If I try to fetch the document based on the Del. Note then I am getting Authorization error.
    Because, what I see is that it is trying to list the documents from both the plants as they both have same Del. Note.
    Please advise as to how this can be restricted.
    Very urgent. Please advise.
    Thanks,
    Manju

    Hi
    In the MIRO Screen, Select the Delivery note reference.
    Click on the Arrow Icon (More Allocation Criteria)
    In the new screen enter the Delivery note & give the plant in the PlntOnly field.
    This will fetch only the line items pertainig to that plant.
    So no authorisation error will come as you have already restricted to the Plant.
    Thanks & Regards
    Kishore

  • List of Released accounting documents for Invoices.

    Hi All,
           How to get the List of Released accounting doucments list for invoices,is any sap std tcode or any table.pls anybody those reply immediatly i apreciate.
    Thanks
    Rajan

    Hi,
    Alternatively in the table VBRK you can find the ACCOUNTING DOCUMENT In the field BELNR.
    Please check the values in the BELNR, if there are values then the Billing document were released to Accounting.
    regards,
    santosh

  • PDF file is not generating for Billing Document for Invoice

    Hi all,
    We have upgraded our system into ECC6.0 from 4.7 version. During our Testing time, we have found the following Bug:
    Bug: Not possible to get output in pdf format for Invoice type(TR code: VF02) except for all it is generating PDF output.
    Can anybody help me out to find the route cause for this problem.
    Regards,
    Murali

    Hi,
    For one Billing-Invoice type , PDF is not generating. But it is generating for other Invoices.
    So should i need to go through the Printer settings?
    Regards,
    Murali.

  • Document for invoice Consolidation

    Hello Experts,
    Need a small, Pleasse give me if you any documentation on INVOICE CONSOLIDATION.
    Need urgent..
    Thanks,
    Suresh

    Hi Suresh,
    Billing split will be controlled thro 'Data Transfer Routines'. If you
    want to have different split criteria then follow steps as follows:
    1.Write your own data transfer routine which contains your own defined split criteria using the T-Code:VOFM.-Date Transfer->Billing.
    2.Go to Copy control Transaction VTFL select the respective item category and assign the routine in Data transfer field.
    VBRK-ZUKRI is the field where split criteria is defined.
    You can review the SAP note 11162.
    For invoice combination of different divisions, you can review SAP Note 50752.
    Hope this will help.
    Thanks & Regards,

  • How to debug outbound Idoc function module for invoice

    I have to debug the outbound IDOC function module and UserExit for invoice message type INVOIC, process code SD09, function module is IDOC_OUTPUT_INVOIC and user exit for the function module LVEDF001.
    I tried putting the break point in function module IDOC_OUTPUT_INVOIC and recreate the IDOC using WE19 but it creates the idoc but does not stop at the break point. I have also tried generation of idoc through VF02. It again creates the idoc but does not stop at the function module.
    Please let me know if I am missing any thing and not doing it right.
    Appreciate your help.
    Rohit

    Hi Ali,
        I faced the same problem. Thing is the break point is not getting triggered when i ran tha IDOC through WE19.
    What i have done is i created a project for my exit in CMOD and kept some junk code in the exit and executed it through BD21. Then the Break point got triggered. See if it works.
    Regards,
    Uday S.

Maybe you are looking for

  • Doubt in String Equals

    Doubt in String Equals_ if(filePath != "") {      getExcelData(filePath); }same as if(!filePath.equals("")) {      getExcelData(filePath); }The can both be used interchangeably right ?

  • Error while loading shared libraries: libjvm.so

    Hi, Hopefully, this is the right list for this problem. I am working on a computer that has Linux 2.6.20-1.2952.fc6. I am trying to deploy a program to a Sun SPOT using over-the-air functionality; however, I get the following message: -pre-suite: -do

  • Plz help for upgrading to new OS X Mavericks

    I purchased MacBook Pro in May'11 with Mac OS 10.6.6 installed. Few months back i downloaded DMG file elsewhere for upgrading to10.6.8 and successfully upgraded without loosing any file & other OS i.e. WINDOWS XP. Now i wish to upgrade to new OS X 10

  • How do i change my security questions if i dont remember them, how do i change my security questions if i dont remember them

    how do i change my security questions if i dont remember them, how do i change my security questions if i dont remember them

  • My phone iMessage isn't working

    well i recently changed my number to an area code about to hours away. Then i turned it off and on twice and now I'm texting my friends. but when i go to setting and messages it says "Waiting for Activation-" it been doing this for like 5min how do i