Goods Reciept Mandatory in PO

Dear All,
We want to make Good reciept field mandatory in PO. I have made the Good recieot field as default from account assignmnet category as below
IMG->MM->Purchasig->Account assignment ->Maintain account assignmnet category.
I have checked the box  Good receipt and  Invoice reciept for the account assignmnet category K.
and the  made the field as madatory  by going to the  screen layout of PO.
IMG->MM->purchasing->Purchase Order->Define screen layout at  Document level.
I have made the field GR/IR Indicator mandatory for NBF. but after that the GR-Non Valuated also becomes mandatory by default.
We do not want GR-Non valuated to be mandatory in  the PO .
Please let me know why GR-Non valuated  is becoming mandatory and how we can remove also any other way to make the field Goods receipt as mandatory in the  PO without making that as display.
Thanks
Iftekhar Alam.
P.S : Point would be awarded for sure for correct answer.

Hi Jurgen,
You are right  we can control it through account assignmnet category.  So in account assignmnet category for K if i maintain the check box "Goods Reciept " and " GR Ind. Firm"  then my  Goods reciept is defaulted in PO and becomes non modifiable ,
however we do not want that coz it will prevent my old PO in the system to going in change made as if the PO did not had the Good receipt field checked  earlier then there is no way we could check that field.
so  we are trying to make the field mandatory through the screen customization. this will enable user to check box goods reciept in Old PO if that did not have that checked.
but the moemnt i make the field as mandtory in screen i am not sure why the GR-Non valuated becomes mandatory. when creating a PO it ask me to make PO as GR Non Valuated.
Hope  all is clear with my requirement .
Cheers
Iftekhar Alam

Similar Messages

  • Goods Reciept BAPI that updates Document Flow

    Hello,
      We are looking for a BAPI or FM that posts a goods reciept against a PO and updates document flow. Does anyone know if this exists?
      We have been using BAPI_GOODSMVT_CREATE, which will post the GR against the PO but it does not update the Doc Flow.  It is essential for Doc Flow to be updated because it posts the event in our SAP SCM EM instance. 
    Any help would be much appreciated... will award as many points possible.

    Hi,
    Check the below code:
    *********Work areas***********
    DATA : wa_mseg  type ty_mseg,
           wa_mseg1 TYPE ty_gds,
           wa_mkpf  LIKE mkpf,
           wa_lgort_sum TYPE ty_lgort_sum,
           wa_loss_data LIKE zpesloss,
           wa_zpesloss LIKE zpesloss.
    DATA : v_header   LIKE bapi2017_gm_head_01,
           v_gm_code  LIKE bapi2017_gm_code.
    DATA: wa_headret LIKE bapi2017_gm_head_ret,
          wa_matdoc TYPE bapi2017_gm_head_ret-mat_doc,
          wa_matdocyr TYPE bapi2017_gm_head_ret-doc_year.
    DATA: i_items          TYPE STANDARD TABLE OF t_items,
          i_return_goods   TYPE STANDARD TABLE OF t_return with header line,
           i_message TYPE TABLE OF bapiret2 WITH HEADER LINE.
          wa_mseg1-bwart =   '551'.
          wa_mseg1-matnr  = ws_matnr.
          wa_mseg1-umlgo  = i_mseg1-umlgo.
          wa_mseg1-lgort  = i_mseg1-lgort.
          wa_mseg1-werks  = 'SP01'.
    Header Data
        v_header-pstng_date = sy-datum.
        v_header-doc_date = sy-datum.
    Code Group
        v_gm_code-gm_code = '03'.
    ******Mandatory fields passed into BAPI***
        CLEAR i_items[].
        wa_items-material  = wa_mseg1-matnr.
        wa_items-plant     = wa_mseg1-werks.
        wa_items-stge_loc  = wa_mseg1-lgort.
        wa_items-move_type = wa_mseg1-bwart.
        wa_items-entry_qnt = wa_mseg1-lossquantity.
        wa_items-costcenter = '0000012000'.
        APPEND wa_items TO i_items.
        CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
          EXPORTING
            goodsmvt_header             = v_header
            goodsmvt_code               = v_gm_code
      TESTRUN                     = ' '
       IMPORTING
         goodsmvt_headret            = wa_headret
             materialdocument        = wa_matdoc
             matdocumentyear         = wa_matdocyr
          TABLES
            goodsmvt_item               = i_items
      GOODSMVT_SERIALNUMBER       =
          return                      = i_return_goods  .
    if i_return_goods[] is not initial.
      message i001(zespur) with  i_return_goods-message.
    stop.
    endif.
    IF i_return_goods[]  IS  INITIAL .
        lws_wait = 3.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = lws_wait.
          WAIT UP TO 1 SECONDS.
    endif.
    Regards,
    Prakash.

  • SAP Standard Report for Good Reciept and Open Goods Reciept .

    Dear All Guru's ,
                                                                                    Is there any std. report in which User can see the Actual Goods rcpt and also Open Goods Reciept in that report , What I know that we can see the Goods Rciept thru Trxn = MB51 , but here Open good rcpt
    is not possible.
    Can any one help to fix this requirement.
    Rgds,
    sap11

    Hi
    try MB5S to get an overview of all goods receipts not invoiced.
    I would change the standard variant to also add material not only PO.
    If you want deliveries not invoiced and you have goods received based IV on you can get an overview per vendor with report from F4 in MIRO (I just learnd recently from here that this is the only suitable report available)
    Cheers
    Tim

  • Fields For Good Reciept and Issed !

    Hi all,
    I want the fields for the goods reciept and good issued for getting the stock for a particular material as on to date (which is my selection screen) ...
    I have selected the sales data from the VBRK and VBRP tables which is for sales information and now i need to find out the Stock information. My Requirement is to maintain sales stock and to show the Turn Over Ratio ???
    Can you tell me the tables and the fields where i will get them ...
    I m calculating my Stock as:
    Stock (as on date) = Substracted Value (Reciepts - issues ) - current stock.

    In MSEG there is field for Sales order number as well as item number from that you can get the Goods issues quantity,similarly in MSEG you also have purchase order number and purchase order item numner from which you can get the goods purchased quantity by passing it to VBAP and EKPO respectively.
    Regards
    Mohamed Mansoor
    Message was edited by:
            Mohamed Mansoor Kasim

  • Error While doing Goods Reciept

    Hi all,
    While doing goods reciept for a PO we get an error"RFC destination required for GTS:it also says to see Note385830.
    Kindly assist on the same.
    Thanks,
    Adarsh N

    Please go to
    http://service.sap.com/message
    fill out the form and wait some hours
    But I guess the solution can be found in note 825448
    https://service.sap.com/sap/support/notes/825448
    Edited by: Björn Panter on Nov 13, 2008 10:53 AM

  • BAPI_GOODSMVT_CREATE  for Processing a Goods Reciept for a Delivery

    We have a requirement to use the Goods Movement Create BAPI to create Goods Reciepts for deliveries since it mimics MIGO.  Problem is that we cannot get this BAPI working to Goods Reciept our Deliveries... Has anyone used it for Deliveries? What data is required for the BAPI to work?
    thanks,
    brian

    Give a try on the following BAPI:
    BAPI_OUTB_DELIVERY_CONFIRM_DEC
    Check its documentation.
    Let me know,
    Leonardo De Araujo

  • Field & Table name of tarnsport vendor in migo - Goods reciept

    Can anybody tell the table name and field name of transport vendor in MIGO Goods reciept. If I press the f1 then it shows the table name as GOFRIGHT field name VENDORNAME. but the GOFRIGHT is the structure not he table.
    Atul

    If you are looking ofr Freight Vendor entered in PO, then you can use table KONV & field name is LIFNR where KNUMV(Condition record) is equal to EKPO-KNUMV.
    Hope this clarifies your queries.
    Regards
    Bhavesh Mistry

  • Problem in Goods Reciept for PO w/ Internal Order. (GL Acct related)

    Hello guys not too long ago I asked you guys how to post an IO to a PR. So far it works except when I post the PO (after converting it from the PR) it to the Good Reciept I get an error message appeared.
    It goes something like this ...
    "Account determination for entry HXXX KBS HXXX not possible"
    "Diagnosis - The system did not find an account for this transaction. This means that the account determination for key HCMI KBS HCMI is not maintained in MM  Customizing (Valuation). The key is made up of:
    o  Chart of account                      
    o  Transaction key (= Posting transaction)
    o  Valuation grouping code               
    o  Account grouping code                 
    o  Valuation class"                       
    System response - The system cannot update a G/L account for this transaction. You cannot post the transaction.
    If you have the authorization, check the Account determination in Customizing for Valuation.                                       
    </b>
    From what I understand there is no G/L account assigned does not have a corresponding G/L account. My question is if that is the case, how does one assign a G/L Acct for that particular IO? And would that solve error I am getting? Thanks people and take care.

    Hi Chad.
    What about if you check with your MM Functional Consultant and try to provide him/her the OMWW transaction (MM Account Determination Wizard) to check whether the G/L Account is correctly set for this combination of data.
    regards,
    Daniel Carvalho.

  • Problem with Goods Reciept Posting

    I have posted goods reciept, after that i am trying to post excise part-2. I have mentioned al the details in goods reciept, but in excise part-2, system shows credit avaialbe field blank. pls guide

    Hi,
    I think but am not sure that in your register part-2 there is no sufficient balance. Thru J1IH put some amount in registers and then try the scenario
    Regards
    Kiran

  • Goods reciept and Goods issue

    Hi Gurus,
    I am working on an interface where I will be getting an input file and I need to write a process that allows goods issue and goods reciept. My input file for <b>GI</b> contains the following information
    Material No.           
    Plant     
    Storage Location          
    Account Assignment
    Batch     
    Isued Quantity
    and for <b>GR</b> its:
    Material No.           
    Plant     
    Storage Location          
    Account Assignment
    Batch     
    Reciept Quantity
    I have been told that movement type for GR is 121 and for GI is 122
    Moreover I will be getting two different files for GR and GI.
    now I have a small doubt, I am not getting the movement type in the input file, so I am kind of confused that how would I differentiate whether I need to go for GR or GI when I will get the input file.
    Thanks
    Rajeev

    Thanks for the reply,
    Actually what I have been told is that they have given me the two differnt formats of the input file and I have been asked that I need to pull the data from a local file and replicate GR/GI process in inventory management.
    Thanks
    Rajeev

  • Good Reciepts not printing correctly

    Hi All,
    We just applied our Service Pack and since then we are having some issue with MIGO, when we try to print the Goods Reciept using MIGO the hard copy comes in with few extra lines. I tried printing the Goods reciept from the client where we didn;t not apply the Service Pack and it's working fine in that system. Initially I thought that it's a GUI issue but apprarently it's not .. I am on 720 patch level 0.
    Can you please advise something?
    Thanks,
    Rajat

    If this issue did not persist before, and has happened after upgrading through a service pack then please search for appropriate OSS notes.
    Regards,
    Sanjiv

  • Trapping Events such as Goods Reciept for Purchase Order

    Hi,
    I want to be able to trap events such as a Goods Reciept and respond to it.
    Because this can happen both in the goods reciept form or the AP Invoice Form or by automatic posting, is there a way to 'listen' for this event behind the scenes ?
    I also want to do it with reciepting production orders.
    Thanks
    Nick

    HI,
    USe SP_TRANSACTIONNITOFICATION for trapping events at SQL server SIDE.
    I am suggesting:
    1. Create your table
    2. Write a simple code in T-SQL into SP_TRANSACTIONNITOFICATION  which the monitored event inserts rows into your table
    3. Check the table from your addon and process the rows inside,
    Or use the following solution:
    Re: Stored Proc - BP Account On Hold
    It is hard, but working.
    Regards,
    J.

  • Certificate at Goods Reciept without QM system

    Hi Gurus,
    is it possible to manage Items (stock and non stock) that come with certificate at goods receipt without QM system. We want to to be able to stop the goods reciept if there is no quality certificate.
    Regards,
    Joel

    You can still use the QM in purchasing features.  You don't have to set up any inspection types.  You will need a QM view.
    On the QM view, activate QM in procurement and then simply specify a control key that requires a cert to be receieved at delivery.  For the control key in configuration , set the error message to "Error" and not warning.
    FF

  • Material valuation - goods reciept reversal

    In material valuation  what is the use of goods reciept reversal?? how this helps in material valuation...
    Edited by: VENKATESH MADANAGOPAL on Dec 15, 2008 5:35 AM

    Dear Venkatesh,
    The extent to which the stock value changes depends on the sequence in which the goods receipts and invoice receipts are posted. The SAP System allows for both possibilities:
    When goods are received before the invoice, the stipulations in the purchase order are used as the basis for posting.
    When the invoice is received before the goods, the details on the invoice are used as the basis for posting.
    If a physical inventory reveals differences in quantity between the physical stocks and the book inventory, you must correct the book inventory balance manually, that is, the physical inventory differences must be posted. Adjusting the stock quantity leads to a change in the value of the stock.
    Regards.............. Sri

  • Goods Reciepts in XL Reporter

    In Business One -> Stock Management -> Stock Transactions -> Goods Reciept.
    I add 3 Goods Reciepts.
    My question is how do I view these Goods Reciepts in XL Reporter?

    Paul,
    To do this, the easiest way is to use the Get Other Data function in Report Designer
    Launch Report Designer
    Click in cell A8
    Click the formula builder on the XLR Toolbar
    Go to the Functions Tab
    Click Get Other Data
    The user ID and Password are the B1 login you use
    The table should be IGN1
    Fields type:  DocEntry, DocDate, ItemCode, Quantity
    Generate the report
    You may need to add at least one expansions or summary.  You can put an expansion for BPs in a column and then hide it.  This is because XLR needs at least one expansion or summary to run a report.
    This will give you a list in XLR of all Goods Receipts, their data, items and quantities.
    It's effectively the same as writing a query, but it can be run automatically on an interval as can any other XLR report.
    Hope that helps,
    Brad Windecker
    [Omega Business Solutions|http://www.omegagroup.com]

Maybe you are looking for