Goods receipt - IDOC (WMMBXY/WMMBID02) error

I am creating an inbound goods receipt with IDOC WMMBID02 and get the error 'Document date / / is incorrect in item 0000000001'. Error code: F5833.
Error Diagnosis: 'Service financial accounting:  document date "  /  /" is technically incorrect in item "0000000001" of the accounting document.'
Anyone know why I get this error. Appears to be FI related.

Hi,
  The error occurs in the following function module:
CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'
       EXPORTING
            DATE                      = I_BLDAT
       EXCEPTIONS
            PLAUSIBILITY_CHECK_FAILED = 01.
  CHECK NOT SY-SUBRC IS INITIAL.
  MESSAGE E833 WITH I_BLDAT I_POSNR.
Please check the documentation for the function module for details.
regards
Aveek

Similar Messages

  • Inbound Goods receipt - IDOC WMMBXY/WMMBID02

    I am able to post a GR with WMMBID02, but the status msg 53 only says 'Application document posted'. Why does it not provide the document number in message?

    Hi,
      You need to do this programitically. For ex:
    PERFORM idoc_status_fill USING c_idoc_status_ok_incomplete
                                                               v_idoc_docnum
                                                                   c_success
                                                                        c_id
                                                                        44
                                                          struct_emkpf-mblnr
                                                          struct_emkpf-mjahr
                                                                       space
                                                                       space
                                                          p_i_tab_step-fname
                                                                       space
                                                                       space
    FORM idoc_status_fill USING value(status)
                                value(docnum)
                                value(msgty)
                                value(msgid)
                                value(msgno)
                                value(msgv1)
                                value(msgv2)
                                value(msgv3)
                                value(msgv4)
                                value(routid)
                                value(segnum)
                                value(segfld).
      i_idoc_status-uname  = sy-uname.
      i_idoc_status-status = status.
      i_idoc_status-docnum = docnum.
      i_idoc_status-msgid  = msgid.
      i_idoc_status-msgno  = msgno.
      i_idoc_status-msgty  = msgty.
      i_idoc_status-msgv1  = msgv1.
      i_idoc_status-msgv2  = msgv2.
      i_idoc_status-msgv3  = msgv3.
      i_idoc_status-msgv4  = msgv4.
      i_idoc_status-segnum = segnum.
      i_idoc_status-segfld = segfld.
      i_idoc_status-repid  = sy-repid.
      i_idoc_status-routid = routid.
      APPEND i_idoc_status.
      CLEAR i_idoc_status.
    ENDFORM.                    " idoc_status_fill

  • Goods Receipts Idoc

    Hi,
    Could you please help me out how to create Goods Receipt Idoc?
    I am using WMMBID02 with WMMBXY also in partner profile, but it is not generating any idoc?
    Please help me out.
    Kind Regards,
    Maulik Shah

    Hi,
    I think the below link is useful to you
    EXIT MB_CF001 for WMMBXY
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/52/16ae23543311d1891c0000e8322f96/frameset.htm
    Regards
    Satya

  • Help needed on Outbound Goods Receipt (IDoc)...

    Hi Experts,
      Can we use the message type WMMBXY and IDoc type WMMBID02 for Outbound Goods Receipts scenario also (Sending Goods Receipts information to target system).
      Because WMMBID02 seems to be for Inbound going by the documentation in WE60. Can we use this for outbound as well? All the field mapping is perfect with respect to this IDoc and all the required fields exist in this IDoc.
       I am struggling to find a suitable outbound process code and processing function module to trigger Idoc from MIGO Transaction once the goods receipt is created / generated.
      Please advice me on how to achieve the above functionality.
    Thanks in Advance.

    Hi,
    check with this link it might be helpful to u ...
    <u>Purchase Order
    Re: Problem to send idoc for a Good Receipt created
    https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=1279261</u>
    Hope this will surely help u ...
    regards,
    sana.
    reward for useful answers...

  • Goods receipt idoc posting

    Hello All,
    I want to post an idoc for Goods receipt. Can anyone tell me the mandatory fields in Idoc for creating goods receipt through we19 idoc test tool.
    IDOC type: WMMBID02
    IDoc type: WMMBXY
    And if anyone has sample program to create GR idoc through ABAP program, please send it too. Thanks!
    Ricky

    I found using IDoc Type MBGMCR02 and message MBGMCR and much better IDoc/msg type to use then the WMMBID02 if you are doing a goods receipt or transfer order whether in WM or IM. It calls in a BAPI (configured via the WE20 partner profile ) to create a goods movement.

  • Goods Receipt PO "money overflow" error message

    Hi all,
    A client is having problems when trying to post a Goods Receipt PO based on an A/P Reserve Invoice. When adding the following error message comes up:
    [Goods Receipt PO-Rows -Warehouse Code][line: 0], 'Money Overflow (ODBC-104)'
    Has anyone of you encountered this message? What could the problem be? They are using SAP 2005A PL 46.
    Any help will be appreciated.
    Regards,
    Anthony

    Hi,
    this note could be used to resolve your problem:
    Money overflow error message
    Symptom
    SAP Business One A does not support scenarios that might lead to a value greaterthan 9,223,372,036,854 in money fields, or in intermediate calculations, and may generate a Money Overflow error message.
    Other terms
    Money Overflow, maximum, 2005 A SP01.
    Reason and Prerequisites
    FAQ.
    Solution
    The scenarios described above are not supported in SAP Business One.
    The note # : 1026634
    Rgds,

  • Account Assignment in an automatic PO created from a goods receipt idoc

    Hi guys,
    I'm doing a goods receipt via the IDOC MBGMCR that is automatically creating a PO.  Is there a way to make the item on that PO using the account assignement "K" (Cost Center) ?
    In the BAPI for the goods movement, they are calling the function module "ME_CREATE_PO_ITEM" to create/prepare the item.  In that called, they defaulted the account assignement to space!!! I don't know how I can overwrite it.  Is it possible via configuration ??
    Many thanks,
    Stéphane

    Hi Stephen,
    Did you find an answer to your query, i have the same question i want to default the account assignment 'K' for each item for a particular stock transport order.
    I'm wondering if it can be configured or do i need to have ABAP do it.
    your reply is greatly appreciated,
    Thanks,
    Michelle

  • Inbound Goods Receipts IDOCS using L_IDOC_INPUT_WMMBXY

    Hi Guys.
    I am (trying to) creating Inbound material goods movement document using L_IDOC_INPUT_WMMBXY. I wrote a custom program mapped Control segment and data segment.  Control segment with the message type, IDOC type, etc.  Data segments with E1MBXYH, E1MBXYI, E1MBXYJ. Seems everything good to me, but when i execute the program the function module executes with sy-subrc = 0, but i am not seeing any idocs in WE02.  Am i missing anything here.
    Thanks
    Shankar

    Hi,
    The FM L_IDOC_INPUT_WMMBXY is the processing function module that will take the IDOC contents and create the GR document i.e. it does not create create the actual IDOC.
    If you want to create an IDOC in ABAP that will be processed by L_IDOC_INPUT_WMMBXY then use a function such as IDOC_WRITE_AND_START_INBOUND giving the necessary control record and data segments.  This will create the IDOC in the DB and trigger the inbound processing routine.
    Cheers,
    Pete

  • Need to send BOM material in Idoc WMMBXY - WMMBID02

    Hi All,
    I have a requirement, the inbound GR gets posted into SAP from third party system, here they will send the BOM details with the main material. Pls let me know which segment the BOM value can be passed? so that the GR gets posted with BOM components.
    Pls note, If I send the main material from Idoc the component are picked from SAP and the GR posted with BOm components. My requirement is, If the BOM qty changes the will send the BOM and new qtys. I need to post the GR with the new BOM qty.
    Thanks in Advance.

    Hi Pavithra,
    How to Guide for sending mails:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0964d7c-e66e-2910-24bb-ac535e4a5992
    Use StrictXML2PlainBean in the module processor to convert the data to CSV:
    /people/pooja.pandey/blog/2009/02/23/xml-to-text-conversion-made-easy-by-strictxml2plainbean
    http://help.sap.com/saphelp_nwpi711/helpdata/en/44/748d595dab6fb5e10000000a155369/content.htm
    Regards,
    Aravind

  • IDoc Error "" No goods receipt possible for purchase order"

    Hi All
    I am getting IDoc failed with the error massaeg " No goods receipt possible for purchase order I510954-02 00010
    Message type :MBGMCR
    Basic type : MBGMCR03
    Message no. M7036
    Status : 51
    Please suggest on this
    Thanks
    Ajit

    Hi
    Please go through thid link i think it will help you..
    No goods receipt possible in PO
    Error - E 036 No goods receipt possible for purchase order
    No goods receipt possible for purchase order
    Regards
    Sharada

  • IDOC WMMBXY outbound - R3 idoc posting error

    Hi! All
    In a file(inbound) to IDOC scenario using the IDOC WMMBXY.WMMBID02(outbound), i have the following status notification and status grouping is also in red when the idoc is posted to R3...
    IDOC: 0000000000605076 Status: Application document not posted
    Qty and / or "delivery completed" ind. or final issue ind. are missing
    It would be very helpful, if you can let me know ...what i did wrong in the mapping/design.
    Thank you,
    Patrick

    Jones,
    The error states:
    <i>Qty and / or "delivery completed" ind. or final issue ind. are missing</i>
    So please check in the idoc whether you are passing the values for Qty and "delivery completed" or final issue ind. I think to post into R3 you need to have these values.
    Regards,
    ---Satish

  • Error while using BAPI  to create Goods Receipt Document

    Hello All,
        While using the bapi BAPI_GOODSMVT_CREATE to create  Goods receipt document ,the following error is encountered:-
    Error Message:FOR OBJECT XABBELEGNR,NUMBER RANGE INTERVAL DOES NOT EXIST OM36.
    Do we need to create a number range object ??If yes,how and where to create ?
    Thanks,
    Deepti.

    Hi Deepti!
    There is only a valid interval missing, not the whole object.
    Maintenance can be done via transaction SNRO, enter your object XABBELEGNR in entry screen. (Alternatively use transaction OMJ6).
    Push button 'Number Ranges' and 'Change Intervals'. Here you can define an interval.
    Regards,
    Christian

  • Error in Goods Receipts

    Dear All,
    For one of my clients configuration unit testing for Goods Receipts, I am getting error message"Country key  has no ISO code".
    I  Have checked all probable configuration settings for Country Key. But could not fix it.
    Please guide me for probable reasons for the error.
    Regards,
    Chandrashekar
    Consultant-MM/QM

    Dear Narayan,
    Yes, there was one Blank Entry in table T001W. I have removed the blank entry from the table. But ended up with one more issue
    We are having 3 clients Golden, Unit Testing and Quality. Configuration done and changes made are in Golden Client. For the change made, Iam tranporting from Golden to Unit testing client, but am getting error message for the same "Cannot open log:
    SAPDEV\sapmnt\trans\log\CC000798.D11
    Message no. TA074".
    Please suggest.
    Regards,
    Chandrashekar

  • Acquistion Value Negative in Area 01 while posting Goods Receipt (MIGO)

    While posting a Goods Receipt am facing the error Acquistion Value Negative in Area 01.
    The related Purchasing Document has an Account Assignment as AUC.
    I have checked the Asset Master of that AUC. In the Depreciation Areas Tab when I am
    trying to put the negative values allowed, it says that E669 Fiscal year 2009 is already closed in Financial Accounting.
    Practically it is not possible for me to open the fical year 2009 in Financial Accounting since our Fiscal Year Variant is V3(April-March) and we currently in the period
    05/2010.
    Point to be considered is that Year end closing for Fixed Assets (AJAB) for 2008 is complete and year 2009 for Fixed Assets should ideally be open.
    Please let me how to handle the situation without opening the closed Fiscal Year in Financial Accounting.
    Regards
    Gemini

    Gemini,
    First set your COD with OAPL.
    Go to OADB and choose all values allowed for acquisition value under management of values for your effected dep area.
    SAVE and import these settings to your production system and post your GRN.
    Thanks,
    Srinu

  • Missing Goods receipt for inbound using VL32N

    Hello All:
    An inbound was posted into our system (version ECC 6.0) as complete, but the goods receipt shows a zero qty. and value.   I have traced the error that caused this to the value missing on the material master & also the conversion for units of measure was missing for the qty. they entered on the inbound. 
    I have attempted to reverse the Goods receipt but get the error "Qty and / or "delivery completed" ind. or final issue ind. are missing
    Message no. M7264"
    With the Diagnosis listed as:
    Diagnosis
    The quantity and inward delivery completed or final issue indicator are missing for an item, for which a goods movement should be posted via the function module MB_CREATE_GOODS_MOVEMENT.
    My goal is to either reverse this or complete the GR with qty and value within the delivery.  Any advice or help would be greatly appreciated.
    Best regards,
    Laura

    HI ALL,
    I am also facing the same issue. Can any one please help me in this issue.
    Regads,
    Pavan

Maybe you are looking for

  • Problems with Iphone 3G after OS4 install...

    Was super excited about the OS4 release, so I updated iTunes, and installed OS4 to my iphone. Since the backup was taking forever (6hrs), I just left it overnight. This morning when I picked it up, there was a message on my computer screen that an er

  • Wireless printer and airport express

    I have an HP officejet 7410 "all in one" printer that use to connect to my Imac wirelessly just fine but now I have to connect it to the usb cable to get it to print. my family has 4 mac bookpro's also and its hit or miss whether or not they will pri

  • Charger Buzzes when plugged into the Adapter Converter

    Im in England currently (From the USA) and am using a "DYNEX" converter adapter to switch the electric current down so I can plug in/charge my Macbook Pro and iPad. It works, however the charger buzzes pretty loudly and gets hot. Thankfully I brought

  • HT2518 I used Migration Assistant to tranfer files from an old PC to New Mac.

    I used Migration Assistant to tranfer files from an old PC to New Mac. Now I have two user accounts with slightly different names on the Mac. Any way to merge into one account? Thanks.

  • How to go on production system for webcenter sites

    Hi, I have installed the webcenter sites and deployed them on weblogic. AVISports and FirstSiteII sample sites also been configured, now how can I go on delivery/production url? IF we need to install gadgets on top of it then how can we proceed? Than