Split Rule doesn't work for certain items

Hi experts,
In TPVS, I set up split rule with split qty 1 and no item split.  The rest of setting is like default value.  However, in VS01, some item qty is more than 1.  I check the detail. There is exception, but don't know what it is.  Is there any way to know the exception detail?
I know the freight unit can not be automatically executed when fixed line exists or the freight unit is created manually.  I check the freight unit type (icon), it's @39@.  It should not be manually created unit.  There is way to figure out whether it's fixed line.  Is there any one can give me some idea about that?
When we enter VS01, the system will build freight unit based on split rule.  However, if we do not exit vs01 and re-run VSR optimization many times, the freight unit will be come bigger and bigger but still within vehicle capacity if we choose merge planned item option in split rule.  The result might not be right.  For example, system merge 2 items together for vehicle A and next item might merge these 2 items with another 1 item for vehicle B.  If capacity of vehicle A is 2, system won't never choose vehicle A if the FU is 3 after the previous optimization run.  Is that true?  Does that mean we need to exit vs01 everytime for each optimization run?
Thanks for your advice,
Jessie.

HI Jessie,
Regarding the first issue, I hope you have properly maintained the unit of measure in splirt profile. I would recommend that you try performing manual split using the same split rule. This might tell you the exact reason.
I can not comment about 2nd issue.
Regarding the 3rd issue, the problem you say seems to be right. I have also experienced the same. My only query is that when you run the optimizer, the system will plan the shipments & will assign the freight units to the truck. Now if you have selected 'Fix Temporary Shipments' in optimizer profile, it will not modify the existing planned shipments in new optimizer run & hence will not merge new item with existing merged item.
I hope my understanding of the issues is correct. You can reply back in case you have more queries.
Thanks & Regards
Sandeep Patil

Similar Messages

  • I just got an iPhone 4s and facetime doesn't work for certain contacts?  why?

    I know that facetime only works for those contacts that have an iPhone, iPad, iPod, etc....however it doesn't work for some of my contacts that do have those devices....why?
    Many thanks to anyone that can help!
    Heather
    Pasadena, NL, Canada

    using facetime http://support.apple.com/kb/ht4319
    troubleshooting facetime http://support.apple.com/kb/TS3367
    What happens when you try to facetime those contacts?
    Are those contacts on wifi when you try to facetime them.

  • CRM Availability Check not working for certain Item Category

    Hi there,
    I have a situation where for certain order type/item category combinations, the availability check on the same material is not working.
    The check is set up to happen in SAP ECC.
    I have checked the config. under SPRO->CRM->Basic Functions->Availability Check->Availability Check using SAP ECC
    as per many SDN posts on this, and everything looks fine.
    The new item category, which was a copy of an existing one, works (i.e. gives availability) for certain order types, but not others.
    If I create the same order directly in ECC, it works correctly every time.
    I searched the code (from consultants who set it up originally) and can see nothing specific to the order type/ item category.
    I also put a breakpoint on AVAILABILTY_CHECK function module in SAP ECC - it is not being hit, in the case where check is not successful.
    Breakpoints in MV45AFZZ (Sales Order userexit) also not being hit, but they are hit for the Order/item category combination when it works successfully.
    Any suggestions on where else this could be configured would be appreciated!
    thanks,
    David

    Hi David,
    One 'simple' reason for this could be that the copied item category does not have the
    ATP Profile set up in the item category in the IMG. Make sure you have an ATP profile assigned in the area 'ATP Profile' in the item category.
    Please see as well the SCN Wiki link:
    Availability Check CRM-BTX-BF-ATP - CRM - SCN Wiki
    Best regards
    Christophe

  • Workflow rules doesn't work for existing record!!?!?!?

    Hi all,
    I've created one workflow rule to update value from one filed to another. Here is my expression:
    [<QuickSearch1>] <> [<plStatus_ITAG>]
    and my action is
    field name = "*Status" (QuickSearch1)
    Value = <plStatus_ITAG>
    and I tick on the Overwrite the existing value
    This is work for new record, but for the existing one the field value doesn't chnage. Any suggestion??
    Thanks
    Note

    The syntax should be: PRE('< QuickSearch1>') <> [<QuickSearch1>] for the condition.

  • HT1391 "File Get Info" doesn't work for all items in iTunes.

    I have some iTunesU videos where the Get Info is grayed out (not available).How do I find out where these files are located on my system? (Mac OS X).
    Thanks,
    Chris.

    Try to update iTunes.
    Or - Remove iTunes from your system, download from https://www.apple.com/itunes/download/
    And install.
    In simple words (reinstall iTunes)
    i guess you have updated Yosemite not clean install.
    Anyway, for me updates not worked 100% stable. i always do clean install and this is the best way to go, only problem is that there are no official way from apple to make a bootable drive - all the time this is big problem...

  • The location bar autocomplete doesn't work for certain letters.

    This is a really specific problem, the dropdown autocomplete for the location/awesome bar does not work if what I'm typing starts with the letter 'k'.

    Your .zshrc is only read when you start a new shell: https://wiki.archlinux.org/index.php/Zs … tion_files

  • Mouse snap to in version 3.6.3 It now seems to work for certain items.

    I know the mouse snap to feature does not function in FFox......at least until version 3.6.3 It now appears to operate for some dialog boxes but not all. Has FFox enabled tis function to some extent. I notice it now works in Yahoo Mail.

    Same here!!! I wonder why they don't comment on it???

  • Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through j

    Certainly I realized that Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through jquery or javascript.
    e.g.
    In Felix Console , in Apache Sling JCR Resource Resolver configuration I have added following mapping.
    /content/myproject/-/
    So If any anchor tag is there like <a href="/content/myproject/en.html"> click me </a> then it will be mapped to "/en.html" automatically.
    But the problem is there in following scenario.
    I have an anchor tag as follows.
    <a href="#" id="test"> click here </a>
    And I am assigning the href to anchor through JQUERY.
    <script>
    $("#test").attr("href","/content/myproject/en.html");
    </script>
    Ideally this should have been mapped to "/en.html".
    But it is not mapping to "/en.html". It still shows "/content/myproject/en.html".
    How to resolve this.
    Thanks,
    Sai

    In a servlet you have access to the resourceResolver so if you know which attributes contain links then it's relatively easy to apply resourceResolver.map to those links.
    Your challenge is clearly how do you know which attributes are links and which aren't. Its is the same challenge that makes parsing the response and rewriting it on the way out difficult - the JSON doesn't have any semantic meaning so how do identify which attributes require rewriting. There really is no good answer ot that question in my experience - all the options have down sides.
    Create some convention - all attributes matching this pattern X get mapped before being converted to JSON (could be attributes whose name ends in link, or it could a convention applied to the value of the attribute - if the attribute is a string that starts with /content apply the resource resolver mapping. In this case you have train your developers to follow this convention which is the down side.
    Create some configurable list of attribute names that require mapping. This is brittle, requires training and is easy to break.
    Implement a client side version of the resource resolver mapping. It wouldn't be as full proof as server side mapping (because that takes into account but you could make it work for simple logic like stripping of /content/site/en. If ou are just trying to solve the simple version of this issue - stripping off the top of the repository path this might be your best option.
    Not worry about it and set up Apache 301 redirects that catch any long URLs and redirect them to short URLs (so configure apache to look for any URL matching /content/site/en and strip off /content/site/en and do a 301 redirect to the shortened URL. You end up with a lot of extra HTTP request because of all the 301s but it would work (I wouldn't recommend this option - but it is possible).

  • PSPaletteMenu category doesn't work for automation plugins

    Hello,
    I would like to have a menu item under Photoshop "Window" menu for my automation plugin.
    There is a notice in the PIPL.r file that goes with SDK:
    // Use PSPaletteMenu category to add a menu item on the Window (i.e., palette) menu.
    // This is currently only enabled for automation plugins.
    PSPaletteMenu ="**Palette**";
    However when write my PiPL res like in example below
    resource 'PiPL' (ListenerResourceID, plugInName " PiPL", purgeable)
    Kind { Actions },
    Name { plugInName "..." },
    Category { "**Palette**" }, // or Category { PSPaletteMenu }
    Version { (latestActionsPlugInVersion << 16) | latestActionsPlugInSubVersion },
    menu is not shown under Window menu :(
    Want to note that if I specify Category { PSHelpMenu } it works correctly and menu item is shown under Help menu. PSPaletteMenu also doesn't work for Listener plugin that ships with PS SDK.
    Looks like plugin is not recognized as automation plugin, but I have correct info.plist props (on MacOS X version)
    What should be done to have my plugin menu item under "Window" menu?
    Regards,
    Mac Developer

    Hi Tom, thanks for your reply. Actually I'm not asking about floating palette (which I actually created and there is no issues observed). I just need my automation (!) plugin entry point to be called with kPSDoIt ("Do It") selector action after menu item is chosen under Window menu. (like it works in case PSHelpMenu)
    In the PIPL.r file that goes with SDK it states that
    // Use PSPaletteMenu category to add a menu item on the Window (i.e., palette) menu.
    // This is currently only enabled for automation plugins.
    PSPaletteMenu ="**Palette**";
    Is it documentation issue?
    Regards,
    Mac Developer

  • When I double click home for audio playback doesn't work for movies since I synced it yesterday Why?

    When I double click the home button the audioplayback doesn't work for movies,  it did before I added and synced some items yesterday anybody know why?

    Jeanlewane wrote:
    Why, When I double click the home button and hold down the icon waiting for the red x to appear, it doesn't.?
    How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211
    NOTE:  You cannot delete any pre-installed iOS app.

  • Lighting effects in Photoshop CC doesn't work for me ... just shows ALL black .. any advice to get it to do what it is supposed to?

    Lighting effects in Photoshop CC doesn't work for me ... just shows ALL black .. any advice to get it to do what it is supposed to?

    So, you're totally new to computers?
    Go to the Help menu in Photoshop and select the System Info menu item.  Copy all that information and paste all of it here MINUS your serial number.
    Yes, Photoshop can delegate a lot of the computing tasks to the GPU on your graphics card.  You may have to disable that feature in Photoshop Preferences > Performance.

  • Pickup Clock doesn't work for markers. Any alternatives?

    Hello everyone,
    It seems that Pickup clock doesn't work for markers (I guess markers are not considered an "event.") Is there a way to move markers as quickly as I do "event" data with pickup clock; e.g. a key command that allows you to write the location start time of your markers? Or even better, a way to move all data within locators to different song positions quickly?
    I'm scoring a film and trying to break down my master "spotting" session (in which I placed markers at the beginning of each cue) into separate files. Moving "events" is easy, as I just separate at the marker using "cut at spl" select all following, move SPL to bar 1, and use pickup clock. However, no "global track" data seems to move via pickup clock. Is there an easier way to achieve my goal?
    Thanks in advance for your help!

    musicspirit wrote:
    Is it that you want to move Global components that fit with a particular cue ( such as Volume Automation etc) around in the same Song? ie try one piece of music over two different scenes in the film? Or shift an entire cue slightly sooner or later against the picture?
    YES!! This would be AMAZING if I could do this easily. As a work around I change the actual movie and of the dialog / sound FX tracks, which can take some time to get them correct and leaves you with multiple song files. It would be much easier if there was a way to grab everything within your Left and Right Locators, and be able to move it around, copy and paste, etc.
    I tried experimenting with Split/Cut/Insert Time and a segment of regions which included some volume/fader changes - no dice. Logic can copy automation vertically track to track but not in a Linear way.. though I may be speaking in complete ignorance.
    I'm going to read up on Split/Cut Time as well, as this maybe the key. As for your automation issues, I know logic will not copy / paste automation when there is no "node," (i.e. if you are cutting on bar 5, but the last node was on bar 3 and the next on bar 7, it will not "go back to 3" to get the proper levels) so in the past I have placed nodes on the beginning and end of the section I want to copy, and the automation then copied fine. Of course if you have a lot of automation, it can be a PITA to place nodes in each track, but it does seem to work. Hope that helps!

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • Firefox doesn't work on certain websites

    I am continually running into sites that don't work well with Firefox. I tend to think it's because of the rapid-fire changes FF makes to itself, but nevertheless, it's annoying. The sites all tell me to "use Chrome" as a solution, and most times, that works. The thing is, I don't like Chrome. I have FF set up the way I want it. It is my browser of choice, despite the fact that it is losing users to Chrome every day. I don't think I will ever switch, but I really need it to work consistently. I'm having to use the portable version now because the desktop version doesn't work for me anymore. After the latest update, Flash sites won't load half the time. They too work in Chrome.
    This time it is redgage.com. Most of the features only work if I use the right click and open it in a new tab. I've tried safe mode.
    What is the solution to this? I don't have time to keep making adjustments to the program and coming in here to get no answers, and everyone saying they have no problems. SERIOUSLY? That's not what all my friends who switched to Chrome are saying. I feel like I'm losing my right arm.

    Yes, every link on RedGage is broken. To open one in the same tab, you have to drag and drop it on the address bar.
    But I think it's their fault. In the Browser Console:
    13:46:52.262 ReferenceError: event is not defined MainViewModel.js
    Looks like a rookie mistake in this script:
    self.trigger = function (modelView, evt) {
    var target;
    util.hidePopup();
    '''if (event.ctrlKey || event.metaKey || event.which == 2) {'''
    return true;
    if (evt.preventDefault) {
    evt.preventDefault();
    target = $(evt.target);
    } else
    target = $(evt);
    var url = target && $(target).closest('a').attr('href') || $('.filter li.active a').attr('href');
    if (url)
    self.do_load_url(url);
    return false;
    In the bolded line, "event" is a typo and should be "evt". Maybe if you point them to this thread they'll fix it. Even if other browsers work this way.

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

Maybe you are looking for

  • Report Builder with multiple data series

    I am not able to figure out how to create a bar chart using multiple data series in the Report Builder. I can do it with explicit CFML coding but not in the Report Builder. I am running MX version 7 with the current (as of 9/1/07) download of the Rep

  • Converting pdf to word with XI Pro

    I just downloaded a free trial of Adobe XI Pro as I'm trying to convert a PDF document to a Word doc on my Mac. I successfully downloaded the software, registered with Adobe and signed in. But when I press the tab to "convert" I'm informed there's an

  • STREAM module question

    Hi all, I am newbe in STREAM module development and this question might be a concept error. If so, please could you give me some clues? I would like to use the "libc" funcion "getpwuid()" in a kernel STREAM module. I have Solaris 7 64-bit kernel. �Ca

  • Internet browsing works OK, but not e-mail?

    We have an iMac G4 with DSL internet via AT&T/Yahoo, using a 2wire modem. Just bought a new iMac and a D-Link router. The G4 is connected to the router and the modem, set up as required. Wireless service to the new computer is great and we can browse

  • Multi ip address problem,please help me

    I never understand the processes how rmi client connect to rmi server, when rmi server hosted on multiple ip addresses machine, and the registry created by LocateRegistry.createRegistry(1099) will listen to which ip address if the host has multiple i