Movement type 701 & 702

Dear All,
Can anyone please explain the movement type 701 & 702 with some business scenario.
Ram

Hi,
As stated, the movement type 701 and 702 are trigged automatically when you are posting the inventory differences.
During the physical inventory say you have 100 PC's of material X as per records, but the physical count for material X is only 99 PCs, then if you want to write off the difference of 1 PC then you need to post the difference in the system and subsequently the difference amount for that material is posted to the respective G/L account maintained in automatic account determination.
First create a Physical inventory document - MI01
Second enter the Inventory count - MI04
Thirdly clear the difference if any - MI07.
In case of write off of the difference will trigger 701 / 702 movement.
Hope it answers your question.
Regards,

Similar Messages

  • Mvt type - 701/702/703/704

    Hi Frnds,
      While doing Phyisical Inventory Count ( MI01 ) Tcode , we have Movement Types 701 , 702 , 703 and 704 . Wat actually happens in this four movement types
    Regards
    Rakesh

    Hi
    All these movement types are used in physical inventory if there is a difference in book stock and actual stock.
    But no movement type involved in MI01. It happenes only when you post difference.
    During these movement type stock changes (key BSX) and GBB and account modifier INV triggered.
    701 Inventory differences in unrestricted-use stock (MM-IM)
    This movement is generated automatically during inventory difference posting in Inventory Management.
    Possible special stock indicators:
    E, K, M, O, Q, V, W
    702 is reversal of 701
    703 Inventory differences in quality inspection stock (MM-IM)
    This movement is generated automatically during inventory difference posting in Inventory Management.
    Possible special stock indicators:
    E, K, M, O, Q, V, W
    704 is reversal of 703
    707 Inventory differences in blocked stock (MM-IM)
    This movement is generated automatically during inventory difference posting in Inventory Management.
    Possible special stock indicators:
    E, K, M, Q
    Regards
    Antony
    Edited by: Antony James Vijay on Mar 25, 2010 11:41 AM

  • Movement type 701 and BAPI_GOODSMVT_CREATE

    Hi all,
    I am workling on a interface with IDOC MBGMCR02 that uses BAPI_GOODSMVT_CREATE. The problem I have is that I can't find the right GM_CODE for movement types 701 and 702. I have tried all of them but I get an error "Goods movement not possible with mvmt type 701". I know it is possible to use this BAPI for this movement type, but I don't know how to do it, is there any special treatment? any ideas?
    Thanks for your help.

    These are physical inventory movement types. Are you sure you were able to use this BAPI directly? The following BAPIs work with physical inventory movements
    BAPI_MATPHYSINV_CHANGECOUNT
    BAPI_MATPHYSINV_COUNT
    BAPI_MATPHYSINV_CREATE
    BAPI_MATPHYSINV_CREATE_MULT
    BAPI_MATPHYSINV_GETDETAIL
    BAPI_MATPHYSINV_GETITEMS
    BAPI_MATPHYSINV_GETLIST
    BAPI_MATPHYSINV_POSTDIFF
    The following IDoc types are for the same.
    MATERIALPHYSINV_COUNT01     Enter Inventory Count (MaterialPhysInv)
    MATERIALPHYSINV_CREATEMULTIP01     Create physical inventory document
    MATERIALPHYSINV_POSTDIFFEREN01     Post Differences (MaterialPhysInv)
    And the message types are
    MATERIALPHYSINV_COUNT     Enter Inventory Count (MaterialPhysInv)
    MATERIALPHYSINV_CREATEMULTIPLE     Create Physical Inventory Document
    MATERIALPHYSINV_POSTDIFFERENCE     Post Differences (MaterialPhysInv)

  • Regarding inboundIDOC for posting movement type 701-708 in inventorymgnt

    Hi ,
    I am trying to find the SAP inbound Idoc that is used to post inventory adjustment in SAP ( For Movement type 701-708) in IM .. please guide and also the required field so that i can test it through WE19..
    Thanks
    Rahul

    try a small search with key words:  +physical +inventory +idoc
    you will get 3 hits from last 90 days, one mentions the idoc.

  • BAPI for Goods Movement with Movement Type 701

    Hi,
    I want to post a goods movement with movement type 701.
    Is there any BAPI I can take?
    I already tried the movement with 'BAPI_GOODSMVT_CREATE' but i got an error message that the movement ist not possible.
    Can anyone help me?
    Regards, Alex

    why dont you tell what message was issued?

  • BAPI_GOODSMVT_CREATE is not working for movement type 701 in MIGO

    Hi gurus
    Can anybody help to track that bapi: BAPI_GOODSMVT_CREATE is not working for movement type 701 for MIGO Transaction.

    call this standard BAPI, AND EXECUTE IN SE37
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(GOODSMVT_HEADER) LIKE  BAPI2017_GM_HEAD_01 STRUCTURE
    *"        BAPI2017_GM_HEAD_01
    *"     VALUE(GOODSMVT_CODE) LIKE  BAPI2017_GM_CODE STRUCTURE
    *"        BAPI2017_GM_CODE
    *"     VALUE(TESTRUN) LIKE  BAPI2017_GM_GEN-TESTRUN DEFAULT SPACE
    *"     VALUE(GOODSMVT_REF_EWM) LIKE  /SPE/BAPI2017_GM_REF_EWM STRUCTURE
    *"        /SPE/BAPI2017_GM_REF_EWM OPTIONAL
    *"  EXPORTING
    *"     VALUE(GOODSMVT_HEADRET) LIKE  BAPI2017_GM_HEAD_RET STRUCTURE
    *"        BAPI2017_GM_HEAD_RET
    *"     VALUE(MATERIALDOCUMENT) TYPE  BAPI2017_GM_HEAD_RET-MAT_DOC
    *"     VALUE(MATDOCUMENTYEAR) TYPE  BAPI2017_GM_HEAD_RET-DOC_YEAR
    *"  TABLES
    *"      GOODSMVT_ITEM STRUCTURE  BAPI2017_GM_ITEM_CREATE
    *"      GOODSMVT_SERIALNUMBER STRUCTURE  BAPI2017_GM_SERIALNUMBER
    *"       OPTIONAL
    *"      RETURN STRUCTURE  BAPIRET2
    *"      GOODSMVT_SERV_PART_DATA STRUCTURE
    *"        /SPE/BAPI2017_SERVICEPART_DATA OPTIONAL
    *"      EXTENSIONIN STRUCTURE  BAPIPAREX OPTIONAL
    *"      GOODSMVT_ITEM_CWM STRUCTURE  /CWM/BAPI2017_GM_ITEM_CREATE
    *"       OPTIONAL
      call function 'BAPI_GOODSMVT_CREATE'
        exporting
          goodsmvt_header         = goodsmvt_header
          goodsmvt_code           = goodsmvt_code
          testrun                 = testrun
          goodsmvt_ref_ewm        = goodsmvt_ref_ewm
        importing
          goodsmvt_headret        = goodsmvt_headret
          materialdocument        = materialdocument
          matdocumentyear         = matdocumentyear
        tables
          goodsmvt_item           = goodsmvt_item
          goodsmvt_serialnumber   = goodsmvt_serialnumber
          return                  = return
          goodsmvt_serv_part_data = goodsmvt_serv_part_data
          extensionin             = extensionin.
    commit work.
    hi, rewards point, if this is useful,
    regrds
    karthikeyan

  • How to configure movement 701 & 702 into  J2IUN?

    Hello Experts..
    We have configured all other movement types in CIN which are related/ show effect in J2IUN.
    We are also doing movement type 701/ 702 & Z01 ( in t code ZUDQ)
    Since  this is also related to physical quanitity updataion,
    1) is it advisable/ necessary to configure these movement types in J2IUN?
    2) If yes, How do I do that? what are the steps to configure these movement plus our Z01 movement in J2IUN?
    Regards
    RaviRaj0308

    Predominently, SAP have addressed all the requirements by providing standard movement types.  Better try to explore those as for as possible.  Still if you want to create a new movement type, same can be done in OMJJ.
    thanks
    G. Lakshmipathi

  • FI document  amount of material documents of movement type 413

    Hi
    When I create a material document (413) transfer post from sales order stock to another sales order stock. SAP automatically generate a FI documents. So, my question is that the amount of FI document is how to be calculated?
    thanks
    Henry

    Hi,
    Please check below link which will provide solution for youe query. Thanking you.
    How to get print out for MIGO doc with movement type 701, 702 and 551, 552

  • Movement types and physical inventory posting

    HI Expert,
    All inventory differences are currently booked using SAP-movement types (MVT) 291 and 292.
      Inventory differences have to be booked via the correct movement types in order to increase transparency to better analyze real consumption vs. lost inventories
      For inventory differences during a physical inventory use MVT 701/702 and for inventory differences other than after a physical inventory use MVT 711/712. Currently these movement types are blocked for use in our company. So it needs to be implemented soon.So
      1.I want to know if this action can be implemented.
      2.Could you tell me what's the difference between the MVT291/292 and 701/702/711/712.
    Thanks

    .Could you tell me what's the difference between the MVT291/292 and 701/702/711/712.
    291 na s292  are the movements type when in u can issues material to any of the account assignment manually like cost center , project wbs, network, sales order etc.
    701/702 and the correct physical inventory movement type this are trigred only when u do proper physical inventor process in SAP for storage location which is not managed with warehouse management
    711/712 and the correct physical inventory movement type this are trigred only when u do proper physical inventor process in SAP for storage location are managed by warehouse management.
    U will have to remove the bloked movement type 701/702 to use Physical inventory process
    hope this helps

  • RG1 & Movement Type ( CIN )

    Dear All,
    In Logistics General -> Tax on Goods Movement -> India -> Business Transactions -> Incoming Excise Invoices  -> Specifiy which movemnt types involves Excise Invoices; we maintian settings for Movement Type & Excise registers.
    What is the effect of settings mentioned here on RG1 register? If relevance for movement types in RG1 is dedetermined from here, why movement types 701 / 702 ( Physical Inventory difference) are not maitained here? Don't these movement types have any relevance on RG1?
    Regards
    Hemant

    Normally we maintain a separate storage location Bonded Stores for all RG1 material. The RG1 will be updated when material is moved from production shop floor storage location to Bonded store by 311 movement type. Dont do any physical inventory directly from this store. First move the material from Bonded store and then do the physical inventory. When material is moved from Bonded store RG1 is updated.
    Regards,
    GSL.

  • Error In Creating New Movement Type

    Hi,
    To upload the Consignee Stock, we have created a new Movement Type, say Z01 & Z02 copying the Movement Type 701 & 702.
    We are able to upload the Stock using Z01 with correct FI Entry.
    While doing the reversal, the following error is encountered:
    The mvt type in the reference docmt cannot be converted
    Message no. MIGO029
    Diagnosis
    You want to post a goods movement but the movement type that you want to use for the posting has not been maintained completely in the system.
    Possible causes are:
    The movement type is not permitted for this transaction.
    No subsequent movement type has been defined.
    You do not have authorization to post a goods movement using this movement type.
    Procedure
    Check your screen and field values.
    If you do not have sufficient authorization, contact your system administrator.
    If a movement type has not been maintained completely, the missing data must be maintained in Customizing for Inventory Management.
    Make the appropriate settings in Customizing as necessary or inform your system administrator.
    Pls. advise what to do?
    Regards,
    P K Karn

    While exploring the Mov Type 701 & 702, I came to know that 702 is not the REVERSAL of 701 as I normally assume, hence I would be wrong if we think of 702 as reversal for 701.
    Also I came to know that reversal is not possible for the documents created thru Physical Inventory i.e. using Mov Type 701.
    Basis the above observations, I can conclude that I am going on a wrong track.
    But still I am not able to find out the solutions.
    I don't to use 501, as it will generate the FI Entries which I don't want.
    Hoping some quick answers from you people.
    Also would like to request to stop me, if my LOGIC is wrong.
    Regards,

  • Overwrite Standard Movement types with Z movement types in MI10

    Dear All,
    We have a requirement where we need to replace standard movement types 701 and 702 with Z movement types in transaction MI10. Would there be any exit or BADI in MI10 which would serve this purpose?
    We also tried cloning the transaction MI10 but some checks on the TCODE is giving an issue.
    Any one come across a similiar requirement, kindly help.
    Thank you.
    Johnson
    Edited by: Johnson Ittyerah on Dec 19, 2007 2:20 PM

    following badi may help  to change the movement types:
    MB_DOCUMENT_BADI
    Regards,
    Gopi ,
    reward points if helpfull.

  • Transaction MB51 - movement types

    Hi,
    I'd like to know what stands behind each of movement types 701-718 (it seems to relate to Physical Inventory & Inventory Differences) - when are they used and what is the difference between them?

    701 to 708 are inventory posting from inventory management.
    711 to 718 are inventory adjustments from warehouse management.
    701 is more inventory than book inventory - unrestricted use stock
    702 less inventory than book inventory - unrestricted use stock
    703  is more inventory than book inventory - qualitystock
    704  less inventory than book inventory - quality stock
    707 is more inventory than book inventory - blocked stock
    708  less inventory than book inventory - blocked  stock
    711 is more inventory than book inventory - unrestricted use stock
    712 less inventory than book inventory - unrestricted use stock
    713  is more inventory than book inventory - qualitystock
    714  less inventory than book inventory - quality stock
    713  is more inventory than book inventory -  return stock
    714  less inventory than book inventory - return stock
    717 is more inventory than book inventory - blocked stock
    718  less inventory than book inventory - blocked  stock

  • Automatic movement type

    hi
    what are the configuration automatic movement type and tell me scenorioo.
    eg.i am not enter movement type.

    Hi,
    The movement types which will be assigned automatically are called automatic movement types.
    Eg. During doing Physical Inventory for Debits movement type 701 and for credits movement type 702 will trigger automatically.
    while PGI against sales order automatic movement type which will trigger will be 601
    while providing material to vendor ine ME2O the automatic movement type will trigger is 541
    and so on....
    bye
    sridhar thota

  • Movement type to which GL account

    Hi
    Which config/tcode to check on movement type assign to which GL account during physical Inventory physical & qty diff?
    Thank you.

    go to OMWB
    here select simulation
    here give the material and then the movement type 701
    and then click on the proper options below that and clik on account assignment u will get all the accts refered to that movement type
    regards
    kunal

Maybe you are looking for