Error when using Movement type 561 both in MIGO and MB1C

I am getting the following error when performing movement type 561
Check table 003M: entry DB   does not exist
I am using IDES system and learning SAP MM my self... i googled ans searched for this error and couldnt find a solution so please help me..

Hi,
WE document type not set for new company code, you are using.
Set for WE document type for accounting document
Again Use t.code: OMBA
Click u201CFinancial Accounting Number Rangeu201D & enter company code u2026.and click change interval. Now in next screen, click u201Cinsert intervalu201D
& then enter
u2026u2026u2026Number range numberu2026Year u2026u2026u2026......From Number .............................To Number.
(For example)-----502011--
5000000000u2026u2026u2026u2026u2026u2026u2026u2026. 5099999999
And save.
Again use t.code: OMBA
Click u201CFinancial Accounting Document typesu201D & next screen double click u201CWEu201D and you will have new screen and enter Number range u201C50u201D and save.
Now use t.code: OMBA
Click u201CGoods Receipt Document Typeu201D
Next screen assign u201CWEu201D document type to MIGO_GR t.code and save.
Regards,
Biju K

Similar Messages

  • Error when using composite type

    HI i am getting following error when my plsql procedure uses composite type.
    ORA-06530: Reference to uninitialized composite ORA-06512: at "PRODMSTR.PKG_BULKLOAD", line 65
      PROCEDURE insertData(pd_rec temp_product_details%ROWTYPE)
        IS
        v_pdid product_details.pd_id%TYPE;
        v_pdesc product_details.pd_desc%TYPE;
        v_phid product_details.ph_id%TYPE;
        v_rpdid product_details.pd_id%TYPE;
        v_catid lkp_category.category_id%TYPE;
        v_lfid lkp_life_cycle.life_cycle_id%TYPE;
        v_ptid lkp_product_type.pt_id%TYPE;
        v_tpvid lkp_third_party_vendor.tpv_id%TYPE;
        v_product_details product_details_type;
        v_product_market product_market_array;
        v_product_data_type product_data_type;
        out_par sys_refcursor;
        BEGIN
            IF(TRIM(pd_rec.product_id)IS NOT NULL) THEN
             v_product_details.product_id:= TO_NUMBER(pd_rec.product_id);
            ELSE
                 v_product_details.product_id:=0;
            END IF;Here is the part of the code. The error occurs in line:
    v_product_details.product_id:= TO_NUMBER(pd_rec.product_id);
    Can anyone tell me why i am getting this?
    Thanks a lot guys.

    Hi,
    This could be due to the reason that the variable v_product_details is not initialized. It should be done by the constructor as product_details_type(NULL, NULL,...)
    Please check .
    Regards
    K.Rajkumar

  • Quality data for stock uploading using movement type 561

    Hi,
    As system Go-Live business wants to have quality certificate for all FG from SAP. But part of data for quality certificate is of intermediate materials which is already conumed for production of FG so stock is zero for batch of consumed SFG. (ALL FG AND SFG IS BATCH MANAGED). We can upload FG part of quality data require for certificate as FG stock with batch number will be uploaded as initial stock upload with 561 goods movement. But how to manage SFG part of quality data, as stock for consumed batch of SFG will be zero and hence can not have inspection lot for SFG batch.
    Can anyone suggest how to upload quality data for material?
    Help to resolve this issue will be rewarded with points.
    Thanks and regards,
    Devang

    Hai PK,
    For Plant to plant stock transfer, follow the below steps,
    1) create STO in ME21N with Item category U
    2) create delivery document
    3) PGI
    4) create Excise Invoice
    5) create Billing document
    6) GR at receiving plant referring delivery doc. and perform Excise capture simultaneously or separately
    Hope it will helps you..
    Thanks & Regards,
    Kumar

  • An error when using JSP to activate connection between Javabean and MySQL

    I just input two paramenters in the input.htm, then click button 'submit' to
    run output.jsp, then activate adder.getSum(); This function is to add two
    number, save the sum to the MySQL database, and return the sum. I think the
    java code and jsp file are no problem. A guess it's the problem relating to
    the servlet engine trying to talk to the Javabean. Should I set some
    envirenment or other? Please take a look. If necessary, I will attach my jsp
    and java codes later.
    The error is as below:
    Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error)
    that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException:
    at org.apache.jasper.runtime.JspRuntimeLibrary.internalIntrospecthelper(JspRuntimeLibrary.java:273)
    root cause org.apache.jasper.JasperException:
    at org.apache.jasper.runtime.JspRuntimeLibrary.convert(JspRuntimeLibrary.java:184)
    I just selected some. Thanks,

    Yes, I'd be curious to see your code. In principle that should work.
    -chicagoJava

  • Getting errors while using PI_GOODSMVT_CREATE' with 561+K

    Hi ,
      I am using this BAPI to Create Material Documents with out ref. while doing so i am getting this error.my code enclosed here ? i have to Use Movement Type 561+ Spe.Stock: 'k'.
    waiting for val inputs.
    LOOP AT I_WERKS.
    L_GHEADER-PSTNG_DATE = SY-DATUM.
    L_GHEADER-DOC_DATE = SY-DATUM.
    LOOP AT I_UPLOAD WHERE WERKS = I_WERKS-WERKS.
    I_GITEM-MATERIAL = I_UPLOAD-MATNR.
    I_GITEM-PLANT    = I_UPLOAD-WERKS.
    I_GITEM-STGE_LOC = I_UPLOAD-LGORT.
    I_GITEM-BATCH     = I_UPLOAD-CHARG.
    I_GITEM-MOVE_TYPE = '561'.
    I_GITEM-SPEC_STOCK = 'K'.
    I_GITEM-VENDOR = I_UPLOAD-LIFNR.
    I_GITEM-ENTRY_QNT = I_UPLOAD-ERFMG.
    I_GITEM-ENTRY_UOM = I_UPLOAD-ERFME.
    I_GITEM-PROD_DATE = I_UPLOAD-HSDAT.
    I_GITEM-EXPIRYDATE = I_UPLOAD-VFDAT.
    I_GITEM-mvt_ind = ''.
    APPEND I_GITEM.
    ENDLOOP.
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
           EXPORTING
                goodsmvt_header       = l_gheader
                goodsmvt_code         = '03'
           IMPORTING
                goodsmvt_headret      = l_goodsmvt_headret
                materialdocument      = l_materialdocument
                matdocumentyear       = l_matdocumentyear
           TABLES
                goodsmvt_item         = i_gitem
                return                = i_return.
    commit work and wait.
      IF SY-SUBRC = 0.
      ENDIF.
    clear I_GITEM[].
    ENDLOOP.
    ENDFORM.
    and  i am getting this errors,
    <b> E     M7     96     Goods movement not possible with mvmt type 561          0     561                    GOODSMVT_ITEM     1          
    </b>
    what would be the Problem, while doing manually its allowing me to post.

    hi Sanjya,
      thanks for reply. i checked that table , entry is there for 561.
    how i am getting this error.
    1 E0     58 Entry 84150 LFA1  does not exist in  - check your entry          0     84150     LFA1               GOODSMVT_ITEM     1          UNIX410
    When i am doing manually no errors with this Vendor ? but in BAPI i am getting this error.
    LOOP AT I_WERKS.
    L_GHEADER-PSTNG_DATE = SY-DATUM.
    L_GHEADER-DOC_DATE = SY-DATUM.
    LOOP AT I_UPLOAD WHERE WERKS = I_WERKS-WERKS.
    I_GITEM-MATERIAL = I_UPLOAD-MATNR.
    I_GITEM-PLANT    = I_UPLOAD-WERKS.
    I_GITEM-STGE_LOC = I_UPLOAD-LGORT.
    I_GITEM-BATCH     = I_UPLOAD-CHARG.
    I_GITEM-MOVE_TYPE = '561'.
    I_GITEM-SPEC_STOCK = 'K'.
    I_GITEM-PART_ACCT = I_UPLOAD-LIFNR.
    I_GITEM-VENDOR = I_UPLOAD-LIFNR.
    I_GITEM-ENTRY_QNT = I_UPLOAD-ERFMG.
    I_GITEM-ENTRY_UOM = I_UPLOAD-ERFME.
    I_GITEM-PROD_DATE = I_UPLOAD-HSDAT.
    I_GITEM-EXPIRYDATE = I_UPLOAD-VFDAT.
    I_GITEM-MOVE_REAS = ''.
    * I_GITEM-mvt_ind = ''.
    APPEND I_GITEM.
    ENDLOOP.
    * Post Document Reason Code Wise
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
           EXPORTING
                goodsmvt_header       = l_gheader
                goodsmvt_code         = '05'
           IMPORTING
                goodsmvt_headret      = l_goodsmvt_headret
                materialdocument      = l_materialdocument
                matdocumentyear       = l_matdocumentyear
           TABLES
                goodsmvt_item         = i_gitem
                return                = i_return.
    commit work and wait.
      IF SY-SUBRC = 0.
      ENDIF.
    clear I_GITEM[].
    ENDLOOP.

  • MB1C - Sloc 0001, Mov type 561 (not able to post the goods)

    When I post inventory for ROH material
    using movement type 561 (Tcode:MB1C) with
    SLOC 0001, the system errors outs with the following message
    "Material XXXX doesnot exist in warehouse 001"
    Iam not maintaining warehouse management for ROH materials.
    But I am able to post for the same material with Sloc 0002
    Its the issue with sloc 0001
    System posts the following Message:
    Material XXXX does not exist in warehouse 001
        Message no. L9023
    Diagnosis
        All the materials that you use within a warehouse number must also be
        defined for this warehouse number.  The material you are using is not
        defined.
    Procedure
        If you want to use the material within your warehouse number, you must
        create the material in the material segment for that warehouse number.
    Is there any workaround, where I need not maintain WHSE management view for ROH
    materials but still able to post the goods with Sloc 0001

    Csaba/Rajesha:
    Thank you for your replies
    For the Sloc 0001, like mentioned it is assigned to whse number 001
    I tried to remove/delete the whse number 001 for the sloc0001, but its a entry required
    field
    In order to fullfill the requirement, maintained the same whse number(HMM) that is
    being maintained for sloc 0002 {for which I was able to post (Mvt type 561, Tcode MB1C)}
    In MB1C Mtype 561 posted with sloc 0001, Now the system posts
    "Material XXXX doesnot exist in warehouse HMM" (previously it gave "Material XXXX doesnot exist in warehouse 001")
    It does not give the message for Sloc 0002
    Any way in this process, I learned some new things
    Due points have been assigned

  • MB11/MB1C/MB1B post GL entry for tax for movement type 561 initial stock

    Hi,
    We want to bring in stock into new system using movement type 561. The usual account posting is:
    Debit stock
      Credit account in OBYC GBB
    How can I add additional tax posting in the transaction? For e.g.
    Debit stock
    Debit input tax
      Credit account in OBYC GBB
    I tried to open up the Tax Code in the movement type field status but it doesn't show up in any of MB11/MB1C/MB1B.
    Any customized BAdI/user-exit for this?
    Any suggestions?
    Thanks in advance for help!

    hi,
    you cant update the tax account directly using the 561 mov type.
    please find below the link for more clarifications regarding the tax accounts.
    http://forums.sdn.sap.com/thread.jspa?threadID=2126200
    Regards,
    velu

  • Movement type 561 issue

    Hi
    By mistake an user has uploded stocks of 1 material 1000 units thro movement type 561 in production server and saved it
    The article doc got generated and the stock is showing in MMBE
    How to reverse that
    Is it advisable to use movement type 562 ?
    Pls let me know its implications
    I am a SD consultant and this is a MM real time issue
    Hence i need your help
    Regards
    Raja

    Hi
    You can do in migo the reversal for the mvt type 561 by using 562, it will not affect any where in the accounting, if  you do  GR reversal the stocks will reduced automatically from the mmbe
    Reghards
    velujee

  • Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Have no idea of what you were even doing in Photoshop my crystal ball is out for repairs so I can not see.  

  • Help:  Error when using LSMW (Recording Object Type)

    Dear all,
       I encountered an error when using "Batch Input Recording" way in LSMW,which is as follows:
    I have recorded the transaction MM01 and the source structure and data mapping.When dealing
    with "Specify Files",the error comes out with message
    --> "File Name 'Converted Data':Max.45 Characters:Remaining saved". 
    and the subsequent steps cannot be maintained due to the error.

    Alex,
    The name of file for Converted data is a system generated combination of your Project subproject and object followed by lsmw.conv  as   Project_Subproject_Object.lsmw.conv
    System has set a limit of a maximum of 45 characters. It the file name exceeds 45 characters, the system will throw the error.
    Just rename the file such that it is with in the 45 charcter limit....you will be fine
    Hope this helps
    Vinodh Balakrishnan

  • Movement type 561 and GL Account 24301000

    Hello guys,
    I am trying to upload inventory through MB1C but receiving following error:
    "field selection for mvmnt type 561 / GL AC 24301000 differs for settlement period (003)"
    Can anybody help me how to fix this.
    Thanks

    Hi,
    The field selection for Movement type 561 is not matching with the field selection of G/L AC 24301000. This is causing the problem.
    Go to Tcode: OMWB, in this transaction you can check the difference between the field selection of movement type 561 and G/L AC, then change the field selection accordingly in SPRO for movement type (MM - Inventory -- Movement types -- copy movement types and Tcode: FS00 -- input the G/L account and company code, press enter -- click on tab- create/bank/interest, double click on the field status group, then check the settlement period whether it is suppressed, optional, required in both cases. They should be same in movement type and G/L field selection.
    Hope this helps.
    Thanks,
    Viswanath

  • Is it possible auto TO for movement type 561? if so, how ?

    Hello,
    Could  any one suggest whether auto TO possible or not for movement type 561?
    regards
    rk

    Hello,
    when a transfer requirement or a posting change notice is created from the movement type,the transfer orders are created by batch input using the report RLAUTA10 (for transfer requirements) or RLAUTA11 (for posting change notices).
    You post the document using 561 movement type. If related setting for auto TR creation (T-code OMKX) is done then TR will be created in the background. You can create the TO automatically from this TR using  report RLAUTA10. Refer T-code OMKZ for Auto creation setting. You can also proceed for immidiate creation of TO.
    Thanks
    Milind

  • MIGO - GR - Others -- Serial Number Not saved for Movement Type : 561

    Hello,
    I am trying to post good receipt-other ( for movement type 561) using MIGO transaction. I have specified all required data.
    Also depending on the item qty., I entered serial number in serial number tab.
    Its creating document successfully. However if I try to display same document using MIGO, serial number is missing.
    I tried to debug the code and I realized its not saving serial number itself.
    For other movement type its creating document with correct serial number.
    If I repeat same process using same data using transaction MB11 its posting successfully and I can see serial number using MIGO transaction as well.
    One more thing which I've noticed is when I post document using MIGO, Account assignment details are missing. However with MB11 I can see account assignment data too.
    Would be really appreciated if someone can help me on this.  I dont know If I'm missing any configuration part here.
    Thanks & Rgds,
    Nilesh

    Any help Experts?
    Nilesh

  • G/L account assignment for movement type 561

    Hi Guys,
    Can someone please let me know where and how do I assign G/L account for the movement type 561.
    I'm referring to the account assignment tab in Material document, where the G/L account shows up. Where do I set this?

    Hi There
    In OMJJ for the movement type 561- there will be account grouping where you assigned the acc grp key,,
    For this Acc Grpng key in OBYC_in GBB_you have to maintain the GL account- In the combination of- Valuation Modifer-General modifier-Valuation Class-Debit(GL acc)-Credit(GL acc)
    in Material document- if you are using MIGO-
    MIGO- Display- Material Document-Enter the material document- Click enter- And click on the Doc info Tab-There you wil lfind the FI documents- Click on that now you will get the acc documents,,,
    Thanks
    Senthil

  • Account assignment for Movement type 561

    Dear Professionals
    Hi,
    I am new to SD.
    Pls give me ur advice.
    In my environment,
    MB1C:"Enter Other goods Receipt"
    -> Journal: "dr.Inventory/cr.COGS"
    (Movement type: 561)
    VL01N:"Outbound Delivery Create"
    -> Journal: "dr.Inventory/cr.COGS"
    (Movement type:601)
    I guess that the journal for MB1C is incorrect.
    I configured BSX and GBB on OBYC,
    but I have no idea how to change the account assignment per Movement type.
    Use OBWM?
    BR
    Y.Kaneko

    In OBYC for Transaction GBB,  instead of BSX,  maintain BSA, VAX & VAY for each Valuation Class of material and its respective G/L Account.
    For example, if you are trying for a FERT material, then the entries should be
    0001::::BSA:::::7920::::::4XXX30
    0001:::VAX:::::7920:::::::5XXX30
    0001:::VAY:::::7920:::::::6XXX30
    Also check in OMJJ whether you have the settings as follows:-
    MvT::S::Val.Upd:::Qty.upd:::Mvt::Cns:::Val.stng:::Cn:::TEKey:::Acc mod:::Check acct.
    561::::::::::::X::::::::::::::::::::::::::::::::::::::::::::WA01:::::2:::::GBB:::::::BSA::::::::::::::::X
    561::::::::::::X::::::::::::::::::::::::::::::::::::::::::::WA01:::::3:::::PRD::::::::PRA:::::::::
    561::::::::::::X::::::::::::X:::::::::::::::::::::::::::::WA01::::::2::::GBB:::::::BSA:::::::::::::::::X
    561::::::::::::X::::::::::::X:::::::::::::::::::::::::::::WA01::::::3:::::PRD:::::::PRA:::::::::
    Check whether your settings are similar to above.
    thanks
    G. Lakshmipathi

Maybe you are looking for