GR document and posting date issue for initial stock upload are overidden

Hi all
Loading initial stock into the system using standard idoc message type MBGMCR and basic type MBGMCR02.
We are trying to post the intial stock upload with posting and document dates in past with this idoc. The Idoc is accepted with these dates but while posting the system is overiding these dates and posting the document with system date. Any clue as to what is happening?
Regards,
Amit

Hi Jurgen
I am aware about the posting being possible till the last period.
But the system over-riding the posting and document dates in the IDoc even if I chose previos day's date in the current period. The dates in the IDoc are correct to be in the past. The IDoc is accepted by the system with the document and posting dates in the past.
But dates in the document after posting are system dates. Very unsual. Please let me know the reasons.
Thanks for the reply.
Cheers,
Amit

Similar Messages

  • GR/IR from miro document and posting date.

    Hi experts,
    Is there any proper way to selecting data.
    My purpose is getting GR/IR on Miro Document and Posting date basis.
    THE CODE IS.
    TABLES : bkpf, rseg, bseg.
    DATA : BEGIN OF it_bkpf OCCURS 0.
            INCLUDE STRUCTURE bkpf.
    DATA : bbelnr TYPE bkpf-belnr,
          bgjahr TYPE bkpf-gjahr.
    DATA : END OF it_bkpf.
    *data : it_bkpf like bkpf OCCURS 0 WITH HEADER LINE.
    DATA : it_rseg LIKE rseg OCCURS 0 WITH HEADER LINE.
    DATA : it_bseg LIKE bseg OCCURS 0 WITH HEADER LINE.
    DATA : bbelnr TYPE bkpf-belnr.
    DATA : bgjahr TYPE bkpf-gjahr.
    DATA : bawkey TYPE bkpf-awkey.
    data : dmbtr1 type bseg-dmbtr.
    data : dmbtr2 type bseg-dmbtr.
    PARAMETERS : p_budat LIKE bkpf-budat.
    SELECT SINGLE * FROM bkpf
      WHERE budat = p_budat
      AND blart = 'RE'.
    WRITE :/ bkpf-awkey(10).
    WRITE :/20 'I/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr1 = dmbtr1 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    bbelnr = bkpf-awkey(10).
    bgjahr = bkpf-awkey+10(4).
    SELECT SINGLE * FROM rseg
      WHERE belnr = bbelnr
      AND gjahr = bgjahr.
    SKIP 2.
    CONCATENATE rseg-lfbnr rseg-lfgja INTO bawkey.
    SELECT SINGLE * FROM bkpf
      WHERE awkey = bawkey.
    WRITE :/20 'G/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr2 = dmbtr2 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    dmbtr1 = dmbtr1 - dmbtr2.
    skip 2.
    write :/ dmbtr1.

    self solved

  • Profit center document not created for initial stock upload

    Hi Gurus
    We have created initial stock upload for one of the inventory items through movement type 561.Though the profit center was populated in the line items the profit center document has not been created and when we go and run balance sheet profit center wise there are no results for display? Any suggestions ?

    Hello,
    Check your 3KEH Settings
    Check your OKB9 account determination
    Make sure you have profit center number ranges in GB02
    Regards,
    Ravi

  • Posting date issue for COGI records.

    Hi all,
      I have one issue regarding the posting date for the records which are being cleared from COGI.
    _In case of MF47 (Postprocessing for REM) following is the behaviour,_
    In this if GR has happened on say 1st and due to stock un-availability components are gone to Post processing, Now when stock of component inwarded on say 20th then GI posting happens on 20th in post processing record clearance
    _Now in case of COGI (Automatic goods movement : Error handling) behaviour is different,_
    In this scenario if GR has happened on say 1st and due to stock un-availability components are gone to Post processing (COGI), Now when stock of component inwarded on say 20th then GI posting happens on 1st in post processing record clearance
    I want same should be happened in case of COGI also, is there any note/ correction/option available??
    Thanks in advance
    Regards,
    Vinayak.

    Dear,
    There are backlogs from the backflush in repetitive manufacturing. You can display these using Transaction MF47 and/or Transaction COGI. So schedule a job for program RMSERI11 on daily basis or hourly basis  so it will clear the postprocessing errors.
    But for some of the errors, it needs manual intervention like updating storage location, posting dates due to posting period block etc.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Accounting entries for initial stock upload (URGENT HELP NEEDED)

    Dear all,
    I wanna confirm following are my accounting document entry kindly confirm if it is right.
    CO.Code Itm PK SG Account Description Amount Curr.
    2000 1 91 235199 Balance Upload Account 12.000,00- SAR
    2000 2 86 411520 Price Difference Acc. 1 2.000,00 SAR
    Can any one confirm me that my entries are correct or not??????????
    Regards,
    qsm sap
    Edited by: qsm sap on Feb 12, 2008 7:41 AM

    Hi,
    For loading HALB or FERT items (Materials with Price Control S)
    correct way is to run Standard Cost Estimate and then Upload the stock with Qty only , here system will take the Standard price from the material master,
    In the a/c entries you have written it appears that Material is of "S" type and price is maintained as 0 (Zero) in master that's why all the Intial stock value has gone on to PRD account,
    If you are not using standard Cost estimated (or not in a position to do that) but still have the correct stock qty and value with you, what you should do is :
    Change the price control to "V"
    Load the stock with qty and value, (system will calculate MAP and update the Material master),and there is no question of hitting PRD account
    After all the Stock is uploaded for the material , change the Price Control to "S"
    system will take the prevailing MAP at this instant as Standard Price for all future transactions

  • BAPI for Picking and Post Goods Issue ?

    Hi All,
    Is there any BAPI for doing Picking and Post Goods Issue in VL02N ? I don't think we can use BAPI_OUTB_DELIVERY_CHANGE.
    Is it advisable to use BAPI or BDC ( if no BAPI exist ).  Thanks in Advance.

    BAPI for picking in VL02N
    BAPI_OUTB_DELIVERY_SAVEREPLICA
    BAPI for posting Goods Issue
    BAPI_OUTB_DELIVERY_CONFIRM_DEC
    For reference: http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/LEIDW/LEIDW.pdf

  • Document Date and Posting date are refelected in different ways

    Hi All
    stange thing is happening ::::
    For a perticular company code the Document Date and Posting Date is same in FBL5N but it is different in FB03 . Any clue y it is happening this ways ????
    Making me crazy ... please help.
    Thanks in advance
    Shweta Bhardwaj

    Hi,
    Pl check se16- table bkpf.
    Should be the one here.
    BLDAT is document date and
    BUDAT is posting date.
    In FBL5n / Fb03 u could do a F1 and display technical settings to ensure you compare same with same.
    Reg
    Hein

  • Default key date, Document date and posting date needs to be changed automa

    Hi Experts,
    The user wants to create a variant for Foreign currency valuation, wherein the default key date, Doc date and Posting date needs to be changed every month automatically. Is it possible?
    Please let me know your thoughts.
    Warm regards,
    Murukan Arunachalam

    Hi
    Please follow this process.
    Only specify fields that should be changed
    Select these fields by entering an X in the checkboxes
    Enter a U in the UPDATEFLAG field
    Always specify key fields when changing the data, including in the checkboxes
    The configuration is an exception here. If this needs to be changed, you need to complete it again fully.
    Maintain quantities and dates in the schedule line data.
    1. Minimum entry:
    You must enter the order number in the SALESDOCUMENT structure.
    You must always enter key fields for changes.
    You must always specify the update indicator in the ORDER_HEADER_INX.
    2. Commit control:
    The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.

  • Changing document date and posting date by SE16N

    Hi All,
    an user has posted some customer documents (with tax codes) with wrong document date and posting date.
    I have to modify these data by se16n.
    In which tables I have to fill in?
    Thanks
    Gandalf

    Hi,
    It is not advisable to change the document date and posting date. Instead, try to reverse the document and post the correct one.
    Regards,
    Jigar

  • MIGO -- document date and posting date

    Dear all,
    When i call Tcode MIGO then by default it is picking document date and posting date as 25.8.9
    I want document date as current date.....
    guide me

    Check your System date..
    also check  u have the option in the header - seting-default values in MIGO Trxn

  • Asset value date and posting date are not in same fiscal year

    Hi,
    Our business user has created an asset under an incorrect asset class, which he is trying to transfer to a new asset whcih was created under correct asset class. However system is restricting user with the error message "Asset value date and posting date are not in same fiscal year". Can you please advise me how we can proceed further with this error.
    Regards,
    Asam.

    Hi,
    To transfer one asset to another asset within a company code can be done through ABUMN only.
    While doing this transfer you have enter the document date, posting date, and value date for the transaction, but all these dates should be in same fiscal year only.
    In your case you must have been entered the dates for asset value date and posting date , and these two dates are in diff financial years.
    Please make sure that both the dates are in same FY.
    Hope this will fix your issue.
    Thanks,
    Srinu

  • Posting data issue

    Hi,
    While creating MIRO my user has given document date is in future but posting date is in past. Whether system will permit to post document ?
    Please help me.
    Regards
    R.Sasikumar

    Hello,
    Yes, you could post the document you have mentioned.
    But if the posting period is difference from the current one, system will issue the following information  msgs :F5000 and F5192 when you press enter key.
    For example, enter the Document Date :12.11.2009 and posting Date :15.09.2009 in FB01, and
    current posting period is 10 for calendar month Oct. 2009. in other words, Document Date :12.11.2009  is in period 11, and posting date is in period 9 and currenct period is 10, so system will issue below information msgs:
    F5000 ->Period 10 adjusted in line with posting date 15.09.2009
    F5192 ->Check - document date is in the future
    if document date and posting date are belong to current period 10, then no msg will be issued( for example: posting date = 05.10.2009, document date =15.10.2009).
    Hope the above infor. are useful for you!
    Best Regards,

  • Goods picking and Post goods issue in VL02N

    Dear All,
    Am hving problem in Picking goods and Post goods issue.
    This is for the Stock Transport Order with Delivery via Shipping
    Supplying plant is 1000(SAP std,sloc 0001) and Receiving plant 1100(sloc 0001).
    Sales org:1000
    Distrbn Chnnl:10
    Division:00
    1.maintained matrial for both the plants.
    2.Creted STO by using DOC type as "UB" and item cat "U".
    3.And getting the Shipping data for the material in the STO.as shipping point is 1000.
    saved the Po.
    4.After that i done the GR w/o PO for the material using Mvt type 501.
    5.Then,VL10B creating Delivery doc.n this is also created.
    6.but when i do the picking and PGI in VL02N there picking field is greyed out bt i have tried to mangae that when i give the picking Qty in the picking qty field system is throwing the following error.
    <b>Item to be picked by WM (picking quantity cannot be entered)
    Message no. VL118
    Diagnosis
    For this item, picking is carried out using warehouse management transfer orders since the material is stored in a warehouse with random storage.
    System Response
    The system does not allow you to enter a picking quantity manually. The picking quantity is copied automatically into the delivery during the creation of the corresponding transfer order.</b>
    is any data missed by me while doing this process?
    pls let me know n help me in this regrds
    Thank you all

    Hi Vijay
    By changing storage location you could do b'coz the new storage location is not maintained with warehouse, hence no need to perform warehouse transactions (TO creation and confirmation) before inventory mgmt transactions (PGI).
    For trying pick up with WH, first u should have enough stocks in approppriate storage bins and u should perform pick up by creation of TO and confirmation.
    warm regards
    sairam akundi

  • Error message KI248 on delivery document when posting goods issue

    Hi,
    On the delivery document, when posting goods issue I get the following message:
    "Account 60700000 requires an assignment to a CO object
    Message no. KI248
    Diagnosis
    All given account assignment objects (order, project) are defined as statistical.
    System Response
    Statistical orders or projects are ignored when FI and CO are reconciled. You must enter a cost center, order, project, or cost object to which the costs are posted for CO postings.
    Procedure
    Enter a cost center, an order, a project, or a cost object that is not statistical. The posting row affected is 000 and the account is 60700000."
    On the sales order I have a statistical order.
    CO-PA is active, cost element 607 is included in PA transfer structure.
    I also tried with cost center allocation in OKB9.
    60700000 is defined  as a cost element (category 1).
    Any suggestion could be helpfull.
    Thanks,
    Lavinia

    Hi,
    Thank for your answer.
    I tested with element cost category 12, it's working, but not the way I need: I don't have any value on the cost center.
    When I don't have statistical order in sales order, the sistem it's working exactly how I need: the costs are posted on cost center and the VPRS condition is transfered to CO-PA on profitability segment.
    Anyway, I finaly make it work with a cost center substitution.
    Lavinia

  • Table for parked and posted vendor bills for purchase order.

    Gurus
    In which table purchase order histroy data is stored? Is there any standard report for viewing following
    po no,PO date,line item no.,material code,ordered quantity,GRN date,GRN qty,GRN amount,parked qty,parked amount,posted qty, posted amount.
    Atul Kulkarni.

    Hi,
    PO history could be seen from table EKBe.
    Rest of the details can be seen in EKKO (header table for purchasing document) and EKKO (line item for purchasing doc).
    Regards,
    Ashwini.

Maybe you are looking for

  • How do I use iphone on Windows 7 machin when current itunes on Mac notebook

    My current itunes account that I sync my ipods with is on an old Macbook, but I want to sync my new verizon iphone to my work pc so I can integrate office outlook, etc. Is there a way to keep itunes on both machines?

  • Payment advise for cancelled invoices

    Hi friends, I have a situation where users attached invoice through MIRO and called the same invoice through MR8M because it was duplicate invoice. Now when we run the payment program, its printing payment advise separately for all those cancelled in

  • Search results relating to forums

    Hello SDN, I would like to suggest that the search results relating to the forum should be showed more like a tree, at this moment there is a display of the same topic , the same number of times people have responded to that, instead there could just

  • Speech Bubble not showing up

    I am using a 3d animation program. After I export a specific animation to Java 3d, the speech bubbles does not show up. Everythign else works fine. Is there any new Java 3d library I have to install to make this work... Appreciate your reply Vazin

  • Select top 10 rows for each product

    Hi, I have to build a query in the following way: I have a query like, select dept, product, product_sold from products order by 1, 2 desc But I have a requirement, not to show all the products in dept . I need to show only first 10 rows of each 'dep