Batch and bin block

Hello all,
i would like to know whether a bin can be blocked for stock removal or stcok putaway. if so, what is th eprocedure and what is the t-code for it. if the bin is blocked, can the batch number of the material in the bin can be blocked or the batch will not be blocked.
pl. advise me.
Thanks,
Maxx

Hi Maxx
The bin or bins can be blocked by using transaction LS06.
Select the bin or bins that you want to block and click on the padlock, You can then choose to block the bin for placement or removal or both. This does not block the batch of the material in that bin and at IM level Production or sales etc will not see the block it is for the bin or bins only. It means that SAP will not attempt to put any more stock inthere or take any stock out of there.
If you want to block the batch there are two ways.
You can change the status from unrestricted to 'Blocked' using transction MB1B and movement type 344 and then enter the material number and the qty for the entire batch and subsequently process the posting change that is created in WM or you can 'restrict' the batch by using transaction MSC2N and entering the material and batch and setting the status to 'restricted'.
I hope that this helps

Similar Messages

  • Stock on posting date with storagelocation,batch and stock types informatio

    Hi,
    I'm needing a report (similar funtion of MB5B) which must reveal the stock postion (closing balance) of the materials on a particular date alongwith storage loactions, batches and stocktypes (Unres/Q/Blkd).As such MB5B either gives the output either by storage location or by batch, not the combination of both.
    Else provide any possibilty means( Database tables) from where i could arrive these mention outputs.
    I could be able to get the information by collecting the values from MKPF & MSEG tables. But this information only suffice the material movements carried on that particular date.. And i will be not having the closing balance as a whole.
    I even wonder to get any such a kind of information in which i could able to get the stock with stock types(Unres/Q/Blkd).
    Any light on this matter is highly appreciable.
    Regards
    Prasanna

    Hi Amit Bakshi,
    Thanks for the reply..
    I executed the suggested program but i found the same kind of information aslike in MB5B..
    The information all i'm looking is to get the closing balance of the given material with storagelocations, batches and stock types on a given posting date.
    For eg.
    On 15 / 03 / 2011
    Material A
    Batch       Slocation       Stock type               Closing balance Qty.
    A1              S001               Unres.                             50
    A1              S002               Unres                            120
    B1              S001               Quality                             15
    C1              S003               Blocked                            30
    In MB5B i could able to get the values of closing balance either Storage location level or by batch level but is it possible to get the combination of both along with stock types?
    Reg
    Prasanna

  • Std SAP Programme , transfer the GR Batch Material to Block Stock.

    Hi All ,
    Could you please tell , which is the Std SAP Programme , transfer the GR Batch Material to Block Stock. (ECC 6.0)
    Thanks & Regards,

    such transfers will be made with movements, movement can be created with MIGO transaction or the old transaction MB1B (and several more)
    Just goto SE93, enter the transaction code, display the detail and you will find the program name.

  • Difference between image file and .bin file

    I want to know whats the difference between img and bin file and which is better

    Functionally and generically, they are the same thing for devices like routers and switches and firewalls ...
    Some "images" consist of more than one binary file ... like code for specific blades or modules (like a radio module on an AP).
    In most cases, it's just a naming convention and they are the same.
    For some systems, like computers, a binary file is an executable ... it gets loaded into some flavor of memory, usually RAM, and the instructions are executed. During the initial load, some code is typically executed to initialize the various sub-systems. All of this initialization takes time (think about booting a desktop or laptop computer from power-on to "ready-to-go").
    One way to speed things up a little is to save the initialized environment as an "image" or snapshot of the "ready-to-go" state of the device.
    Once the snapshot is saved, it can be loaded directly into a block of memory without the need of all of the initialization code or interpretation of the binary code. This tends to make things "boot" faster. As long as the system's hardware configuration hasn't changed since the snapshot / image was taken, it should be exactly as if the device was never turned off. Some desktop and laptops have a "hibernate" mode .. everything is powered down, but it boots up as fast as the snapshot image can be pushed into the memory from the hard drive.
    If you have a specific example, post it up.
    Good Luck
    Scott

  • What is the diffrence between ASCII and BIN mode

    Hello All,
    What is the diffrence between ASCII and BIN mode
    Regards,
    Lisa.

    'ASC' :
    ASCII format. The table is transferred as text. The conversion exits are
    carried out. The output format additionally depends on the parameters
    CODEPAGE, TRUNC_TRAILING_BLANKS, and TRUNC_TRAILING_BLANKS_EOL.
    'IBM' :
    ASCII format with IBM codepage conversion (DOS). This format correspond
    to the 'ASC' format when using target codepage 1103. This codepage is
    often used for data exchange by disc.
    'DAT' :
    Column-by-column transfer. With this format, the data is transferred as
    with ASC text. However, no conversion exists are carried out and the
    columns are separated by tab characters. This format creates files that
    can be uploaded again with gui_upload or ws_upload.
    'DBF' :
    The data is downloaded in dBase format. Because in this format the file
    types of the individual columns are included, import problems, for
    example, into Microsoft Excel can be avoided, especially when
    interpreting numeric values.
    'WK1' :
    The data is downloaded in Lotus 1-2-3 format.
    'BIN' :
    Binary format. The data is transferred in binary format. There is no
    formatting and no codepage conversion. The data is interpreted row by
    row and not formatted in columns. Specify the length of the data in
    parameter BIN_FILESIZE. The table should consist of a column of type X,
    because especially in Unicode systems the conversion of structured data
    into binary data leads to errors.

  • Sale order delivery and billing blocked

    Hi sap sd gurus
    I have a problem after creating a sale order , the one line item in sale order showing status of delivery blocked and billing blocked , now i am unable to post delivery and billing when i see in schedule line item order qty and confirmed qty .
    Now i want to find why this is blocked and remedy for removing this block .
    Could anyone suggest me in this issue asap
    thanks in advance
    Kanna

    Dear Kanna,
    Go to XD02 at the toppage you will find Extras
    In that Extra Topage  you will find a field   Blocking Data.
    Check whether Order block and Delivery Block has been ticked.
    If ticked is there remove the tick and try Delivery and Billing.
    If you have any concerns revert back the same to me
    With Regards,
    Amjath

  • Hiding organization data and partner block in IC_AGENT role

    Hello,
       For  Business role : IC_AGENT and under  Work Center  : Interaction record ,we have a screen with three different blocks:
       Overview  Organizational Data  Partner.
       My requirement is to hide Organization Data and Partner block.
       Please suggest how can i do that?
       Regards
       Najm

    Hello Najm,
    for the same purpose I've done in the following way.
    Enhance component ICCMP_BT_INR in BSP_WD_CMPWB if it's not been done yet.
    Enhance view InrHeaderViewSet if it's not been done yet.
    In view controller implementation class for this view (in my case it was ZL_ICCMP_BT_INRHEADERVIEW_IMPL) redefine GET_TAB_LINK_TABLE method in the following way:
    METHOD get_tab_link_table.
    CONSTANTS: c_orgdata TYPE string VALUE 'InrOrgData.BTORGSET/OrgSet',
                c_partner TYPE string VALUE 'InrPartnerId.MainWindow'.
    CALL METHOD super->get_tab_link_table
       RECEIVING
         rt_result = rt_result.
    * hide org. data tab
    DELETE rt_result WHERE id CP c_orgdata.
    * hide partners tab
    DELETE rt_result WHERE id CP c_partner.
    ENDMETHOD.
    Other way is:
    Enhance component ICCMP_BT_INR in BSP_WD_CMPWB if it's not been done yet.
    Go to Runtime Repository Editor there.
    Delete InrPartnerId.MainWindow and InrOrgData.BTORGSET/OrgSet views from the viewarea Header of the ICCMP_BT_INR/InrHeaderViewSet.
    But personally I've preffered first one. Just to remember what was actually there in standard.

  • Macbook pro. app tries to use flash player and get " Blocked plugin" how to uninstall and reinstall flash player. update does nothing ?

    Wife has an older MacBook Pro. when an app uses flash player "Blocked plugin" comes up. I don't know much about mac, tried to update flash player and get newer version already installed, and update and still get same message. How do I uninstall flash player and reinstall?

    Sounds like it is blocked for the website you are at. Check with this:
    You can quickly test whether a recently added plug-in is causing problems by blocking it.
    Choose Safari > Preferences, click Security, then click Website Settings next to Allow Plug-ins.
    Select the plug-in you want to disable on the far left, then click each pop-up menu on the right and choose Block.For some plug-ins, you see pop-up menus for different websites, and you can choose to block each one individually. Use the “When visiting other websites” pop-up menu to block all other websites that don’t have individual settings.

  • Why can not freeze book inventory Storage location and Posting block?

    Hello,
    I tried to freeze book inventory storage location and posting block at storage location level in SAP.
    1) OMBP -> "Freeze book inventory storage' is checked at that storage location.
    2) MI01 -> the 'Posting Block' and 'Freeze book inventory' in the Physical Inventory Document  is checked.
    3) Post the Physical Inventory Document by using MI02.
    But, I am still able to post inventory movement at that storage location after executing the above.
    (I run MB1C with movement type 501 at that location.
    I input the material number which are in the created Physical Inventory document.
    The posted manterial document is created after I run MB1C.
       The document date and the posting date in MB1C are the same date of Physical Inventoery Document.
    I can see this material inventory movement from MB51!! )
    My question is:  Why SAP is allowed to execute the inventory movement after the 'freeze book inventory storage location' and 'Posting block' are checked at OMBP and MI01 ?
    Any idea?
    Help me, thank you.
    Regards,
    Sylvia Chen

    Problem solved.  Thank you for all help!!

  • No longer any video visible, only green, pink and yellow blocks of color.

    I am using FCE 4.0
    For some reason I no longer see any video in my Viewer window and my Canvas window. The video image is completely messed up
    All I see are seemingly random green, pink and yellow blocks of color. I do hear the audio the way it is supposed to be. I can see thumbnail images of individual clips in the Browser window
    This is with projects I had already started to work on and with which everything seemed fine just a few days ago.
    To see if old files might have gotten corrupted, I just captured a few minutes of new video, and the same thing happened. It seems to capture fine, but when I drag the clip from the Browser into the Viewer, I get the same green, pink and yellow blocks of color.
    Does anyone have an idea what might be going on?

    Just a thought - but have you checked to make sure you haven't accidentally got the magnification up really really high in your viewer or canvas windows ?

  • Creation of Batch and maintain characteristics

    Hi,
    I need to create batch and maintain batch classification/characteristics.
    I am doing the following steps
    1. BAPI_BATCH_CREATE --> Crreate the batch
         -Pass material/plant/batch
         -This creates entry in MCHA
    However there is no entry created in MSKA
    2. Get class using BAPI_OBJCL_GETCLASSES
        - Object key = material/plant/nbatch
        - Table = MCHA
        - class type 022
    This BAPI does not return anything saying the classification does not exist.
    However I can see the entry in transaction MSC3N
    There are 2 problems
    1. I need an entry in the MSKA table
    2. Why is BAPI_OBJCL_GETCLASSES not returning the class when the batch is created successfully and is visible in MSC3N
    Thanks for the help
    Karen

    Hi...
    Thanks for your answer...
    I am no able to create the batch using BAPI_BATCH_CREATE.
    The problem was I was not passing values to the parameter BATCHCONTROLFIELDS
    (values of CLASS_NUM = name of class and DOCLASSIFY =X).
    Because of this the entry in MCHA-CLOBJ BM was blank and BAPI_OBJCL_GETDETAIL was not finding the classification.
    No this part is working....
    I now need to have an entry in MSKA...
    Can u tell me how to do this through BAPI or FM
    There is a parameter INTERNALNUMBERCOM for BAPI_BATCH_CREATE...
    will this fill MSKA? I am not sure what values to pass.
    Thanks for the help.
    br
    Karen

  • Vendor batch and batch field on the inbound delivery

    hi GUrus,
    i have looked through most of the threads where the topic of vendor batch and batch on the inbound delviery has comeup. I'm specifically looking at a scneario where i would want to pass the on the batch number provided by the vendor on the IDOC to batch field on the inbound delivery. The reason for this is , i can look at the batch field in the confirmations tab of the PO, in the purchase order histroy tab of the PO, and also MMBE tcode. the material is also batch managed turned on in hte material master. But the issue is that even though i put the batch provided by vendor in the CHARG field on the ASN IDOC, it is still getting populated in the vendor batch field in the inbound delivery.
    any ideas?
    Thanks
    Ravi

    Hi,
       Refer the note:  833668 - Creating batches in the inbound delivery using IDOC  which explains the system design.
    Regards,
    AKPT

  • Diff between logical and physical block corruption

    What is the difference between Physical and Logical block corruption.
    Dbverify utility, analyze command is used to check the logical block corruption not the physical one am i correct??
    When i get
    ORA-01578: ORACLE data block corrupted (file # 9, block # 13)
    ORA-01110: data file 9: '/oracle/dbs/tbs_91.f'
    ORA-01578: ORACLE data block corrupted (file # 2, block # 19)
    ORA-01110: data file 2: '/oracle/dbs/tbs_21.f'
    How to conform that this a logical or physical block corruption???
    please through some light regarding this....
    kumaresh

    the following link may help u
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmconc1012.htm

  • OBIEE 11g, BI Apps EBS: What are default security variables and Init Block

    Hi,
    We are implementing BI Apps 7.9.6.3 [OBIEE 11.1.1.1.5 with EBS modules]. Out of the box RPD and mappings.
    There are many VARIABLES and INIT BLOCKS in the RPD. Some of them are mainly for Siebel, Jd Edwards etc.
    I need to know what are the default variables and Init Block configures in RPD. Also it will be highly appreciated if anyone can point out what segments we should configure if we need to implement security with simple database table authentication with SSO?
    Thanks in advance.

    You should review this doc for the options for EBS/OBIA security:
    http://docs.oracle.com/cd/E20490_01/bia.7963/e19042.pdf
    If helpful, pls mark as correct or helpful.

  • Bridge CS6: How do you write a script to assign a shortcut to "Batch" and "Image Processor"?

    Many times a day I need to access "Batch" and "Image Processor" in Bridge.
    There is no shortcut, so I have to go the Tools-Photoshop-Batch and Tools-Photoshop-Image Processor menu - the items I need are locked into a second level menu.
    Which is impractical.
    I remember, when I started out with Photoshop many years ago, I downloaded "Deke Keyes" from Deke McClelland, which included keystrokes for "Batch" and "Image Processor".
    From the Bridge forum I learned that you cannot assign shortcuts in Bridge CS6.
    So the general opinon was that a script was used to assign the shortcuts.
    Could you please tell me how to do that?
    Thanks!
    PS: I tried to assign shortcuts via the Mac OS X Mountain Lion keyboard preferences (applications), but it did not work.

    Hi,
    in the exit:Event of the 1st date field add this FormCalc script:
    DateField2 = Num2Date(Date2Num($.formattedValue, "DD.MM.YYYY") + 21, "DD.MM.YYYY")
    You may have to change th date pattern  "DD.MM.YYYY" in the way you need it.

Maybe you are looking for

  • I keep getting an error message when trying to install updates

    "Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for additional information." But when I try to run the u

  • JPopupMenu, JTree

    Hi, I am new to JPopupMenu and JTree. Let me explain the scenario first. There is a JTree with two branch nodes(Game tables and New Players). First branch node(game tables) can have multiple branch nodes which are different tables and each of these g

  • SOLUTION to video and sound problems

    I know this seems like a very long process, but it actually doesn't take too long (at least with music videos), and it's well worth having the audio and video ligned up properly. So hope it works for you all, let me know how it goes :) i know a lot o

  • Upload thru bdc (PA61)?

    hi everybody, i have developed a program to upload time events thru transaction PA61. and when i m running the program, i m able to load only the first three records. could anyone suggest me where might i have gone wrong. early reply would be appreci

  • Create new billing document if delivery line items have different UOM

    Hello,   I have a requirement to create different billing documents if the line items in my delivery has different UOM.In my case if delivery is completely ok billing documents are automatically generated. How to do so what logic needs to be build.Pl