Plant number not found in PO instead description exists

Dear Experts,
How to display Plant number in PO as only description is appearing as soon as i enter the plant.
Here there is a work around that i can go to ME23 and check it out... but i want the plant number to be displayed in ME23n or in SAP Enjoy transactions itself.
Regards
Lakshminath Gunda

Open personal settings of TCD ME21N/22N/23N and select Display key in box. Save.
Log out and log in again. and open PO.
This is showing because, your personal settings are made to show description.
Raghavan

Similar Messages

  • Credit card payment with eway returns "invoice number not found" on BC

    dear all,
    I am currently working on the payment gateway of pared.com.au. the problem we're having is that every credit card payment gets redirected to the "Credit Card Payment Fail" page, although the payment was marked as successful on eway.
    eway transaction details stated "response code: 00", response text "transaction approved".
    however, the CC payment fail page stated:
    "there was an error processing your credit card. please correct this and try again.
    invoice number not found: . please go back and correct this."
    strangely enough, the order is perfectly recorded as successful order in BC (customers -> orders).
    any help would be much appreciated - i've been looking at this for hours but i'm getting nowhere. thanks everyone!
    please find the checkout page HTML below for reference (country selection omitted to save space):
    <form id="catwebformform42059" name="catwebformform42059" onsubmit="return checkWholeForm42059(this)" action="/FormProcessv2.aspx?WebFormID=10850&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}&amp;CC={module_urlcountrycode}&amp;Referrer={mo dule_siteurl,true,true}&amp;SAR=False&amp;PageID=/thankyou.html" method="post" enctype="multipart/form-data">
        <div class="form">
        <div id="step1">
        <div class="item"><label>Title</label><br />
        <select class="cat_dropdown_smaller" id="Title" name="Title">
        <option value="3" selected="true">MISS</option>
        <option value="1">MR</option>
        <option value="2">MRS</option>
        <option value="4">MS</option>
        </select> </div>
        <div class="item"><label>First Name</label><br />
        <input type="text" class="cat_textbox" id="FirstName" maxlength="255" name="FirstName" /> &bull; </div>
        <div class="item"><label>Last Name</label><br />
        <input type="text" class="cat_textbox" id="LastName" maxlength="255" name="LastName" /> &bull; </div>
        <div class="item"><label>Email</label><br />
        <input type="text" class="cat_textbox" id="EmailAddress" maxlength="255" name="EmailAddress" /> &bull; </div>
        <div class="item"><label>Company</label><br />
        <input type="text" class="cat_textbox" id="Company" maxlength="255" name="Company" /> </div>
        <div class="item"><input type="button" name="next2" value="Next" onclick="display_next2();" /></div>
        </div>
        <div id="step2" style="display: none;">
        <div class="item"><label>Shipping Address</label><br />
        <input type="text" class="cat_textbox" id="ShippingAddress" maxlength="500" name="ShippingAddress" /> </div>
        <div class="item"><label>City</label><br />
        <input type="text" class="cat_textbox" id="ShippingCity" maxlength="255" name="ShippingCity" /> </div>
        <div class="item"><label>State</label><br />
        <input type="text" class="cat_textbox" id="ShippingState" maxlength="255" name="ShippingState" /> </div>
        <div class="item"><label>Zipcode/Postcode</label><br />
        <input type="text" class="cat_textbox" id="ShippingZip" maxlength="255" name="ShippingZip" /> </div>
        <div class="item"><label>Country</label><br />
        <select class="cat_dropdown" id="ShippingCountry" name="ShippingCountry">
        <option selected="true">-- Select Country --</option>
        </select> </div>
        <div class="item"><input type="button" name="next3" value="Next" onclick="display_next3();" />  <input type="button" name="back3" value="Back" onclick="display_back3();" /></div>
        </div>
        <div id="step3" style="display: none;">
        <div class="item"><input type="checkbox" id="sameas_shipping" name="sameas_shipping" value="1" onchange="handleChange(this.value);" />  Billing is same as Shipping<br />
        <div class="item"><label>Billing Address</label><br />
        <input type="text" class="cat_textbox" id="BillingAddress" maxlength="500" name="BillingAddress" /> </div>
        <div class="item"><label>City</label><br />
        <input type="text" class="cat_textbox" id="BillingCity" maxlength="255" name="BillingCity" /> </div>
        <div class="item"><label>State</label><br />
        <input type="text" class="cat_textbox" id="BillingState" maxlength="255" name="BillingState" /> </div>
        <div class="item"><label>Zipcode/Postcode</label><br />
        <input type="text" class="cat_textbox" id="BillingZip" maxlength="255" name="BillingZip" /> </div>
        <div class="item"><label>Country</label><br />
        <select class="cat_dropdown" id="BillingCountry" name="BillingCountry">
        <option>-- Select Country --</option>
        </select> </div>
        <div class="item"><input type="button" name="next4" value="Next" onclick="display_next4();" />  <input type="button" name="back4" value="Back" onclick="display_back4();" /></div>
        </div>
        </div>
        <div id="step4" style="display: none;">
        <div class="item"><label>Work Phone Number</label><br />
        <input type="text" class="cat_textbox" id="WorkPhone" maxlength="255" name="WorkPhone" /> </div>
        <div class="item"><label>Shipping Instructions</label><br />
        <textarea class="cat_listbox" id="ShippingInstructions" name="ShippingInstructions" cols="5"></textarea> </div>
        <div class="item"><input type="button" name="next5" value="Next" onclick="display_next5();" />  <input type="button" name="back5" value="Back" onclick="display_back5();" /></div>
        </div>
        <div id="step5" style="display: none;">
        <div style="width: 100%; float: left;">
        <div style="width: 52%; float: left;">
        <div id="paymentdiv">
        <div class="item"><label>Name on Card</label><br />
        <input type="text" class="cat_textbox" id="CardName" name="CardName" /> &bull; </div>
        <div class="item"><label>Card Number</label><br />
        <input type="text" class="cat_textbox" id="CardNumber" name="CardNumber" /> &bull; </div>
        <div class="item"><label>Card Expiry</label><br />
        <select class="cat_dropdown_smaller" id="CardExpiryMonth" name="CardExpiryMonth">
        <option value="1" selected="true">Jan</option>
        <option value="2">Feb</option>
        <option value="3">Mar</option>
        <option value="4">Apr</option>
        <option value="5">May</option>
        <option value="6">Jun</option>
        <option value="7">Jul</option>
        <option value="8">Aug</option>
        <option value="9">Sep</option>
        <option value="10">Oct</option>
        <option value="11">Nov</option>
        <option value="12">Dec</option>
        </select><select class="cat_dropdown_smaller" id="CardExpiryYear" name="CardExpiryYear">
        <option selected="true" value="2012">2012</option>
        <option value="2013">2013</option>
        <option value="2014">2014</option>
        <option value="2015">2015</option>
        <option value="2016">2016</option>
        <option value="2017">2017</option>
        <option value="2018">2018</option>
        <option value="2019">2019</option>
        <option value="2020">2020</option>
        <option value="2021">2021</option>
        </select> &bull; </div>
        <div class="item"><label>Card Type</label><br />
        <select class="cat_dropdown" id="CardType" name="CardType">
        <option value="1" selected="true">Visa</option>
        <option value="2">Master Card</option>
        <option value="3">Bank Card</option>
        <option value="4">American Express</option>
        <option value="5">Diners Club</option>
        <option value="6">JCB</option>
        </select> &bull; </div>
        <div class="item"><label>CCV Number</label><br />
        <input type="text" class="cat_textbox" id="CardCCV" name="CardCCV" /> &bull; </div>
        </div>
        <!-- paymentdiv -->
        <div class="item"><label>Amount</label><br />
        <input type="text" class="cat_textbox" id="Amount" name="Amount" /> &bull; </div>
        <div class="item"><input type="submit" class="cat_button" id="catwebformbutton" value="Submit" />  <input type="button" name="back6" value="Back" onclick="display_back6();" /></div>
        </div>
        <div style="width: 47%; float: right;">
        <div class="item"><label>Payment Method</label><br />
        <input type="radio" class="PaymentMethodType" onclick="ShowCCFields(this.value);" checked="true" value="1" name="PaymentMethodType" />Credit Card<br />
        <input type="radio" class="PaymentMethodType" onclick="ShowCCFields(this.value);" value="5" name="PaymentMethodType" />PayPal<br />
        </div>
        <div class="item"><img alt="GlobalSign SSL Site Seal" src="/CatalystImages/globalsign-ssl-site-seal.gif" /> </div>
        </div>
        </div>
        </div>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script language="javascript" type="text/javascript">
                   //<![CDATA[
                   var submitcount42059 = 0;function checkWholeForm42059(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (!theForm.PaymentMethodType || getRadioSelected(theForm.PaymentMethodType) == 1) { if (theForm.CardName) why += isEmpty(theForm.CardName.value, "Name on Card"); if (theForm.CardNumber) why += isNumeric(theForm.CardNumber.value, "Card Number"); if (theForm.Amount) why += isCurrency(theForm.Amount.value, "Amount"); } if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if(why != ""){alert(why);return false;}if(submitcount42059 == 0){submitcount42059++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
                   // Credit Card info is not required if paying by PayPal, Hosted Credit Card, COD etc
                   function ShowCCFields(val) {
                       if (!document.getElementById('paymentdiv'))
                             return; 
                       if (val != 1)
                             document.getElementById('paymentdiv').style.display = 'none';
                       else
                             document.getElementById('paymentdiv').style.display = 'inline';
                   //]]>
             </script>
        </div>
    </form>
    </div>

    This answer from Support cured the problem...
    Gaurav Sharma (Adobe Business Catalyst Support)
    Feb 20 04:12 (EET)
    Thank you for contacting us!
    I just see your online shop purchase form, which contains update credit card fields,
    http://screencastmb.worldsecuresystems.com/img/2013-02-20_1309.png
    As per the field description, it's used fo rupdating CC details, not for purchases.
    Remove that system field and reinsert the form, and it should then work
    Kind Regards

  • Credit Card Failed - Invoice Number Not Found

    Hello,
    I have set up PayPal payments pro for my payment gateway and everything seemed to set up fine.  When I try to place an order on the site it gives me an error stating that "Invoice Number Not Found" as shown in this screenshot.
    No notification is sent to the customer.
    Invoice is created in Business Catalyst
    Product goes out of inventory
    Credit Card is charged.
    I have been searching for hours for a solution and I suspect it is an easy one.  I have found reference to the webform and feel that maybe the web-form for this gateway is not correct.  The form that comes up for the purchase is the default form under the module templates.  When I go to (Webform, online shop purchase form) the form there is very different. 
    Any help would be greatly appreciated
    Jon

    Hello Liem,
    You were correct.  I selected default form and it did not help.  When I went and looked at the form the existing order was highlighted.  I removed that and it works. 
    What threw me off was the invoice number was not on the form when I fill it out, but the webform did have it.  Tricky one to find but simple fix. 

  • Serial number not found and copy of windows is not genuine (it is though)

    i have a
    http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&lc=en&dlc=en&product=4075831
    Im trying to update my bios but cant seem to find it anywhere, ive uninstalled all hp application of my computer, so hp updating my bios while i dont know about seems pretty hard to do, where can i find it
    It seems that my bios has lost its information, i phoned Hp about it and it appears my computer needs to be retatood or something along them lines, as my warranty has past i would have to pay £200 to get it fixed (rip off I know) they said this could be down to changing the hardware (i have not touched anything inside my computer as im not great with hardware aspect of computers, i am with software though. After i seen the "serial number not found" message appear i started to get messages like "please activate windows you have 30 days remaining (something along them lines) i have tried entering the product key thats on the bottom of the computer but some of the key has wear on it which makes it hard to read, so i tried a factory restall and hell broke loose, im getting error messages that i cannot use this factory installed partition thats on my hard drive.
    Please help, im not paying for hp mistakes is there anything i can do, or something in there t&c that makes this there problem as they design motherboards to fail like this?
    Regaards
    Adam

    Hi Adam
    Check your PM box here at the forum. Accessed by first logging in and then clicking the little  at top right of the page.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • JBO-25029: Data class (a domain?) NUmber not found

    Can you explain the following Java Error
    (oracle.jbo.common.ampool.ApplicationPoolException) JBO-30003: The application pool (.10F514B7029) failed to checkout an application module due to the following exception:
    ----- LEVEL 1: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.domain.DataCreationException, msg=JBO-25029: Data class (a domain?) NUmber not found
    ----- LEVEL 2: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.domain.DataCreationException, msg=JBO-25029: Data class (a domain?) NUmber not found
    ----- LEVEL 3: DETAIL 0 -----
    (oracle.jbo.domain.DataCreationException) JBO-25029: Data class (a domain?) NUmber not found
    ----- LEVEL 4: DETAIL 0 -----
    (java.lang.ClassNotFoundException) NUmber
    I encountered the above error while testing HrTestModule after creating Default Database Components from Business Diagram (Jdeveloper 10.1.3.0.4).
    When I checked HR Schema there was one table with follow name - which I am unable to delete
    hr.bin$bugokhc7r6yycjxxteowkq==$0
    Thanks
    D Shah

    The table "hr.bin$bugokhc7r6yycjxxteowkq==$0" is a table that was deleted and kept in the recyle bin.
    You can see its content with:
       SQL> show recyclebinin SQL*Plus and purge it with:
       PURGE RECYCLEBIN;See http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#sthref2381 for more information.
    I'm not sure the errors you get are related.
    When do you get them exactly ?
    Regards,
    Didier.

  • Business number not found

    Hi Girus,
    When I m tring to run the payroll for Canada I m getting following error.
    Business number not found
    Check account and registration number configuration from 1.01.2010 31.01.2010
    I m maintaining 0461,0462,0463,0464 tax infotype for canada.
    Please help me to resolve this isssue.
    Thanks
    Sanju

    Hello Sanju,
    Kindly refer the WIKI document, check whether you have maintained customizing
    https://wiki.sdn.sap.com/wiki/display/ERPHCM/WCB
    Mainly check whether you have maintained WCB A/C no with Rate for the Province , the employee belongs from the following IMG link
    Payroll Canada--> Worker's Compensation --> Set up WCB accounts
    With Regards,
    S.Karthik

  • How to fix serial number not found error

    i replaced the motherboard on my compaq mini 110 now  it wont boot and says serial number not found in red and i cant get into bios how can i fix this or do i have too let hp do it ?
    This question was solved.
    View Solution.

    Hi:
    No, I don't.  I'm from Joisey, but now live in Illinois.
    Been to Queens many times back, in the day.  Can you still go over the QB Bridge for free?
    I miss the NY style pizza. I go home once a year for my pizza "fix."
    Let your fingers do the walking thru the yellow pages, is my only recommendation (or online).
    "HP computer repairs," is how I would search by.
    Paul

  • Error Message at customer checkout "Invoice Number Not Found"

    I'm set up through Authorize.net and PayPal, regardless of the payment options selected I receive the same error message. See link www.lonewolftrading.co The card is being charged, PayPal doesn't come up at all. Any help would be appreciated. Thanks.

    Hi,
    Try the suggestion from this thread, Re: credit card payment with eway returns "invoice number not found" on BC

  • "Serial Number Not Found" and battery not charging

    Hi,
    I have a problem with my Compaq mini 110c 1030sf. It started a few months ago, when a weird red message appeared on the Compaq boot logo : "Serial Number Not Found".
    Everything was still working fine though, that's why I did not try to fix it.
    However, about a month ago, when I started the computer (it had been inactive for three weeks), the battery was not charging. Since then, I can't run the computer using the battery, I have to let the AC adapter plugged.
    Windows said : 0%, not charging.
    Ubuntu says : 0%, completely charged
    I removed the battery and put it back, it started to charge, but stopped after 3 or 4 seconds.
    I also tryed updating bios, but it changed nothing.
    Could anyone please help me ? ^^

    If your mini is still within warranty contact HP.
     Have you tried the battery test in the HP Support Assistant? 
    Your BIOS has issues if you have seen that message. That is something you cannot correct on your own as it requires HP's proprietary software to enter the information in the BIOS.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • 'serial number not found' message

    I purchused this laptop in 2009. Since then had very few issues until recently when I booted my computer (HP Pavillian DV-5) and it came up with a message 'serial number not found' How do I correct this? I upgraded to windows 7 before hand and then when I accessed the start up all my hard drive information such as the product number, serial and all is gone. 
    Please help

    I purchused this laptop in 2009. Since then had very few issues until recently when I booted my computer (HP Pavillian DV-5) and it came up with a message 'serial number not found' How do I correct this? I upgraded to windows 7 before hand and then when I accessed the start up all my hard drive information such as the product number, serial and all is gone. 
    Please help

  • Serial Number Not Found

    Hello all.
    I've purchased a MacBook Pro Aluminium at Fry's Electornics Palo Alto, CA on June 2009. When I try to apply for a Snow Leopard Upgrade (up-to-date), my serial number is not recognized. What may be happening? Is it possible that I come across any problems if I need to use warranty?
    Thanks in advance.
    < Edited by Host >

    Because I got first hand experience with registering not found serials. I called Apple and they had no record of me buying my book, so they registered the serial to my name and Apple account without any proof of purchase, on the phone and all.
    Sure it would most likely be resolved if someone would have done this to his serial they found here, but it would be extra hassle.

  • HT1349 why is the serial number not found on the records?

    my ipod nano's serial number is not found on the records, why?

    You don't. Why do you think there are any and why do you need it?  iOS apps don't need a S/N since all purchases are via the App Store and recorded there.

  • Repaired Laptop tracking number not found

    I sent my laptop to the Lenovo repair center in Texas and as of July 17th it was repaired and shipped back to me.
    I was given a fedex tracking number but when I go to track it using the number it said not found.
    I called fedex to see what was the problem with the tracking number and the guy I spoke told me that that number is wrong and isn't a tracking number.
    I then called Lenovo and talked to this lady who basically told me to just wait for the package to show up, she didn't know why the number wasn't found on fedex and said just to wait.
    Seeing as my laptop was just shipped yesterday I have no problem waiting but the fact that the tracking cannot be found on the fedex website bothers me.
    Solved!
    Go to Solution.

    Was it a human being that typed the number, or was it an automated email. If the former, I would assume human error. What time was the number sent? Is it possible the machine never really got picked up by FedEx, and it will go out today?

  • Standby mount ID 0x number not found

    Hi All,
    Recently I have found in my bdump of the database the following trace files are generating and its updating several times per min.
    -rw-r-----   1 oracle   dba      3174592 Dec  7 01:49 alert_ORAJDEPD.log
    -rw-r-----   1 oracle   dba         2934 Dec  7 01:49 sid_lns1_1406.trc
    -rw-r-----   1 oracle   dba          954 Dec  7 02:00 sid_m001_20074.trc
    -rw-r-----   1 oracle   dba         5389 Dec  7 02:00 sid_lgwr_1344.trc
    -rw-r-----   1 oracle   dba        23735 Dec  7 02:11 sid_arc1_1404.trc
    There is standby database configured for the SID database.
    Conetnts of the above one trace file is
    +[SID:/d002/oracle/SID/dumpb] tail -f sid_arc1_1404.trc+
    *** 2009-12-07 02:08:13.607
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:09:13.762
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:10:13.917
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:11:14.068
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:12:14.225
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:13:14.372
    Standby mount ID 0xXXXXXXXX not found
    *** 2009-12-07 02:14:14.516
    Please advice me what is the problem here and what is the effect to the database. The standby is in sunc with the production.
    Thanks in advance.
    Arun kumar

    Hi Adroit,
    Follwong is the part of the alert log file.. I have pasted only part of it as it is too big... and there is nothing interesting too other than the below.. Please advice.
    Mon Dec  7 01:49:44 2009
    LNS: Standby redo logfile selected for thread 1 sequence 13259 for destination LOG_ARCHIVE_DEST_2
    Mon Dec  7 02:22:54 2009
    Thread 1 advanced to log sequence 13260 (LGWR switch)
    Current log# 3 seq# 13260 mem# 0: /d701/oracle/SID/redo03_SID_01.log
    Current log# 3 seq# 13260 mem# 1: /d702/oracle/SID/redo03_SID_02.log
    Mon Dec  7 02:23:10 2009
    LNS: Standby redo logfile selected for thread 1 sequence 13260 for destination LOG_ARCHIVE_DEST_2
    Mon Dec  7 02:52:57 2009
    Thread 1 advanced to log sequence 13261 (LGWR switch)
    Current log# 1 seq# 13261 mem# 0: /d701/oracle/SID/redo01_SID_01.log
    Current log# 1 seq# 13261 mem# 1: /d702/oracle/SID/redo01_SID_02.log
    Mon Dec  7 02:52:58 2009
    LNS: Standby redo logfile selected for thread 1 sequence 13261 for destination LOG_ARCHIVE_DEST_2
    Mon Dec  7 03:03:49 2009
    Thread 1 advanced to log sequence 13262 (LGWR switch)
    Current log# 2 seq# 13262 mem# 0: /d701/oracle/SID/redo02_SID_01.log
    Current log# 2 seq# 13262 mem# 1: /d702/oracle/SID/redo02_SID_02.log
    Mon Dec  7 03:03:55 2009
    LNS: Standby redo logfile selected for thread 1 sequence 13262 for destination LOG_ARCHIVE_DEST_2

  • Serial Number not found now but worked two weeks ago!

    I have input the serial number of my new purchase of ipod photo (second hand) on the support page two weeks ago and it detected that it still have 120 days left for the service plan. But I have just tried to do it again today and it says that there is no such number.
    I live in Canada and I cannot use the page for adding a serial number on the website. What should I do? Does anyone know why is this happenening? I've got this second hand, I hope it's not because this product was stolen or anything!!
    Ipod Photo   Windows XP Pro   Serial number not recognized!

    Try calling Apple...
    Apple Phone Numbers
    btabz

Maybe you are looking for

  • BI Pattern Wizard not working

    Hi, when I try to create a template in WAD using the ICP Pattern I get errors in the template.  RSWADMDERR1 169 Item not recognized; check spelling or metadata in system RSWADMDERR1 064 Parameter not recognized; Check your metadata. These errors are

  • My ipod touch won't finish backing up!

    ok so i've got my boyfriend's ipod which is mostly smashed. anyways i try to erase and sync the music from my laptop. it noticese the ipod, askes if i want to erase and sync, it says it's backing up and then a window pops up saying 'itunes has stoppe

  • ADS Problem, test doesnt stop

    Hi all, After having installed an ERP SR2 System on HPUX 11.23 and Oracle, i tried to use ADS with FP_TEST_00 report. One time the "normal" Fprunx01 Error was shown. then i used the checks in ADS guide and the several well known notes. But now when i

  • What gets stored in RoboHelp .cpd file?

    We are using VSTS to store our RoboHelp project. My coworker and I each check out the entire project (unlocked), do our work, and then check everything back in. We are having problems checking in the .cpd file. Can someone explain what type of change

  • Integration of Oracle Reports to Jdeveloper

    Hi, How do we integrate Oracle Reports to Jedeveloper? Do you have atep by atep tutorial for doing this? Regards, Gareth