Goods Reciept problem

Hi PP Experts,
Can anybody solve my problem please,
When I doind GR by MIGO,I got following error.
"Account 6030010100 requires an assignment to a CO object"
Diagnosis
You have not defined a CO account assignment for an account that is relevant to cost accounting.
System Response
Account 6030010100 is defined as a cost element.
This means that you must always specify a CO account assignment.
How to solve this.
Edited by: Raja S on Nov 5, 2008 10:29 AM
Edited by: Raja S on Nov 5, 2008 10:31 AM

Dear,
Plz check with ur fi consultant gl a/c.
Go to transaction KA02: enter that account (Cost element)and in default acct assinmt tab
assign the Cost Centre.
You have a cost account defined in accounts determination (OBYC). But every cost account must have a cost object associated (production order, cost center, and so on).
You must decide what is the cost object to 'receive' the cost value on the account.
Go to OKB9, insert the account (can be plant dependant) and the cost object, then repeat GR.
Please try and come back.
Regards,
R.Brahmankar

Similar Messages

  • Problem deleting multiple goods reciepts

    Hi experts,
    I have an internal with the all the purchase orders.
    from this i have to display the po's for that goods is issued and goods reciept is not done within 8 days.
    my problem when goods reciept is done multiple times and the total goods issued quantity is recieved with within 8 days.
    i have to delete these records from my internal table.
    the fields in my internal table are as shown below.
    BEGIN OF I_LIST,
            ZWERKS TYPE ZWERKS,  "from
            TO(4) TYPE C,  " to
            EBELN TYPE EKPO-EBELN, "purchase doc
            MATNR TYPE EKPO-MATNR, "material
            TXZ01 TYPE EKPO-TXZ01, "material doc.
            EBELP TYPE EKPO-EBELP, "item
            VBELN TYPE LIKP-VBELN, " delivery doc
            BELNR TYPE EKBE-BELNR, " material doc shipment
            BUDAT TYPE EKBE-BUDAT, " shipped date
            SENGE TYPE EKBE-MENGE, "shipped quantity
            RELNR TYPE EKBE-BELNR,  "material doc shipment
            RJAHR TYPE EKBE-GJAHR,  "material doc year
            RUDAT TYPE EKBE-BUDAT,  "recieved date
            RENGE TYPE EKPO-MENGE, "recieved quantity
            DAYS TYPE I, " difference days  between  shipped and recieved dates     
            USNAM TYPE MKPF-USNAM, "reciever
            BOLNR TYPE LIKP-BOLNR,   "tracking #
            END OF I_LIST.
    days is calculated as below
            IF I_LIST-RUDAT EQ 0.
              I_LIST-DAYS = SY-DATUM - I_LIST-BUDAT.
            ELSE.
              I_LIST-DAYS = I_LIST-RUDAT - I_LIST-BUDAT.
            ENDIF.
    if goods reciept is done multiple times and completed within 8 days should not be displayed( should be deleted from the internal table).
    can anybody help me solve this issue.
    Thanks & Regards,
    Sudheer Kumar
    Edited by: sudheer kumar on Sep 19, 2008 11:32 AM
    Edited by: sudheer kumar on Sep 19, 2008 11:33 AM

    This issue is solved

  • 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

  • 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

  • Goods reciept through MB31 against production order using serial number

    Dear ALL,
    We are using MB31 for goods receipt against production order using serial number.
    First we do confrmation by tcode co11 and then recieve the material by mb31 against the order.
    I want that sysstem should not allow good reciept by mb31 more than the confirmation done in co11.
    Please suggest.
    regards,
    Pradeep

    Hi,
    There are two ways to control this problem; 1) User Exit    2) BADI
    1) User-Exit
    Enhancement: MBCF0002
    Function module: EXIT_SAPMM07M_001
    Code for your copy pasting in the source code of ZXMBCU02.
    Remember to activate the program. In SMOD enter the enhancement, press F8 and then click on activate button.
    *& Include ZXMBCU02
    data it_afvv like afvv occurs 0 with header line.
    tables: afvv, afko, afpo.
    data tot_gr like mseg-menge.
    If i_mseg-bwart = '101' and i_mseg-aufnr is not initial.
    select single * from afko where aufnr = i_mseg-aufnr.
    select * from afvv into table it_afvv where aufpl = afko-aufnr.
    sort it_afvv by aplzl descending.
    read table it_afvv index 1.
    select single lmnga from afvv into afvv-lmnga where aufpl = afko-aufnr and aplzl = it_afvv-aplzl.
    select single * from afpo where aufnr = i_mseg-aufnr.
    tot_gr = afpo-wemng + i_mseg-menge.
    if tot_gr > afvv-lmnga.
           MESSAGE 'GR Qty greater than Confirmation Qty of the last operation' TYPE 'E'.
    Endif.
    endif.
    2) BADI
    Implement the BADI for WORKORDER_GOODSMVT in this there is method
    MANUAL_GOODS_RECEIPT under that
    write you code here
    if_ex_workorder_goodsmvt~manual_goods_receipt.
    endmethod.
    Technical Logic
    Check the confirmation qty in AFVV table with production order get the last operation confirmation qty and subtract the Delivered qty. If this is Greater than or equal to the GR Qty entered in the screen allow the posting or through Error.
    Tables: S022, AFPO, AFKO, AFRU, AFVV
    Regards,
    Sankaran

  • Goods reciept  document fail

    Hi everybody
    when i tried to create GR goods reciept  and when i go back i am getting a message  as
    express document'update was terminated'
    help me in solving this
    regards
    venkat

    Hi Reddy
    from onsite i got this mail  to check
    may i consult basis people or the problem is someother thing
    Can you check the standard GR forms and investigate an element called “W1VERBRMAT”. This maybe missing although I’m not sure at the moment.
    The standard forms are …
    WESCHEINVERS1
    WESCHEINVERS2
    WESCHEINVERS3
    regards
    venkat

  • 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

  • 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

  • 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

  • Good receipt problem for subcontracting purchase order

    Good receipt problem for subcontracting purchase order
    with account assignment type ‘E’.
    After update to ECC 6.0. Do good receipt for subcontracting purchase order with account assigment 'E'.The system show the error message(KI235)----Two cost elements (Change in Stock (Subcontracting)&Outside processed fee) haven't CO account assignment.but the field status  for sale order is option entry , when I default cost center for the cost element  in OKB9.the system post the material document and generate the following accounting document.
    Doc.Type : WE ( Goods receipt ) Normal document
    Doc. Number    5000056065       Company code    1000         Fiscal year     2007
    Doc. date      2007.12.04       Posting date    2007.12.04   Period          12
    Calculate Tax
    Doc.currency   HKD
    tm PK Account    Account short text   Tx Cost Ctr   SaleOrder               Amount
    1 89 13500000   Stock-Work in proces                   1007823  10             274.4
    2 96 21210010   GR/IR Clearing                             1007823  10             205
    3 91 41010102   Chg in Stock(Subcon)    10901099  1007823  10            274.4
    4 86 41031000   Outside processed fe     10901099  1007823  10            205  
    5 99 13500000   Stock-Work in proces                    1007823  10            69.4
    6 81 41010101   Cost of Prod (Subco)                      1007823  10           69.40
    My problem is:
    When use MIGO to do good receipt for subcontracting Purchase order, for consumption account((Change in Stock (Subcontracting)-41010102&Outside processed fee--41031000) ,why the system don’t recognize the sale order filled as CO account assignment?

    Dear fanny chen
    Did you get a solution for your open question?
    I`m facing the same problem, so any help yould be appreciated.
    Regards

  • 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

Maybe you are looking for