Inventory account is not defined [Goods Receipt PO - Rows - Warehouse Code

Hai All,
When I copied from PO to GR PO the below said error accord. G/L are set by  Item level.
General Setting > Inventory Tab > Set G/L Accounts as : *by item level*
Error:
Inventory account is not defined [Goods Receipt PO - Rows - Warehouse Code][line: 1] ,  [Message 173-77]
Please provide me a solution.
Regards
Sudarshan

hiii Sudarshan
       if you have set g/l a/c by item then go to
administration-setup-inventory (stock management)-warehouse-(your particular warehouse) -accounting
                assign g/l account ,
                                   hope this helps you
                                                  Good Luck
                                                                 RIYAZ

Similar Messages

  • "-10 Inventory Account is not defined [RCP1-TaxCode]"

    Dear Members,
      i have a requirement to copy the purchase creditmemo(customized screen) from Invoice. i am Trying to add Credit Memo via DIAPI.
    While adding i am facing an error called "-10 Inventory Account is not defined [RCP1-TaxCode]".Anyone can tell me the root cause for this error.When i do the same through normal b1 process i am not getting this error.

    HI
    please check u r GL account determination. or check your stock account.
    Mohamed

  • [Goods Receipt PO - Rows - Tax Code][line: 1]

    Dear All,
            At the time of opening GRPO and Delivery Document suddenly system giving one error Number was used up in this sequence [Message 80071-20]
            And after it I entering required data in GRPO with any tax code then system giving new error [Goods Receipt PO - Rows - Tax Code][line: 1] , 'Internal error (-5) occurred'  [Message 131-183]
            I had verified that tax code which is selected in above GRPO is correct.
            When I try to Add GRPO without Tax code then different error coming Internal error (-5) occurred  [Message 131-183]
    Thanks,
    Siddique Shaikh

    Dear Gordon,
             Thanks for reply, I had setup the different sequence for all documents separately, But currently user using manual numbering option in Delivery and A/R Invoice Documents
             I checked new think is that system giving me same error only when we opening form which is creating financial JE in Backhand, Means when I opening Purchase Order or Sales Order form then system not giving any error and we can save PO or SO
            System is not allowing anybody to add any document which create financial effect.
    Thanks,
    Siddique.

  • "G/L Account is missing" "Good Receips PO - Rows - Warehouse  Code]131-46

    I don't understand that error.  My Warehouse has many associates accounts.  On the row lineI see the account number and it is somewhere in the Warehous G/L Account code.
    I have no problems to do a purchase order, but I got that problems with Good receipts.  I don't understand.

    I think you must also check G/L account field in the GRPO whether it is empty or not when you try to add. If you let the inventory account field empty in GL account determination --> inventory, you could not update the warehouse.
    Try to recreate new GRPO and if the message comes, delete the row or duplicate it then delete the first row. See if GL account field is still empty or not.
    If problem still persists, contact SAP support .
    Rgds,

  • G/L Account is missing [Good Receipt-rows-Warehouse Code]

    G/L Account is missing [Good Receipt-rows-Warehouse Code] '702' message 131-46
    Hi everyone,
    I know this is a simple question with a simple answer. However i have run through all the basics and still get the same error. Worst of all  i had posted to the warehouse using the same function about 3secs before receiving this error and everything posted fine.
    Any ideas?
    Candida

    Thanks for the reply, Candida.
    Please verify the parent or component item quantities. The quantities may have gone to Negative. Hence, kindly ensure that an account is defined in the Negative Inventory Adjustment Account (Define Warehouse, Define Item Group, Item Level of Item Master Data, where appropriate).
    I hope this solves the issue.
    Regards,
    Lorna

  • "Content account is not defined" error while trying to checkin a document

    Hi, all
    I am running ECM integration samples included on SDK (included on file ContentIntegrationSuite_10gR3_20081218.zip, folder "oracle-cis-10g\samples\CodeExamples\src\java\com\stellent\cis\sdk\samples"), and I got the error "Content account is not defined. Unable to validate user security." when running the ChekinFile.java sample.
    I could successfully run the ServerInfo.java with no problems, and I expected to run the other example as easily as that.
    Is there any configuration I must change on ECM to run this sample?
    The stack trace follows. Thanks in advance.
    com.stellent.cis.client.command.CommandException: Content item '1256149797205Content-Id-SDK' was not successfully checked in. Content account is not defined. Unable to validate user security.
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeRequest(SCSCommand.java:338)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.execute(SCSCommand.java:222)
         at com.stellent.cis.client.command.impl.services.CommandExecutorService.executeCommand(CommandExecutorService.java:57)
         at com.stellent.cis.client.command.impl.CommandFacade.executeCommand(CommandFacade.java:158)
         at com.stellent.cis.client.command.impl.BaseCommandAPI.invokeCommand(BaseCommandAPI.java:84)
         at com.stellent.cis.client.api.scs.document.checkin.impl.SCSDocumentCheckinAPI.checkinFileStream(SCSDocumentCheckinAPI.java:707)
         at com.stellent.cis.sdk.samples.checkin.CheckinFile.execute(CheckinFile.java:87)
         at com.stellent.cis.sdk.samples.checkin.CheckinFile.main(CheckinFile.java:64)
    Caused by: com.stellent.cis.server.api.scs.request.SCSRequestException: Content item '1256149797205Content-Id-SDK' was not successfully checked in. Content account is not defined. Unable to validate user security.
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.checkBinderForErrors(SCSRequestProcessor.java:357)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.validateResponse(SCSRequestProcessor.java:273)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestProcessor.processRequest(SCSRequestProcessor.java:118)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:61)
         at com.stellent.cis.server.api.scs.request.stream.SCSOptimizedPublishFilter.handleRequest(SCSOptimizedPublishFilter.java:128)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.stream.SCSOptimizedRetrieveFilter.handleRequest(SCSOptimizedRetrieveFilter.java:250)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.rewrite.SCSRewriteURLFilter.handleRequest(SCSRewriteURLFilter.java:140)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.cache.impl.SCSServiceCacheFilter.handleRequest(SCSServiceCacheFilter.java:104)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestFilterChain.doRequestFilter(SCSRequestFilterChain.java:58)
         at com.stellent.cis.server.api.scs.request.impl.SCSRequestExecutorProxy.execute(SCSRequestExecutorProxy.java:105)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeViaProxy(SCSCommand.java:353)
         at com.stellent.cis.server.api.scs.impl.SCSCommand.executeRequest(SCSCommand.java:335)
         ... 7 more

    Hi
    Issue is caused with the way parameters are passed from CIS 8.x onwards where when not giving a parameter that is a required one then it has to be set to blank. Like in the case for dDocAccount setting the value to blank string (i.e. "") would successfully check in the document.
    dDocAccount is a required additional paramter that needs to be supplied when checking in contents when UseAccounts=true is set in the config.cfg of the CS.
    From the CS checkin page when not specifying the Account it is set as blank which is why the the checkin goes through fine.
    This was not the case with CIS 7.6.1 where dDocAccount was not required to pass as parameter even if UseAccounts=true is set in the config.
    In case checkins have to be done without giving the Account then add the code for setting the dDocAccount to a blank string (i.e. "") and then recompile the java code and execute the it.
    Reason why CIS 7.6.1 did not show this behaviour is since CIS would set that (the value for account parameter) in the binder and pass it to the CS.
    Hope this helps
    Srinath

  • Error G/L Account is not defined in Chart of Account INT

    Hi,
    I have create a company code by doing copy of SG01 in transaction EC01.
    I have also create a vendor under the newly created company code. When i try to do a testing in FB60 transaction it prompt me an error : G/L Account is not defined in Chart of Account INT.
    Did i miss out anything? How to resolve this issue?
    Best Regards,
    Rayden

    Hi Supriya,
    I have check the T-Code FSP0. It display as follow. it seem that the Chart of Account INT is there.
    [FSP0 Screenshot|http://i154.photobucket.com/albums/s248/evil_lord81/Untitled-1.jpg]
    Regards,
    Rayden
    Edited by: Rayden on Feb 25, 2008 3:05 PM
    Edited by: Rayden on Feb 25, 2008 3:06 PM

  • G/L account is not define in chart of account F5507 error in MIRO

    Hi,
      While doing MIRO as soon as We enter the PO number system gives the error message F5507 G/L account is not define in chart of account F5507,  I have check the G/L account in FS00 it isproperly mainatin also in COCD data Chart of account , controlling area, FM area are propley maiantain also message setting chekc in In OBMSG and OBA5  for application area F5 message 507  it not present in that but still I am getting this error in production server only.  in development I have with same material and G/L; account  but in development there is no problem system is not giving any error message in development.
      What can be the problem.
    regards,
    zafar

    HI,
    AS you check G/L is there in in chart of account .Which vendor you created the purchase order?  Go to vendor master (XK03)  for which you created PO&  check RECONSILIATION ACCOUNT. Now check the RECONSILIATION ACCOUNT (FS00) is there or not in chart of account
    Regards,
    Biju K

  • In MIRO G/L account is not defined in Chart of accounts

    HI Experts,
              when i am doing MIRO G/L account is not defined in Chart of accounts,HOW can i solve this problem pls suggest me.
    regards
    ramakrishna kakarala

    Hi,
    What is the error you are getting?
    For automatic account determination,you have to  Configure followings:
    1.OMSK: Valuation Class with Account catagory reference,
    2.OMWM: Active Valuation Grouping Code,
    3.OMWN: Active Movement type with G/L account,
    4.OMWD: Active Valuation Area,
    5.OMWB: Active Chart of account,Valuation Grouping Code,Account Grouping Code,Valuation Class and G/L acocounts
    For your problems follow the steps
    1.Go To T.Code: OMWB,
    2.Enter your Chart of account,
    3.See  Transaction key( your are getting error and click it) and assign G/L accounts.
    Or One steps futher
    4.Click Your Account Modifier , system will take you to next screen and then enter valuation modiofier, account modifier,Valuation Class,Debit G/L account and Credit G/L Account and Save.
    Hope this will helpful then reward and close it.
    Regards,
    Biju K

  • Special G/L posting to one-time account is not defined Message no. F5265

    hi,
    Special G/L posting to one-time account is not defined
    Message no. F5265
    the above message is displaying when tried to post for one time customer.
    where  to check this in configuration level. what are the tcodes , please let me know.
    actually i am abaper, dont know much abt fi configuration..
    regards,
    Hari priya

    Dear H Priya,
    u r posting to one time Customer
    in that there is no need of special G/L indicater. (it means special G/L - down payment)
    if the customer is one time how can u take the down payment from the customer.
    if any quaries plz...........
    Regards
    radha

  • G/L account  is not defined in chart of accounts

    Hello Experts,
    Can someone solve my problem. I have created an expense account in my Chart of Account (FSP0) and the same COA is assigned to my Co.Cd in OBY6. When I tried to post to this G/L account ( FB60 - Vendor Invoice posting ),  I got the following error.
    G/L account  is not defined in chart of accounts INT
    Message no. F5507
    Diagnosis
    The general master data of the G/L account  is not maintained in the chart of accounts
    INT.
    System Response
    Error.
    Procedure
    Please correct your entry or create the master record.
    I am not sure if I am missing anything.  Is there anyway to extend the G/L account that is created in COA to company code level apart from assigning the COA to company code in OBY6.
    Any help will be duly rewarded and appreciated.
    Regards,
    Sriram

    Hi,
    A single chart of accounts can be used by multiple company codes.
    If I have 20 company codes using the same chart of accounts in the system for which i need to create GL accounts. Instead of creating the GL accounts for 20 company codes individually  at COA level and Company code level, I can create at company code level only. The COA level will remain similar/constant for all the company codes.
    Hope Im clear
    Thanks
    Aravind
    <b>Assihn points if useful</b>

  • G/L account is not defined in company code

    Hello,
    When I try to release an invoice in accounting, there is an error "G/L account is not defined in company code ".
    Does anyone knows the possible cause of these error?
    Thanks

    Hi,
    Go to VKOA , Check whether you have assigned the correct G/L account or not .
    Secondly if it is correct go to FS00 and extend the G/L Account.
    For this you can take the help of FI consultant or ask him to create it . Once this is done than go to VFX3 and release the document for accounting.
    Hope this will help you !!
    Regards,,
    Krishna O

  • Unknown Account Assignment Not Defined for Use Here

    SAP Guruu2019s
    I am trying to convert a purchase requisition to a purchase order via MD03 and am getting a u201CUnknown Account Assignment Not Defined for Use Hereu201D.  I have checked and rechecked the MM and I do not see anything missing or unusual as far as I can see.  This shipment is for a new plant and distribution channel.
    Does anyone know what configuration step I have missed or need to change/update?
    Thank you.

    Thank you for responding VR.
    Where do I check the account assignment.  What TC?
    What am I looking for?
    My other plant ships fine buy having problems with this newly created one.
    Thank you.

  • Depreciation posting rules are not define for area 00 in company code

    Dear Expert,
    Would like to seek for help, when I run a customize report (AUC without PO not yet capitalized report the system prompt the error depreciation posting rules are not define for area 00 in company code only on the march 2011 on ward but before march 2011 the report is able to display as usual.
    Between., does SAP have the standard report to list the asset which is AUC and not yet capitalized?
    My version of SAP is ECC 6.0.
    Kindly advise.
    Regards,
    Karen

    Hi,
    Thank you for the prompt reply, why the system prompt the error depreciation posting rules are not define for area 00 in company code only on the march 2011 on ward but before march 2011 the report is able to display as usual?
    Please help.
    Regards,
    Karen

  • "Account determination for entry CHFS BSX 37AP not possible" -goods receipt

    I have a student using ECC 6.0 getting the following message when posting a goods receipt for a purchase order:
    "Account determination for entry CHFS BSX 37AP not possible"
    This is in the Fitter Snacker configuration phase 2 client, but now doing the configuration for the Marshall Muffler Company case. No other student has this message. I have checked everything that I can think of -- company, plant, purchasing organization, G/L account numbers, vendors, materials, quanity and value updating, valuation grouping code, automatic postings for inventory posting (BSX), controlling area, .. but cannot find anything amiss.
    Can anyone help with this? We are client 625 on the moscow server at Chico. The student is user 625-037, using 37 as a prefix for the various components e.g. company code 37MM. One PO for exampe is 4500000116. The student has created a number of orders trying to get it to work. Strangely, the student did get one raw material received on one PO for a vendor earlier, but now cannot do so.

    1st thing to do is understand the error message format.  - comp. code - transac - valuation class.  so you need to tackle BSX part. 
    goto transaction code OMS2 make sure the Mtype for Raw materials (RM) , Semifinished (SP) and Finished (FP) is selected for Quantity / Value updating tick box.  You can check this by going clicking Quantity/valur updating on left  hand panel.
    then goto transaction code OBYC for BSX transaction , make sure your plant it is assign to the correct valuation classs 3000. save everything.
    now try goto transaction code MIGO to cerate the GR again.   Normally if you don't maintain the BSX properly, you bond to have similiar error for WRX.   so please make sure that is also taken care off.    
    Now you should be fine creating the GR.  Good luck.

Maybe you are looking for

  • System crashes after waking; problems with distnoted, graphics chip error

    I am running 10.3.9 on a Dual 1 GHz G4, with 1.5 GB SDRAM, a GeForce4 Ti 4600 LCD display, and a LaCie 1394 external drive. I have recently started to put my computer to sleep at night, rather than leaving it running 24 hours a day (I also installed

  • Error when scheduling a report

    Hi, I am running XML Publisher 5.6.2 standalone. I am having the following issue: I am trying to schedule a report to run sun - mon at 06:30am and email and excel file to the user. The job is failing. This is the error that we are receiving in the sc

  • Cookies won't persist

    Hi, am assuming this is a simple problem, but Safari 4 Beta's cookies on one of my Macs won't persist from session to session. Having to re-log in to Amazon and Flickr and various news sites is getting tiresome. As far as I can tell, there isn't a pr

  • How to view missing master files?

    How can i view just the missing files so i can delete them? i have some missing files and i can't delete them for some reason.

  • Authentication across multiple applications

    Hi, I'm having trouble with authentication across multiple applications. Ideally I would like to log in to one application and have my credentials survive across the session for the other applications when they run. What is the best approach to do th