Goods Receipt in the Current Date however Goods Issue in the previous date.

Dear Experts,
I am doing a GR through MB1C (Movement Type 561) in the Current Date (Both Posting and Document Date are current) for a Particular batch of Material. However when I am trying to create a sales order->Delivery and PGI in the past date the system is allowing me to do so. What could be the issue ?
Example : On 23-02-2010 Goods Receipt of Material "A" for 50 Tons for Batch "B100" done through MB1C Movement Type 561.
                 Stock in System as on Date 23-02-2010 in MMBE is showing 50 Tons of Material "A", Batch "B100".
                 A Sales Order is created for 22-02-2010 for the same Matrial, qty, batch and PGI is done on 22-02-2010.

Hi,
Issue is that previous period is not closed that is why system allow to create delivery in back date.
Kapil

Similar Messages

  • Dump after implementing the Note 741385 Goods receipts up to current date for scheduling agreements

    Hi,
    I implemented the sap note 741385, but while performing GR getting dump
    I unable to figure out why the EXIT_SAPLEINR_003 has been called, please find the following run time error .
    Runtime Errors    
    CALL_FUNCTION_PARM_UNKNOWN
    Except.           
    CX_SY_DYN_CALL_PARAM_NOT_FOUND
    Date and Time     
    10.04.2014 11:39:15
    Short text
    Function parameter "ISU_ENHANCEMENT" is unknown.
    What happened?
    Function module "EXIT_SAPLEINR_003" was called
    with the parameter "ISU_ENHANCEMENT".
    This parameter is not defined.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was
    not caught in
    procedure "WE_BEWERTEN" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Function module "EXIT_SAPLEINR_003" was called
    with the parameter "ISU_ENHANCEMENT".
    This parameter is not defined.
    Missing RAISING Clause in Interface
    Program                            
    SAPLEINR
    Include                            
    LEINRF25
    Row                                
    8
    Module type                        
    (FORM)
    Module Name                        
    WE_BEWERTEN
    Trigger Location of Exception
    Program                            
    SAPLEINR
    Include                            
    LEINRF25
    Row                                
    151
    Module type                        
    (FORM)
    Module Name                        
    WE_BEWERTEN
    Source Code Extract
      122  
    IMPORTING
      123    
    e_vkwrt          
    = pot-vkwrt
      124    
    e_vkwra          
    = pot-vkwra
      125  
    TABLES
      126    
    i_tkomv          
    = tkomv
      127  
    EXCEPTIONS
      128    
    OTHERS           
    = 01.
      129
    IF sy-subrc EQ 0.
      130  
    MODIFY pot.
      131
    ENDIF.
      132
    EXIT.
      133   ENDIF.
      134
      135   MOVE-CORRESPONDING pot TO ekpo.
      136
      137   DATA: p_menge LIKE ekpo-menge,                       
    "1.2 KR
      138    
    p_datum LIKE sy-datum.                         
    "1.2 KR
      139                                                        
    "1.2 KR
      140 * pot-erfmg wird in pot_aufbauen schon entsprechend vorbelegt
      141   p_datum = budat.                                     
    "1.2 KR
      142   p_menge = pot-erfmg.                                 
    "1.2 KR
      143
      144 *- Userexit um Preisfindungsdatum und -menge zu ändern ----------------*
      145 * --> kann auch bei Bestellungen genutzt werden, um das Datum zu ändern
      146 *  nicht aber die Menge (macht keinen Sinn und ist nicht programmiert)
      147   MOVE ett[] TO cett[].
      148
      149 ENHANCEMENT-POINT WE_BEWERTEN_05 SPOTS ES_SAPLEINR.
      150
    >>>>   CALL CUSTOMER-FUNCTION '003'
    152 
    EXPORTING i_ekko  = ekko
    153           
    i_ekpo  = ekpo
    154           
    i_budat = budat
    155           
    i_bldat = i_bldat
    156           
    isu_enhancement = ls_enhancement        
    "IS2ERP
    157 
    TABLES
    xeket   = cett
    158 
    CHANGING  c_datum = p_datum
    159           
    c_menge = p_menge.
    160   REFRESH cett.                                        
    "99794
    161   IF ekko-bstyp EQ bstyp-best.
    162
    p_menge = pot-erfmg.
    "damit wird die Bestellmenge verwendet
    163   ELSE.
    164
    pot-erfmg = p_menge.
    165   ENDIF.
    166
    167 *  MOVE-CORRESPONDING pot TO potkey.
    "Preisfindungsmenge merken
    168 *  READ TABLE ekp WITH KEY potkey.     
    "MWE-HPR-HW-205016
    169   READ TABLE ekp WITH KEY ebeln = pot-ebeln
    170                      
    ebelp = pot-ebelp

    Hi,
    please implement SAP note 916474 - A dump occurs when you call user exit EXIT_SAPLEINR_003
    SAP enhancement MEVME001 contains both
    EXIT_SAPLEINR_001
    EXIT_SAPLEINR_003
    Regards,
    Klaus

  • Restriction of Good Receipt on the basis of Latest GR Date...

    How we can restrict the Goods Receipt against the Purcahse Order with reference to the Latest GR Date in reflecting in the Purcahse Order.
    Latest GR date reflects in the Delivery tab of the Item details in the Purcahse Order.

    Hi,
    To prevent goods from being accepted in the case of delayed delivery, youmust specify the latest possible goods receipt date for the item in the purchase order. This field is in the item detail data on the Delivery tab page. You also have to set
    message 163, Last possible delivery date was... (work area M7), as a warning or error message in Customizing.
    If you have set the message as an error message for delayed delivery, you can post the delivered goods to the GR blocked stock and then post a return delivery from the GR blocked stock.
    Hope Help U !
    Regards,
    Pardeep malik

  • Number  of days (current date-goods receipt date)

    Hi All,
    I have a requirement like this :
    need to display no of days in Query which is CKF=current date-GR date.  GR date is coming from r/3.We do not have current date field. and moreover no of days is in the selection screen.So we should have no of days calculated already in the cube.am i rght? calculation shold be done before data comes into the cube i.e in transfer rules or update rules...thats what i thought.Am i rght? can anybody come up with some code to calculte no of days in transfer rules or update rules?
    pl correct me if i am wrong.
    regards
    Message was edited by: cmd

    When your write code in transfer rules it will be global.
    if u write code in update rules it will local to on data target.
    Transfer rules----
    InfoSource
    Update reules----
    data target.
    here infosource is re-usable to other datatargets, so it will effect to all.
    but update rules is only one data target.
    i think u clar about this.
    pls assgain poinst, if u satify.
    by
    ANR

  • MIGO. Goods receipt. Default posting date ??

    Hi All!
    My user wants to put restrictions on <b>posting date for goods receipt</b>. It should depend on fiscal year (FY) of document delivery date. There are 2 rules for this. One should works only if the current month is September.
    If FY of delivery date  < current FY then posting date = 8/31/prior FY.
    Else. Posting date = current date.
    The second rule should work only if current month is August.
    If FY of delivery date >  current FY then Error message “Cannot post…”
    During the rest of the year they want to have standard MIGO.
    Is it possible to realize it in SAP without modifications? If yes, what is the best way to do it?
    Thanks a lot.
    Lena

    Hi,
      You can use this exit,
    MBCF0005
    Function module is,
    EXIT_SAPM07DR_001
    In the Changing part the structure ( AM07M ) is accessed as C_AM07M which has the posting date.
    <b>Reward points</b>
    Regards

  • Goods Receipt and Goods Issue - Posting Date and Document Date Problem

    Hi All,
    I was using SDK to build own add on to insert Posting Date and Document Date under Inventory> Inventory Transactions> Goods Receipt and  Inventory> Inventory Transactions> Goods Issue, but the UI Screen Posting Date and Document Date shown current date.
    My SAP Business One version was 2007A SP00 PL42 and alreadly upgrade to SP05.
    End up result still the same.
    Is there someone can help me?
    Thanks you.
    Best Regards,
    danny

    Hi there,
    I already solve it by myself.
    Actually is i call the initialization twice:
    Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry)
    Thats what make this problem happened.
    Sorry.
    Best Regards,
    danny

  • Make goods receipt for the items w/difference after the proof of delivery

    Hello experts,
    I do like to know how finish the process of proof of delivery, when I does have items with differences over the quantities that arrived to my client. For example, one sales order for 20 units. I did the delivery note, and posted the goods issue. Then I did the Proof of Delivery, confirming 19 units and the deviation reasons, saving the document. Then I made my billing document for 19 units of material.
    The deviation reasons was a damage material, my questions is: How does make goods receipt for the items with difference over the quantities after the confirming of proof of delivery?
    Thanks in advance
    Edited by: Johnattan Company on Sep 8, 2009 3:45 PM
    Edited by: Johnattan Company on Sep 8, 2009 3:59 PM

    Hello Chetan,
    Thinking in the process, I have found a solution to do it. If the differences was caused by unknowing reasons, like stolen or whatever reasons and the material will not enter again in the warehouse, we donu2019t need to make any process.
    But if the causes was a broken material, a lapsed date expired or unknowing others reasons as a consequence the material will enter again in the warehouse; I have customized a returns order, and a returns item with the option not relevant for billing to conclude the process.
    Thanks for your help.

  • MIGO Goods receipt accepted in back date for STO

    Hi,
    I have a S.T.O for which delivery have been created, post goods issue and excise invoice have been done on 05.09.2009 and receipt through MIGO have been done and system accepted to post the material document in back dated 07.08.2009.
    How can system accept to post the material document in the back date, even my delivery and even dispatches had been not done on 07.08.2009.
    Is this standard functionality or do i need to make any config settings to not to accept to post the MIGO document.
    Thanks in advance
    Kishore.

    Go to transaction MMRV and uncheck field "Allow posting to previous period". This will make sure MM posting cannot be done to any of the previous periods. Keep in mind the setting will only be applicable for a particular month. If you want to make sure the setting is permanently set, you want to go to OMSY and uncheck the column to allow posting to previous period.
    Revi

  • Last Goods Issue Date & Last Goods Receipt Date

    Hi ,
    I would like to know in which table (and fields) I can find the "<b>Last Goods Issue Date</b> " & "<b>Last Goods Receipt Date</b>" based on Material Code, Plant and Storage location.I have to prepare a existing stock report for slow moving material.
    Thanks.

    Hi,
       Check table LIKP deliver header and LIPS deliver Item
    Regards,
    Prashant

  • Return Delivery Goods Receipt amount takes current MAP instead of old MAP

    Hi,
    I'm facing a problem in the following scenario:
    1. Sales order is created
    2. Delivery is created
    3. Goods Issue for the Delivery is posted (cost of goods sold = current moving average price of material = 100 SEK)
    4. Invoice is created
    Event: Moving average price of material is increased with 100 % (Moving average price changed from 100 SEK to 200 SEK)
    Event: Customer returns the order for some reason
    5. Return order is created with reference to the invoice in step 4 (same amount the invoice)
    6. Return delivery is created
    7. Credit note is created (same amount as the invoice)
    8. Goods Receipt for the Returns delivery is posted (cost of goods sold = current moving average price of material = 200 SEK)
    Result: The financial bookings after the Goods Receipt will use the new moving average price and the stock value will increase with 200 SEK, even though the initial stock deduction was only 100 SEK to delivery the material to the customer.
    Problem: We have now created 100 SEK worth of stock --> This is not allowed
    Question: How can I manipulate the goods receipt amount to use the old moving average price of 100 SEK instead of 200 SEK?
    Thanks for your suggestions!
    Edited by: Berglund Teodor on Jun 1, 2010 4:17 PM

    Hi Teodor!
    I have to solve the same problem. Could you give me some more information about tha way you used this badi?
    Thank you .
    Florina

  • PO with FREE of charge position - goods receipt change the average price

    Hi Experts,
    in our SAP system we have a special situation concerning the PO with free of charge (FOC) items.
    We set the flag "Free" in the PO position for all FOC items. When we book the good receipt for these FOC items SAP creates no accounting document and the average price is changing.
    for example: 1 pce is on stock with the value 100; we receive 1 pce for FOC
    new average price: (100 + 0) / (1 + 1) = 50
    this is a big problem for us.
    for us - the goods receipt for the FOC articles must be with the actual average price (table MBEW) similar to a return goods booking in the SD Module - movement type 653 !
    this means for our example: 1 pce is on stock with the value 100; we receive 1 pce for FOC
    new average price: (100 + 100 (acutal average price)) / (1 + 1) = 100
    I read a lot of OSS notes and many entries in the forums and I think many other companies have the same problem.
    is there any solution possibility to do that in this way?
    thank you for your help
    Peter Lechner

    it is logical that the moving average price changes.  if you dont want that, then you either have to have an extra material master for your free of charge stock, or you need to implement split valuation and can then have batches that are not valuated.
    But if you have 10 on hand with a value of 20 $, then the moving average is 2$
    if you then get another 10 free of charge, then you have 20 on hand with total value of 20$, which just means 20$ div by 20 quantity = 1 $ MAP.
    if SAP would not change the MAP in that moment, then the goods receipt is valuated with the current MAP and the total value of your stock increases to 40. but this is then not a free of charge case.

  • Goods issue date and goods receipt date

    Hi Guys,
                 i was asked to display STO list.They asked me add goods issue date and goods Report date in the o/p columns.So any body can tell me what are the fields for goods issue and goods Receipt date's.?can u guys tell me the Tr code for these fields .?
    Thanks,
    Gopi.

    Hi there,
    I already solve it by myself.
    Actually is i call the initialization twice:
    Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry)
    Thats what make this problem happened.
    Sorry.
    Best Regards,
    danny

  • Is it possible to post a good issue movement before post the good receipt m

    Is it possible to post a good issue movement before post the good receipt  movement for the same material, into the same period?
    We try to explain better, today we've done a test:
    Step 1 :   We have created a material, wich material type is HAWA, with price control V, and 1 euro for 1 ST.
    Step 2 :   We have post a good receipt movement, 561 of this material  with 1000 ST of stock, and on posting date: 05.05.2011.
    Step 3 :   Then, we have post a good issue movement, 562 of the same material, with 500 ST of stock,  on posting date: 01.05.2011 ( so that, the posting date of the 562 is before from the posting date of 561).
    And it has worked, so that on trx "mb51" for this material we saw:
    PLANT1-----STO1---- 562-----  Mat. Doc.101.05.2011--
    500-   ST
    PLANT1-----STO1---561Mat. Doc.205.05.2011--
    1000  ST
    And with "fbl3n" for this G/L account , the same situation:
    G/LAccount1--DocumentNo101.05.2011--99--
    500-  EUR
    G/LAccount1--DocumentNo205.05.2011--89--
    1000  EUR
    We don't like this fact, someone knows how is it possible? The negative stocks aren't flagged!!!!
    Edited by: Ariana Serrano Aguila on May 5, 2011 5:50 PM

    Hi,
    Though sap allows like this ,, the document created will be with the date of the actual posting system date. If you look into the MSEG table you will get to know this.
    In theory .. this kind of practice should not be allowed .
    since this is a 562 which is a individual  entry may be system would have allowed.you try a 102 .
    Regards,

  • Is it possible to post a good issue movement before post the good receipt

    Is it possible to post a good issue movement before post the good receipt  movement for the same material, into the same period?
    We try to explain better, today we've done a test:
    Step 1 :   We have created a material, wich material type is HAWA, with price control V, and 1 euro for 1 ST.
    Step 2 :   We have post a good receipt movement, 561 of this material  with 1000 ST of stock, and on posting date: 05.05.2011.
    Step 3 :   Then, we have post a good issue movement, 562 of the same material, with 500 ST of stock,  on posting date: 01.05.2011 ( so that, the posting date of the 562 is before from the posting date of 561).
    And it has worked, so that on trx "mb51" for this material we saw:
    PLANT1           STO1         562           Mat. Doc.1           01.05.2011            500-  ST
    PLANT1           STO1         561           Mat. Doc.2           05.05.2011           1000  ST
    And with "fbl3n" for this G/L account , the same situation:
    G/LAccount1            DocumentNo1            01.05.2011        99            500-  EUR
    G/LAccount1            DocumentNo2            05.05.2011        89            1000  EUR
    We don't like this fact, someone knows how is it possible? The negative stocks aren't flagged!!!!
    Edited by: Ariana Serrano Aguila on May 5, 2011 5:50 PM

    SAP only checks if there is enough quantity in the period (month), it does not check if there is enough stock at date level.
    there is no stock stored in any table for a given date. SAP would need to run the logic of MB5B to calculate the stock at a certain date, this would cause tremendous performance issues.
    you either have to do this calculation yourself in a user exit, or you better train your users.

  • Goods issue based on Goods receipt with the same price

    Hi Gurus,
        Can we do goods issue with the price of goods receipts?
        For example: GR 100 ea price 10, GR 200 price 20, now total stock is 300 ea. Now we want issue 50 ea out of stock, users want those goods issue with first in price 10.
        Can we acheive this? and how?
    Thanks,
    Grace

    Hi,
    I'm not sure but you can try following methods.
    - Create GR for 10 nos. in unrestricted stock & for 20 nos create GR as Blocked stock. Let your stores person issue the first 10 first & 20 later on.
    - You can try it with  batch management.
    regards,
    Vinay

Maybe you are looking for

  • ITunes 7.+Compatability with Ask the DJ

    A problem came up with my new MBP. When transfer a group of songs to be crossfaded & matched from iTunes 7.+ to Ask the Dj (ATDJ), the song/s playback on ATDJ garbled & then stops. Can't mix them now to match BPM & volumn and crossfade. These songs a

  • Problem viewing animation in 3.0

    This is a total newbie question but I would appreciate any insight.  I have Adobe Design Premium for Windows.  I'm in a class that we just began using Flash this week so I'm sure there's a simple solution to my problem, but I can't find it through se

  • Setting security constraint for web App

    Hai all! I am new to bea and i am trying to set up security constraints for my webaplication.. I want user to be authenticated before he access any of the pages in browser.. All i did was adding following entries to web.xml <security-constraint>     

  • GL LOCK

    hello, I am facing one problem kindly solve this , *System failure during locking GL A/cs* Regards Girish

  • Open Sound System (how to start)

    Hi, can anyone help me with OSS sound service? Ive tryd and configure oss with the ArchWiki. http://wiki.archlinux.org/index.php/Open_Sound_System For playing more then one sound at the same time im using the 4Front Virtual mixer. My problem is that