The onhand quantity at sub inventory level it is not showing correctly

For an item the org level quantityt is showing correctly but at sub inventory level it is not showing correctly.
1)For an item org level the avilablty as below :
               On Hand / Avail to Reserve / Avail to Transact are
     oRG level          7     7          7
STAGING           7     7          7
     STORES          0     0          0     
2) Created an Sales order with quantity 5 ,then STAGING decreased by 5 which is correct.
          the avilablty as below :
               On Hand / Avail to Reserve / Avail to Transact are
     oRG level          7     7          7
STAGING           2     2          2
     STORES          0     0          0     
3) Shipping Transaction not completed,Received 4 into Stores – Staging avail increased by 6 and even STORES also increased by 4 . Here we do not understand why STAGING increased to 6.
     the avilablty as below :
               On Hand / Avail to Reserve / Avail to Transact are
     oRG level          7     7          7
STAGING           6     6          6
     STORES          4     4          4     
4)Ship Transaction Completed sucessfully now the values are showing correctly.
     The avilablty as below :
               On Hand / Avail to Reserve / Avail to Transact are
     oRG level          7     7          7
STAGING           2     2          2
     STORES          4     4          4

Hi Patel,
You can create a confirmations using CO11N for sub-operations, but you can only confirm hours, not yield quantity. The yield quantity requried to be confirmed in the operation. You can partially or fully confirm sub-operations.
Enter the order number, sub -operation number all the related data will be displayed execpt greyed quantity fields.
Can you see the "sub-operation" entry field below "oper./activity" in CO11N ?
Thanks & Regards,
Ramagiri

Similar Messages

  • Hold in sub-inventory level?

    Hello All,
    Can hold apply in sub-inventory level? if not,why? if yes, how?
    Advance thanks for all.
    Vinoth

    Hi Nagamohan,
    Gud work ..
    I have Flash Player presentations of OM cycles.. and there is a message in end of movie that for more presentations pls logon to http://fng.us.oracle.com ...
    Bt when Im trying to access the site it say that this webpage is not available .
    Can u tell me wt is that ..?
    And from where I got the another modules i.e. PO and INV movie slides.
    Waiting
    Warm Regards
    Amit Saroha.

  • How to get the onhand quantity along with zero quantities in Inventory?

    How to get the onhand quantity along with zero quantities in Inventory...Plz reply me as son as possible?

    Hi Akshata,
    In processRequest you can use pageContext.getParameter
    String PartyName = pageContext.getParameter("PartyName");Regards,
    Sujoy

  • Work order via Sub-Inventory level planning

    Hello Team,
    We want to create work order via Sub-Inventory level planning as standard program 'min-max planning report' is nor creating WIP Jobs at sub-inventory level.
    Kindly guide me if this requirement is possible and if so do share your knowledge on it.
    Thanks/Suresh

    You can only create a Move Order or requisition from Min/Max at the Sub Inventory level. To create a job order it is organization level

  • The music I have purchased on my IPod are not showing up on my ITunes library on my computer

    The music I have purchased on my IPod is not showing up on my Itunes account on my computer, I went to the itunes store on my computer and went to see if I could download a song i previously purchased, but it was going to have me pay again. I have about a hundred songs missing on my computers itunes. It won't let me sync my ipod to it anymore and when I tried to update the software it wouldn't let me. I am completely at a standstill with this.

    jordyn9 wrote:
    The music I have purchased on my IPod is not showing up on my Itunes account on my computer, I went to the itunes store on my computer and went to see if I could download a song i previously purchased, but it was going to have me pay again.
    Then you're doing something wrong.  Are you signed in with the same Apple ID on the computer that the content was purchased with?
    Did you check the purchase history?
    jordyn9 wrote:
    It won't let me sync my ipod to it anymore
    Why?
    jordyn9 wrote:
    when I tried to update the software it wouldn't let me.
    Why?
    If help is desired, try providing some details.  We are not mind readers.

  • (ios5 ipad bugs)I can't get changes of album art, artist, album and other tags to show up in the iPad music player, but they show up correctly in the iTunes device view. Certain random songs do not sync correctly.   Wifi sync hasn't worked yet.

    (ios5 ipad bugs)I can't get changes of album art, artist, album and other tags to show up in the iPad music player, but they show up correctly in the iTunes device view. Certain random songs do not sync correctly.   Wifi sync hasn't worked yet.
    I mostly use technology for education and professional audiovisuals and lights.
    I don't sync  music because I use music from at least 4 different computers. (manually mange music)
    I use my iPad to play performance tracks for church and a local gospel group out of our church, Won4Christ.
    I chose to buy the iPad because the laptop of one of the group members (dellxps running iTunes) was randomly losing and mixing up music and I wanted a more stable option that was bigger than my iPod touch.
    I tried to add some data to music libraries that I previously added to my iPad, but the data only shows up when looking at the device in iTunes.
    Wifi sync has not worked on either my laptop or desktop ( both running windows 7 enterprise 64 and newest iTunes) not really a big issue, but very annoying
    When browsing through library playlist albums on the iPad, random artwork shows up on playlists with no artwork that you touch while dragging, and it does not go away until you change to another navigation tab and back.
    Random songs out of hundreds that I added showed up in iTunes grayed out with a sync circle beside them.  Those songs would play back okay on the iPad but were unplayable through the iTunes device view.  I had to delete the songs manually through the library along with the playlist and add them again. 
    These seem to be major stability bugs in the "new" music app and iTunes.  My only option right now seems to be to delete the songs that I want to change and re-add them with the changes already applied rather than changing the id3 tags and artwork on the existing music. I hope apple will release updates to resolve these issues. 
    Thank you for actually making it to the end of this manuscript of annoyances.

    Just wondered if anyone had any other suggestions.

  • HT1926 I'm getting the message "This copy of itunes is corrupted or not stalled correctly. Please reinstall itunes" How do i do this without losing my music library?

    I'm getting the message "This copy of itunes is corrupted or not installed correctly. Please restall itunes" How do I do this without losing my itunes library? (I use Windows vista). Do I delete my existing itunes?

    Try this discussion...
    https://discussions.apple.com/message/20664047#20664047
    From the  More Like This section on the right

  • Not showing correct output when parsing the date

    //WAP the gives the details of employees
    import java.io.*;
    import java.util.*;
    import java.text.Format;
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    class employee
      private String nm,curr_dt;
      private Date dob,doj;
      private int salary;
               employee()
                  nm="\0";
                  dob=null;
                  doj=null;
                  curr_dt=null;
                  salary=0;
               void getdata()throws IOException
                  String dt;
                  BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
                  //we can create date with these 3 type of objects
                  Format fm=new SimpleDateFormat("dd-mm-yyyy");
                  DateFormat df=new SimpleDateFormat("dd-mm-yyyy");
       //object of base class are type compatible with the object of derived class
                  SimpleDateFormat sdf=new SimpleDateFormat("dd-mm-yyyy");
                  System.out.print("\nEnter the name of Employee : ");
                  nm=br.readLine();
                  try{
                  System.out.print("\nEnter the date of birth of Employee : ");
                  dt=br.readLine();
                  dob=(Date)fm.parseObject(dt);
                  System.out.print("\nEnter the date of joining of Employee : ");
                  dt=br.readLine();
                  doj=df.parse(dt);
                  }catch(ParseException e){
                  Date d=new Date();
                  curr_dt=sdf.format(d);
                  System.out.print("\nEnter the salary of employee : ");
                  salary=Integer.parseInt(br.readLine());
               void putdata()
                  System.out.println("\n\n\nEmployee Name : "+nm);
                  System.out.println("\nDate of birth : "+dob);
                  System.out.println("\nDate of joining : "+doj);
                  System.out.println("\nCurrent date : "+curr_dt);
                  /*if((doj-curr_dt)>1)
                       salary+=3000;
                  System.out.println("\nSalary of Employee : "+salary);
    class emp
      public static void main(String str[])throws IOException
           employee emp[]=new employee[1];
           System.out.println("\nEnter the detail of employees \n\n");
           for(int i=0;i<1;i++)
                emp=new employee();
    emp[i].getdata();
    System.out.println("\n\nDetail of employees are\n\n");
    for(int i=0;i<1;i++)
    emp[i].putdata();
    }*Output:*
    Enter the detail of employees
    Enter the name of Employee : Rajendra Sharma
    Enter the date of birth of Employee : 10-10-1979
    Enter the date of joining of Employee : 05-09-2004
    Enter the salary of employee : 2000
    *it is not showing date in the "dd-mm-yyyy" format and not showing correct month as well*
    Detail of employees are
    Employee Name : Rajendra Sharma
    Date of birth : Wed Jan 10 00:10:00 IST 1979
    Date of joining : Mon Jan 05 00:09:00 IST 2004
    Current date : 17-08-2008
    Salary of Employee : 2000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    Use below code that will help u to sort ur problem.
    import java.io.*;
    import java.util.*;
    import java.text.Format;
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    class employee
    private String nm,curr_dt;
    private Date dob,doj;
    private int salary;
    private String dobb,dojj;
    employee()
    nm="\0";
    dob=null;
    doj=null;
    curr_dt=null;
    salary=0;
    void getdata()throws IOException
    String dt;
    BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
    //we can create date with these 3 type of objects
    DateFormat fm=new SimpleDateFormat("dd-mm-yyyy");
    DateFormat df=new SimpleDateFormat("dd-mm-yyyy");
    //object of base class are type compatible with the object of derived class
    SimpleDateFormat sdf=new SimpleDateFormat("dd-mm-yyyy");
    System.out.print("\nEnter the name of Employee : ");
    nm=br.readLine();
    try{
    System.out.print("\nEnter the date of birth of Employee : ");
    dt=br.readLine();
    dob=(Date)fm.parseObject(dt);
    dobb= fm.format(dob);
    System.out.print("\nEnter the date of joining of Employee : ");
    dt=br.readLine();
    doj=df.parse(dt);
    dojj = df.format(doj);
    }catch(ParseException e){
    Date d=new Date();
    curr_dt=sdf.format(d);
    System.out.print("\nEnter the salary of employee : ");
    salary=Integer.parseInt(br.readLine());
    void putdata()
    System.out.println("\n\n\nEmployee Name : "+nm);
    System.out.println("\nDate of birth : "+dobb);
    System.out.println("\nDate of joining : "+dojj);
    System.out.println("\nCurrent date : "+curr_dt);
    /*if((doj-curr_dt)>1)
    salary+=3000;
    System.out.println("\nSalary of Employee : "+salary);
    class emp
    public static void main(String str[])throws IOException
    employee emp[]=new employee[1];
    System.out.println("\nEnter the detail of employees \n\n");
    for(int i=0;i<1;i++)
    emp=new employee();
    emp[i].getdata();
    System.out.println("\n\nDetail of employees are\n\n");
    for(int i=0;i<1;i++)
    emp[i].putdata();
    thanks,
    prabhu selvakumar.

  • The web site of Adobe does not show correctly in FireFox

    I have a bizarre problem.  The site of Adobe (including where I can download the flash player) does not show correctly in FireFox and I only see it as a text HTML page, but without most images (typically, for instance, I do not see the image "Download now" but see a text line "Dowload now", and so on...
    This seems to specifically affect the Adobe web site as I have no problme for other web sites (so far).
    It is something specific to FireFox as  I do have the problem with Internet Explorer.
    The problem persis even if I restart FireFox without any add-on (safe mode).
    Any suggestion ?

    Does this only happen in Firefox?  What do you see with Internet Explorer or Chrome?  If it is only Firefox, I'd try these steps in this order:
    1. Clear your cookies and cache
    2. Reset your Firefox settings
    3. Make a new profile
    Chris

  • Few of the text in Tibetan language subtitle is not showing correctly

    Dear frds, I am working on 2 hours project which consist of 3 language i.e. English, Russian and Tibetan. Both English and Russian is showing correct while importing in Encore DVD 2 but few of the text which is in Tibetan Subtitle is not showing correctly. I have choosen the font correctly still few of the text is not correct format.
    Is there any way to correct my Tibetan language text either by disabling speeling or grammer check or something else ???
    Or is there any other way to import the subtitle is Picture format ???
    Will be thankful for your kiind help. I stuck my project, please help me...

    did you get a solution to this?
    We had Encore cs3 and that didn't handle Tibetan well.
    Did you use Encore Cs6 to get Tibetan to work ?

  • Why is the extra icloud storage I purchased a month ago, not showing in icloud?

    Why is the extra icloud storage I purchased a month ago, not showing in cloud? I created a new apple id @icloud thinking that my regular email address wasn't acceptable for icloud but the 10 gigs I purchased are still not showing up, nor are any of the apps I've purchased showing in icloud. Why is that?

    You redownlod apps by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Your purchased music, apps, books, and TV shows, as well as your Photo Stream, don’t count against the 5 GB of free storage.
    You said " I created a new apple id @icloud thinking that my regular email address wasn't acceptable for icloud "
    The additional storage would show up when iCloud is signed into the that new account.
    To me it sounds like you should cancel the iCloud storage sinceyou seem not to rally need it.
    For a full refund, contact iCloud Support within 15 days of an upgrade or within 45 days after a yearly payment. Partial refunds are available where required by law.
    For more info see:
    iCloud: Managing your iCloud storage
    iCloud: Manage or buy more iCloud storage

  • Finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    This problem occurs after I move a file or files to trash. If I remove one file, then the sequence is one file off, if I move two files to trash then the sequence istwo file off. For example, if I delete file 1 and highlight (click on) file 3, then the cover flow panel shows file 2, when it should show file 3.

  • HT5429 I have recently returned from a holiday in New Zealand and transited for 6 hours in China. Since returning to the UK my maps app on Iphone 5 will not show my surroundings in hybrid or satellite. How can i get this back?

    I have recently returned from a holiday in New Zealand and transited for 6 hours in China. Since returning to the UK my maps app on Iphone 5 will not show my surroundings in hybrid or satellite. I have also noticed that the data from section that usually displays data from TOM TOM and others now just says others. Has anyone encountered this before or know how to get the Satellite function on maps back?

    Your phone is "stuck" in the Chinese version of maps. This also happened to me once I got back from China recently. I believe I solved the problem by logging out of iCloud and reloging in.
    BTW the App Store app was also stuck in China. It only displayed Chinese characters and I had to log out and relogin.
    Hope this helps.

  • I keep having the message the software required for communicating with your ipad is not installed correctly please reinstall, I've uninstalled and reinstalled the latest version of itunes 8 times and no luck does anyone have any advice?

    I keep having the message the software required for communicating with your ipad is not installed correctly please reinstall, I've uninstalled and reinstalled the latest version of itunes 8 times and no luck does anyone have any advice?

    First, for the forum view issue. Go to My Settings (on the right) and in General Settings change the Topic Page View to Flat. Click Save. Posts should show up in the order they were written.
    Have you seen this?
    http://docs.info.apple.com/article.html?artnum=93764
    Also, since you said that you've gone through the 5 Rs, I would assume that you used the iPod Updater to restore (since there is no other way of doing it and you don't "run" the 5 Rs).
    When you restored, did you use the latest updater?
    You may also want to try formatting the iPod through Windows. Connect it to the computer and when it appears in My Computer right click it and go to format. Does anything happen? Can you format the iPod through Windows?
    btabz

  • Added or ediited texts by Bluebeam Revu,and has been saved,when I open it by the Adobe reader version 8.1,why it does not show my texts added by Revu?8.1 is my favorite version,I also tried it in a later version fo Reader,it doesn't work too!

    Added or ediited texts by Bluebeam Revu,and has been saved,when I open it by the Adobe reader version 8.1,why it does not show my texts added by Revu?8.1 is my favorite version,I also tried it in a later version fo Reader,it doesn't work too!

    Bernd Alheit wrote:
    Looks like a problem of Bluebeam Revu, not Adobe Reader.
    The response above is only a speculative answer to the original question. DSI-Hal, did you try to flatten the text in Bluebeam Revu prior to opening it in Adobe. This has worked for me on several different documents but not sure if we are using the same version of Adobe Reader.
    Give it a shot. Good luck.

Maybe you are looking for

  • Account texts in Report painter

    I created one report for more than one company code in report painter, the format is Account CoCode1 CoCode2 CoCode3 Total XXXXX XXXXX XXXXX XXXXXX XXX When i tried to run the report the descriptions of the Accounts are not visable instead its displa

  • How do I get my error log to stop outputting in Chinese?

    Hello friendly Adobe community! I'm running Photoshop CC 2014 (although I had an already existing installation of CS6 on this computer, and the settings were imported).  I'm working on a long batch automation, and trying to troubleshoot my way throug

  • Blue screen - X300 + Port Replicator

    Hello, I have a Lenovo X300 and a Lenovo Enhanced Port Replicator (K33415) that is giving me a headache.  The port replicator works just fine until I either change the display options (mirror, extend, or off), unplug the port replicator, restart or s

  • Can I use CSS, htmlTags and Alt tip for text with TLF?

    I want to know if it applicaple to use CSS style sheet to format TLF Text? is it Applicaple to use html tags instead of text with TLF? is it applicaple to add alt (tooltip when I over some words) with TLF?

  • Multiply Prop Factors with a KF value ?

    Hi In DP 5.0, Can we multiply Proportional Factors with another KF values in a macro ? I want to write a macro with APODPDANT mulitiplied by another KF with its value. Is it possible ? Because when i look at Prop Factors, i see them as 42,000/40,000