Error Message when adding a Purchase Order

Hi,
When i enter a new Purchase Order and click on Add, it gives the message as "No Matching records found ‘G/L Accounts’ (OACT) (ODBC – 2028) [Message – 131-183]”

Hi Manzoor,
This is because in the purchase order there is one or more items that have no set G/L account. I suggest you allow to visualize the "G/L account" Column in the Form Settings/TableFormat in the purchase order, and then go to the G/L account and set a VALID G/L account.
It is not very logical to put that information in an order, but however you must do that way.
Hope it helps.

Similar Messages

  • SDK Error -5002 when adding a sales order

    I'm getting an error -5002 when adding a sales order.
    Source code:
          IDocuments m_so2 = SBOCOMUtil.newDocuments(icmp, SBOCOMConstants.BoObjectTypes_Document_oOrders);
          line = m_so2.getLines();
          m_so2.setCardCode("2173231916");
          m_so2.setCardName("test Sales order");
          SimpleDateFormat formatter = new SimpleDateFormat("dd.MM.yyyy");
          Date today = Calendar.getInstance().getTime();
          m_so2.setDocDueDate(today);
          line.setItemCode("01005");
          line.setDiscountPercent(new Double(10));
          line.setItemDescription("description Testing");
          line.setQuantity(new Double(3));
          line.setTaxCode("0");
          line.add();
          long rc = m_so2.add();
    Question:
    Where can I find a list of error codes that can be easy to understand? PDF, word, etc.
    Thanks.

    Hi Diego,
    Looking at your code I see that you are doing a
    line.add();
    You don’t need to have this here unless you are adding another line to your document.
    Maybe this will help you.
    Also just because java is a bit different from VB get the last error message using
    SBOErrorMessage errMsg= comp.getLastError();
    System.out.println(errMsg.getErrorMessage());
    -Cormac

  • HT201318 I keep getting an error message when trying to purchase asdditional icloud storage. All information is up to date.

    I get an error message when trying to purchase addtional icloud storage.  All of my credit card and account information is up to date.

    This behavior was described here many times.
    Apple delivered a technote about that.
    Go to my public BOX (address below)
    Download :
    public_YK›
    for_iWork'09›
    other_iWork'09 items ›
    uninstall iWork '09.zip
    Expand the archive then run the script.
    After that, reinstall the application (or the entire package)
    If you bought Pages thru the Mac App Store, there is no need to pay one more time.
    Yvan KOENIG (VALLAURIS, France) jeudi 26 avril 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • I keep getting an error message when trying to purchase more gold coins?

    I keep getting an error message when trying to purchase more gold coins. Same unexpected error occurs with all of my slot machines??

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I am not sure what you mean by "Flash Player for steam"; the only Flash Player installers I know is the ActiveX (for Internet Explorer) and the plugin (for other browsers); you can find both at http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • I keep getting an error message when I am purchasing a song from itunes

    Why do i keep getting a error message when i am purchasing a song & the song does not download but i do get charged for it???

    Hard to say as you make no mention of what the message says.

  • Receiving "Connect to iTunes error" message when trying to purchase gems in Kingdoms of Camelot Battle for the North game even though I was able to do so earlier today.

    Receiving "Connect to iTunes error" message when trying to purchase gems in Kingdoms of Camelot game app even though I was able to do so earlier today.

    Hello Robidt,
    The following article provides information and tips that can help restore your connection to the iTunes Store.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Error Message when adding Expired Bidder

    Good Day Experts!
    I would like to know if there is a way to restrict adding of expired contact persons in an RFx.
    Thank you!

    If the system allows you to add expired bidders, you could implement the BBP_DOC_CHECK_BADI to throw an error message when that happens.

  • In-app purchase: Error message when adding a test storekit user

    Hi, I'm running into the "The email address you entered already belongs to an existing Apple account. Please try again." when I try to add a test user for in-app purchases. I used an email associated with an existing Apple-id.
    I'm running into "Could not convert Apple ID account to iTunes store account." when trying to add a test user with an email-id that doesn't have an Apple-id with it.
    I have enabled "in app" purchases and added an in-app-purchasable product id using itunesconnect.
    Using the programmer-portal, I've also configured the app-id of the app to enable store kit in-app purchases
    I'm assuming that I need to signin with the test-user account for the code to receive the storekit productsRequest:disReceiveResponse callback. However, I haven't been able to create the test user
    Does anyone know why both scenarios (described on top) are resulting in an error message ?

    If I try to login from Settings->Store, it asks for my credit info which I'm sure is not necessary.
    Apple had this to say about that on 8.28.09:
    "Setting up Test Accounts for Testing In App Purchase
    Before testing In App Purchase in your application, you need to create an In App Test User in iTunes Connect—you should not use other accounts as doing so will result in prompts to enter your credit card number and other information.
    Here is how to properly set up your test user for testing In App Purchase..."
    Please read all the latest info at the link and good luck w/your app.

  • Error SG105 when creating/changing Purchase Order

    Hi All,
    When we are trying to create or change import purchase orders, an error message pops up saying " Enter rate USD / INR rate type for 07.04.2008 in the system settings".
    Currently we had upgraded from SAP 4.6C to ECC 6.0.
    The exchange rates are maintained valid from 01.04.2008 using T-code OB08.
    Could anyone point out the reason for this problem.
    Regards
    Alo

    Hi
    there is no exchange rate setting apart from the OB08 setting
    Just check the exchange rate type used is maintained or not.
    Recheck the dates & currency conversions
    Thanks & Regards
    kishore

  • Error message when releasing a rework order

    Dear Experts
    I try to create a Rework production order  using co07 but I am unable becase when I click on the Release button, I get this error message " order type pp07, no checking rule maintained for operation. Release of order not possible". what steps do I take to solve thisproblem?

    Dear Vincent,
    1) Go to OPJK, here for ur plant & Order type do settings for Business function 1 & 2
    2) or else Copy any Std Rework order in OPJK & Give ur plant & order type & save
    Then check the result
    Regards
    Madhu Kumar

  • I get an error message when trying to purchase (-9808) in iTunes store

    I receive the following message when trying to download previously purchased items OR purchase a new item from iTunes:
    We could not complete your iTunes Store reuest. An unkonwn error occurrred (-9808). There was an error in the iTunes Store. Please try again later.
    Anyone else having this issue?

    In the course of your troubleshooting to date, have you worked through the following document?
    iTunes Store: "An unknown error occured (-9808)"

  • Getting error message when trying to purchase LR5 upgrade download

    Hi,
    Just tried to purchase LR5 upgrade download. On the final step I received an error message.
    Can someone please look into this?
    Thanks, Marc

    Get chat help with orders, refunds, and exchanges (non-CC)
    http://helpx.adobe.com/x-productkb/global/service-b.html ( http://adobe.ly/1d3k3a5 )

  • Error Message when trying to purchase songs

    When I try to purchase a song in the music store, I get an unknown error message (-9808). Please help. I have installed the lastest version (8).
    Terri

    In your internet settings - on the Advanced tab:
    Uncheck “Check for server certificate revocation (requires restart)”

  • Getting error message when adding on account payment in Outgoing Payments

    Hi,
    We are getting error message "No Matching records found 'Sales Tax Authorities Type' (OSTT) (ODBC - 2028) [ Message 131 - 183]" when we are trying to add account payment in Outgoing Payments. We are not getting any errors while adding customer payments or vendor payments. Please give us the solution. 
    Version : SAP 2007B SP:00 PL:00
    Thanks,
    Sravan Kumar Pothu

    Hi Jeyakanthan,
    Thanks for your immediate reply.
    Actually in outgoing payments there is no tax code selection available. Just we simply selecting the account on which we are making payment and amount( in payment means we are giving cheque details). When trying to add it is giving above said error. Kindly let me know if you have any solution.
    Thanks,
    Sravan Kumar Pothu

Maybe you are looking for

  • One Library for multiple users?

    I did not realize that the library would be tied to a specific user on a computer. Is it possible for 2 users to share the same library? I created a library under my log in, but my wife can not see it when she logs in. If we can't have just one libra

  • TS2755 Problem with sending pictures

    I am having a problem sending pictures to an e-mail account on my i-phone.  Does anyone know if I need to change a setting or why this is happening?

  • UIWebView Content not filling screen in landscape

    Hello everybody. I'm working on a simple iPhone app that will host a specific web page in a UIWebView. I found that once I open the app, zoom out (to get the bouncy effect that puts the content back to fill the screen), and then rotate the phone my U

  • Oracle Forms 10G - Can't compile Form

    Good day,      I'm getting the following error message each time I try to compile my form: Error 103 at line 2, column 1      Encountered the symbol "METHOD_NAME_HERE" when expecting on of the following:           :=.(@%;      The symbol ":=" was sub

  • My File history drive....

    My File History Drive wont work and wont Reconnect. I need help. wont let me select a drive or my own Laptop for that matter. Here is what I see when I try to reconnect or select a drive. I have read everywhere but nothing is turning up in what I nee