Condition value not updated when qty changed

hi all,
I have created a new condition ZPR1 (copied from PR00) and use a new formula for it.
There is a problem when I change the qty after the item is billed.
Suppose the original qty is 1 and total ZPR1 price is 100. When I change the qty to 2, the ZPR1 price is still 100! It will change to 200 if the item is not billed.
Anybody encounters such problem and how to solve?
Thanks

Hi,
I don't mean to change the unit price.
I mean the condition value (the item total price) is not updated
You can't change the price anymore in the condition tab after you billed
But when you change the qty of the item, the total value should change accordingly
And I think for my case I should not cancel the invoice. Suppose original qty is 10, and there is partial shipment of 7 and billed the customer. Later customer request to reduce the qty to 7 to complete the item. We should not cancel the invoice in this case.
Try to test with PR00 and PN00, you will see the item value will be changed according to the item qty.

Similar Messages

  • Statistic condition values not updated during Sales order Settlement

    Hi,
    In our client we have different Price condition types for based on scenario wise. Ex: Domestic Sales (ZPR1) and Export Sales ZPR2. I have maintained separately value fields for each price condition types.
    We are booking some financial charges, and interest on working capital etc., this cost we need to transfer to COPA each Material wise based on sales revenue.
    For this purpose we have created one COPA Assessment Cycle.  Tracing factor is Sales Revenue and receiver is Materials.
    In COPA Assessment cycle we can give only one base means ZPR1 related value field or ZPR2 related value field.
    For this reason we have created one new statistic condition type,  what is amount there in ZPR1 that amount will updated automatically in statistic condition place and so that we can give once one trance factor in COPA Assessment Cycle. We have assign this statistic condition all pricing procedure
    Now my problem is in MTS scenario statistic condition values updated correctly. But in MTO scenario sales order settlement time statistic condition values not updated.
    So is it possible update during sales order settlement time statistic condition values.
    Please give me suggestion.
    Regards,
    Thiru

    Hi Ajay Sir,
    As you said is correct.
    But in our client we have around 9 Plants and each plant manufacturing product are different. Client Requirement is in COPA Report they need see each product wise sales revenue. In this way we mapped product wise value field.  System already mapped one guy in this way earlier. Now I am doing some changes for relevant to month end activities.
    Some financial changes transfer to COPA each plant wise on Material. Here sender is cost center and receiver is Material. Base is Sales Revenue.
    Please suggest me is there any alternative.
    Regards,
    Thirumalesh .

  • Desktop does not update when I change networks

    I'm having this odd behavior that I hope someone can shed some light on.
    My desktop is set to keep my icons arranged by name. All of my volumes appear on the desktop, as well. I've noticed in recent weeks that whenever I switch networks, my desktop stops updating. It happens when I unplug my ethernet at work and move to the wireless network, or when I pack up, come home, and connect to my wireless network at home. When I connect to a network volume or plug in my iPod, the icons do not appear on my desktop. Or, if I delete a file from my desktop, it leaves an empty space instead of rearranging the icons like I have it set to do.
    I've found two ways to fix it.
    (1) Relaunch Finder.
    (2) Open the Desktop View Options (Command-J) and adjust the grid spacing.
    Once I do either of these things, all of the icons rearrange appropriately and network volumes I've connected to since switching networks appear. However, on Monday, when I go in to work, I'll have to do one of those two things again.
    Maybe it's just a nuisance, but I worry that behavior like this is a symptom of a larger problem. I can't think of any new software I've installed that might be causing this trouble. I've repaired permissions and deleted caches and all that stuff. Has anyone else experienced this problem?

    Since changing the grid spacing fixes things, I don't think this is a switching network issue. It sounds to me like its a switching screen resolutions issue. I'm guessing that you have your machine plugged into a monitor at one location and not the other, or you have monitors of different sizes/resolutions at both locations. You can test this theory by simply changing your screens resolution once you get your machine into this state. If it fixes the problem, then I was right.
    As far as a permanent fix, I don't think there is one. Only workarounds like you have already discovered.

  • Finder not updating when files change

    I’ve started experiencing a really irritating problem whereby the Finder does not automatically update the view of a directory when I save a file in it. It seems to ignore all file system changes.
    This never used to happen. In fact, when I first installed Leopard I was very impressed at how instantly file system changes were reflected in Finder windows.
    Looking at some of the other threads here I tried relaunching Finder to see if that made a difference. However, attempting to relaunch Finder causes it to ‘exit’ and not restart. If I do "ps ax | grep Finder", I get this line:
    486 ?? E 0:00.00 (Finder)
    The process will not exit, even if I try to “kill -9” it.
    Sometimes rebooting solves the problem.

    Yeah seem to be having the same problem with Finder updating as well.
    I deleted a few of the files in my download folder and all the files disappeared. Yet only the properly deleted files appeared in the Trash. I browsed back to the dowload folder and one thing had reappeared, then all the others suddenly appeared out of nowhere while I was looking at the folder.
    Very strange.

  • All components not updating when I change the L&F

    I have developed a GUI and want Windows LookAndFeel for it. Please excuse me if I use some terms incorrectly. I'll explain my class structure first -
    1. class MainWindow - Contains the main method and invokes MainFrame
    2. class MainFrame - Creates the basic GUI and all the components and their event-handlers
    3.class MainPanel - Contains the actions to be taken in response to an event in MainFrame
    4. Dialog Boxes : Their are several classes implementing several dialog boxes which I load as needed.
    I have changed the L&F in the MainFrame class after all the MainFrame class components have been loaded. I have also used updateComponentTreeUI( ) to update all components already formed. I found out that not all components are having the Windows L&F when I tried out a JProgressBar. Instead of the green-broken progress indicator (Windows XP style), it was showing the gray-filled indicator (Java style). Then I noticed even the Menu Items are having the default L&F. Can anyone comment. Not giving any code because I am not sure which part of the huge GUI code should I post, i.e. where the problem really lies.

    You just said it doesn't work for a menu. So you
    create a frame with a menu and a menu item. About 10
    lines of code. Then you add two buttons one to switch
    to the Windows LAF the other to the Metal LAF.
    Another 10 lines of code. Now you have your demo
    program.No no, you din't get me. I know the basics regarding L&F. All the components are working fine, but that JProgressBar is not showing the XP view. Forget the JMenuItems, I am not sure the view is Windows L&F or Metal L&F, but I am sure the JProgressBar is not Windows L&F (while the rest of the components in the dialog box are perfect). Could this be due to something that I missed out while implementing the JProgressBar. But the Windows L&F is loaded before the dialog box containing the progress bar comes in. Your answer to my last Swing post helped me a lot. Hope you (or anyone else) can help me with this too

  • Treetable does not update when plsql changes db

    Hi,
    I have a database table based VO. From this VO I create a treetable.
    Now I use a pl sql procedure that I invoke from my UI that rollsup data that is shown in the treetable.
    My problem is that a simple addPartialTarget statement on the treetable is not refreshing the data that is shown in the tree table after the rollup finishes and the results are written to the DB.
    I also tried the sequence of these methods that I found somewhere.
    vo.clearCache();
    vo.refreshCollection(null,true,true);
    vo.executeDetailQuery(masterRows);
    This also did not work. On inspection of the code in these methods I saw that they operate on the default iterator (the later 2 calls). Hence my problem since treetable is supposed to have some internal iterators.
    My question is how do I force the treetable to refresh itself in my scenario or more preceisely the VO to update the values in its cache and than the treetable partial target should be able to pick up these changes ?
    Regards.

    So here is the soln for all interested
    After reading the documentation on refresh properties I saw the tip that the only way to refresh the iterators was to call execute on the given iterator.
    This can be done as below :
    // Tell the iterator to re-execute the query to get the new data
    ControlBinding ctr = (ControlBinding) getBindingContainer().getControlBinding("YourTreeBindingNameHere");
    CollectionModel model = (CollectionModel)this.yourTreeTable.getValue();
    JUCtrlHierBinding hierBinding = (JUCtrlHierBinding)model.getWrappedData();
    hierBinding.executeQuery();
    // refresh UI to show the new data in the iterator above.
    AdfFacesContext.getCurrentInstance().addPartialTarget(yourTreeTable);
    Setting the refresh to any amount of properties would not have helped and indeed did not help as I tried it all out.
    Sorry can't find the document page again for this post but you will find this tip where all the property values for Refresh attribute on the iterator are defined i.e. ifNeeded, prepareModel etc.

  • ICal does not update when calendar changes are made on all my other devices. Prompt that the server does not recognize the password, but the password is correct.

    I have an iPhone 5, iPhone 5s, MacBook Air and recently bought an iPad Air. Since I synced my iPad, my iCal on my Macbook no longer updates and every time I open it, this window appears even if I didn't change or forget my password. So I tried changing my password and still this window appears. I hope someone can help me. Thanks!

    As if by magic it is now working. I went away from the mac for a couple of hours, came back and it started to work. This is scary as I would expect this kind of action on a Mickysoft machine but not a Mac. Ho Hum - at least the problem has been sorted even if I don't know how.
    Chris

  • Play list in iCloud does not update when I change it on my computer

    I have a play list that I have  been adding songs to. (runs are getting longer) The problem is even if I click on the update iTunes match in iTunes the added songs do not appear on my other devices. In particular my iPhone. The play list on my phone still shows the old song count the playlist originally had. How can I get these songs to show up on my phone...I have 4 days to get this figured out before the marathon...

    3rd generation iPods don't charge over USB.

  • Values not updating in Condition records

    Hi All,
    Small question for you all -
    We have a condition record for TAX (ZVAT) this has three access sequences on it, one of these feilds for access is the HT (OIHANTYP),
    Nowe the problem is when HT = 01 then Vat should be calculated at the correct rate of which it does, but when you change the HT code to 02 then the Condition does not update, the only way around this is to carry out new pricing not ideal,
    Also if after changing the HT code and saving the order the order still does not update.
    Just as a side we also use scales and this works fine, if you amned the qty up then the rate chages automatically with these adjustments, it only seems to be when we change the HT that this problem occurs.
    Also just notice we are also using split valuation items, so also the batch needs to be maintained, if you get the right combination of Batch and HT then the condition updates all o, any ideas where this maybe set?
    Any help or comments are most welcome
    Regards
    Steve
    Edited by: Steve Cane on May 20, 2009 12:32 PM

    Hi Steve,
    If the field is available in VBAP or VBKD,  get in touch with an abapper and try the code in the below mentioned exits in MV45AFZB:
    USEREXIT_NEW_PRICING_VBAP
    Option for entry of preconditions for carrying out pricing again (e.g. changes made to a certain item field could be used as the precondition for pricing to be carried out again).
    USEREXIT_NEW_PRICING_VBKD
    Option for entry of preconditions for carrying out pricing again (e.g. changes to the customer group or price group could be set as the preconditions for the system to carry out pricing again).
    Regards,
    Naveen Aggarwal

  • Om,schdule_ship_date should not be updatable when we change a request_date

    Hi all ,
    can you please help to resolve this issue?
    In OM module Sales order form
    we have request_date and schdule_ship_date and they are some default rules are defined
    as sysdate for both the dates and thses should be effected once you save the form.
    our requirement is schdule_ship_date should not be updatable when we change a request_date
    for the already existing sales order(SO).
    This can be achieved through form personalization.
    Thanks & Regards
    maruthi

    Hi dgood76,
    Becoz there are so many personalizations and dff customizations are done on the form .
    If i remove the dependency is anything is effected .
    Thank & Regards
    maruthi

  • Schdule_ship_date should not be updatable when we change a request_date

    Hi all ,
    can you please help to resolve this issue?
    In OM module Sales order form
    we have request_date and schdule_ship_date and they are some default rules are defined
    as sysdate for both the dates and thses should be effected once you save the form.
    our requirement is schdule_ship_date should not be updatable when we change a request_date
    for the already existing sales order(SO).
    Thanks & Regards
    maruthi

    Duplicate.
    schdule_ship_date should not be updatable when we change a request_date

  • Text not updated when changing the ResourceBundle

    this is an abstraction of what i have on my code:
    controller
    public class controller extends VBox{
         @FXML protected Label ex2;
         public CtrlMainMenu() throws Exception{
              FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("/view/View.fxml"));
              fxmlLoader.setController(this);
              fxmlLoader.setRoot(this);
              fxmlLoader.setResources(CtrlLanguage.resource);
              fxmlLoader.load();
         @Override public void initialize(URL arg0, ResourceBundle arg1) {
              ex2.setText(arg1.getString("ex2"));
    }View
    <fx:root type="VBox" xmlns:fx="http://javafx.com/fxml">
         <children>
              <Label text="%ex1"/>
              <Label fx:id="ex2"/>
         <children>
    </fx:root>Language controller
    public class CtrlLanguage{
         private static String PATH =
              new File(
                   CtrlImageLoader.class.getProtectionDomain().getCodeSource().getLocation().getPath()
              ).getParentFile().getPath() + "/language/";
         public static ResourceBundle resource;
         public static void setLanguage(String file) throws Exception{
              try {
                   if(new File(PATH + file).exists())
                        resource = new PropertyResourceBundle(new FileInputStream(PATH + file));
                   else
                        resource = new PropertyResourceBundle(CtrlLanguage.class.getResourceAsStream("/language/"+file));
              } catch (Exception e) {
                   resource = new PropertyResourceBundle(CtrlLanguage.class.getResourceAsStream("/language/EN"));
         public static String get(String key){
              try {
                   return resource.getString(key);
              } catch (Exception e) {
                   return key;
    }problem comes when I try to change the language without changing the current root
    the elements of the view are not updated when the bundle is changed (CtrlLanguage.setLanguage("file");) until the root is changed/loaded again
    is there any way so i can make the content change without having to reload again the root?

    A method which returns an instance of the following class:
    * A localizable read only property for internationalization of string properties.
    * @author Christian Schudt
    public final class LocalizableStringProperty extends ReadOnlyStringProperty {
        private String resourceKey;
        private StringProperty text;
        private String baseName;
        private ClassLoader classLoader;
        // Keep the listener as hard reference in the class, so that it won't get GCed, until this class has no references any more.
        private ChangeListener<Locale> changeListener;
        public LocalizableStringProperty(LocaleManager localeManager, String baseName, String resourceKey) {
            this(localeManager, baseName, resourceKey, null);
        public LocalizableStringProperty(LocaleManager localeManager, String baseName, String resourceKey, ClassLoader classLoader) {
            changeListener = new ChangeListener<Locale>() {
                @Override
                public void changed(ObservableValue<? extends Locale> observableValue, Locale locale, Locale locale1) {
                    localeChanged(locale1);
            localeManager.localeProperty().addListener(new WeakChangeListener<Locale>(changeListener));
            this.baseName = baseName;
            this.classLoader = classLoader;
            this.resourceKey = resourceKey;
            text = new SimpleStringProperty();
            localeChanged(localeManager.getLocale());
        private void localeChanged(Locale locale) {
            ResourceBundle resourceBundle;
            Locale.setDefault(locale);
            if (classLoader == null) {
                resourceBundle = ResourceBundle.getBundle(baseName, locale);
            } else {
                resourceBundle = ResourceBundle.getBundle(baseName, locale, classLoader);
            text.set(resourceBundle.getString(resourceKey));
        @Override
        public String get() {
            return text.get();
        @Override
        public Object getBean() {
            return text.getBean();
        @Override
        public String getName() {
            return text.getName();
        @Override
        public void addListener(ChangeListener<? super String> changeListener) {
            text.addListener(changeListener);
        @Override
        public void removeListener(ChangeListener<? super String> changeListener) {
            text.removeListener(changeListener);
        @Override
        public void addListener(InvalidationListener invalidationListener) {
            text.addListener(invalidationListener);
        @Override
        public void removeListener(InvalidationListener invalidationListener) {
            text.removeListener(invalidationListener);
    }

  • Currency in Condition type not updating

    Dear Team,
    The currency in PO condition type is not updated when the defaulted currency in PO header is modified.
    I want the system to automatically update the PO Condition type currency when the header currency is updated.
    Apperciate ur immedaite assistance.
    Zulfikar

    The PO Curreny Can not be changed bcz of the below reasons.
    As a basic rule, the currency cannot be changed if there has already been a goods receipt against a document.
    If the document contains external service and/or limit items, or if an invoicing plan has been assigned to an item, the currency cannot be changed following the receipt of an invoice either.
    If external service items exist, the currency also cannot be changed if services that have actually been performed have already been recorded or if the item in question has been assigned to a preventive maintenance (servicing) plan.
    But for a New PO and no GRN is done , in that case once you change the Currency in the Delivery/invoice tab at PO Header ,
    then the Currency for Conditions also changes..

  • Do not update in qty for asset transaction

    Dear all,
    the system update the qty field in asset master data when transaction take effects. But there is any why that qty field in asset master data do not update  after transaction takes place like when transfer from one asset "a" to asset "b" with t code ABUMN.
    asset a with qty 1 and asset b with qty 2 in the master record,
    when transfer from a to b the system must not update the qty field in asset master data that the system updates to 3.
    How can the system do update qty ?????
    regards

    Hi,
    This is the standard behaviour of the system.
    If a transfer takes place from asset X to asset Y, then the system adds the sending asset's qty to receving asset's qty, only if the both UOM are same.
    Often users create an asset master with values in qty fields also, but that qty field should be blank only, since the qty will be added to it through asset transaction only.(if earlier qty is 0 and transaction qty is 1, then it would be 0+1=1)
    In your case you might have created your second asset with 2 qty and transfered 1 qty from sending asset, so the system added the both quantities in receiving asset. ( 1+2=3), as you are aware of this.
    Thanks,
    Srinu

  • Contract value not updated in open order value of credit management

    My requirement is i have created the contract and activated the credit management by assigning credit  group to contract document type, In item category the credit is active and in pricing subtotal is also assigned .
    But when i create the contract , the open order value is not updated .
    i do not want the credit to be active at order level.
    Dear guru's
    please let me know where i am going wrong
    thanks in advance

    hi,
    open sales orders value not updating currectly in sales value of CM
    http://wiki.sdn.sap.com/wiki/display/ERPLO/CreditmangementIn+SD-FI
    i think you have to run a report which is under the link number 1.
    regards,
    balajia

Maybe you are looking for

  • Error while click on the accounts created in AD

    Recently we have installed IDM 8.0 and mYsql as a idm repository.Started creating users in domain controller with default attributes after succesfull configuration of Active directory resource .It all works fine for creating the user.After created th

  • Can't past text into "Comments" section in ITunes.

    Greetings. I've been using the "Comments" section under Item Info in Itunes to put information like band members, etc. for all my music cd's. None of the text is very long, a few sentences. I just want to know I can find out who plays on what. Howeve

  • Proxy users  - oracle 9.2  - accessing via sql plus

    I may be totally off track here, but here is what I want to do. I have 2 schema's (schema A and schema B). schema A has multiple objects (tables) within it. I want to allow another user, schema B to access these objects. Can I use the Proxy User sett

  • Can I upgrade to iPhoto 9.6.1 if I run Mac OSX 10.6.8?

    I am using Mac OSX 10.6.8. Can I upgrade to iPhoto 9.6.1 without upgrading my operating system?

  • Adobe Acroread 8.1.7 and Linux Debian slow search

    Hello, we use stations with Debian and Iceweasel as default browser. The company often uses PDF files, and thus the plug-in version 8.1.7 Acrobat Reader to view these files. What we have noticed after upgrading from versions prior to 8.1.7 this is an