Wm strategy L--Next Empty Bin

Hi Gurus,
    I have some basic question   ,
1.L-Next Empty Bin:- As we already defines the search strategy for the storage type & structure of the bin with its way of deciding the bin. Why it is require to define it as a separate strategy(Assiged to st type?)
i.e
for e.g i defined strategy P- Storage unit type if the system found the bin is not empty the system will automatically find the next empty bin ?
2.About LIFO & FIFO is it enough if i specify it in material master? If i do not specify which one is considered by system?
3.The use of Stringent FIFO is to skip  the st type from  search strategy which is defined for all st type *** is it right?

Hi dev,
Dont confuse the Storage type search strategy with putaway & picking strategy. Both are different.
Storage type strategy - This is used to find out a suitable storage type for putaway as well as picking based on the order which you have mentioned (Automatic Storage type search).
Putway & Picking Strategy - This we have to define in the storage type settings. The strategy which we define here has a major role in Bin Determination.
Next Empty Bin - If you assign this strategy system will determine an empty bin every time you place material into stock.
P - Storage unit type - This is purely based on the settings which you define for the storage unit type & sections. ( it will place the material into a bin even it has stock in it based on the SUT)
As the name suggests FIFO & LIFO strategy are used while removing stock from wareouse & system will determine the bin for Stock removal based on the FIFO & LIFO criteria whichever is mentioned in the storage type.
Stringent FIFO - For this we will define ' *** ' (blank) in the auto storage type search table & based on this system will remove stock from the oldest quant in the warehouse.
Hope this answers your queries.
Regards,

Similar Messages

  • SAP WM Putaway strategy - Next empty bin

    Hello,
    I am testing putaway strategy - L - Next empty bin.
    I' ve created 902 - Storage type:
    Also i've been activated storage type search and storage section search:
    Then i've added this data to material master:
    And i also defined movement type- 101 for purchase orders:
    Also, special for this, i've created the empty bin:
    But when i am trying to post goods receipt in MIGO, i am getting the following error:
    Storage bin Z02   does not exist (check your entry)
    Message no. L9009
    Could you please advise - what is wrong - why i can't post the goods receipt in MIGO?
    Thank you in advance.

    Hello, Jürgen
    That's the settings for standard 101 wm mvmt type:
    That's setting for my 101 wm mvmt type:
    Difference - that i don't want to use dynamic storage bins.
    And i still have this error:
    Storage bin Z02 902  does not exist (check your entry)
    Message no. L9009
    Now system defines also storage type, because of i wrote it in the mvmt type, but i still can't understand, why it doesn't find storage bin, according the strategy.
    I think, that i 've made all necessary customizing settings and i also have one empty storage bin on this storage type and storage section.

  • User Exit for Stock Placement for Next Empty Bin Strategy

    Hi Techi's
    I have got one requirment for stock placement in Warehouse Managment as below:
    If client uses the standared strategy for putting stock in Storage Bin as "Addition to Stock" Then the self life of the coming material is being replaced by the existing material's seft life.
    And if they use the "Next Empty Bin" strategy then the obove issue is not coming but system always searches for the full empty bin only thus wastage of the existing bin's which already has some space.
    Now what my client wants is that to use the "Next Empty Bin Strategy" so that self life is not being overwritten but along with system should not search the complete empty bin for placing the stock rather it should search the bin's which already has some space then later move to the empty bin's.
    In summary its a mixture of "Addition to Stock and Next Empty Bin" Strategy.
    Please suggest me the Exit for this if available or tell me the code if already has implemented it. Friends its going very hot.
    Please please help me.
    Thanks in Advance.
    -=Maddu=-

    Hi All,
    Please help me for this. I am heavyily stuck on this.

  • Putaway strategy based on nearest empty bin

    Gurus
    In my storage type there are different bins, how is it possible for me to have the system propose a nearest empty bin for a putaway location, nearest empty need not be the next empty bin strategy, what considerations i should take during bin creation, how can this be linked to the sort sequence,need a clean explanation of this issue.

    Hi
    You can use sort variable function to map nearer to your requirement, called as Cross-line stock putaway.
    Cross-Line Stock Putaway
    In this function, a sort variable helps the system to search for suitable storage bins. With the sort variable, you can eliminate the problems caused by one-sided loading in the warehouse and optimize the stock putaway process in your warehouse. If the sort variable has not been defined, the system sorts using the storage bin coordinate itself
    With the putaway strategies L (next storage bin) and P (storage unit type), you can influence the search for a suitable storage bin with the help of a sort variable. This method can also be set up for storage types with putaway strategies L (Addition to existing stock) or B (Bulk storage), since if the system does not find a bin for adding to existing stock, it will use sort variables to find an empty storage bin.
    For more information on this refer
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/f844de4afa11d182b90000e829fbfe/frameset.htm
    Regards
    Ramakrishna

  • Putaway strategy K: near picking bin

    Hi guys,
    I am experimenting putaway strategy K with 2 storage types, fixed bins & reserve. In my setup when capacity check is enabled in fixed storage type and no capacity left, the system searches for another bin from reserve and it works fine.
    However my requirement would be that system would switch to reserve bins right away if fixed storage bin is NOT empty. Standard customization does not allow to disable "addition to existing stock" in case of putaway strategy is F - fixed bins.
    Any advice how to achieve this in standard system or is the user exit needed?

    Hello,
    Put away strategy K (Near Picking Bin) is used for materials that is being is frequently picked, as it is appropriate to store the material close to picking area.
    In this strategy system will try to place the material in fixed bin, if not the system will try a reserve bin, the baseline is system will do placement in a bin which is closest to picking area using configured search.
    You can define this in transaction OMLA.
    The screen will shows six possible configurations selections;
    >Put away strategy activation
    >Storage type control definition
    >Search per level definition
    >Row ans shelf assignment
    >Storage bin generation
    >Consistency checks
    Also in IMG >>Logistics Execution>>Warehouse Management>>Strategies>>Put away strategies>>Define strategy for Near Picking Bin
    For respective warehouse and storage type, it is genuinely to leave the configuration with only 'K' in stock placement control and this will surely perform put away in reserve bin as expected and required by you, without searching for the fixed bin or carrying out a search for a relevant bin.
    Br,
    Tushar
    Edited by: Tushar Patankar on Dec 30, 2010 10:43 PM
    Edited by: Tushar Patankar on Dec 30, 2010 10:43 PM

  • How do I write an excel file and check what the next empty column would be to put the data in?

    I have somehow managed to write the portion of labview that prompts the user for a name. It checks a file to see if they are a new user or not and then assigns a number if they are. The program then acquires data that is to be put into a spreadsheet. Each subject will have ten trials which will have three columns. How do I get the information into the columns and then check each time to see which column it should go into (i.e. the next empty column for that subject). I have attached what I have thus far. I wrote this a long time ago and haven't touched it for some time so everything is a blur.
    Attachments:
    promptForSwimmerName.vi ‏76 KB
    Swimmers.dat ‏1 KB
    Main__dummy.vi ‏28 KB

    To perform those operations in excel you will use ActiveX. I will attach some examples of using Excel in LabVIEW and you can use these to do exactly what you want.
    These three examples show how to manipulate properties, write to excel and read from excel. Let me know if there is more I can do.
    Allan S.
    Applications Engineering
    National Instruments
    Attachments:
    BorderExample.vi ‏102 KB
    ActiveX_write_Rows_To_Excel2000.vi ‏90 KB
    ReadExample.vi ‏80 KB

  • Putaway Strategy Configuration: Near Picking bin

    Hi,
       I have to prototype a basic scenario for the putaway strategy: Near picking bin(K) in WM. I am unable to find any material,links that would help me with the step by step config to implement the same with an example to understand the process.. Can some one please help me with any links, steps with an example...
    Thanks'

    Hi Philip
    Find below the link which will help to understand and configure the "Near Picking Bin - K " stragegy
    http://help.sap.com/saphelp_45b/helpdata/en/34/60b2e6ae724effe10000009b38f91f/content.htm
    http://www.consolut.com/en/s/sap-ides-access/d/s/doc/YY-SIMG_XXMENUOLML1009
    Warm Regard
    Manish kumar

  • Trash, password and empty bin...

    Hi there. I am having issues with the Trash. Each time I want to send a document to the bin, a window pops up and asks for my password. The file is then sent to the Trash but when I open it, it is empty! It should not be doing this, right? I should have to empty the Trash before the documents are deleted...Where have they gone and how can I solve  this issue? Thank you in advance for you help (hopefully)...
    P.S I am not a computer person...

    Hi there. I am having issues with the Trash. Each time I want to send a document to the bin, a window pops up and asks for my password. The file is then sent to the Trash but when I open it, it is empty! It should not be doing this, right? I should have to empty the Trash before the documents are deleted...Where have they gone and how can I solve  this issue? Thank you in advance for you help (hopefully)...
    P.S I am not a computer person...

  • Excel 2010 - Userform - VBA How to stop 'Job No' from duplicating itself on next empty row

    
    Hi there
    Thank you in advance for taking the time to check this out.
    Objective:
    To prevent duplication of incident numbers in the datasheet, and format the job number with a prefix of
    Inc- at the beginning. I currently have the cell customization set to “Inc”General but that only inserts the prefix in the cells on the datasheet, but is not showing in the disabled textbox in the userform.
    The Problem
    I have a ‘Job Number’ that is generated each time the form is opened and when the ‘Save’ button is clicked the data from the form is transferred over
    The job number is generated from the previous entry +1 (auto incrementing the old fashioned way).
    The problem arises when the ‘Save’ button is pressed repeatedly, the same job number and data is duplicated on the datasheet.
    Is there some way to ensure that the number generated is unique, and if the ‘Save’ button is repeatedly pressed that it will just over-ride the existing information?
    The number format currently used is 20150003 (incremented by 1). But what I’d like to be displayed in the form is
    Inc- 20150003
    The following code is in the form_initialize procedure.
    Me.txtSEC_INC_No.Enabled = True
    Dim irow As Long
    Dim ws As ws_Incident_Details
    Set ws = ws_Incident_Details
    'find last data row from database'
    irow = ws.Cells(Rows.Count, 1) _
    .End(xlUp).Row
    If ws.[a2].Value = "" Then
    Me.txtSEC_INC_No.Text = 0 ' If no value in Col A, it will return a 0
    Else
    Me.txtSEC_INC_No.Text = ws.Cells(irow, 1).Value + 1
    End If
    I’d be really grateful if someone could help me out, or perhaps direct me to where I might find some coding that will achieve the result I am seeking.
    I have just uploaded the latest version
    My Sample form is linked to my Dropbox so you can see how it currently works (or doesn't work)
    With much gratitude,
    TheShyButterfly
    Hope you have a terrific day, theShyButterfly

    I am striving to improve my VBA but ... I am far from anywhere near in understanding the code that you have in your file. I feel really bad in saying that, but I am not a pretender, and will acknowledge when I am over my head.
    I was thinking "simplified" :) ...
    Don't worry, also Rom wasn't build in a day. :-)
    I already answered the question about the duplication of the Job number in this thread:
    https://social.msdn.microsoft.com/Forums/de-DE/52f3c62f-b26e-4573-b7c2-8e7203786d7f/excel-2010-vba-userforms-vlookup-via-textbox-display-result-in-another-textbox?forum=exceldev
    So let us talk a little about the TAG property, thinking "simplified" and how to save the data:
    Most people start with code like this when they start there first Userform:
    Cells(MyRowNumber, 1) = txtBoxA
    Cells(MyRowNumber, 2) = txtBoxB
    etc. many many lines till
    Cells(MyRowNumber, 56) = txtBoxWhatEver
    And then, after Version 1.0, they realize that they also want to load data from a row into the form. And they copy all the lines and exchange
    the parts before and after the
    "=" like this:
    txtBoxA = Cells(MyRowNumber, 1)
    txtBoxB = Cells(MyRowNumber, 2)
    etc. many many lines till
    txtBoxWhatEver = Cells(MyRowNumber, 56)
    And maybe you have another 56 lines to "clear" the Userform, and maybe more lines... over 150 lines just for this... that is really tremendous.
    I will not be
    too harsh,
    if it works, then
    it's okay.
    But often many people struggle when they look into the code because, which column in the sheet is written by this line?
      Cells(MyRowNumber, 56) = txtBoxWhatEver
    I've often seen that people change the code to this:
      Range("A" & MyRowNumber) = txtBoxA
      Range("B" & MyRowNumber) = txtBoxB
    etc.  till
      Range("BD" & MyRowNumber) = txtBoxWhatEver
    which is more clearly, but you must revise
    150 lines!
    And that is the point for the TAG property, which is in fact just a string. So when we write the column name ("A", "B", etc.) into the TAG property of a control, you can change the code to this:
      Range(txtBoxA.Tag & MyRowNumber) = txtBoxA
      Range(txtBoxB.Tag & MyRowNumber) = txtBoxB
    etc.
    And now the 1st trick, we can use a loop and visit all controls at once:
      Dim C As MSForms.Control
      For Each C In Me.Controls
        If C.Tag <> "" Then
          Range(C.Tag & MyRowNumber) = C
        End If
      Next
    And when we want to load data from a row into the form, it's the same, just the other direction:
      Dim C As MSForms.Control
      For Each C In Me.Controls
        If C.Tag <> "" Then
          C = Range(C.Tag & MyRowNumber)
        End If
      Next
    And to clear the form is also the same:
      Dim C As MSForms.Control
      For Each C In Me.Controls
        If C.Tag <> "" Then
          C = ""
        End If
      Next
    So we can remove over 150 lines and do the same with just the 18 lines above.
    Isn't that a simplification?
    Think about that for a while.
    Ready for the next trick? ;-)
    As the TAG property is readable and writeable we can use Sub UserForm_Initialize and save a lot of manual work:
    Private Sub UserForm_Initialize()
      Me.txtBoxA.Tag = "A"
      Me.txtBoxB.Tag = "B"
      'etc. till
      Me.txtBoxWhatEver.Tag = "BD"
    End Sub
    No time to waste,
    here comes the next one. ;-)
    In your file, you can have named ranges, but always have headings! And so we can get the column name e.g. from a named range:
      Me.txtBoxWhatEver.Tag = GetColumnName(Range("WhatEver"))
    Function GetColumnName(ByVal R As Range) As String
    Dim S As String
    S = R.Address(1, 0)
    GetColumnName = Left(S, InStr(S, "$") - 1)
    End Function
    Or you can use Range.Find and search for the header int the sheet and get the column name directly.
    The benefit is that your form works even when the user change the layout of the sheet!
    Simple
    as it gets
    (almost).
    Andreas.

  • How to find the next empty member to use it in the FIX statement?

    Hi,
    I need to create a HBR that, when launched, finds the first member that has a #MISSING value and updates this value with 1. I've tried to create similar code to those from Workforce, however with no success.
    The value of 1 should be entered for the first empty child of "Transactions" in combination with account "A-1061800", "No Custom3", "No Custom4", "FY10", "E-00000", "BegBalance", "Robocza", "Budget", and "C2-00000".
    The code I've developed looks like this:
    SET CREATENONMISSINGBLK ON;
    +FIX("BegBalance",[KHSA_PLAN2_CUSTOM3],[KHSA_PLAN2_CUSTOM4],"E-00000","FY10","Budget","Robocza",[KHSA_PLAN2_CURRENCY],HSP_InputValue)+
    +"A-1061800"(+
    IF(@MAXS(SKIPMISSING,@CHILDREN("Transactions")) == #MISSING)
    +"C2-00000" = 1;+
    ENDIF)
    ENDFIX
    The HBR however updates all children of "Transactions" with value of 1 - for two days I've been searching for a way to fix on a first empty child of "Transactions".
    Maybe someone could help me, please?
    Regards
    Marcin Stawny

    There isn't a built-in function to perform calculations on thable cells. What you can do is to retrieve thable cells values and calculate the average by yourself.
    To retrieve a bunch of cells in a single instruction you can use GetTableCellRangeVals: prerequisite for this function to work correctly is that cells are all included in a Rect structure (shortly, a rectangle) and are all of the same data type. See the help for the function for some explanations and the link to an example of its usage. In Cell range parameter you can pass VAL_TABLE_ROW_RANGE (row) macro to retrieve an entire row. See here for details.
    Once you have retrieved cell values in an array, you can pass it to Mean function to calculate the average.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Putaway Strategy - Not going to next bin

    If I have a Putaway Strategy of Next Empty Bin and my bins have a set capacity of 1.000 KG (Maximum weight of 1.000 KG), then I receive and try to putaway a total of 10.000 KG, the system is allocating the whole 10.000 KG in one bin. Shouldn't it put away in 10 bins? The strange thing is that for the same material in other Plants, the process is fine, SAP splits the quantity correctly among the bins. AND for other materials in current plant it does work fine either.
    We double checked the Material Master for the material/current plant against material/other plant (WM1, WM2, and further views). Everything looks the same.
    We also double checked the MMaster for current material/plant against other material/current plant and there's no difference at all.
    Could anybody help out?
    Best Regards,
    Rodrigo

    The Capacity Check Method is empty, but things are working for other materials, SAP splits the total quantitity according to the weight capacity of 1.000KG for each bin.
    I'm wondering if there's another configuration that leads to the same result.
    ABs,
    Rodrigo

  • LT10 "Immediate confirmation" of TO with Putaway strategy "C" Doesn't Work

    Hi ,
    We have WM with HU implemented for a Plant/ Sloc Combination.In Warehouse we have multiple storage types.
    Putaway strategy "C' (Open storage) is implemented with SU in one of the storage type of warehouse.
    If we try to make internal movement within this storage type using LT10 with option "Immediate Confirmation" (of TO) , it doesn't work and we have to use LT12 to confirm transfer order seperately.
    This is happening only if we are opting QUANT VIEW in LT10.If we use STORAGE UNIT view in LT10 and transfer the material with IMMEDIATE confrimation , TO gets confirmed immediately.
    Further , functionality of "Immediate confrimation" works perfectly if we use storage type with other put-away strategy like "NEXT EMPTY BIN"
    Need your immediate help on this
    Regards
    Sandeep Marwha

    Hi Sandeep,
    In open storage , you have only one bin per storage section. You are also having SU. So quant view will not work, thats why Storage unit view is working. Moreover, please check if mixed storage is enabled. If not then it will not allow multiple SU to accomodate. Thats where the Next empty bin will work.
    Thanks,
    Mono
    Edited by: Monodeep Sarker on Dec 28, 2010 8:46 PM

  • Destination Bin change in Pick Module Replenishment scenario

    Dear Experts,
    We have a requirement to perform destination bin change during TO confirmation into the pick module for replenishment scenario. The requirements is as below:
    System set up:
    We have a storage type 001 (Replen Storage type) that has been configured with putaway strategy as 'F'. It is basically a pick module wherein we have defined one fixed bin for every SKU or Material in WM2 view and we have defined the minimum, maximum, control quantity & replenishment quantity.
    Our requirement is to perform a two step confirmation for the stocks going into this pick module meaning although the fixed bin in determined during TO creation user needs flexibility to change the destination bin to a new interim bin during confirmation and then they will intern perform a bin to bin transfer from interim bin into the actual fixed bin location.
    We do not want to activate standard 2 step procedure as it will impact other kind of picking process. Hence need a solution to perform destination bin change as below.
    1. For Material A and Fixed Bin 001 in storage type 001, the stock level has gone below minimum quantity.
    2. A transfer order is created automatically to replenish this bin from another storage type(This is standard SAP replen process).
    3. The user will pick stock from the source storage type and deposit the stock into an replenishment interim bin which is also a part of the same pick module.
    4. The user wants to confirm stock in interim by changing destination bin to say bin 002 in storage type 001. Although we have activated destination bin change for this storage type it is not allowing us to change bin during confirmation.
    We are looking for help from experts to provide a solution for this scenario. Is activating destination bin change for fixed allowed by standard SAP? If not what are the other alternatives to achieve this functionality. Please refer the attached document for details.
    Best Regards,
    Harish

    Hi Harish
    How is the replenishment triggered..are you using LP21,LP22 or LP24...IF YOU use any of these standard SAP TCode, first the system creates TR and the bin gets fixed in the TR itself. Even by having destination bin changeable at the time of confirmation will have no effect and will continue to remain grey.
    I had a similar requirement in one of the projects.Placement strategy was next empty bin and since fixed bin was maintained in material master , system was always defaulting fixed bin in TR. When TR was converted to TO, the same bin got carried over
    to avoid this we used user exit EXIT_RLLNACH4_004 to prevent defaulting of bin in TR. TR was created without destination bin. When TR is converted to TO, system can find the bin based on the strategy maintained. This works very well and we have used it successfully
    Regards
    Jayaram

  • WM search Strategy

    Gurus,
    I have activated add to existing stock in storage type.I have 2 stoarge type in search staretegy.When i am doing GR,the system is placing the material in the second storage type & in the last BIN.
    How to make the sytem to place the material in other bin s & other storage type.
    Will it place material in bin, only when the system gives error for capacity is full & goto next bins?
    I have activated mixed storage also

    even in chemical industry we have a lot storage types that use mixed storage.
    And never forget, in chemical industry is a lot plant maintenance going on, about 80 % of all material masters are spare parts where with have several spare parts in one shelf, in one bin.
    What we usually not have is:  a lot of space.
    And for this reason I do not use strategy L "next empty bin" and strategy i "addition to existing stock" ,  because it switches to "next empfy bin strategy"  if it cannot add to existing stock. And as we usually do not have empty bins we would get a conflict that needs to be solved by the warehouse workers then.
    We are using almost all other strategies, depedend on the specific requirements of material itself, the warehouse layout, and the work processes.
    We are often using open storage strategy, together with deinition of storage sections and bin types and capacity check method 4 to control placement. 
    And I think this should work for you too.

  • Large/Small quantity stock removal vs partial stock removal.

    Hi All,
    I am trying to get following configuration in place: Stock removal A (partial pallet) with Full stock removal "Checked" and return the unused stock to storage type mentioned under "return storage type". But I am getting following error "For Compl. Stock removal or SU managed, either pick point or return to same bin). But if you see the SAP documentation it allows this configuration. My 2 storage types which I am using have SU & non-SU managed with putaway strategy as "next empty bin" as we don't know what are the weight or quantity restriction on each rack location for now.
    My second config issue is related to usage of stock removal strategy M (large/small qty). Like mentioned above I have to area; SU & non-SU managed. And I would like to use F (FIFO) strategy for non-SU managed inventory and use M for SU managed inventory with an option of checking if the quantity is higher than SU, pick the remaining small quantity from non-SU managed place. Can I acheive with different stock removal at storage type level; one with M and another with F or do I need to have M.
    Let me know if more clarity is required to provide responses.
    Thanks.

    Hello,
    For 1:
    Partial picking can be done on a SU with the usage of a pick point . The pick point is a place where materials are brought and moved for a partial pick up from an SU. In the std system storage types 010 & 011 have been defined for the same.
    you may refer to the following link: Partial pick using a pick point and how you carry out with SU's invloved.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f85c504afa11d182b90000e829fbfe/frameset.htm
    For 2:
    When you want to use M  as the stock removal strategy, the following needs to be done:
    1) You define a "small" storage type where only a limited quantity can be removed. ( the control qty in the WM2 view of MM)
    2) You define a "large" storage type and this will be removing quantities above the control quantity limit
    3) Define the control quantity of all those materials that you want to be picked from the small storage type. (This could probably correspond to your SU qty, )
    you need to have the smaller storage type set as "M " and when you are customizing search strategy for the storage types ( SPRO> LE>WM--> Strategies >stock removal strategies> Define strategy for large/ small qty, you can then define the first storage type for E as smaller storage type and then the larger storage type  i.e. the second one should be higher than the preceding one.
    Please see if this helps.
    Thanks,
    Edited by: Abhijit Sadhu on Jun 24, 2009 4:58 PM

Maybe you are looking for

  • Accept Button in Service Contract Quotations

    Hi Experts The requirement is to create any of the 2 different types of contracts as a follow up from service contract quotation. I have maintained both the contract types as follow up transactions of service contract quotation through copy control.

  • Itunes not detecting my video ipod

    I have installed itunes and my ipod but when i plug in my ipod nothing happens and in the preferences tab it sas no ipod connected. I've done the 5 R's and have reinstalled the ipod and itunes many times. When i try to restore my ipod it says no ipod

  • Why don't Yahoo embedded videos work

    videos from youtube, hulu, netflix, etc. work but not yahoo embedded ones. I have the latest version of firefox and adobe flashplayer on windows 7 64 bit. i have tried installing/uninstalling flashplayer and firefox. i also tried loading it in safe m

  • Where can I get a manual for Photoshop Elements 10? Am I eligible for an upgrade to 11?

    I bought my Photoshop Elements 10 last September 6th of this year and I was wondering where I could get a printed manual for the program or PDF that I could print. It is hard watching a video and then doing what they did. I would like a printed manua

  • Why Math class does not have any constructor.

    Math class does not have any constructor. But all the classes have a default constructor. Then why the math class is not having any constructor. Is math class having some other constructor or is the default constructor concept applicable only for use