Storage Location Naming Convention without WM!

Dear all
We are facing serious problem in our Storage Location for Raw Material.
We have 4 types of Raw Material Seating (S), Panel (P), Metal (M), Wood (W). And they are all stored under Storage Location: RWSL.
Requirement:
Although we have visual guideline as to which industrial rack will store the type of Material, it is insufficient. We need a more refined storage location down to which BIN of the rack we will put the Raw Material.
Due to limited time and resource, we cannot have WM implemented right now. Thus, we have come out with 2 alternative to overcome this problem:
Alternative 01:
We will use the Fixed Bin field in Storage Data 02 by putting the Bin number assigned to each Rack.
E.g. For Seating material code:SEAT01, we will maintain the Fixed Bin as R12A01/A02, it means this Seating material SEAT01 will be stored at Rack 12, fixed bin A01 or A02.
Question to Alternative 01: Will it cause problem in GR, GR, Transfer Posting and Stock Count?
Alternative 02:
Instead of going into details to put Fixed Bin field in Storage Data 2, we will abandan the existing Storage Location RMSL by introducing new format for Storage Location
Here is the example of Alternative 02:
For raw materials, we will use 4 digits location numbers, consistent with other Storage locations, the 4 digits storage location will start with u201CR _ _ _u201D to represent each location
And,
R _ _ _ is:
R = Raw materials
2nd digit = Division (S= Seating, P =Panel, W=Wood, M=Metal and W=Wood)
3rd digit = Rack Number (A, B, C, Du2026 and etc.)
4th digit = Rack Zone - each rack will broken down into zone, each rack can possibility have 2 to 3 zone. 1 Zone can be 1 colume of the Rack
An example of a possible location and its meaning will be
RSA1 = Raw materials warehouse, Seating division, Rack A, Zone 1
RPB3 = Raw materials warehouse, Panel Division, Rack B, Zone 3
The challenge of this is that instead of having 1 Raw Material Storage Location like RMSL, we will have a lot more storage locations each for division of Raw material due to the Rack Number we have as well as the Rack Zone.
Question to Alternative 02:
If we use this alternative, will it impact our future implementation of WM? From design wise, is it feasible?
Please advise what is the best approach and the feasible design on it.
Many thanks in advance.
Edited by: Daimos on May 13, 2009 10:15 AM

Hi, here is the Pro and Co of both approaches:
Method 01: Use existing SLOC and add the Storage Bin info
e.g. SLOC: STM1
         Storage Bin: RSC3, where RS = Rack Seating, C3 = column 3
Pro 01:
It will cause less effort as we only need to use LSMW for material master to add in the Storage Bin data for all material of SCM.
Pro 02:
I have tested out that in TCode MIGO, apart from SLOC, the pertaining Storage Bin data also appear.  Based on my discuss with Xian Chen, sometimes they use MB1C(GR), MB1A(GI) rather than MIGO due to speed issue, I will need to check the field status if can have Storage Bin field APPEAR, if can, it will solve the problem
Con 01:
The Storage Bin information will only appear in MMBE (Stock Overview) but will not appear in the standard SAP Inventory Report (e.g. MB52 Warehouse Stock). To view it from SAP Inventory Report, we may need to customize the standard report to show the new field Storage Bin. It needs Abap effort.
Con 02:
We must have a very good naming convention for Storage Bin. And again, in the above example, if a material is put in SLOC STM1 at Storage Bin RA A1 or C4, it will set a very rigid rule in the future if we need to change it, as I fear that one the Storage Bin has been used up. It will not allow us to change (need to do testing to find out)
Con 03:
Do we have the time to define all the Storage Bin for each SLOC? Operation wise, the store personnel needs to design it
Method 02: Use the new SLOC
Pro 01:
RSA1 = Raw materials warehouse, Seating division, Rack A, Zone 1. More organized. Easy to tell the material is at which  Rack and which Zone of the Rack.
Assumption:
01. we must not have too many rack for one Seating division and also not too many Zone for each
      Division, else it will cause confusion
02. 1 material should stick to 1 Rack 1 zone as much as possible, else later the PP consultant will 
     have hard to to perform GI due to too many SLOC assigned to a material.
Pro 02:
In report wise, we are able to show the SLOC in inventory report. No need to enhance the existing inventory report as we do not use Storage Bin.
Con 01:
If there are too many SLOC creation due to it. It may cause problem for PP perform GI as too many selection available for a material. This can be avoided if stick to the General Rule that one material is tied with one SLOC.
Edited by: Daimos on May 16, 2009 5:07 AM

Similar Messages

  • Sub storage location for Finished Goods Material

    Hi MM Gurus,
    In our organization, FG materials are physically stored under different sub areas, even though the same lies under single storage location in SAP. Currently the users are downloading the stock information into excel and allocating the mentioned physical storage areas
    Since the option of creating further storage locations at the same level or going for warehouse management is not feasible for us, can we resolve this issue by going for any sub storage location (sub dividing the existing storage location into physically storage sub areas)?
    Requst your valuable suggestions in this regard.
    Thanks & Regards,
    Vinod

    Yes your requirement is possible and I have seen it working in one of our client. They named the sub storage location, as STORAGE BIN, and this storage bin data is stored in material master under storage location view. This input field is created with help of abap.
    This way your storage location is distributed under sub storage locations namely storage bin, this way you can create areas of your storage location without turning on warehouse management and then assign materials to the storage location and then to storage bin, thus meeting your requirement.

  • AppleScript To Save Messages As PDFs With Specific Naming Convention

    I am looking for an Applescript that:
    1: Prompts and allows the user to select one or more Apple Mail email messages from within Mail (10.4, 10.5, 10.6).
    2: Prompts and allows the user to select a save-to folder.
    3: For each message, saves it as a PDF file in the save-to folder, using the following naming convention for the PDF file:
    "YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME - SUBJECT",
    "YYYY-MM-DD HH.MM.SS Email To FIRSTNAME LASTNAME - SUBJECT",
    where in the email date-sent stamp (if I am the sender) or date-received stamp (if I am the recipient):
    YYYY = the year
    MM = the two-digit month
    DD = the two-digit day
    HH = the two-digit hour (in 24-hour time)
    MM = the two-digit minute
    SS = the two-digit second
    FIRSTNAME is the email sender's first name for email that I receive (or is the email recipient's first name for email that I send)
    LASTNAME is the email sender's last name for email that I receive (or is the email recipient's first name for email that I send)
    SUBJECT = the email's subject line
    For example: 2010-04-10 16.32.48 Email From Kris Ryan - Status Of Payroll Updates.pdf
    For example: 2010-04-10 16.33.55 Email To Sue Anderson - RE Status Of Payroll Updates.pdf (Colon omitted after "RE".)
    4: For each attachment to the message, saves it as a PDF file in the same directory using the naming convention:
    "YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME Z Attachment - NUMBER - FILENAME",
    where:
    YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME = as above
    NUMBER = an integer representing the attachment number (1, 2, ...) sorted according to filename alphabetical order
    FILENAME = the name of the file attached to the email, including its extension (.docx, .xlsx, etc.)
    The letter "Z" sorts the attachment PDFs after its respective parent email in the directory.
    For example: 2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 1 - List Of Suggestions To Moore.doc.pdf
    For example: 2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 2 - Proposed Salary Adjustments.xls.pdf
    For example: 2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 3 - Salary History.pps.pdf
    Note: The email attachment may consist of a PDF or MS Office file (Word, Excel, Power Point); however, a smart implementation will be able to handle any attachment kind. If the attachment is a PDF file, then save it "as is" using the stipulated naming convention, without passing it through Distiller.
    Thank you.
    Kurt Todoroff

    Well, that's quite a spec sheet.
    Here's a start, you can easily edit the script to get what you need:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #E6E6EE;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    Set a Mail Rule to Save Message and Attachment to Desktop.
    To save attachments to another another folder on the desktop (i.e. Attachments) create the folder and then
    change tell application "Finder" to set pathToAttachments to (path to desktop folder as string) & "Attachments:"
    using terms from application "Mail"
    on perform mail action with messages theMessages
    tell application "Finder" to set ptd to (path to desktop folder) as string
    tell application "Finder" to set pathToAttachments to (path to desktop folder) as string
    tell application "Mail"
    repeat with theMessage in theMessages
    set d_recd to date received of theMessage as string
    set d_recd to ReplaceText(d_recd, ":", " ") of me
    set d_recd to ReplaceText(d_recd, ",", " ") of me
    set theText to content of theMessage
    if theMessage's mail attachments is not {} then
    repeat with theAttachment in theMessage's mail attachments
    set theFileName to pathToAttachments & (theMessage's subject) & " (Attachment From " & (theMessage's sender) & " Sent " & d_recd & ")" & space & theAttachment's name
    try
    save theAttachment in theFileName
    on error errnum
    end try
    end repeat
    end if
    set theFile to ptd & (theMessage's subject) & " (From " & (theMessage's sender) & " Sent " & d_recd & ")" & ".txt"
    set theFileID to open for access file theFile with write permission
    write theText to theFileID
    close access theFileID
    end repeat
    end tell
    end perform mail action with messages
    end using terms from
    on ReplaceText(theString, fString, rString)
    set current_Delimiters to text item delimiters of AppleScript
    set AppleScript's text item delimiters to fString
    set sList to every text item of theString
    set AppleScript's text item delimiters to rString
    set newString to sList as string
    set AppleScript's text item delimiters to current_Delimiters
    return newString
    end ReplaceText</pre>

  • Storage location consideration during MRP Run

    Hi All,
    Within a company code, i am having 2 plants namely PS12 & PS13. In plant PS12, i am  three storage locations namely 1201, 1202,1203. Similarly in plant PS13, i am having stores 1301,1302,1303.
    During MRP run, i do not want to consider the stock in all the storage locations of PS12. The storage location 1203 to be exclued during MRP run. How to set this?
    Your input will be appreciated very much,
    Thanks
    Kumar

    Hi Kumar,
    Goto SPRO>Production>Planning>Define Storage Location MRP per plant, add the storage location to be ignored during MRP and select indicator '1' against it. Thereafter, all the materials created with this storage location will be defaulted with value '1' in the field 'SLoc MRP indicator'. However this can be modified later if required.
    For existing materials, select indicator '1' in the field 'SLoc MRP indicator' avaialble in MRP view under the column 'Storage location MRP'. Go for a mass update for a huge list of materials.
    Check this and revert for any clarifications.
    Regards,
    Murali

  • MRP run without one storage location

    Dear All,
    My client's requirement is they need to run MRP on plant level without considering one storage location stock
    e.g if a material is having stock of 10 in unrestricted with storage location 1104. Now when mrp is run for 100 quantity planned order is created for 90 only planning strategy is 40....they want the MRP should not consider the stock in storage location 1104.....how this can be made possibe?
    Please Suggest...
    Regards,
    Pawan Shetty

    Dear all,
    Pl. help me which user exit implemented  for MRP RUN without Storage location ,b'coz. from slandered setting we are not able to  do the same
    Regards
    Sandeep

  • Stock transfer between plants without STO and storage locations

    Hi.
    In case of stock transfer betwen storage locations with one step it is possible to do stock transfer between different stock types. But in Two step it is only possible to do stock transfer from unrestricted to unrestricted.
    In case of Stock transfer between Plants without STO in one and two step stock transfer, it is possible to do stock transfer  from unrestricted to unrestricted.
    Is there any reason for this?

    Hi
    Thanks for your reply. But i could not understand the sentence - But this is not possibles with 2 step procedure. becasue 2 step is recored will be maintained . In 2 step it not possible. Can you please eloborate on this
    Regards,
    Vivek Swarnapuri

  • Naming Convention and way to locate Table Names in B.I

    Hello All,
    I like to know information about
    How to find a table
    Naming convention of table
    Important Tables
    I will be thankful ,if anyone provide this information..

    Hi Path,
       I will provide information what i had got through various sources...
    1) <b>Identifying Table</b>
           The best way to find out from which tables the data source is getting updated is to search in <b>help.sap.com</b> by using the selection criteria<b> "datasource and the name of the data source".</b>
    This displays a table which gives the name of the fields and the table names
    2) <b>Naming Convention</b>
      1./bic/f (cube name) is the fact table of a content cube
    2./bic/D (cube name) P is the package dimension of a content cube
    3./bic/D(cube name) U is the unit dimension of a content cube
    4./bic/D(cube name) T is the time dimension of a content cube
    5./bic/D(cube name) I is the user defined dimension of a content cube
    6./bic/m (object name) master data of object
    7./bic/t (object name) text data of object
    8./bic/H (object name) hierarchy data of object
    9./BIC/I* SID Structure of Hierarchies
    10./BIC/K* Conversion of Hierarchy Nodes - SID
    11./BIC/P* Master Data (Time-Ind.): Characteri
    12./BIC/Q* Master Data (Time-Ind.): Characteri
    13./BIC/S* Master Data IDs: InfoObject
    14./BIC/T* Texts: Char.
    15./BIC/X* Attribute SID Table: InfoObject
    16./BIC/Y* Attribute SID Table (Time-Dep.):
    17./BIC/B* Transfer structure PSA/Changelog
    18./BIC/A* ODS Active records
    19./BIC/F* Info cube F-Fact table
    20.BIC/E* Info cube E-Fact table (compressed records)
    21./BIC/D* info cube dimension tables
    3) <b>Important tables</b>
    I has collected some important tables that may help you..
    authorization:
    RSSTOBJDIR (Management Table for Authorization Objects): Link between specific authorization object and Info source (table used by transaction RSSM)
    InfoPackage
    RSLDPIO Links datasource to infopackages
    RSLDPIOT InfoPackage Text Description
    RSLDPRULE ABAP source code for InfoPackages
    RSLDPSEL Hardcoded selections in InfoPackages
    ProcessChain
    RSEVENTCHAIN Event Chain Processing Event Table
    RSEVENTHEAD Header for the event chain
    RSEVENTHEADT Header for the event chain
    RSPCCHAIN Process chain
    RSPCCHAINATTR Attributes for a Process Chain
    Queries
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    Workbooks
    RSRWBINDEX?
    List of binary large objects (Excel workbooks)
    RSRWBINDEXT?
    Titles of binary objects (Excel workbooks)
    RSRWBSTORE?
    Storage for binary large objects (Excel workbooks)
    RSRWBTEMPLATE?
    Assignment of Excel workbooks as personal templates
    RSRWORKBOOK?
    ‘Where-used list’ for reports in workbooks

  • Consmption to asset without storage location

    Dear all,
    I have created a Intercompany PO with accoutn assignment? When i see at the good receipt done- its without the storage location.
    So the problem is now i want to do the consupmtion for asset using 241 moveemnt type. But this movement doesnt work as it requires a storage location and i am stuck. Please can somebody help. thanks to all.
    Cheers
    Jasmeet

    I have created a Intercompany PO with accoutn assignment? When i see at the good receipt done- its without the storage location.
    You already goods receipted with account assignment.So it is alredy consumed against account assignment.
    So the problem is now i want to do the consupmtion for asset using 241 moveemnt type. But this movement doesnt work as it requires a storage location and i am stuck. Please can somebody help. thanks to all.
    You can not use consumed material again with 241 mvt type.You need to choose materials which are in stock and it will allows you post
    Edited by: Sridhar Jayavarapu on Feb 9, 2010 5:09 PM

  • Picking without Storage Location

    Hi,
    Right now we are able to put a pick quantity to the delivery, even without Storage Location, in Picking Tab.
    Why is this possible? Can we put a control to prevent the user from input of pick quantity if there is no Storage Location?

    Hi,
    Thru Incompletion Procedure ,you can make a storage location as required field.While they are going to create delivery if they miss to maintain storage location then system will show this field in incompletion log.
    Let me know if you need any further help on this.
    Thanks,
    Naren

  • GR done without mention the Storage location

    PO created and released without detremine the stroge location , then the GR for this PO is posted without detremine the storage location also my question is
    1- where is the stock now it is hidden
    2- how can i return the stock to certain storage location
    regards,

    >
    wello76 wrote:
    > thank you for your quick answar
    >
    > i have one more question
    >
    > is it any way to assgin the storage location while making the GR or the only way is to mention the storage location at the PO itself before make the GR
    >
    > Regads,
    Well if the PO is account assigned then you cann't maintain any storage location (please check your PO whether it is account assigned)
    Now if it is not account assigned i.e. normal PO then if you don't fill the storage location in the PO then in MIGO at where tab the storage location field will remain blank & you have to maintain the same in MIGO...otherwise if you maintain the storage location in PO then there is no need to maintain it again in MIGO (as it will be prefilled from PO)....you can check the stock in that scenario in MB51 also
    Regards,
    Indranil

  • Inspected stock posting to multiple storage location without batch

    Hi,
    At the time of Usage Decision, I want to post the inspected stock to multiple storage location i.e., Rejected Stock to Scrap Storage Location, Qualified Stock to Unrestricted Use Storage Location.
    Quick response will be appreciated.
    Anandkumar KS

    The scrap line has no storage location since that stock is typically written off and scrap cost center is defined in configuration.
    A possible alternative is to set up VMENGE08 and VMENGE09 with the same material movements you want to use.  You obviously aren't using the 553 movement type as that writes off the material.  That could give you two lines to use for your scraping.  I can't remember if these stock posting lines give you the storage location option or not and I don't have a sandbox available to test today.  If you need to post more then two grades in one inspection lot, you'll have to do the first two postings, save the UD, then come back in and do a second posting for the next two grades.
    Read the configuration help file you'll find in confg for "Define Inventory Postings" under the QM config.
    You can also change the displayed names of the stock posting lines.  That's explained in the config file as well.
    Craig

  • Add restriction in CO11N for storage location without doing goods movement

    Hi experts,
    my requirement was to restrict user for some storage location in CO11N, though i completed it using badi "WORKORDER-GOODSMVT" there is some issue.
    Some user just confirm the order in the front page only they are not going in for goods movement tab. Thats why the order get saved for the restricted storege location also.
    I try to use badi "WORKORDER_CONFIRM" but it is not showing the line details.
    is there any way to restrict the storage location in the front page only or make goods movement tab compulsary.
    Please Help
    Thanks
    Rahul

    Hi,
    I managed to do it with 'WORKORDER GOODSMVT" method BACKFLUSH.
    Now it is showing the proper error message at the front screen.
    BUT WHEN I PRESS ENTER IT IS GIVING ERROR ' EXCEPTION CONDITION DUPREC RAISED".
    Please HELP
    Thanks
    Rahul

  • Storage location bin

    Hi all,
    As per the requirement of client without using warehouse management can we do this
    Component store has divided according to six product vertical. Then Each product vertical divided into almirahs.
    Then almirah has divided into blocks or there are some crates.
    Now the client wants to see his physical location & stocks as per the bin into the SAP system.
    How we can handle this & meet the client's requirement.
    If we use the warehouse management then how much config. & transaction has to be done.Cause i don't know regarding warehouse management
    Regards
    dinesh

    Hi,
    If you check in Material master in Plant/stor Locn. data tab you will see a 'stoarge bin' field. That field serves just as a label during MIGO to know where exaclty the goods are placed. This storage bin is Non WM field though. Try using this field by providing ur naming conventions for bins.
    Amit

  • Criteria or points to consider while deciding storage locations

    Hi buddies,
    We are implementing SAP in steel industry, can anyone let me know wht is the criteria or points to consider while deciding storage locations and what should be an ideal naming convention for storage locations.
    Regards,
    Sachin Narvekar

    It is also depends on the business requirement .If the existing system does not follow any logic then you can use as below
    1. You can create material type wise storage location
       Raw material Sto loc - 1001
       Packing material        -  2001
       SFG                           -  3001
        Trading goods          - 4001
        FG godds                -  0001
    advantage of this approach is stock reports ,inventory documents can be created at storage location level and easy to track material and logicaly correct.
    2. Some exceptional cases you have to  use separeate storage location .for example production  return to some blocked storage location

  • Storage location wise Opening/Closing Stock on posting date (mb5b)

    Hi,
    Report mb5b gives opening stock and closing stock as on date. In the selection screen, if we do not enter specific storage location then the opening/closing stock is displayed as sum of all storage location stocks for a given material.
    Where as if we enter storage location, it gives storage location specific output. (with Storage loc/batch stock radio button)
    My requirement is - without entering storage location in the initial screen, the system should display storage location specific opening/closing stock.
    To get this, presently I need to execute mb5b transaction individually for every storage location.
    Warm regards,
    MS

    Hi Madhavi
    This report you can have in T code MC.6 and another t code for opening and closing stock in t code MC.9
    Regards
    Vivek
    -- Reward if helpful
    Edited by: Supergene on Feb 28, 2008 3:17 PM

Maybe you are looking for