"Goods Movement type not possiable with mvmt type 261"

Dear All,
I am doing 541 movement with Service order combination, i have found following error,
"Goods Movement type not possiable with mvmt type 261"
Can you help me for this error.
-Reards,
Sunil

Getting errors while using PI_GOODSMVT_CREATE' with 561+K

Similar Messages

  • Goods movement not possible with mvmt type 991

    Hi,
                As per requirement I need to create a GR for Purchase order wise. I tried to create using BAPI BAPI_GOODSMVT_CREATE but It returns the error message.
    error:  Goods movement not possible with mvmt type 991
    LOOP AT gt_outtab1.
      gt_outtab1-gr_wght       =   gt_outtab1-gr_wght.
       MOVE: gt_outtab1-matnr            TO gt_item-material,
              gt_zseed_po_qty-werks       TO gt_item-plant,
              gt_zseed_po_qty-lgort       TO gt_item-stge_loc,
             '901'                        TO gt_item-move_type,
              gt_outtab1-gr_wght          TO gt_item-entry_qnt,
              'B'                         TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor,
              gt_outtab1-ebeln            TO gt_item-po_number,
              gt_outtab1-ebelp            TO gt_item-po_item.
    APPEND gt_item.
    ENDLOOP.
    CLEAR gt_item.
      LOOP AT gt_outtab3 WHERE bqty IS NOT INITIAL.
        MOVE: gt_outtab3-bmatnr           TO gt_item-material,
              gt_zseed_po_qty-werks        TO gt_item-plant,
              gt_zseed_po_qty-lgort      TO gt_item-stge_loc,
             '991'                        TO gt_item-move_type,
              gt_outtab3-bqty             TO gt_item-entry_qnt,
              ''                          TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor.
        APPEND gt_item.
      ENDLOOP.
    CLEAR gt_item.
      LOOP AT gt_outtab3 WHERE pqty IS NOT INITIAL.
        MOVE: gt_outtab3-bmatnr           TO gt_item-material,
             gt_zseed_po_qty-werks        TO gt_item-plant,
              gt_zseed_po_qty-lgort      TO gt_item-stge_loc,
             '942'                        TO gt_item-move_type,
              gt_outtab3-pqty             TO gt_item-entry_qnt,
              ''                          TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor.
        APPEND gt_item.
      ENDLOOP.
    ***********Call goods movement BAPI
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header  = gs_header
          goodsmvt_code    = gs_code
        IMPORTING
          goodsmvt_headret = gs_headret
          materialdocument = gs_retmtd
          matdocumentyear  = gs_year
        TABLES
          goodsmvt_item    = gt_item
          return           = gt_return. 
    so could you please let me know which are the parameters I need to pass to create GR?
    regards,
    tarun

    Hi,
    Go to T.code OMJJ . Give your your movement type 991. Check the allowed transaction and all the details  in your left hand side and the settings done.
    Thanks
    Arbind

  • KANBAN - STO (error : Goods movement not possible with mvmt type 351)

    Hi,
    I have configured KANBAN STO in the system which is working fine.
    I am able to empty the bin and create STO (purchase orders)
    But when I select a bin and try to make it full, system gives error message:
    "Goods movement not possible with mvmt type 351"
    In KANBAN STO replenishment strategy, I have used movement type 101,
    I m little confused from where this 351 movement type is coming from.
    Please help resolvethis issue.
    Pavan

    Hi,
    Below is the entire message:
    Goods movement not possible with mvmt type 351
    Message no. M7096
    Diagnosis
    You have entered a movement type that has not been defined for this transaction/event.
    Procedure
    Choose another movement type.
    You can choose the movement type as follows:
    If you know the movement type, enter it directly in the Movement type field.
    Choose the movement type via the menu option Movement type.
    Choose the required movement type from the possible entries.
    If you do not find a suitable movement type, exit this function and choose a different goods movement from the Inventory Management menu.
    Pavan

  • Goods movement not possible with mvmt type 961

    hi all,
    i got a error as  Goods movement not possible with mvmt type 961
    Can any body help me to know whether i can create GR for mvmt type  961.
    mvmt type 961 is for third party transfer

    Getting errors while using PI_GOODSMVT_CREATE' with 561+K

  • Goods movement not possible with mvmt type 561-error

    Dear All,
    I am using bapi BAPI_GOODSMVT_CREATE for goods movement. i am gettining Goods movement not possible with mvmt type 561 error.
    please suggest me. i am using serial number also.
    regards,
    satish

    Getting errors while using PI_GOODSMVT_CREATE' with 561+K

  • 'Goods movement not possible with mvmt type 102'

    Dear Experts,
    I have to reverse the GR and I am using BAPI -> BAPI_GOODSMVT_CREATE and passing below information but I am getting error message as 'Goods movement not possible with mvmt type 102'. Could any one please tell me what would be the possible reasons to get this error and how can I fix this.
    goodsmvt_header-PSTNG_DATE = 20110705
    goodsmvt_header-DOC_DATE = 20110705
    goodsmvt_code-GM_CODE = 06
    goodsmvt_item-PLANT = 1400
    goodsmvt_item-MOVE_TYPE = 102 <<< Reversal movement type
    goodsmvt_item-ENTRY_QNT = 02
    goodsmvt_item-ENTRY_UOM = SET
    goodsmvt_item-PO_NUMBER = W299999508
    goodsmvt_item-PO_ITEM = 0010
    goodsmvt_item-MVT_IND = B
    goodsmvt_item-XSTOB = ''. << space to use reversal types
    Thanks in Advance
    Venkat

    Hi Please provide Material Document, Document Year and Posting date as shown below
    MATDOCUMENTYEAR = DOC_YEAR.
    GOODSMVT_PSTNG_DATE = POSTING_DATE.
    MATERIALDOCUMENT = MAT_DOC
    CALL FUNCTION 'BAPI_GOODSMVT_CANCEL'
        EXPORTING
          MATERIALDOCUMENT          = MATERIALDOCUMENT
          MATDOCUMENTYEAR           = MATDOCUMENTYEAR
          GOODSMVT_PSTNG_DATE       = GOODSMVT_PSTNG_DATE
        GOODSMVT_PR_UNAME         =
       IMPORTING
         GOODSMVT_HEADRET          = WA_GOODSMVT_HEADRET
        TABLES
          RETURN                    = IT_RETURN
        GOODSMVT_MATDOCITEM       =
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT = 'X'.

  • Cannot cancel a GR: Goods movement not possible with mvmt type 502

    Hi,
    I was trying to cancel a goods receipt for an inbound delivery. However I ran into trouble with  the following error message.
    Goods movement not possible with mvmt type 502 .
    Is there some configuration that I would be needed to make before I can cancel a goods receipt?
    Thanks,
    Arup

    To expand on the above some,
    check the mvmnt type used for the origanal GR and use the coresponding reversal mvnmt type.
    or confirm for us that the origanal receipt was in fact a 501??
    Edit: or use migo to cancel the GR doc.
    cancelation > material doc
    this will only be possible if the stock is still available (same status as well)

  • Goods movement not possible with mvmt type 109

    Hello All!
    I have following problem. I try to book the goods receipt with VL32n and movement type 109 and get following message: M7096 Goods movement not possible with mvmt type 109
    - First I created a PO with Confirmation Control Key Inbound delivery
    - Goods receipt ist booked with movement type 107 with MIGO
    - I created an inbound delivery with movement type 109
    Finally I want to book with VL32n the goods receipt, but the booking fails with error message 109. Any idea why.
    Regarding some OSS notes, I thought that it could work this way.
    Hoping for help,
    Barbara

    i am not sure that i read you correctly
    the process for inbound delivery is
    create PO; in PO  conf control key set to inbound del.
    create inbound del in vl31n
    do MIGO on inbound del
    if the inbound del is with 107 mvmt type the GR will bring it to valuated block stock
    do 109 to move it from valuated block stock to unresticted stock.

  • Fleet Equipment-IFCU-Goods movement not possible with mvmt type 201

    Hi Experts,
    When I am trying to post the movement of consumed Fuel & Distance by IFCU,the error comes 'Goods movement not possible with mvmt type 201'.
    Goods movement not possible with mvmt type 201
    Message no. M7096
    Diagnosis
    You have entered a movement type that has not been defined for this transaction/event.
    Procedure
    Choose another movement type.
    You can choose the movement type as follows:
    If you know the movement type, enter it directly in the Movement type field.
    Choose the movement type via the menu option Movement type.
    Choose the required movement type from the possible entries.
    If you do not find a suitable movement type, exit this function and choose a different goods movement from the Inventory Management menu.
    I cheked some of old post but not solved.I have also maintained IFCU in OMJJ for allowed transaction for 201 & 202 movement type but still not working.
    Please suggest me.

    Hi Maheswaran,
    Thanks for your reply.I have already configured,maintained the values and setting.
    Please check and update if any other solution.
    Regards,
    Baiju

  • Goods movement not possible with mvmt type 966 .

    Hi guys....'
    i use BAPI_GOODSMVT_CREATE to do goods receive without PO into unrestricted use...
    these are the parameters
    HEADER:
    PSTNG_DATE: 30.09.2004
    DOC_DATE: 30.09.2004
    HEADER4_TXT: XXXXXX
    GOODSMVT_CODE: 03
    GOODSMVT_ITEM:
    MATERIAL: XXXXXX
    PLAN: 8000
    STGE: 80FG
    BATCH: AQ305
    MOV: 966
    ENTRY_QNT: 1
    ENT_UOM: EA
    ENT_UOM_ISO: EA
    ITEM_TXT: XXXXXX
    GR_RCPT: XXXX
    COSTCENTER: 22000
    the rest... empty....
    Thank you for your help....
    How to find out  GOODSMVT_CODE  relationship with the good movement ?
    Message was edited by: Kokwei Wong

    You can find the relation of GM_CODE and Transaction in table 'T158G'.
    And you can see the further information about this function in BAPI Explorer -> Select your method -> Select tab 'Documentation'.
    Cheers,
    Thitima

  • Idoc mbgmcr02 movement type 311 ..  goods movement not possible w/mvmt type

    i am using we19 to create a test idoc...i have the ports and partners filled in...i am using movement type 311..i have the material , the plant, the storage location...the qty..i have the move material, the move plant and move storage location filled in...
    when i use standard inbound processing it generates the idoc..i go to we02 and look at the idoc..in the status records i get status 51 goods movement not possible with mvmt type 311..????what am i missing
    if i do the exact same thing with the transaction migo...works fine...
    am i missing something????

    i am trying to move material from one location to another using IDOC MBGMCR02..
    I am entering the following...
    E1BP2017_GM_Code=04
    in e1BP2017_GM_ITEM_Create
      Material=CON2020
      Plant=3000
      Stg_Loc=0001
      Move_Type=311
      Entry Qty=001
      Move_Mat=Con2020
      Move_Plant=3000
      Move_Stloc=0002
      Mvt_Ind=??????
      In the Mvt_Ind I have tried E,K,M,Q
      the in get a status 51 Update Control of Movement Type is incorrect(entry311XX_K)....
      Is E1BP2017_GM_CODE = 4 correct???
      What should be the Mvt_Ind???

  • Quicktime movie HD file I received won't play when I try to open and play it in Quicktime 10.3, it says this particular .mov is not a supported file type?

    Large, 5min long Quicktime .mov HD file I received says it's converting when I try to open and play it in Quicktime 10.3 but then stops and tells me it's not a supported file type, a program I downloaded to try and convert the file type also told me the same thing.
    Doesn't let me see a preview so I think the file is to blame.
    I believe it's a faulty file as it says this particular .mov is not a supported file type but is there any way to be sure?
    (Doesn't open in iTunes.)

    After installing Adobe Flash Player 10.1.102.64 (http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp_10.1.102. 64_and_9.0.289.0_archive.zip), download and install the hack so you can also view Flash 11 content.
    In my post from January:
    sdfox7 wrote:
    The latest "supported" version of Flash Player for PowerPC is 10.1.102.64.http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp_10.1.102. 64_and_9.0.289.0_archive.zip, then execute the file inside the zip titled "flashplayer10_1r102_64_ub_mac.dmg.
    However, TexasMacMan discovered a hack (http://www.steelbin.com/FPforFBPPC.zip) that allows PowerPC to use a Flash Player "masquerading" as Flash Player 11. Facebook videos require Flash 11 and will not play at all with Flash 10. If you want to view Facebook videos you MUST use the hacked version!
    Read this thread to get an in-depth explanation of how the hack works:
    https://discussions.apple.com/thread/3599648?tstart=0
    You MUST install this hack in order to view videos on FaceBook, Hulu, etc!

  • Help!!! (CrystalDecisions.Web.CrystalReportViewer) is not compatible with the type of control (CrystalDecisions.Web.CrystalReportViewer)

    Post Author: mrmc
    CA Forum: General
    Hi all,
    Recently, I got problem on using cystal report on asp.net web. the error msg is:
    Parser Error Message: The base class includes the field 'viewer', but its type (CrystalDecisions.Web.CrystalReportViewer) is not compatible with the type of control (CrystalDecisions.Web.CrystalReportViewer).
    in the code:
    <%@ Register TagPrefix="ce" Namespace="CrystalDecisions.Enterprise.WebControls" Assembly="CrystalDecisions.Enterprise.Web, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
    <CR:CrystalReportViewer id="viewer" runat="server" AutoDataBind="true" HasCrystalLogo="False" Width="350px"          Height="50px" HasToggleGroupTreeButton="False" DisplayGroupTree="False" HasGotoPageButton="False" HasRefreshButton="True"          DisplayToolbar="False"></CR:CrystalReportViewer>
    In web.config
    <add assembly="CrystalDecisions.Web, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=1234567890"/>
    the server contains crytal report 9 (come from .net studio) and crytal report 11 (installed standalone). 
    I googled this problem, it seems a lot of people got this problem but no solution...
    could anyone help me?  Thanks!

    Post Author: david.wilkes
    CA Forum: General
    You might try Removing the Reference and re-adding the reference. That seemed to get me pass this error, but I ran into another error that I have not figured out yet.

  • Requisition doc. type RV not allowed with doc. type

    Using the tcode ME51n, I created an Outline agreement(Doc type RV) and when i go to ME31K to create a contract and select With Ref to Purchase requisition and enter the Purchase requisition #, I get the error message Requisition doc. type RV not allowed with doc. type.
    I tried changing the settings for doc types for contract, but it doesnt seem to be working. Any solutions will greatly beappreciated.

    This is the settings in PR: SPRO-MM-Purchasing-PR-Define document type
    Doc type: RV     Outl. agmt. requisn.     10     01     02     RVB     R
    once above is correct than
    select the doc type RV and click on the allowed item category
    where can see as below
    Item cat  Text item category
         Standard
    K     Consignment
    D     Service
    select the doc type RV and click on the Link purchase requisitio in left side
    MK     Quantity contract     M     Material unknown          Standard
    WK     Value contract          Standard                          Standard
    WK     Value contract     K     Consignment          Standard
    WK     Value contract     M     Material unknown          Standard
    WK     Value contract     W     Material group          Standard
    Now go to contract doe type
    you will see
    MK     Quantity contract     10     02     AZ          SAP     MKK
    WK     Value contract     10     02     AZ          SAP     WKK
    select any doc type and click on allowed item category
    here you would see
         Standard
    K     Consignment
    L     Subcontracting
    M     Material unknown
    D     Service
    than click on link purchase requisition by selecting doc type MK or WK
    RV     Outl. agmt. requisn.          Standard          Standard
    RV     Outl. agmt. requisn.          Standard     K     Consignment
    RV     Outl. agmt. requisn.          Standard     M     Material unknown
    RV     Outl. agmt. requisn.     K     Consignment     K     Consignment
    RV     Outl. agmt. requisn.     D     Service     D     Service
    once you have all this set up than you can create the contract based on the RV reqs

  • Dreamweaver CS6 "not supported with this type of Mac" problem

    When I try to open Dreamweaver CS6 on my Macbook Pro, it says "You can't open the application Adobe Dreamweaver CS6 because it is not supported with this type of Mac.  I'm not sure if this is a question for Apple, but why would it not work on my Mac?  My Illustrator, Photoshop, InDesign and Media Encoder all work just fine.  Any help?  Thanks!

    rhgarson wrote:
    No, I bought it brand new from Adobe.  It says right on the back that it's for Mac OS X v10.6 or x10.7.  I am running Mac OS X v10.7.4.  Does this help?  Or what other information would be helpful?
    Yes you have given all the necessary information.  I suggest try this link first:
    <http://helpx.adobe.com/creative-suite/kb/start-installer-downloading.html>
    This document has all the necessary info to install the software.

Maybe you are looking for

  • Converting JavaFX based desktop app to mobile platforms

    Hello all I'm in the process of building a java desktop application using JavaFX and FXML as the front end code platform. However I'd like to be able to port this to mobile platforms with the least amount of code modifications, and was told that Java

  • Can't get Java to to compile programs.

    Ok, here are the things I have done: 1) Downloaded Jsdk 1.3 and installed the package. 2) Set the classpath and path: @ECHO OFF PROMPT $P$G SET PATH=%PATH%;%JAVAHOME%\BIN PATH=c:\windows;c:\windows\COMMAND;C:\JDK1.3\BIN SET CLASSPATH=.;C:\jdk1.3\lib\

  • Safari 4.0.3 issue

    The Software Updater ran the Security Update for OS X 10.8.5 and the update from Safari 4.0.2 to 4.0.3 Rest of computer and laptop run fine, but now Safari crashes immediately when launched. Steps taken: 1) Created new admin user, tested there (free

  • Error Code 150:30 -  Photos Missing From My Catalog and LR Can't Load Them

    LightRoom 5.5 stopped functioning and cannot find the catalogs or files I was using for the last several days.  I receive Error Code 150:30 and am advised to contact Adobe Support, though I can't seem to find a direct link to do so.  Is the issue pos

  • Access pages files in icloud from macbook

    How do I access icloud files from my macbook