Reschedule date in MD04

Hi Guru's,
We have an requirement to add an Open Purchase Order.
Now they needs to display Reshedule date from TCode: MD04 for each line item of Purchase Order  in the output.
We have done but we are getting perfomance issues Because we are not able to pick it from MDTB as this table will not be updated, instead we are using
Function Module: MD_Stock_Requirements_list_API.
But it is killing the perfomance og the report.
Please advice.

JJ,
Try using function module AUFBAUEN_MDPSX_ANZEIGEN for stock requirement slist.
To populate the import parameters for the function module you could use tables T450N, T399D, T001W, MARC
REgards
Ram

Similar Messages

  • Rescheduling Date in MD04

    Hello SAP Guru,
    in MD04 (Stock Req. List) system showing the Rescheduling date.
    Where I will get previous Rescheduling date for same material.
    Is system maintains any change document for Rescheduling date after every MRP Run for same material.
    Pls suggest any  SAP tables or any Function Module...?
    Thanks in advance..!!!

    Dear
    Please Follow this link
    [Rescheduling data in MD04 - What table is it in?;
    With Regards
    Pushpalas

  • How to get the rescheduling date in MD04?

    I need to create a report for buyers to show them the shortage of material. It will help them to determine how to reschedule the delivery of purchase orders. So, I need show the rescheduling date in MD04 on this report as the suggestion from MRP.
    So, would you please help to let me known how and where I can get the rescheduling date (MDEZ-UMDAT) displayed in stock/req list?
    Thanks a lot!

    Hi,
    With the User Exits it may be possible, check the feasibility..
    =============================================
    Programming of additional columns (Customer Exit)
    You can use Customer Exit M61X0002 to program up to three columns for the individual line display and the period totals. These columnscan be filled with additional data, which you can call in the lists using pushbuttons.
    Programming of customer-specific access to the lists (reports)
    By using reports RMMD07EX and RMMD07DB, you can program your own access to the collective display of the stock/requirements list.
    =============================================
    Regards,
    R.Brahmankar

  • View of rescheduling date in MD04

    Hallo,
    I would like to know whether there is a way to change the SAP standard view in the MD04 for rescheduling dates. The requirement is to see the date of the arrival of goods ignoring the goods receipt processing time.
    Currently I see in the column 'Rescheduling date' the calculated date for replenishment time + goods receipt processing time. Only if I click on exception message 015 I can see the actual arrival date.
    I would like to change that the other way round.
    Is there a way to do it?
    Thanks in advance for your help.
    Katrin

    There is no place to add the specfic fields in the evaluation list. The only options are user-exits.
    Solution 1:
    Please use customer exit M61X0002 to program company-specific additional information in your own columns for the display of the MRP list and the stock/requirements list.
    You can define that additional data fills each of up to three columns in the display of the individual lines and the period totals. The user uses pushbuttons to access this additional data in the lists.
    Solution 2:
    Function module LM61XU11 MD_STOCK_REQUIREMENTS_LIST_API includes the basic functions for setting up the MRP list and the stock/requirements list. Use this function module to program lists, which are exactly tailored to the requirements of your company.

  • Exception & Rescheduling date in MD04

    Hi all,
    Can anyone explain what is exception in MD04 screen.PR generated automatically for the unconfirmed schedule line quantities in the sales order.The exception 30 is automatically proposed by the system.How is it?
    Please expalin the rescheduling date also
    Regards
    Mano

    Hi,
    MRP Message30 = Plan process according to schedule.
    This means that all the requirements as calculated during the MRP run are satisfactory and that the process can continue.
    What to do:
    Proceed with the process; i.e. convert the planned order and purchase requisitions.
    Regards

  • To display the reschedule date from MD04

    Hi Gurus,
                             There is a current report which dispalys details of a scheduling agreement (order / due date,schd. qty,qty shipped & qty received). Now user wants to add the reschedule date field which is in MD04 to the report. 
    Is it possible to display the reschedule date to the report. If so, can you please guide me how to proceed further.Thanks.

    Hi,
    Actually rescheduling date is displayed in MRP list, The system only displays rescheduling date in the  the current stock/requirements list if you trigger rescheduling with the appropriate function. As you all know MRP list is static report. Hence the reschedule date will store in the table as i have mentioned in the table MDEZ as i have mentioned in the earlier reply.T he program bname is SAPMM61R. Please join this table in your query to get  rescheduling date. Thanking you.

  • MD04 and rescheduling date

    Hi,
    This is my scenario:
    Material A is composed by material B. When the stock of material B is 0, MD04 does not take in account the time to provisioning Material B when a Material A has to be produced.
    Example:
    Time to create Material A: 3 days. Created using a Purchase Requisition (subcontracting).
    Time to provisioning Material B: 6 days.
    MD04 (for Material A) always shows 3 days (today3days), never mind if the quantity of material B in our warehouse is 0 (in this case should be: today6days3days, but always is today3). Maybe the problem is the rescheduling date at MD04 (always is today, not today+6days)? 
    What do I have to modify? (Maybe master material?)
    Thanks in advance,
    Ricard.

    Ricard,
    Means that MD41 creates a Purchase Requisition of Material A independently of the availability of Material B
    Ah, we are talking about MD41, not MD04.  MD41 is a version of MRP (well, technically it is an MPS, but in this case it makes no difference).  SAP MRP in ERP does NOT perform availability checking.  The behavior your are describing is normal.
    MRP/MPS in SAP runs level by level, from the top level of the BOM down.  When MRP runs for 'A', it has no information about the availability of 'B'.   When you are making a mulitlevel run (such as during MD41),  MRP runs for A, finishes, creates and saves the PlndOrdr/PurReq for A, and then runs for B. During the run for 'B', MRP performs a net requirements calculation (NOT an ATP).  This is when MRP discovers that there is a shortage of B.  It creates its proposals for B, and also creates any required exception message(s). 
    You can configure SAP to perform an ATP check for the components of Planned orders and Purchase Reqs.  You can then execute the availability check individually (when you create/change the order manually) or you can set up a collective check.  None of these ATP checks are triggered by MRP.  The typical output of an ATP check is a Missing Parts List, and whether the quantity/date can be confirmed as it stands.  Neither will these checks automatically re-schedule an existing Purchase req.
    Some companies choose to include the procurement time for B in their procurement time for A.  In your example, you would use 40 days procurement time for 'A'.  In this way you are never caught short.  However, this drives up stock levels of B (B will be procured earlier than required).  Some other companies place safety stock in B, and then assume that B will always be available.  Still other companies will manually juggle 'A' PurReq according to the availability of B.  Take your pick.
    SCM has the ability to perform Multilevel availability checks, and thereby automatically produce schedules which reflect true availability of all components in the entire BOM.  SCM also offers a heuristic (similar to MRP) that performs bottom-up scheduling, in which the procurement proposals are run from the lowest level of the BOM upward, automatically resulting in a plan that has no material shortages.  ERP lacks both of these features.  If this is a requirement, consider changing your planning engine to SCM.
    Rgds,
    DB49

  • Rescheduling data MD04/MD05

    Hello SAP gurus,
    Does anybody know when the 'Rescheduling date' is populated in MD04?
    Our system warns us in MD05 when a planned order is created by MRP after the planning horizon. However, this information is empty in MD04. Why?
    Regards,
    Óscar

    Hi Oscar,
    In MD05 you are seeing the output of MRP run, during MRP run resceduling has taken place and the dates are corrected.
    MD04 is a dynamic report giving the current status, since the scheudling dates is already taken care during MRP run, currently the dates are not a problem for the order. This is the reason, why you are not seeing message in MD04.
    Regards,
    Prasobh
    Reward your points if this was helpful

  • MDTB table Rescheduling date different than in MD04

    Hello,
    I am having a very strange situation here : i am getting different data between MDTB table and MD04 transaction.
    The following message in MD04 for a Purchase requisition :
    30: Plan process according to schedule (24.07.2007/18.07.2007) (U4)
    -> Rescheduling date appearing in MD04 is 24.07.2007 (logical)
    -> Rescheduling date appearing in MDTB is 23.07.2007 (strange).
    I don't know where this difference of 1 day is coming from. I thought MDTB was always reading the stock vs requirement list. Other PR for the very same item have the same data between MD04 and MDTB.
    Any idea anyone ?
    Cheers

    1 -> MRP systematically run with planning mode 3 "Delete and recreate"
    2 -> "From date" in the BOM for component is far in the past : No impact on planning run.
    3 -> MO05 is an unexisting transaction.
    No new recipees for this material and difference of one day on two MRP elements between MD04 and MD05 is still there immediately after MRP run.
    Will keep on investigating and keep everybody posted when solution found.
    Cheers

  • Exception message 30 & Reschedule date

    Hi All,
    This is about the exception message 30 which is displayed in MD04 and the rescheduling date.How is this date determined and what does the exception message signify. how the system determines this dates?Also, what is the criteria for this rescheduling date to be displayed in MD04?
    For Ex
    Material XYZ , MRP Type : PD, Lot size :Monthly,PIR is 100 for march, After MRP run I am getting reqmnt date is on 1st April. Reschedule dt is 02-March, Expn Msg is 30. Inhouse production is 1 day & GR time is 2 days.
    Please let me know how system arrives on 2 march as rescheduled date & what does it mean?
    Thanks and regards,
    Kundan Kumar

    Dear,
    Within this rescheduling horizon, the net requirements calculation checks whether, after a requirement, a firmed receipt exists, which can be used to cover this requirement. Then the system displays a rescheduling date as well as the exception message Bring process forward for this receipt. The net requirements calculation then uses this receipt and the system will only create another procurement proposal if the receipt quantity is not sufficient to cover the complete requirement. Several firmed receipts can be used to cover one requirement.
    The rescheduling horizon is always calculated from the MRP date.
    Please refer this link,
    [Exception message 30 |exception 30]
    Have you assigned a range of coverage profile to the material?
    Regards,
    R.Brahmankar

  • Exception Message number 30 and rescheduling date

    Hi everybody,
    This is about the exception message 30 which is displayed in MD04 and the rescheduling date.How is this date determined and what does the exception message signify. Further, it would be great if i can get any link on forward/backward scheduling and how the system determines the dates?Also, what is the criteria for this rescheduling date to be displayed in MD04?
    Thanks and regards,
    Deepthi.

    Hi,
    Exception Message 30 - Plan process according to schedule
    say , if there is a PIR on 02.7.08 and a planned order to cover this reqmt is generated with Ord finish date as 05.7.08 , system will now throw an Exception Message - 30 with the rescheduling date as 02.07.08 to complete the order on the same day as that of the requirement say 02.07.08.
    also , pls go thru the foll links
    http://help.sap.com/saphelp_470/helpdata/en/55/6704a195d711d3b6fb0000e8359890/content.htm
    http://help.sap.com/saphelp_470/helpdata/en/f4/7d294a44af11d182b40000e829fbfe/content.htm

  • Significance of Rescheduling Date and Exception group

    Hi Guys:
    could you somebody explain the significance of reschedule date and exception group in MD04 Transaction?.
    thanks
    sweth

    Hi,
    Rescheduling dates are not stored, they are calculated dynamically every time you execute or refresh MD04.
    Rescheduling date is based on the Stocks Requirement date.  It does not take into account the parameters in Procurement and Scheduling in the Material Master. In the net requirements calculation, the system checks whether warehouse stock or firmed receipts are available to cover requirements. If a material shortage exists, the system usually creates a new procurement proposal.
    Most catchable runtime errors are assigned to exception groups. For this go through the link. Thanking you.
    http://www.sapnet.ru/abap_docu/ABENSYSEXC-ERRKL.htm

  • Rescheduling date

    Hi Gurus,
    I need to know the table used for the field "rescheduling date", in the transaction code "MD04".
    When i clicked F1, it said that, MD04 is made up of a structure.
    I tried transaction SE49. The message what i received is " transaction do not exist"
    Best regards,
    K.Kumar.

    Kumar,
    Try to take it through BAPI - "BAPI_MATERIAL_MRP_LIST".
    Regards,
    Prasobh

  • Dates in MD04 not matching with dat00 field of structure MDTBX

    Hi,
         I am trying to populate MDTBX structure using DTNUM field of MDKP as follows.
    "IMPORT mdtbx FROM DATABASE mdtc(ar) ID wa_mdkp-dtnum".
    Now the DATOO field of MDTBX will be same as dates in MD04 for a material , plant and a Vendor.
    But for some vendors DATOO of MDTBX has more dates when compared to dates in MD04 for the same Material and Plant.
    Why it happens so? I need the reply urgently. Kindly help me in this regard.

    Hi,
    To add the filed in the extract strucuure...
    Go to rsa6 find your data source... go to change mode >
    then double click on the extract structure... it will tale youe to the structure screen..
    Click on the Append strucutre button and add your required filed there... activate the append structure... go back and activate the structure also.
    now go back to rsa6 and again go into your data source now you can see the appended field, but it will be hidded. Remove that hiddedn check box... Save.
    Then write the code to pupulate data into that field.
    Regards,

  • PR date in MD04 to be displayed with past date. Even if req. is in past?

    Hi All,
    I have scenario where the raw material "X" has Order reservations in past let us assume month as May'11.  The Procurement time is 10 days and GR time is 2 days and the Lot Size is EX. When we run the MRP in month of June the PR which will be created for Order reaservations will have the "Purchase Requisition" scheduled Forward with release date maintained as the current date and the delivery date as 10 Working days ahead of release date and Requirment date will add 2 more days. And This Requirment date will be displayed in MD04 in Date column. let us assume that we have excuted MRP on 17-June, then for all Past requirments the release date willl be 17-june and Delivery date will be 01-July and Requirment date will be 05-July based on setting said above (Rem: - Saturday and Sunday is holiday). 
    Client does not want to see the requirment date planned this way. He wants the date in MD04 for PR to be maintained in Past only.
    is there any way to make this happen?
    Edited by: ANIMESH KUMAR on Jun 17, 2011 7:45 AM

    Hi Vivek,
    But won't this Setting effect the Production order planning. I mean to say that Only PR should be planned this way, But Planned order must not be affected at all.

Maybe you are looking for

  • [SOLVED] awesome vicious library missing

    There was an update to the vicious library for awesome to version 2.1.0-1 that was applied to my machine. Once I restarted awesome, it failed to load my config, looking at the error log output, it seems to have a problem using the vicious library: /h

  • Missing fonts in font book

    Not sure what has happened after I restarted my iMac - I have lost the majority of the fonts in Font Book. Is there a way of finding or reloading them?

  • PSE10: Table keystroke sequence to clear a layer?

    Hi, I'm trying to use CTRL+A;Delete;CTRL+D key combination in order to clear the content of the active layer. When I'm doing it manually via the keyboard, the results are as expected. But when I feed this and a sequence of keystrokes to one of my Wac

  • Converting swf to exe

    Hi I have an application developed in flash with XML database . I couldn't that the user had access my tables in the instalation. The tables must be inside exe and without files temporary during execution time. I need a program to convert swf to exe.

  • Restore "Download" folder icon

    Hi, I moved my Download folder to another partition and created a sym link in my HOME dir to that location. The problem is that now in Finder, I see the Download folder with a "link" icon. Is there a way of restoring the previous icon ? I tried dragg