Storage location restriction

Dear Experts,
our client has stroage location like STRM ,WHO4 and users X,Y.User X transfer material from STRM to WH04
and Y transfer material from WH04 to STRM.while they moving their stock they create annexure 1 and annexure 2 to
move material,but user X transfering the material WH04 to STRM,without any document,we tried removing authorization
WH04 for X,but x even can not move material from STRM to WH04.our aim is to restrict user X transferring the material from
WH04 to any other location.please suggest how to control this,
Thanks in advance,
Varun

Hello Varun,
Try for authorisation of storage location:
Materials Management>>>Inventory Management and Physical Inventory>>>Authorization Management>>>Authorization Check for Storage Locations.you can restrict the user to use his storage location only by authorization object assigned to the user role.
OR
one simplw solution is , for production people create one storage location.
now after this assign this storage location in MRP2 view in prosution storage location field.
As storage location assigned in material master it automatically pick up in process or prodution order as a default here u can
if required grayed out the column.Due to this user has to issue material from production storage location.
You can view the similar thread for the same in SDN:
Material taken from other Storage location
Hope the information is useful
Regards,

Similar Messages

  • BADI for storage location restriction in IW32

    Dear All,
    I am working on one scenario in this user has to get the error message :-
    1. Whenever he doesn't enter the Storage Location in Component Tab (in IW32) and also he should not be able to save the Maintenance Order.
    2. There is ZTABLE (ZTPM058) , if there is no entry of the Storage location in the ZTABLE then also he should get the error.
    I have used the BADI BADI_DI_PCS2_1 to do this but the problem is when the user enter the component manually then it works fine , but when he selects the component from List button (it is in the bottom of the component tab screen) , then this BADI doesn't work correctly.
    Basically when the user selects component from List  then it should first put data into the component tab and then give the error . but this is not happening.
    Please suggest what can be done.
    Below is the code that I have  written :-
    l_ucomm = sy-ucomm.
    if diad_resbd-MENGE is not INITIAL.
      SELECT SINGLE ingpr         "Plant Section
                    lgort         "Storage Location
              INTO  (l_ingpr,
                    l_lgort)
              FROM  ztpm058
             WHERE  lgort = diad_resbd-lgort
               AND  ingpr = diad_caufvd-ingpr.
      IF sy-subrc <> 0.
    if l_ucomm <> 'IMKL'. 
       CONCATENATE 'FOR ITEM NO'        diad_resbd-posnr
                   ', COMPONENT'                   diad_resbd-matnr
                  'AND PLANNER GROUP'       diad_caufvd-ingpr
                 'THERE IS NO STORAGE LOCATION'  diad_resbd-lgort INTO txtmgs SEPARATED BY space.
        clear l_ucomm.
        clear sy-ucomm.
        MESSAGE txtmgs TYPE 'E' .
        elseif l_ucomm = 'IMKL'. (OK CODE when user press List button)
             CONCATENATE 'FOR ITEM NO'       diad_resbd-posnr
                        ', COMPONENT'                   diad_resbd-matnr
                        'AND PLANNER GROUP'      diad_caufvd-ingpr
             'THERE IS NO STORAGE LOCATION'  diad_resbd-lgort
    INTO txtmgs SEPARATED BY space.
        clear l_ucomm.
        clear sy-ucomm.
        MESSAGE txtmgs TYPE 'W' .
        endif.
        endif.
        ELSE.
        message 'Please enter the Quantity' type 'W'.
        clear l_ucomm.
        clear sy-ucomm.
        endif.
    Thanks and Regards,
    Rachit Khanna

    Dear Rajesh Kumar Raju
    Go to IMG-->Logistics Execution >Shipping> Picking -->Determine Picking Location -->Define Rules for Picking Location Determination.  There you have to assign the MALA rule to your delivery type
    Also maintain in OMJ8 and in material master under MRP2 view the default storage location in the field "Prod. stor. location"
    thanks
    G. Lakshmipathi

  • Storage location restriction at usage decision

    Dear All,
    I want to restrict the st.location at the time of usage decision i.e. two location window appears one to unresticted stock and second to block stock.Is there any customization setting or by another method can i freeze the location(say X) of unresticted stock during inspection stock posting in QA32.
    Regards
    r sehgal

    Dear,
    you need to do customizing here
    SPRO>Quality Management>Quality Inspection>Inspection Lot Completion>Define Inventory Postings
    Posting ID  - Keep postimg Id VMENGE01 and VMENGE04, and delete all other posting ID.
    It will give the result what is required for you

  • Default storage location for transfer posting

    Hi Gurus,
    In transfer posting using mvt type 311,i want to make the storage location defaulted by a particular storage location. In other words system should not allow transfer posting if i use other storage location. Is this possible?
    Regards,
    Kumar

    [Restrict user to post to a particular storage location|Restrict user to post 313 to a particular storage location.]

  • How to restrict Stock posting in Specific Storage Location

    We Want to restrict posting of cenvet creadit taken material to specific storage loacation at time of GRN (MVT 105)

    HI
    IMaterial master view in mrp-2 view there is option to procurement for EP. here you specify the storage location so while posting the GR system pick the same sto location.
    which material you want to post just make the changes in mmr.
    creation of user wise authorization  also you can reach this with help of basis.
    laxman

  • Can i restrict a movement type with respect to storage location

    Hi
    Is there any way to restrict the movement type for a particular storage locations.
    For eg.
    If am using a Mvt 311 tP btwn storagelocations.
    If there are 10 Stlocs in my plant i want to restrict 311 only for 7Slocs.
    Is it possible
    Guide me
    Sunil

    Sunil
    Please contact your BASIS security team , with the help of Authorization roles you can restrict
    Reward if helpful
    Regards
    venu gopal

  • Restriction on movement type,storage location on USER ID

    Dear Guru's,
    I have to restrict movement type 311 on some storage location for some user ID.Following is already done but not able to restrict the movement of material on other storage location rather than defined:
    1) Maintained authorization objet M_MSEG_LGO with two storage location ST01,ST02 and movement type 311.
    2) Using BADI MB_MIGO_BADI and maintained Z table with USERID,Mvt type 311,storage location ST01,ST02.
    Still we are able to do Mvt 311 on other that defined locations in authorization objet M_MSEG_LGO and Z table....
    Kindly give ur valuable suggestion to resolve the issue......
    With Regards.

    HI
    For your requirement only I have suggested to create multiple role. In one Role you specify SLOC & MOvt type(only 311) in auth object M_MSEG_LGO & M_MSEG_BWE for slocs where you want 311 movt. In other Roles of goods movt you also specify other SLOCs & all other movt except 311. I mean in the other Role you cant keep the movt type as * in auth object M_MSEG_BWE.
    So its a combination of SLOC & MVT tye. Try & give feedback
    Shakti
    Edited by: SHAKTI BEHERA on Jan 14, 2012 12:15 PM

  • 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

  • Restrict Storage location

    Dear All,
    We are experiancing an issue that there is t code co11, production order confirmation in that there is feild storage location feild, which comes from BOM, there are certain users who change the storage location, at this time, if we restrict storage location, for that user, then it will also give the not authorized for the location, even if it is not changed and coming from BOM, We want to restric this " Change Practice" in co11, can we disable the feild for certain users or restric certain users to do this pratice, Please guide me.
    Ravi.

    Dear,
    I think that my message is not conveyed properly, there are feilds BWART and LGORT which used to restrict storage location and movemnt type generally what we do is restrict movement type and storage location seperately, can we do this?
    Scenario:
    some location is restricted with certain movement and allowed in certain movement, I mean to say combined restriction and permission. Can this be acheived by Authorization control?
    Ravi.

  • Need to restrict storage locations

    Hi Experts,
    I need to restrict the four storage locations to all my end users exceprt one user id in production server.
    Please let me knoe how can i restrict these storage locations to all user ids.
    Regards,
    Reddy V

    Hi Olivier,
    Production server ECC6.0.
    As per our MM consultant requirement I have to restrict the storage location 1025 to the one new user id.
    For this I Have created a role for the T-codes mb1a and mb1b (as per MM Consultant requirement), and assigned this role to new user id. But this role not maintaining the authorization object M_MSEG_LGO to restrict the storage location(1025).
    After that I have manually added the authorization object M_MSEG_LGO in this role and added the required storage locations and removed/restricted the 1025 storage location.But using this t-codes the user is able to post the material to this storage location 1025.
    At the same time there is no other roles/profiles are assigned to this user id.
    So , Please let me know how can i restrict this storage location to this user id.
    Regards,
    Reddy V

  • To restrict the storage location

    Dear Friends,
                       I have defined the storage location and i want to restrict the production people to access the stock. Please help in solving this issue.
    Thanking you.
    Regard's,
    Amit Jain

    Hi,
    The Object M_MSEG_LGO will help you to restrict the production people to access the stock for any specific storage location.
    You can ask your basis consultant to add this object in users profile .
    Regards,
    Manish

  • Restrict certain Storage location from getting displayed in CO06 !!

    Dear all -
    We have implemented ECC 6 recently & I have a doubt about restricting certain Storage Locations
    in CO06.
    I have 2 storage locations for a plant and would like to restrict it in CO06 one of the storage locations.
    Is there any other way by which I can RESTRICT certain storage locations from getting displayed.
    I am putting in Logistics Execution threat, with an anticipation thall ALL logistics module experts will be able to see this and respond.
    Thanks
    Arun
    Edited by: ARUN TULSI on Jun 25, 2008 10:14 AM

    Dear,
    System determine issue storage location from the material master, the value of the storage location of the BOM item, or the storage location from the supply area.
    Check in BOM component details storage location you have defined.
    Check production storage location from the plant segment of the component is taken into account for the use of MRP areas also. When planned order is being created for the superior assembly in a MRP area?
    Also check the Material requirements planning (PP-MRP)
    --> planning process
      --> BOM explosion and dependent requirements determination
        --> storage location determination for BOM explosion
    Regards,
    R.Brahmankar

  • Has to restrict the usage of Storage location

    Hi ,
    Can we restrict placing and issuing the stock from storage location for certain period of time..
    Please advice.
    Regards,
    Kuber

    Hi,
    Kindly go thro the link
    Need to restrict storage locations
    It's useful.
    Thanks,
    JK

  • Restricting storage location through user exit.

    Dear Friends,
    My Scenario is " while doing goods movement in confirmation screen (cor6), the header material is assigned to 3 storage location , Now is there any USER EXIT so that it has to be restricted to 1 storage location ,we dont want authorization control"
    Regards
    tushar

    Dear,
    Please check User exit for storage location determination -EXIT_SAPLV02V_002 and Include ZXLOFU01
    or Program MV45AFZB
    USEREXIT_SOURCE_DETERMINATION
    Regards,
    R.Brahmankar

  • Restricting Authorization for movement types for Storage Location

    Hi Xperts
    I have a requirement that 313 & 315 material movements should not have any BBD/SLED check.However , 314 & 316 should have BBD/SLED check.
    Suppose there are two storage locations : A(Good Stock) & B(Blocked Stock).
    I want one User-ID should be authorized to perform 313 & 315 from A to B.However the same USER-ID should not be authorized to perform 313 & 315 from B to A.They should be authorized only to perform 314 & 316 from B to A.
    All the above trasnactions will be performed either via MIGO or via MB1B.
    How to achieve this.Pls suggest.
    Regards,
    Soumick

    Hi Soumick,
    You can try by creating 2 roles as given below.
    Role A - Tcode Migo
    BWART - 313 and 315
    for object M_MSEG_LGO field LGORT - give only A
    Role B - Tcode Migo
    BWART - 314 and 316
    for object M_MSEG_LGO field LGORT - give only B
    Try assigning both the roles to user and see... Not 100% sure...but u can try out.... You need to have such scenarios tested very thoroughly.
    With Regards
    Nishad Showkath

Maybe you are looking for