Stocktransfer after UD doesn't work

Hi experts,
following problem:
Creation of a inspection lot (04) by release of a work order.
Inspection lot was created without inspection lot stock, because GR from WO wasn't done.
After WO confirmation, GR with MB31 (Mv-Typ. 101) was done.
Material goes to Q-Stock (917) with stock category "Q", inspection lot stock is now available.
--> this is ok
After UD "Acepted" stock category was changed from "Q" to unrestricted use,
but stock was not changed to main storage (100), it's still inQ-Stock (917).
Reason: In table QALS the storage number is not avaiable after lot creation and will not be updated after GR from WO.
The follow-up activitie (after UD) needs this storgae number to do the movement.
How can I update this information ?
Thanks a lot for your help !
Regards
Tom

You refer to storage number and use  a 3 digit number for that. 
I'm not familiar with that in QM.  We do have storage location, which is normally a 4 digit code.
If you don't mean storage location, than we need some more info on this storage number. 
If it is storage location, you can change the posting storage location of where it is posted to, but not where the stock is posted from.
Where did you follow-up action get the storage number from before?  Was it working before?
FF

Similar Messages

  • I have iphone 3gs and im update my iphone to ios 6 and after it doesn't work,and i can't restore my iphone please help meeeeeeeee,i neeed my iphone:(

    i have iphone 3gs and im update my iphone to ios 6 and after it doesn't work,and i can't restore my iphone please help meeeeeeeee,i neeed my iphone:(

    how can i restore my iphone without update?because when i want restore itunes told me restore and update and when i restore and update my iphone take the ios 6 and it doesn't work again...please help mee...tnnnxxx

  • HT201263 My iPhone 5 is still frozen after this, doesn't work the sleep/wake button pressed with home button, only the Apple logo with a download line below (I was downloading a new iPhone version from iTunes and the cable disconnected)

    Please help me, the window is frozen with the Apple and download logo.

    First, Thank you a lot for answering my question!
    My problem is that since almost 2 hours the window is black, with the Apple logo, and the startup line filled at the very beginning. I own a Macbook Pro, I noticed that this product USB ports are made for the original iPod and iPhone USB's entrances, not for the new smaller iPhone 5 USB connector, so if I plug it in all, the computer doesn't detects it, so I need to take a little out. Well, I downloaded all my apps, because this iPhone is new, so I downloaded my apps bought and stored on my computer and then installed the software.
    Well, it reseted as you said, and then the window went just like I described, but accidentaly the cable went out a bit, cutting the installation process. Then it froze and keeps like that. I did the buttons thing, but doesn't work. Is there something I can do? Happy Holidays and thank you!

  • Continue the chain of filters after forward doesn't work

    Hi,
    I'm dealing with a problem since two days ago and I guess it's time to ask for some help =).
    I'm trying to do a forward and just after that let the filters continue, maybe I have a missunderstanding of the servlet/jsp life cicle, but don't really know.
    Let's say I have two filters
    A) URLTranslatorFilter. This filter take the URL requested and forward it to the correct URL, so, the user can enter the URL in another language (creepy requirement I know =( ) and being redirected to the actual resource.
    http://localhost:8080/test01/entrar.faces
    would be translated to
    http://localhost:8080/test01/login.faces
    B) SessionFilter, it's a simple filter that check for the user being on a session, security control, simple as that.
    When a URL It's translated, just after that I have to check the username and all that kind of things, but i get the terrible error:
    javax.servlet.ServletException: Cannot forward after response has been committed
    the filterChain.doFilter isn't working I think.
    In fact, there's more than just a filter after the URLTranslatorFilter, but I can't get it to work even with two of them.
    The source for the URLTranslatorFilter:
    package mx.www.filter;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletRequest;
    public class URLTranslatorFilter implements Filter {
         public void init(FilterConfig arg0) throws ServletException {
         public void doFilter(ServletRequest request, ServletResponse response,
                   FilterChain chain) throws IOException, ServletException {
              System.out.println("URLTranslatorFilter-->");
              if (!(request instanceof HttpServletRequest)) return;
              HttpServletRequest httpServletRequest = (HttpServletRequest) request;
              String currentURI = httpServletRequest.getRequestURI();
              System.out.println("URI-->" + currentURI);
              if (currentURI.equals("/test01/entrar.faces")) {
                   RequestDispatcher requestDispatcher = request.getRequestDispatcher("/test01/login.faces");
                   requestDispatcher.forward(request, response);
              chain.doFilter(request, response);
              System.out.println("<--URLTranslatorFilter");
         public void destroy() {
    }The simple dummy SessionFilter:
    package mx.nic.rty.www.filter;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    public class SessionFilter implements Filter{
         public void init(FilterConfig arg0) throws ServletException {
         public void doFilter(ServletRequest request, ServletResponse response,
                   FilterChain chain) throws IOException, ServletException {
              System.out.println("SessionFilter-->");
              chain.doFilter(request, response);
              System.out.println("<--SessionFilter");
         public void destroy() {
    }The filters defined in web.xml
         <filter>
              <filter-name>URL Translator Filter</filter-name>
              <filter-class>mx.nic.rty.www.filter.URLTranslatorFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>URL Translator Filter</filter-name>
              <url-pattern>*.faces</url-pattern>
         </filter-mapping>
         <filter>
              <filter-name>Session Filter</filter-name>
              <filter-class>mx.nic.rty.www.filter.SessionFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>Session Filter</filter-name>
              <url-pattern>*.faces</url-pattern>
         </filter-mapping>The sample pages do nothing really just show a simple message, any help you could give me would be appreciated.
    I can post more code if necessary =) thanks!
    -JF-

    Maybe try it like this:
    if (currentURI.equals("/test01/entrar.faces")) {
      RequestDispatcher requestDispatcher = request.getRequestDispatcher("/test01/login.faces");
      requestDispatcher.forward(request, response);
    else{
      chain.doFilter(request, response);
    }Forwarding control to a request dispatcher is sending a response
    calling chain.doFilter() is also sending a response.
    You can only send one response per request, so if you forward control to another resource, you should stop the current resource sending a response.

  • Just purchased CS6 Production Premium After Effects doesn't work

    All of the programs in CS6 Suite Premium works, except After Effects. I have an IMac, Version 10.9.4. How do I get it to work?

    Install the updates:
    http://adobe.ly/AE_CC_1201_Mavericks

  • Provisioning after error doesn't work in IDM 7.2

    Hi,
    We are working with SAP NetWeaver IDM 7.2 SPS 3 on a MS SQL database.
    We have connected an SAP system. For the provisioning we use the SAP
    Provisioning Framework. Everything works fine so far...
    Problem: In our testing we noticed that an identity after a failed
    provisioning never can be provisioned again in the same system.
    Test:
    1. Connecting an SAP system to IDM (Initial Load ...)
    2. Create a User with IDM
    3. Force an error in the connection to the connected SAP system (example:
    Change the name of the communication-user)
    4.Try to provision the new user in the SAP system (Arrange him the role
    ...ONLY
    The provisioning fails!!! Because of the faulty communication-user!
    After that set the correct communications-user and try to provision the
    user again.
    nothing happens!!!!!
    Although the connection is restored correctly.
    The user can never be provisioned in the target system. Even if the
    connection has been repaired.

    Hi Gerhard,
    please try the following:
    Go to the UI
    Go to the Task where you assign the privs
    on the right side with the assigned Privs klick on "Advanced"
    click on "any"
    click on the failed assigment
    theres a retry button, press it and save the assigment
    provisioning should start again
    BR,
    Christoph

  • Adobe after effects doesn't work

    i don't know what happen but i have this problem like almost 3 months in only says a warning that adobe after effects is in crash and the square thing apears and it just frezes please help

    I'm sorry to hear that. Would you be willing to sharte some more info? Go to your Start Menu, then choose Programs --> Accessories --> System Tools --> System Information. In the program, choose Save from the File menu. Post the file here on the forum or send it to me via mail (mylenium<|>at<|>mylenium<|>dot<|>de). in addition, it would help if you could provide the installer logs from C:\Program Files\Common Files\Adobe\Installers. Maybe we can get to the bottom of this after all...
    Mylenium

  • Reinstaaling vista after format doesn't work !

    Hello,
    I've big troubles with my motherboard P7N diamond with reinstalling vista 64 bits.
    I have 3 HD :
    1) Western Digital Raptor 150 GB 10.000 TM 16 MB cache SATA
    2) Seagate 300 GB 7.200 TM 8 MB cache SATA
    3) Western Digital 160 GB IDE
    I have installed the SATA drivers available on MSI website and the bios version is 1.1.
    I've format the 2 WD HD  with Vista DVD.
    When I want to install vista on the IDE drive, it works ! But when I want to install it on the WD Raptor SATA drive, it is not working - > blue screen and error messages ...
    How do I have to do ? Thank you for your help, it is important.
    Didier

    I recommend installing your vista disk on your raptor drive and using your seagate drive to use for vista page file for hard disk space reserved by Windows for use as additional memory and your IDE drive just for storage if needed.
    Start by installing your copy of Windows Vista on your raptor drive and once that is done and all updates are done Click on the start menu and right click on computer and Choose properties.
    Then choose advanced system settings.
    Click advanced tab then under performance heading choose settings.
    Check the advanced tab again then under the virtual memory heading click change.
    Un-check the automatically manage paging file size for all drives box.
    In the window that shows the list of partitions (C:, D:, etc.) choose a partition that resides on the physical hard drive that does not have Windows installed and highlight it. Select the system managed size option then click the set button. This will create a paging file on the hard disk in question.
    You will notice that the paging file size for the drive now reads system managed.
    Now highlight your C: partition (assuming that this is where Windows Vista is installed). Select the no paging file option and click set.
    Your IDE drive can just be used for extra storage then for pictures or whatever.

  • IPhone Tethering after upgrade doesn't work

    My Iphone 4 has been successfully tethering via my ATT Hotspot to various phones and devices for at least a year.  Recently, I upgraded my Iphone and Ipad to iOS6, and now I can no longer tether my Ipad.  I've tried with four different Ipads and none can tether to my Iphone.  They show two continually moving circles by "Choose a Network" and the network name.   The Ipad does show the chain symbol is the upper left along with the wifi strength signal, so it appears the Ipad has identified my phone's hotspot, but just can't make or hold the connection.  HELP!!!

    Does this occur with any wi-fi network or just with your wi-fi network?
    Did you restore the iPhone from the iPhone's backup, or as a new iPhone or not from the iPhone's backup?
    If the former, you placed the iPhone right back where it was. If the latter, the iPhone has a hardware problem.

  • After Effects doesn't start (Vista)

    Hello Community,
    since yesterday my After Effects doesn't work anymore. I rendered a file and after some hours I stopped. I didn't shut my PC off, but I left for some hours. When I came back AE didn't start anymore. I just got the error message. It says that AE can't proceed anymore: an error occured while starting the application.
    I googled a lot for a solution. I read a lot about the preferences. I tried to hit ctrl+alt+shift when I started AE with no success. I found the preferences file and deleted it, but I still got the error.
    Today I reinstalled AE. But it didn't solve the problem. The were no error message anymore, just the standard windows error sound occured. After that I reinstalled all my Adobe applications, but Illustrator, Photoshop and especially AE still don't work. I have no problems with Bridge.
    I also installed the 9.0.2 Update for AE, but after that just the the error message occured again when I start AE.
    I don't know what else I can do?! I really need your help. Thanks
    I have Windows Vista with the newest updates.

    Let's stick to the thread on Video Copilot....
    Mylenium

  • [SOLVED] network randomly doesn't work after reboot (e100)

    Hi
    Lately I have some weird issues with network. I shutdown computer during night, so basicly I reboot it at least once per day and every now and then without any pattern network doesn't work at all and so far only solution I have found is to reboot (again).
    Before anything else I'm sure it's not hardware problem, since other OS on same computer don't have any issues, neither is router since other devices in network from laptops to mobile phones work flawless.
    Relevant info and what I have found so far (not everything is copy/pasted so there may be some typos):
    $less rc.conf (network part)
    eth1="eth1 192.168.1.242 netmask 255.255.255.0 broadcast 192.168.1.255
    INTERFACES=(eth1)
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    $ifconfig
    eth1 Link encap:Ethernet HWaddr 00:D0:B7:5A:7A:A9
    inet addr:192.168.1.242 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:380 errors:0 dropped:0 overruns:0 frame:0
    TX packets:380 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:36154 (35.3 Kb) TX bytes:36154 (35.3 Kb)
    $route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
    default 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
    $ping 192.168.1.1
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data
    From 192.168.1.242 icmp_seq=2 Destination Host Unreachable
    So basicly network is dead, can't even ping router, cable connection is detected tho (lights are on). I have tried to restart newtork with /etc/rc.d/network stop/start, nothing. Only clue is dmesg.
    $dmesg
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth1: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    e100 0000:03:07.0: firmware: requesting e100/d101m_ucode.bin
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    modrope -r e100 and then reloading it doesn't help either, but reboot does (once I had to reboot twice tho).
    Anyone with more clue and ideas then me, it's getting really annoying, it also kill whole KDE plasma-desktop for couple of minutes before plasmoids find out network is really down and I'm not really fan of morning "gamble". I can't pinpoint some hard date/update when this started to happening because like I said it's random but last couple of months should be quite accurate. Thanks in advance.
    EDIT: dmesg when network works:
    tilen@pikmin ~]$ dmesg | grep e100
    pci 0000:03:07.0: Firmware left e100 interrupts enabled; disabling
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth0: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    Last edited by NoOrdinary (2009-09-05 09:47:20)

    I don't have anything special set at router but I doubt rc.conf play any role. I will try to set it up with dhcp (but I think I have tried that already) if there is any change.
    This morning I had to reboot twice, so new kernel didn't help. Fowler, what network card are you using, also e100 (well or some intel)? I dunno, should this be handed to the kernel team? If it will piss me enough one morning I'll just go and buy a new network card, just wanna be sure that will really solve the problem.
    UPDATE: OK, this is just silly. I remebered I have acctualy onboard LAN so I edited rc.conf and dived into the dust under my desk to move cable and there I found out it was acctual onboard in use all the time Now this dosen't make much sense to me anymore, when I can't get net up all the stuff in dmesg is e100 related. Anyway, I connected network to e100 and rebooted, suprise, same story. Dmesg reported again link was not ready. I edited rc.conf to
    INTERFACES=(eth0 !eth1)
    in case this has anything to do with proper timing at assigning whatever needs to be assigned to network cards at boot so I'm sure just 1 card with all info provided get's kicked in at boot. First reboot after that works, it dosen't prove anything yet but at leat it's some kind of progress in recognising proper cause.
    UPDATE 2: Nah, still happens. Googling for "no link during initialization" show a lot of familiar problems, almost all on nforce motherboards and mine is nforce too. I just don't get it why this mess seperate PCI network card. In any case it's extremely annoying.
    Last edited by NoOrdinary (2009-09-02 11:46:27)

  • My palm m105's touch screen doesn't work properly after a sync.

    I dug out my old m105, put new batteries in and start it. On first launch it auto runs the alignment tool, and after touching all the points it goes to the main screen and works fine. No problem till here.
    Now, I plug it into my old computer which still has the palm software with my apps, and I run the sync operation (from the palm device sync manager, cause I lost my cradle and I'm connected via the serial cable), and it syncs fine BUT, here comes the problem, when it finishes the sync (successfully) the touch screen is all misaligned. I can't go back to the home screen or do anything useful.
    My palm m105's touch screen doesn't work properly after a sync.
    I dug out my old m105, put new batteries in and start it. On first launch it auto runs the alignment tool, and after touching all the points it goes to the main screen and works fine. No problem till here.
    Now, I plug it into my old computer which still has the palm software with my apps, and I run the sync operation (from the palm device sync manager, cause I lost my cradle and I'm connected via the serial cable), and it syncs fine BUT, here comes the problem, when it finishes the sync (successfully) the touch screen is all misaligned. I can't go back to the home screen or do anything useful.
    Thanks in advance!
    Post relates to: Palm m105
    Post relates to: Palm m105

        Maldoman578,
    Let's help solve this mystery together! Is your screen freezing after every reboot? Is there any physical/liquid damage on the device? When did this issue begin? Did you notice this after a recent update or application download?
    EfrainM_VZW
    Follow us on Twitter @VZWSupport

  • Page naviagation doesn't work after deploy ADF application to Weblogic

    After deploy my ADF application (ear) to Weblogic Server, the page navigation doesn't work. When running the ear on weblogic, I got following warnings:
    <2010-11-5 下午05时06分01秒 CST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HwtOrder is not versioned.>
    <2010-11-5 下午05时06分38秒 CST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DHwtOrder%2CType%3DAppDeployment%22%29.>
    <2010-11-5 下午05时07分33秒 CST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=DiagnosticsViewDomainLogTablePage&DiagnosticsViewDomainLogTablePortlethandle=com.bea.console.handles.LogDispatchHandle%28%22DefaultServer%3BDomainLog%22%29.>
    I can run the application correctly in jdeveloper 11g environment. I think there is something wrong with deployment. Can anyone help me?

    When you target url with .jspx, you are running the page itself, not in the task flow context, so navigation doesn't work.
    In the task flow, your page has 'Activity ID' (which is, for example, 'mainPage' for mainPage.jspx) and the navigation is defined for activity IDs, not pages.
    Pedja

  • Every time I ask Siri to find something near me, she says that she cannot find my location, and to turn on my location settings and siri settings. These are both on and after rebooting it still doesn't work. How do I fix this?

    Every time I ask Siri to find something near me, she says that she cannot find my location because I need to turn on location services in the settings menu and in siri. These are both on, and after rebooting my phone it still doesn't work correctly. How do I fix this?

    No, the app does not have to completely restart. It gets shifted in its open state into storage. Similar to how a computer uses the hard disk when it has insufficient memory.
    What complicates things is that sometimes memory does not get returned for reuse when you close an app. Thus yo should periodically double click the Home button and "delete" unnecessary apps from the multitasking dock and power off and then back on the iPod.

  • I just restored my 13" MBP i5 at the apple store to the newest version of Lion after issues with a previous Time Machine backup from Snow Leopard- this time I created a new account and just ported files and folders, and now MS Office doesn't work. Help?

    I just restored my 13" MBP i5 at the apple store to the newest version of Lion after issues with a previous Time Machine backup from Snow Leopard- this time I created a new account and just ported files and folders, and now MS Office doesn't work.
    ^^ that's the main problem. Here's the full history.
    I bought a new 13" i5 MBP, early 2011 edition. I had an old white Macbook 2.14 ghz core2duo on Snow Leopard. I attempted to port over my time machine backup, but encountered problems in that my User was inaccessible from the new computer after the import finished, and I had to go in and change the root password, etc, and for some reason or another, I couldn't install any programs at all from that administrator's account. By "couldn't" I mean I could install them, but upon installation they would never boot. So, I took it to the apple store and did a clean install from the most up to date Lion OSX. Then, I created a brand new admin account, instead of trying to import the old one, and things seemed great. Then, I just imported my old files from the TM backup, but not any system settings, permissions, or user data. Just my Docs, pics, vids, apps, and itunes stuff.
    Here's where things get weird again. I imported this stuff under the name "old", but all of these folders have a red negative sign on them, marking them as restricted. So, from my main admin account, I cannot even peruse these folders. Since I didn't import user data, I can't sign in to the "old" account to change permissions. I already tried to change the permissions from system preferences, but that didn't change anything. And now, for whatever reason, of all the apps that were imported then, MS Office is the only set of apps that does not work. When I click on it, it just says there was a problem and asks if I'd like to send a report to apple. I tried reinstalling it to no avail. I'm an English student, so i really need access to Word. Can anyone help? The Apple store is a major detour for me and would like to fix this issue myself.

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

Maybe you are looking for