Mov. type  313

Hi,
In what situation mov. type 313 will use, what the purpose ?? in t-code MB1B.
Thanks.

Hi Balaji, 
The Tcode MB1B is mainly used to enter the stock transfer which can take place between
One storage location to another storage location with in the same plant
One plant to another plant
One Company code to other Company code 
The movement type 313 is mainly used when you are trying to do a two stage stock
The movement type 313 removes the stock from the first storage location and in conjunction with this movement type yuo use Movemnt type 315 which in turn places the material in the receiving storage location
When you use the movement type 313 the follwing changes occur
1) Issuing storage location(Originating) unrestricted stock level is reduced
2) Receiving storage location stock in transit level is increased
3) Plant unrestricted stock level is reduced
4) Plant unrestricted stock in transit stock level is increased
Hope  this helps you out
In case if you need more infromation do let me know
IF found useful reward accordingly
Thanks & Regards
Pavan

Similar Messages

  • Problem in two Step Transfer Posting - Store to Store (Mov type 313 & 315)

    If I have posted three material documents against movement type 313. Now against one material document (movement type 313), I can post three material documents of movement type 315.
    In short, If I have Stock in Transfer (Store location), then I can post material document (movement type 315) with a material document (movement type 313) against I have already posted material document (movement type 315).
    Regards

    Hi Leo,
    Sorry, your question is not totally clear.
    You wrote that you executed three postings of MVT 313. The question is that through how many postings you can receive this stock?
    In this case I think the answer is that it depends on the 'stock in transfer' stock you removed from your storage location by MVT 313.
    I mean if you posted 10 pcs than you can receive this qty through 10 postings if you receive only 1 pc per posting (MVT 315).
    Please clarify your question.
    Thanks,
    Csaba

  • Destination plant, description, material are editable for movement type 313

    Hello
    We are using movement type 313 for the transfer posting between storage location. We use MIGO for the same.
    Ideally for the movement type 313, the destination plant and material should not be visible. We enter the material, batch,plant and storage locaiton in "From" side and enter only the storage location in "To" side of the MIGO screen. But now suddently after the EHP4 upgrade, we could able to enter the plant and materil in the "To" side also.
    I checked the Field selections in OMJJ for movement type 313 and found that plant and material fields are suppressed.
    Do you have any clue on why suddenly i am facing this problem and what could be possible solution.
    Thanks
    Venkat.

    Sounds like you're just dumping your spec here. What have you tried exactly to solve this yourself?
    Thomas

  • Reading Additional info for Material Document (Movement Types 313, 201)

    Hi SAP Gurus,
    I am currently working on a requirement for Material Document Interface.
    <u><b>The Requirement is as below:</b></u>
    (1) The user creates/modifies a material document using MB01/MB03/MIGO for movement types 313 and 201 separately.
    (2) The user maintains additional information by creating a NOTE using the option
    SERVICES FOR OBJECT --> CREATE NOTE. 
    (3) To Print the materail document information.
    <u><b>The Approach is followed is:</b></u>
    1) I have to retrieve the Address for From and To Locations respectively along with  document data and display it as Simple List output.
    Approach:
    I retrieved the data from MKPF and MSEG tables respectively.
    Also retrieved the data for FROM and TO locations using table TWLAD and function module ADDR_GET.
    (2) I also need to retreive additional information created by the user using the option SERVICES FOR OBJECT --> CREATE NOTE. 
    <b>Approach:
    Request your guidance and inputs to solve the point (2) mentioned above.</b>
    I have debugged the SAP Standard tcode MB01, MB03 ,MIGO which have the option SERVICES FOR OBJECT --> CREATE NOTE.
    I have also used ST05 to trace the transaction to get a proper solution.
    But, i was able to observe that only a table SOOD provides the initial required info only which points to a office document type.
    Looking forward to your valuable inputs, so that i can retrieve the data entered using the option SERVICES FOR OBJECT --> CREATE NOTE.
    Thanks in advance for spending time and
    guiding me to deliver the development on time.
    With best regards,
    Sudhakar

    Hi,
      Try this..
      TABLES: MSEG.
      PARAMETERS: P_DATE      LIKE MKPF-BUDAT.
      SELECT-OPTIONS SO_BWART FOR MSEG-BWART.
      SELECT-OPTIONS SO_MATNR FOR MSEG-MATNR.
      DATA: BEGIN OF ITAB OCCURS 0,
             MBLNR   LIKE MKPF-MBLNR,
             GJAHR   LIKE MKPF-MJAHR,
             MATNR   LIKE MSEG-MATNR,
             MENGE   LIKE MSEG-MENGE,
             MEINS   LIKE MSEG-MEINS,
            END OF ITAB.
      SELECT AMBLNR AMJAHR BMATNR BMENGE B~MEINS
             INTO TABLE ITAB
             FROM MKPF AS A INNER JOIN MSEG AS B
             ON AMBLNR = BMBLNR AND
                AMJAHR = BMJAHR
             WHERE A~BUDAT = P_DATE
             AND   B~BWART IN SO_BWART
             AND   B~MATNR IN SO_MATNR
    <b>         AND   B~MENGU = 'X'.</b>
    The field MENGU might be used to check if the
    material movement has affected the stock..
    Also I have used posting date = given date in P_DATE..
      LOOP AT ITAB.
        WRITE: / ITAB-MBLNR,
                 ITAB-GJAHR,
                 ITAB-MATNR,
                 ITAB-MENGE,
                 ITAB-MEINS.
      ENDLOOP.
    Thanks,
    Naren

  • Movement type 313 and 315 with special stock K.

    Hi,
    I would like to post a movement type 313 and 315 with special stock k (consignment) but it is not possible. Also i have tried to create a new movement type (OMJJ) coping 313 and trying to set stock special k in somewhere but I couldn't.
    it is possible a movement type 313 K or 315 K?
    Thanks in advance.
    Anna

    Hi Anna Barnils ,
    Not possible.
    Read the below help:
    SproMMInventory Management and Physical InventoryMovement TypesClick on the help infront of Copy, Change Movement Types and check movement types 313 / 315
    Regards
    Ramesh Ch

  • Movement Type 313 Transfer SLOC to SLOC Report

    Hi,
    Is there are report avaialble in SAP that shows Stock in Transfer. I have tried MB5T and a few others and they don't work. Basically I want to transfer stock from 1 SLOC to anothe SLOC in two steps rather than 1 step hence using 313.
    When I transfer the stock in MMBE the material is in stock status Transfer (SLOC) which is fine. What i am looking for is a mass report that shows Stock in Transfer so it can be monitored.
    Please note I am not using Stock Transport Orders just the movement types.
    Regards
    Adeel

    Thanks for all your replies. I have already tried/know about the reports you have mentioned in your replies. I was just hoping there was a transaction that shows stock in transfer in slocs but i guess there isn't one.
    Regards
    Adeel

  • Movement type 313 and 315 with Special stock indicator Q requirment

    Hi Gurus,
    We have the business requirement to use the Mvt 313 and 315 with special stock Q (two step stock transport for storage Location to storage location transfer). But when we are trying to use the t-code MB1B with MVt 313 with Q its not available. We know its because of SAP standard.
    Also we suggested to use the Mvt 411 Q but users wants the 313 /315 with Q from moving the project stock by storage location to storage location and received the update as below.
    We have looked into the option of transferring the project stock to plant stock.  Unfortunately, as well as being transaction-heavy and prone to manual errors, this has accounting implications.  So, we need to be able to action the two-step transfer on project stock via the enhancement described in the SAP documentation.
    http://help.sap.com/saphelp_rc10/helpdata/en/0f/03df3a89ec880ee10000000a114084/frameset.htm
    The link is specific to PM config . Could any one can suggest me how to handle this one to do with 313  and 315 with special stock type Project (Q) to transfer the stock by two step transfer.
    Thanks,
    Sada

    It seems you have to activate business function set LOG_EAM_ROTSUB (transaction SFW5). After that the customizing node will be available:
    SPRO > Plant Maintenance and Customer Service > Maintenance and Service Processing > Maintenance and Service Orders > Functions and Settings for Order Types > Goods Movements for Order > Movement Types for PM/CS Orders
    (transaction: DI_0MVTPM)
    http://help.sap.com/erp2005_ehp_04/helpdata/en/a0/00e93a2876a81ae10000000a11402f/frameset.htm
    Edited by: Csaba Szommer on Jan 10, 2012 11:39 AM

  • Batch Determination in  movement type 313 or 311

    Hi Team
    I am trying to enable automatic batch determination for movement type 311 and 313. Have done the setting for match search strategy in IM. But do not see any tab for batch determination in MB1B or MIGO

    You have to define Access Sequences for Plant/MVT Type & strategy types for the inventory mgt followed by maintaining the condition records for the same.
    Thanx!!

  • Control delivery type for mvt type 313

    Hi
    Regarding SLOC to SLOC transfer postings, I have a couple of questions:
    Using movement type 313 (unr. use stock SLOC to SLOC) in our SAP system automatically creates a delivery in the background. Where can I configure what delivery type I would like to use for this purpose? Also, is there any settings I can do for ATP checks for this? I believe this is standard SAP functionality so a IMG menu path would be very much appreciated.
    Brgds,
    Lars

    Thanks.
    However, I am not sure that helped me very much.
    What we would like to do is to achieve a scenario where we move stock that is in QI and Blocked stock, in a similar way as with movement type 313. I am not even sure that is possible to do with a delivery? We use the deliery generated from movement type 313 to send with IDOC to one of our 3PL warehouses, managed by another company.
    When I look at it, I can find movement type 325 to move Blocked stock from one SLOC to another, but is it possible to do with a delivery (generated in the background)?
    Brgds,
    Lars

  • For MM - MMBE - Average consumption movement types

    Hello friends,
    I am developing Report for Stock Analysis - MMBE.
    For avg. consumption calculation I am using table S531.
    Prblem is I get only consumption with mov. type -201, 641, 601, 261 but with this Four I also want records of Materials which go out with Mov. type 313 - It's not in this table.
    How should I go for it?

    Hello friends,
    I am developing Report for Stock Analysis - MMBE.
    For avg. consumption calculation I am using table S531.
    Prblem is I get only consumption with mov. type -201, 641, 601, 261 but with this Four I also want records of Materials which go out with Mov. type 313 - It's not in this table.
    How should I go for it?

  • Stock transport order for 313 and 315 movement type

    Hi,
    Is it possible to create stock transport for transfer posting from one storage location to other withe in the plant i.e fro 313 and 315 movement types.If yes how to create?
    Thank you.

    Hi,
    Please go through the below link:
    it will help u.
    http://help.sap.com/saphelp_470/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/content.htm
    if u want how to create STO and its Custumizing setting
    http://help.sap.com/bestpractices/bblibrary/bblibrary_start.htm
    refer to : J92:Stock Transfer between Plants
    Thanks & Regards
    Swathi
    Edited by: swathi sajja on Nov 21, 2008 2:25 PM

  • Link material document of 315 and 313 movement types

    Dear all,
    I have a material document '49_123' of movement type 315, want to find out the reference material document of movment type 313.
    Thanks in advance,
    kumar

    Hi,
    Thanks for prompt response,
    In MB51 how can we specify/link the material documents of 313 and 315 movement types. We are working with AFS materials, the matl docs can be created against grid sizes.
    We are not passing any reference number in material slip,,, only referring material doc of 313 while posting material doc of 315.
    Help me in providing solution.
    Regards,
    Kumar

  • Can I use 313 Q and 315 Q movement types?

    Dear all
    I am not able to use 313 Q and 315 Q movement types in standard sap. Why this provision is not provided by sap? What are the settings to get this.
    Thank you

    OSS note 496992 :
    The withdrawal from the blocked stock or the quality inspection stock is not supported.
    Solution
    To date, there is no solution available for this problem in the SAP standard system.
    OSS note 448761 explaining solution and some restrictions for VLMOVE Event 0025 stock transfer blocked stock in plant process.
    amongst other things following is said:
    There are not two-step movement types for blocked stock since no stock in transit, quality inspection exists .
    You can proof it technically as well:
    The stock is stored in table MARD. Table MARD does not have fields for transit stock unrestricted, transit stock blocked or transit stock QI.
    MARD just has fields transit stock, unrestricted stock, blocked stock and QI stock. Hence the quantity can only be in one of these fields.

  • Auto print of Goods Issue/Transfer Posting Documents by Movement type

    Hi,
    We have created two different output types to print the layout's of Goods Issue/Transfer Posting Documents.
    The requirement is to default the message in the document by movement type (key combination)
    Meaning if it is 201 it should populate GI output type
    If it is 313 it should populate TP output type.
    we do not have any standard key combination  (NACR) by movement type wise.
    Any alternative way of meeting this requirement?
    Thanks
    Regards
    Ram

    Hello Kevin,
    I donu2019t think it is necessary to use a user exit to keep the Material B (that is transferred from Material A) in the same bin.
    This can be controlled in the customizing: indicator Post to same bin, that can be set in the WM Movement type (V_T333-KZUAP) and in the Storage type (V_T3010-KZUAP).
    Now I donu2019t know your business process but I am surprised that Material B requires more space than Material A since it is u2018bornu2019 by means of a transfer posting and not a production or packing step that makes it bigger in terms of capacity required.
    A workaround for this could be to transfer (LT10) Material A first to a separate Storage type (with the Post to same bin-flag set) that has no Capacity check and after the 309 posting transfer it back into the warehouse with LT10.
    Success and thanks beforehand for any credits!
    Kind regards,
    Bart

  • For Movement type Enhancement

    Hi All,
    My requirment in Transaction code: MIGO Transfer posting, Movement type is 313
    when we enter material code and plant in the supplying side in MIGO transaction it comes automatically in destination side. In case somebody changes the Material code and Plant at destination side of MIGO transaction then system should show the error message that u201C Destination Material code and Plant must be same as Supplying Material code and Plant for Mov type 313u201D. This error message will restrict the user to change the Material code and Plant at destination side in MIGO transaction.
    Is it possible? if yes..please provide me the Enhancement name or user exist or Badi for this.
    I have tried, but i didn't found. Please help on this.
    Thank You
    Srinu

    Sounds like you're just dumping your spec here. What have you tried exactly to solve this yourself?
    Thomas

Maybe you are looking for