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.

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

  • 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.

  • 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

  • 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

  • Can not view 24 hours data in Websphere performance page

    We configured EM 10.2.0.5 to monitor Websphere 6.1 on AIX.
    Now we can see current data in the performance page.
    But when we switch to 24 hours view, there is not any data shown in the page.
    Does EM 10.2.0.5 support viewing Websphere historical data?

    This issue is solved.
    The OMR parameter job_queue_processes is set to 0.
    It should be 10 or above.

  • How to View the Loaded Data

    Hi,
    I have loaded the data into an ODS from an External Flat file and executed the job. Can anyone guide me how to view the loaded data in the ODS ?
    Thanks

    Hi Madhu,
    You can simply Goto Transaction LISTCUBE and give the ODS name -> Execute.
    Regards
    Hemant

Maybe you are looking for

  • How to get textbox text inside Repeater based on specific row dropdownlist selection using JavaScript

    Hi All, I have dropdownlist and textbox controls inside repeater control. Suppose when i select specific dropdownlist i want get the value of selected item and mean while i want to get the textbox text which in the same row. <script type="text/javasc

  • Format Mask for Zeros

    Hi guys. I have a report in which I want to give format to a number, but I'm getting an issue with the 0 (zero). The format mask I'm using is "999,999,999.99", but when I got a 0 it is printed like ".00" and I want to print it like "0.00", in any oth

  • Account det. for differents type of fund reservations

    Hello dearSirs, I have set the account determination (financial document) for fund reservations in the customizing transaction FMBLEXT: type of value: 81 G/L accounts (financial document):  0030   0031 The problem is that I have different kind of fun

  • Delayed messages

    I recently bought the blackberry z10. I am not able to receive my emails and watsapp messages in real time. They only get delivered after some time say two hours. The email account is set to receive push message. My network carrier is Vodafone India.

  • Update to 10.9.1 whips out Server and Apple Configurator Settings

    I just updated my mac Mini Server that was already running Mavericks and Server App.  When the reboot was done and I started the server is was like I had just installed the app.  All the cache and settings were gone.  Went to use Apple Configurator.