Restrict GR date prior to PO creation date.

Dear experts,
The Present configuration allows GR date prior to PO creation date. The system allows users to post Goods receipt (MIGO), even if the GR date is prior to the PO creation date.
How to restrict this? Is there a standard customization in MM or it requires ABAP programming?
Please suggest me a solution as early as possible.
Thanks in advance.
Sathyaraj
Edited by: Jürgen L. on Feb 9, 2012 5:33 PM

HI
requierd ABAp prograamming for same you have to use exit
table will be EKKO help for PO creation date
Logic will be while saving MIGO system will compare PO creation date from table EKKO and Posting date of MIGO
Regards
Kailas Ugale

Similar Messages

  • Posting date in QA11 is allowed prior to GR creation date

    Dear all,
    It is regarding material posting through QA11 transaction. in QA11 transaction we can change the document date and posting date. This allows me to post the material prior to GR creation date, which logically should not allow.
    If anybody has work on this aspect.
    I have already tried all the user exits. I am able to put the check in QEVA0007 (EXIT_SAPMQEVA_007), but it convert the error message to Information and allows further.
    You guys input are required.

    Raja,
    None of the available User Exits will assist in this case. There is no standard tool to perform this check.
    Have you considered a field exit? The field you need to look at in this particular case is RQEVA-BUDAT.
    In the coding of 'MQEVAF20' the form 'HOLE_ZUSATZDATEN_QALS' actually
    does change the date set by QALS with the current date.              
    ...this is not much, but I´m afraid there is not much option in this case.
    Regards
    Martina

  • Exit or BAdi for Validating GR posting date Greater than PO creation date.

    Hi all ,
    Is there any Exit or BAdi for restricting users to post GR date greater than PO creation date.
    Regards
    Gibi Philip

    Gibi,
    check this:
    MB_CIN_LMBMBU04                         posting of gr
    Amit.

  • How to fetch post goods issue date and sales order creation date

    Hi All,
    How to find out the difference between SD Sales Order Item Creation Date and final Post goods issue Date. I would like to know how to fetch those dates and what is the relationship between the tables from which i will get the dates.
    Please let me know the solution .
    Thanks in advance.

    Hi,
    Sales order creation date is when u raise a sales order in favor of the customer using VA01.......using ATP logic system purposes the material availability date....
    after saving ur sales order...when u raise the Delivery using VL01n  w.r.t to OR...than u have to perform picking ....In the picking Tab...specify the amount to be picked than press Post Good Issue....means the goods left the company premises ..
    You can the fetch the values using tables-  Use T code   SE12  or SE16
    Vbak-----order header
    Vbap-----order item
    Vbek-----order schedule line
    Likp-----Delivery header
    Lips----Delivery item

  • Purchase order delivery date is same as creation date

    Hi,
    For one of the plant.when PO is created manually  delivery date is taking  same as creation date.why it so.
    Can any one provide the reason.
    There are no Personal settings in Purchase order
    for the material the data maintained as follows :
    MRP2 :
    Planned delivery time is 24 days
    GR processing time is 5  days
    Purchase info record :
    Planned delivery time is 24 days
    SPRO-Plant parameters
    Purchase Processing time 1 day
    Regards,
    somiraghu

    Hi ,
    System calculate the delivery date by the sumation of planned delivery time with your creation date. In the material master the planned delivery time for that plant may be zero ,.tht may be the region behind  the system is showing the creation date as the delivery date.
    Pls check your Material in Material Master for that plant...
    Regards

  • SAP IHC PAYMENT ORDER - posting date prior to Current posting date

    Hello folks,
    I have a general question about SAP-IHC module.
    While creating a manual internal payment order using IHC1IP transaction code, if I change the "Date Executed" date, the system allows to post the payment order in closed period(posting date prior to the current posting date(for the Bank area in F9B1), i.e. the payment items posted, contained in the IHC payment order, has an old posting date, which is prior to the current posting date of the Bank area - Is this normal?

    Dear,
    Check with settings in OLMR transaction.
    Invoice Block - Set Tolerance Limits [Transaction : OMR6]
    Here you need to add New entries with - Tolerance Key : LD and company code and set the limits. Please check the documentation which available read as below:
    LD: Blanket purchase order time limit exceeded
    The system determines the number of days by which the invoice is outside the planned time interval. If the posting date of the invoice is before the validity period, the system calculates the number of days between the posting date and the start of the validity period. If the posting date of the invoice is after the validity period, the system calculates the number of days between the posting date and the end of the validity period. The system compares the number of days with the with the absolute upper limit defined.
    Regards,
    Syed Hussain.

  • Delivery date and sales order creation date

    Dear all
    Can you please explain the relation between delivery date and sales order date. In my case i can create delivery with delivery date as before the sales order date... how it is possible that i can create delivery before the sales order date.??
    Please explain.........
    Warm Regards
    Inder Pal

    Hi,
    Sales order date: Date on which the customer officially places an order to your company.
    All the commitment and product allocation counting starts with reference to this date.
    e.g. customer says that the goods are required from 20 days of placing order, then from this date the calculation starts.
    Delivery date: Date on which after the system goes through material availability date, replenishment time, calculates the date on which physically the goods can be delivered to the customer.
    e.g. customer orders 100 qty of material X in 15 days, you will hve to check this delivery date through availability check which can be done in sales order and also delivery.
    payment date is based on this delivery date.
    regards,
    Siddharth.

  • Since upgrading to 5.4 LR uses todae instead of photo creation date.  How to fix this?y's dat

    since upgrading to 5.4 on a mac, LR persists in using today's date instead of photo creation date when i use "Date" as part of renaming template.  never did this when using 5.3.   i rename images on import.  Please help if anyone knows how to fix this.  thank you.   using os mavericks.

    since upgrading to 5.4 on a mac, LR persists in using today's date instead of photo creation date when i use "Date" as part of renaming template.  never did this when using 5.3.   i rename images on import.  Please help if anyone knows how to fix this.  thank you.   using os mavericks.

  • How can I get the File Creation Date OR Last modification date of the incoming file in my message?

    I need the Last Modification Date and the File creation date of the consumed file in my message, is it possible to do that using a custom pipeline component in decode stage or any other way? The FILE namespace have File creation time that actually gives
    the time the file was dropped in receive location, not the actual creation time. Also this namespace doesn't have the Last Modification Date.

    Yes,
    As per MSDN, "File.FileCreationTime" - "Defines the time that the file was written to the folder that is monitored by the File receive
    adapter."
    So for File Modified DateTime, only option I can think of is create a custom file adapter (updating the File Adapter code from SDK ..\SDK\Samples\AdaptersDevelopment\File Adapter) and access the received file with the code something like the following, which
    you give you the Last Modified date
    string sLastModifiedDate = File.GetLastWriteTime(path).ToString();
    If there are any business requirements which drives you this, then this the only way I can think of. Because you can access the file properties only in adapter, when it passes through adapter file is handled as stream and you will only have context properties
    to access the file related properties.
    If you're looking for implement this for any audit purpose or for your any technical purpose, then you can suggest some alternate than using File updated datetime.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • FCP project creation date

    Hi all,
    1 have an installation with three MDC Xserves (10.6.2) ,8 Mac Pro clients ( 10.5.8 ) with XSAN 2.2.1 and Open Directory .
    The MAC pro clients have Final Cut Pro 6.0.6 installed.
    When we modify a project in FCP and save it then the creation date of the file changes to the modification date. This behavior happens only in the XSAN volumes and only for the FCP projects, if we create a text file , edit it and then save it the modification date changes but the creation date is not affected .
    Thanks in advance.
    Mac Pro Mac OS X (10.5.8) Xsan 2.2.1 & Final Cut Pro 6.0.6

    Hi Uday,      
    Thanks for your post.
    It seems the created date not stored in Project object in TFS API. To get team project created date automatically, you can query the date from
    [Tfs_DefaultCollection].[dbo].[tbl_projects]
    table>> [last_update]field use coding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Any standard transaction code to check Batch Creation Date of a batch?

    Please let me know if you know any transaction to check batch creation date of a batch , preferably with valuation information.

    Hi
    You can try with MB5B. It wont give batch creation date, but it will give posting date (most of the cases posting date may be batch creation date)
    Otherwise you can try to pull the information at table level MCHA-ERSDA and develop query.
    regards
    Srinivas

  • Shipping point and delivery creation date

    Hi :
    im selecting sales orders , items and schedule line
    from a custom table based on plant, shipping point and delivery creation date. 
    Is there any relation between Schedule lines and delivery creation date.
    For delivery creation date d_date = SY-DATUM,  and should select Mat Avail dt MBDAT or Trans. planning dt TDDAT which ever comes earlier.
    vbep-edatu = itab-d_date.
    select a1belnr a1posnr vbep~etenr into corresponding fields of table itab from a1 inner join vbap
    on a1belnr = vbapvbeln
    inner join vbep on a1posnr = vbepposnr
    where a1~werks = p_werks
    AND vbap~vstel = p_vstel
    AND vbep~edatu = p_edatu
    AND (vbep~mbdat <= p_edatu OR
    vbep~tddat <= p_edatu ).
    can anyone help me with this select statement.
    Thanks.
    Raghu

    Hi,
    Try this:
    select a1belnr a1posnr vbep~etenr into corresponding fields of table itab from a1 inner join vbap
    on a1belnr = vbapvbeln
    inner join vbep
    <b>on vbapvbeln = vbepvbeln and vbapposnr = vbepposnr</b>
    where a1~werks = p_werks
    AND vbap~vstel = p_vstel
    AND vbep~edatu = p_edatu
    AND (vbep~mbdat <= p_edatu OR
    vbep~tddat <= p_edatu ).
    regards,
    Anji

  • Finder and EXIF - creation date

    The 'date of creation'  of pictures, normally stated in the exif-file of the picture, will be used to sort the pictures after the date of creation, as in iPhoto and any other photo program. In the finder, however, another 'date of creation' is used.
    Is it not possible to force the finder tot use the exif data? What data is the finder now using?
    Regards,
    Goos.

    In the finder you can show and sort on EITHER the modification date or the creation date of a file. I believe by default the finder view only shows the Mod date and not the creation date. So if you go into view options and then turn ON showing the creation date column (you can also turn off the mod date column if you like) give you the correct date and time or did iPhoto mess those up as well? If they are there, then now all you have to do is resort by that new column in the finder.
    Otherwise, you will have to use a third party application to batch modify the date and time of the files to match those contained in the EXIF metadata. There are a large number of programs that will do that including Graphics Converter.
    Patrick

  • Creation date used during ingest File Rename incorrect

    Hi
    System:
    Windows 7 64-bit SP1
    Prelude CC v2.0.1 (118)
    I've been using Prelude about 9 months now and have got used to it's foibles.  Hopefully some of these are being addressed for future releases.
    But the recent update seems to have introduced some problems that I didn't notice in previous versions.
    My query is on the new File Rename feature (the lower part of the Ingest panel).
    I have a preset for renaming my clips.  I want to rename using:
    Custom Text - I type this in depending on which location
    Date - I select DDMMYY Creation Date
    Auto Increment - (01)
    I have two issues using this preset, it could be me idk.
    The first is that the Creation Date appears as today's date, not the one from the file as I would understand it.  I would prefer it to pick up the actual Creation Date as it shows in the Metadata of the clip and also the time (i know this has already been suggested by an FCP user).
    The second is that If i rename a batch of files using the Auto Increment and then decide I want to add some more footage shot at a later date but maybe the same location.   I already have for example files labelled location_01 to location_15.  Now i want to ingest some more but starting at location_16.  Currently, I can't change the AutoIncrement field setting as you can in Bridge CC. 
    How I wish u could just implement the Batch rename features of Bridge in Prelude.  I am trying to switch from Bridge as it doesn't play nicely with video on my system.  It's a pain.  I love Prelude but can u please improve the renaming function.
    If the creation date was correct the auto increment feature would not be an issue because the files would be named differently.  As it is, ingesting tons of footage on the same day results in chaos.  Having to remember to manually change the date (I have it as a Custom Text field) is a nightmare and I can see forgetting to do it then it will be a mess.
    Perhaps my workflow is slightly different to someone who works in say TV but it would be nice when I know the features present in Bridge applied to all the other Suite apps.
    Any pointers would be REALLY useful because this is driving me insane at the moment.  And you guys are understandably reluctant to release details of future changes and features, so who knows you could be working on it right now.
    Thanks
    Just found there is another post asking more or less the same but no comments
    http://forums.adobe.com/message/5823964#5823964
    Message was edited by: GraphiteGal

    I'd like to second the request to be able to change the starting value of the auto increment function when ingesting in Prelude CC. 
    If I'm ingesting batches of footage either from different cards or at different times, it creates a mess of both manual file renaming in Finder (or batch renaming—same issue of additional, unnecessary work) and also (sometimes?) getting "file ingest error" messages from Prelude because I've already imported a file with the Custom_Text_(01) name.
    For anyone else with the same issue: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Thanks!

  • FCP creation date problem

    Hi all,
    1 have an installation with three MDC Xserves (10.6.2) ,8 Mac Pro clients ( 10.5.8 ) with XSAN 2.2.1 and Open Directory .
    The MAC pro clients have Final Cut Pro 6.0.6 installed.
    When we modify a project in FCP and save it then the creation date of the file changes to the modification date. This behavior happens only in the XSAN volumes and only for the FCP projects, if we create a text file , edit it and then save it the modification date changes but the creation date is not affected .
    Thanks in advance.

    Hello Margaret,
    How are you downloading the pictures?
    If you plug your camera to the computer and use the camera's software or iPhoto, it would add the created date to your picture. I you use a card reader, I'm afraid it would not, unless you use iPhoto with the card reader.
    Gary
    Message was edited by: Gary Kawamura

Maybe you are looking for

  • IPhone 3G no longer recognized by iTunes

    I don't know what happened. I haven't changed any settings on my pc. I updated my phone software to 4.0.2 last week with no apparent problems. I think I've charged on my pc since but can't remember for sure. Now when I hook to usb, it goes on and off

  • How to connect library after re installing your computer

    I have made a complete new install of windows on my computer and also Itunes. The problem is that itunes don't fin my 'old' library. On internet I only find steps to change directory under preferences / advanced. but that doesn't solve the problem an

  • Email Notification after User Self Registers in OIM

    Hello there, Can you please tell me how can send an email notification to users as soon as they register themselves in OIM using the OOTB OIM Self Registration. Actually I am generating a unique User ID as a Post Insert in Create User Event Handler.

  • Wife's iBook G4, original combo drive, now getting the 70012 code

    Hi, first time ever posting on Apple discussions. Long story short, kids dropped my wife's iBook G4 the other week, I just replaced the entire monitor, no problems (thanks to instructions at iFixit!). Its a iBook G4, 12 inch, 1GHZ. Anyway, a few days

  • My iTunes library is gone again.

    It seems that everytime I restart my PC I lose my iTunes libraby.  I usually buy something everyu week or two and each time I go to buy my library is gone.  Yes I know how to get it back but it's starting to be a total pain in the butt.  That and I e