Price in PO does not save

any tips on this problem?   we wrote code that works in our test environment using the sbodemo database, the code creates a PO and sets the price (code below) successfully.  However, in our production environment, the PO created when viewed in SBO, the price is set to zero.  help please?
                    oDoc.CardCode = data.docbp
                    oDoc.DocDate = data.docdate
                    oDoc.DocDueDate = data.duedate
                    oDoc.SalesPersonCode = data.SBOBuyer
                    oDoc.PaymentGroupCode =data .GroupNum
                    oDoc.Comments = data.Remarks
                    oDoc.NumAtCard = data.docref
                    oDoc.Lines.ItemCode = data.itemcode
                    oDoc.Lines.Quantity = data.quantity
                    oDoc.Lines.Price = Convert.ToDouble(data.unitprice)
                    If .currency <> "##" Then oDoc.Lines.Currency = data.currency

Hi Rodney,
There's a flag in Document Settings that says "Calculate the Row Total using the Unit Price". If you need this check enabled, use the UnitPrice field instead of Price. If you don't, uncheck it and your code should work.
Hope this helps,
Ian

Similar Messages

  • I get the firefox pop up "do you want to remember this password", but it does not save it. There is no "yes" option on the pop up. How can I get Firefox to save my passwords?

    I want Firefox to save my passwords as it has in the past, but now it is not doing so. I am using version 6.0.2, I see the pop up asking to remember the password, but firefox does not save the passwords. What can I do to correct this so FF starts saving my passwords?

    Firefox 4 and later versions place a key icon on the location bar that allows to (re)open the dialog to save the password at any time.<br />
    That pop-up dialog has a button labeled with "Remember Password".<br />
    If you click the arrow next to that button then you see the other choices ("Never Remember Password for this site", "Not Now").<br />

  • WHEN I GO TO PRIVACY SETTINGS AND CLICK ON EXCEPTIONS AND TYPE IN A WEB ADDRESS TO ALLOW ALL THE TIME IT DOES NOT SAVE IT THE NEXT TIME I SIGN ON TO FIRE FOX IT IS LOST. IT WORKS FINE ON MY DESKTOP BUT NOT ON MY LAPTOP THAT I JUST BOUGHT in English.

    Question
    WHEN I GO TO PRIVACY SETTINGS AND CLICK ON EXCEPTIONS AND TYPE IN A WEB ADDRESS TO ALLOW ALL THE TIME IT DOES NOT SAVE IT THE NEXT TIME I SIGN ON TO FIRE FOX IT IS LOST. IT WORKS FINE ON MY DESKTOP BUT NOT ON MY LAPTOP THAT I JUST BOUGHT in English.

    I just updated my whatsapp...clicked on whatsapp in appstore and now can access my whatsapp

  • Report Template does not save

    HI,
    I am creating a new report template. On save I get this error: Error occurred while saving the document template; save again.  Although I save again, it does not save the layout. At this stage I don't check the symbols as I have not yet created any into the layout.  Even though I say 'check', it does not save at all.
    Can anyone help.  I have checked the File locations for Template folder to be correct C:\....\SAP\FrontEnd\SAPgui\wwi
    Am on GUI 7100.3.12
    Patch 12
    Any recommendations ? Thanks

    Hello Sanjay,
    It seems to be DMS configuration issue. May be your system is trying to store the template document to external database by using "kpro". Please check for following two configurations:
    1. Go to Basic Data & Tools-->Report Definition >Settings for Document Management>Assign EHS doc type to DMS doc type Here for doc type "SBV" , Ty. should be "SBV" and Data Carrier should be "SAP System" if you are not specifying any     external server for document storage.
    2. Next, Go to Basic Data & Tools-->Report Definition >Settings for Document Management> Check Doc types and doc statuses.  Go to the "Details" of doc type "SBV", and uncheck "kpro" if checked.
    If you have configured external server for WWI docs, then you need to define different data carrier.
    Please tell if it solves your problem, otherwise you may be probably having problem with your document status management.
    In that case, you may like to refer following SAP notes in sequence.
    995736,1005225,1091699.
    regards
    Pavan

  • Why is my Apple ID not working in iTunes and App Store on my iPhone? Nothing happens if I click buy for apps or music. If I then go to settings/iTunes App Store my Apple ID is not there. If I then enter ID and password it does not save or link to account?

    Why is my Apple ID not working in iTunes or App Store on my iPhone? When I try to buy apps or music it asks for Apple ID so I enter my info and nothing happens. When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account. I do not have this problem with iPad ID is stored and can be used in App Store and iTunes. I have just upgraded to 5c and it's still a problem.

    LeesaHeeley wrote:
    When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account.
    When fist setting up your new iphone you will be asked to log in with an apple id and password. If this did not happen you can then do as you suggested going to settings to itunes and app store and add your apple id login. This apple id login must have already been created for the iphone to accept it. If this apple id is already created but is not being accepted by your iphone you then should shut down your iphone and restart the device.
    Good luck.

  • Error Message on EO's method validator does not save

    Anyone know why when I define a validation using MethodValidator rule the error message does not save. I enter a string, click ok and click apply but when I look back the error message has disappeared?
    Is this a bug? I am using version 9.0.3.5 (Build 1437). I need to use this version for OA Framework OA Apps version 11.5.10CU2

    Did you ever figure this one out?

  • Javascript not working with 'Display as Text (does not saves state)'

    Hi,
    We have these following items in P3 of our application,
    P3_EDIT_ACCOUNT Display as Text (saves state)
    P3_USEFUL_LINKS Display as Text (saves state)
    P3_LAST_APPROVED Display as Text (saves state)
    P3_ARCHIVES Display as Text (saves state)
    And we are initializing these items in a pl/sql process under 'Page Rendering'
    For example,
    :P3_ARCHIVES := '<font face="Arial, Helvetica, sans-serif" size="-1">Archives</font></a><td> ';
    When our environment was upgraded from HTMLDB1.5 to HTMLDB2.0,
    instead of displaying the proper value of :P3_ARCHIVES,
    it was displaying the tags,
    i.e. instead of displaying 'Archives', it was displaying the whole
    '<font face="Arial, Helvetica, sans-serif" size="-1">Archives</font></a><td> '
    So, when we changed all items to 'Display as Text (does not saves state)' and it was working.
    But then we have another problem,
    We render the rest of the same page with another pl/sql block,
    Here is a portion from that pl/sql for your reference,
    htp.p('
    <script>
    //Script to check the status change.
    //The script source is rendered through PL/SQL.
    function checkStatus()
    var promptStr = someString;
    if(ans.toUpperCase() == "AMBER" || ans.toUpperCase() == "RED")
              var cnfm = confirm(promptStr);
              if(cnfm)
              do something....
    </script>
    htp.print('
    <td width="5%" bgcolor="#ebebc5" height="19" align="middle" >
    <input TYPE="radio" name="'||l_g_fnumber||'" value="GREEN"');
    IF l_allow_update THEN
         htp.print(' onClick="checkStatus()"');
    ELSE
    htp.print(' disabled onmousedown="return false;"');
                        do something....
    Now the issue is , when we changed all items to 'Display as Text (does not saves state)', the checkStatus() function is not getting called in the onClick
    event of the radio button and hence the confirm window for the call to
    confirm(promptStr) is not coming up.
    But if we revert back the items to 'Display as Text (saves state)',
    the checkStatus() javascript function is getting called properly but html tags are displayed against the items instead of the proper value (as mentioned in ********)
    Please do let us know a possible solution to this issue.
    Thanks & Regards-
    Rupak

    Thanks Varad for your response.
    This is the error i am getting.
    1 error has occurred
    PLSQL anonymous block source type can be used ONLY with Display Text (based on PLSQL) item type.
    yes i am using in the source..
    I also tried with the PL/SQL Expression of FUNCTION in this case it is executing the query but once i run the page ora- 06550 error occured.
    Thanks
    AT
    Edited by: ranu on Jan 8, 2009 2:51 PM

  • Firefox does not save toolbar I made

    Since FF upgraded me to Firefox 23 My tool bars are messed
    Every time I make a new toolbar Via "Customize" > "Add New Toolbar" after I exit it does not save.
    Yes I read over 10 different articles on it.
    1) I deleted the localstore.rdf and started from scratch. After 15 minutes of dragging all the icons to various toolbars I close out of Customize. I then restart Only to find my toolbar not saves and icon missing (placed back into the Customize Box)
    2) Only solution ALWAYS given is going to Safe Mode and resetting everything.
    That requires me to spend 5 hours backing all the settings and data I have saved in the various 189 items loaded.
    Why so many? If not that many I would have to spend 6 hour more all day on my computer doing things that many of these addons do for me. Time is Money.
    3) This is not the first time over the 8 years or so of using Firefox this has occured.
    4) Question why doen't save when you close out of "Customize" than when you exit? Plus what in Firefox is messed up that it is not saving right?

    Nope, I tried it again and added buttons to the New Tool bar I made and everything disappeared once I restarted Firefox up again. So they have not solved it. From FF 23 now on FF26 and it has not been fixed

  • When I am on Safari, the page randomly goes back to the previous page I was on. This is really frustrating when I am writing something online because it does not save my work. Fix for this?

    When I am on Safari, the page randomly goes back to the previous page I was on. This is really frustrating when I am writing something online because it does not save my work. Fix for this?

    (A) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Reset all settings
    Settings>General>Reset>Reset all settings
    Note: Data will not be affected but settings will be reset.

  • I just got photoshop cc 2014 on windows 8.1 64 bit, and it starts up on the white layout and and whenever I start a project it is in a window? Also whenever I try to change on of these it does not save. I am using the trial

    just got photoshop cc 2014 on windows 8.1 64 bit, and it starts up on the white layout and and whenever I start a project it is in a window? Also whenever I try to change on of these it does not save. I am using the trial. Basically nothing saves and it was all screwed up when I first got it.

    Do a screen screen capture and post it here so we can see what you stating about a white layout...

  • Acrobat 9.4.2 does not save/export all graphic formats

    Dear all,
    Obviously i had my glass of wine to early! See http://forums.adobe.com/thread/798630 for the whole story of my re-re-re-istallation of Acrobat.
    The installation of 9.0 from the TCS2 DVD was OK
    After update to 9.2 my tests displayed correct results for all desired tasks
    After the update to 9.4.2 i obviously did not test thoroughly enough (hence the glass of whine).
    Later it turned out that 9.4.2 does not save/export graphic formats:
    pdf (all flavours), eps and ps are exported correctly
    html (all flavours) export a html file and the image as jpg correctly
    jpg, jp2 does not save anything, and no error message gives a hint
    doc, rtf save issue error message "Save As failed to process this document. No file has been created"
    png and tif do not save anything, and no error message gives a hint
    xml table and xml export correctly
    txt (both flavours) are exported correctly
    Hence the only method i can get a picture is to export as HTML and through away the HTML... or: enlarge the picture as much as possible on the screen and take a screen shot.
    What is missing in this installation?
    During my re-re-re-installtions some Windows updates may have happened.
    Any help available for this issue?
    Klaus Daub e

    The story goes on and hopefully Adobe has an answer/fix for this
    There was an automatic update from 9.4.2 to 9.4.3, but the problem still existed.
    So I decided to uninstall Acrobat and re-install it for the nth time: start with the installation of 9.0 from TCS2, reboot, update to 9.2, reboot, update to 9.4.3 and reboot again.
    The result is very mixed (and this was alrady with the newly installed 9.0):
    Save as RTF or DOC creates RTF and DOC files - although the contents is not that useful.
    Save as PNG is OK
    Save as JPG, JP2 or TIF works, but it turns out, that the files are all PNG (although with the various extensions)!
    Creating a snapshot now works correctly. The clipboard receives a bitmap. However: although I have set the preferences for the snapshot to be of 96 dpi the bitmap gets the property 72 dpi!
    Setting acrobat.exe to be Compatible to XP SP3 does not change a jota.
    Keep in mind: on Windows XP things worked correctly for a long time. Switching to Window 7, x64 creates this strange problem.
    I need to start with Acrobat from the TCS2 DVD, because otherwise I do not get the correct implementation for working with FrameMaker.
    I'm very reluctant to buy Acrobat X, for me there are too many gimmics there (besides the costs).
    Klaus Daube

  • My version of LR-5.7 (OS X 10.8.5) apparently does not save the .NEF (Nikon RAW) edits done in the basic module.

    My version of LR-5.7 (OS X 10.8.5) apparently does not save the .NEF (Nikon RAW) edits done in the basic module. That means that I can correct exposure, highlights, shadows etc. but once I go to another picture and returned to the edited one the histogram (on the edited photo) and specifically the clipping triangles are white or some other color. This is normally suppose to indicate that some channel or all channels are clipped in the highlight/shadow areas. If I adjust any slider in the Basic panel even as little as one +/- value or press the J-key, the histogram will now show the original edit. Moving on to another photo and then returning to to previously edited one and again the edits are "not saved" and I have to hit the J-key or adjust a slider to see the previously edited information reflected in the histogram.
    This is especially frustrating for fours reasons. If I have edited a shoot and return to it I cannot see from the clipping information whether the original edit was correct and of course I might re-edit it (to some now incorrect value). This brings up the second issue synchronization. I can't rely on it because if I go back to fine tune a specific image in the batch the triangles are white or some other color for that and every image. I have to hit the J-key to show/hide clipping or the back slash key to see before/after previews. This is the third issue which is very time consuming and inefficient regarding my workflow. The forth issue is that I have noticed that normally when an image is saved in PS, LR adds a copy of the saved version to its catalogue. I have noticed that the PS to LR saves are all wrong in terms of exposure (they are much lighter in tone) than the original LR edit and the PS edit on my screen. If I check the PS to LR photo in LR I notice that the Basic panel values have been changed and that I have to sync the image with the originally edited RAW/NEF LR file to get it to look the same.
    Note 1). I am using an Apple cinema display and a calibrated Eizo ColorEdge monitor to view my NEF files. I have reverted back to using LR 4 however I am not sure if I should expect compatibility problems with Camera Raw 7.4 in LR 4 vs. Camera Raw 8.6 in LR 5.
    Note 2.) I am going to do an import converting everything to .dng  to see if this is a work around.
    Note 3). I would be interested in knowing if this issue is related to the PS RAW engine ver. 8.6, the Adobe created NEF calibrations or LR 5.
    Note 4). I have duplicated this issue in OS X 10.8.5, OS X 9.xx and OS X 10.10.1
    Hopefully someone else has noticed this problem. Any shared information would be valuable. Thanks for the reply.

    Happy New Year!
    The Develop panel Tone settings in your Dec 31 screenshot show both the Highlights and Shadows controls set to negative values (-48 and -19). For most images (such as this model shot) they should be set to opposite values (-Highlights and +Shadows). To try and duplicate your issue I used negative values for both of these controls with a similar high contrast image. I noticed that the Shadows control becomes non-linear when both the Highlights and Shadows controls are set to negative values. As I moved the Shadows control from a positive value the Shadows clipping indicator comes ON as expected. Moving the Shadows control to a value caused the clipping indicator to turn OFF and moving it further negative caused it to turn back ON again.
    The following screenshots demonstrate the issue with only Highlights & Shadows controls applied as shown.
    The Highlights & Shadows controls set just to the threshold of extinguishing the clipping indicators.
    Moving the Shadows control toward negative causes the Shadow clipping indicator to come ON (as expected), but at-13 it goes OFF again!
    Moving the Shadows control further negative causes the Shadows clipping indicator to come back ON at -33.
    This is probably normal behavior for the PV2012 Image Adaptive Tone controls as they were not designed to be used way (- - or ++ Highlights & Shadows). The PV2012 Tone controls all interact with each other, which is why it is suggested to adjust them from the Top down starting with Exposure. For most images using -Highlights and +Shadows of near equal value produces good results.
    I still can't duplicate the change in clipping indicators after selecting another image, so it may be unique to certain camera models and/or lighting conditions.
    SUGGESTION
    Try one of the image files that exhibits this issue using the following PV2102 Tone control adjustment procedure:
    Start with all of the Tone controls at their default 0 settings and adjust them from the top-down in the order shown below.
    Set Exposure to correct midtone brightness ignoring the highlight and shadow areas for now. Setting Exposure slightly higher (+.25 to +.50 EV) than what looks correct for the midtones seems to work best with most images.
    Leave Contrast at 0 for now. It’s usually better to adjust this after the first pass.
    Adjust Highlights so that blown out areas are recovered and “fine tonal detail” is revealed.
    Adjust Shadows to reveal fine detail in dark areas. For most normal images simply setting +Shadows = -Highlights (Example +50 and -50) works very well.
    The Whites control sets the white clipping point, which you can see by holding down the ALT key as you move the slider. Adjust it to the point where you see clipping appear with the ALT key.
    The Blacks control sets the black clipping point, which you can see by holding down the ALT key as you move the slider. Adjust it to the point where you see clipping appear with the ALT key.
    Now go back and adjust the Contrast control to establish the best midtone contrast
    If necessary “touch-up” the controls using the same top-down workflow.
    If the issue persists I suggest Exporting an image to DNG file format with the settings that exhibit the issue and post it to Dropbox or other file download site.

  • Recording does not save the file

    We are facing a serious problem with Captivate 2. After
    recording about 40 -50 slides it does not save the file.
    The system hangs for several minutes and there’s no
    response.To analyze this problem we have tried out User Forums and
    FAQs.In the User Forum too similar problems are reported. For
    example, visit:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67&catid=464&threadid =1261116&enterthread=y
    In fact, in our team Captivate is loaded on a standalone
    hi-end system with ample space and memory.
    We have also tried workarounds to address this issue. For
    example, we deleted all temp files from library and we also saved
    it on a short path like c:/project.
    Nothing works!!!

    Hi Madduser and welcome to our community
    When you say
    To analyze this problem we have tried out User Forums and
    FAQs are we to assume you simply searched them and read the
    threads? I'm assuming this because this is your first post here.
    You will note that the thread you linked to mentioned the
    person was attempting to save on a network. I do see you have tried
    using the shortened local path to no avail, so I'm guessing the
    network is ruled out here.
    As usual, I've got more questions than answers, but hopefully
    as we work through them something will come to light.
    * Have you EVER been able to create and save things using
    Captivate? Or did you just install it and it's never worked for
    you?
    * Have you tried what is outlined in the following Technical
    Note?
    Click here to read the
    Technical Note
    Cheers... Rick

  • View Object Editor in JHS 10.1.2 does not save any changes....

    Hi,
    When I did exactly as the JHeadstart Tutorial says, I noticed that
    in JHeadstart 10.1.2 with JDeveloper 10.1.2
    JHeadstart does not save any changes I make in the View Object Editor
    of the Application Structure File Editor !!!
    For instance when I change the Width property of an Attribute from 60 to 5
    it changes to 5, but when close the View Object Editor
    and reopen it again, the Width is back to 60...
    Even when I click the button "Validate the Application Structure File" before
    closing the VO Editor....
    What do I do ??? Is the only solution to edit the XML file
    or something like that without using the VO Editor ?
    Or is there a better solution ?
    Does it maybe work in an older version of JHeadstart ?
    If so, where is the older version available for download ?
    Thanks,
    Eric Joosse

    Eric,
    How did you leave the JHeadstart VO editor?
    The changes should be saved when you click the OK button in the VO editor itself, but they are not saved if you click Cancel, or the little cross in the upper right corner, or leave it open while going back to the Application Structure File editor. That's because it's a standalone editor (you can also find it when right-mouse-clicking the VO in the Model project). The icon in the Application Structure File editor is just a quick way to get to it.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • New entry for a view in SM30 does not save

    Hi all,
    I created a new entry for a view in SM30.
    Then when I tried to SAVE it, it does not SAVE and comes back to the same screen with the new entry. And it continues, until you CANCEL and come out.
    Please let me know the reason for it.
    Thanks and regards,
    Anishur

    copy the sap view to a zview make the modifications and generate in se11 the table maintenance generator.
    why was it necessary to make the modification to the original SAP view ??
    kind regards
    arthur
    Edited by: A. de Smidt on Apr 16, 2009 9:08 AM

Maybe you are looking for

  • Character encoding problem in deployed version

    Hello, I developed an ADF/jspx application in JDeveloper. When I'm running it in the embedded OC4J or the stand-alone OC4J, everything works well. But when I deploy it into OAS 10.1.3 and run it, the special characters (in my german case for example

  • Change Browser window dynamically

    Hi, I want to change the Browser 's height with a Button click from my swf file. Can I do this? Thank you, Luciewong

  • Hp photosmart Error #100 VSA

    Just bought the C4580 - wireless installation appears to be painfull!! I have spent 2 hours trying to setup but the following message just want go away!  Error #100 VSA - problems may exist with network functions of the printer!! Someone please help!

  • Share disks over wan

    Hi All I am having this problem with my TC (firmware 7.6.4): If I tick "Share disks over wan" I can not access the disk from outside my network If I untick it, then I can access the disk from remote. It is like it is inverted. Am I the only one? Than

  • Cannot distribute ALE model

    I've gone through the steps to create a model view, message types and generate the partner profiles in my SRM system. When i try to distribute the model to the backend, I get the follwing error: Model view XXX has not been updated              Reason