MRP Run for Hourly basis in MD61 Transaction

Hi All,
I want to Run MRP for Hourly basis in MD61 Transaction
If the user selects the Planning period as Hourly then in the next screen for Table Tab , 24 columns should be appear.
Please give the solution.
Thanks
Ulhas

Dear Vijesh,
according to scenario described , the correct strategy to use il  strategy 40 as corretly suggest also kiran.
After create planning forecast through MD61 you can create immediately active you plan and after the system also before to run MRP planning will see the requirmenet ( Pir ) and it will work according to new sales order.
Sales order are going to reduce Planned indipendent requirement until to arrive zero quantity in MD04 (situation in with will there are only sales orders).
This information is avalible to standard SAP also in tcode MD73 but only with limited selection (qty assign)
You can use also Fm to read MRP situation in order to have a control report so that to monitorig the % of sales order and the planned indipendent requirement.
Let me know if i have been useful for you..
Daniele

Similar Messages

  • Sale Order MRP Run for All Order Line Items

    Greetings...
                     I have One Sales Order , in which i have ten different Line Items .
    Now I have to Run the MRP on basis of Created sales Order so that all Line items wi get consider insingle MRP Run on sales order base MRP Run.
    How to take MRP Run of One Sale Order for all Line Items.???
    In MD50 , we can have sales Order with Item..

    In MD50 you can give only one item at a time.
    Its a standard transaction meant to accomodate changes relevant for MRP after plant level MRP run  related to specific sales order Item.
    so either you need to do it multipal times by changing material or you need to go for MD02.
    Please explain bussiness case in detail why you want to restrict your MRP run for items in a specific sales order.
    Regards

  • MRP RUN for the more than one line item in sales order.

    Hi ,
    In the sales order nuber of line item are , i will have to take MRP RUN for selected line item .
    So plz suggest what development will require?
    Abhay
    Edited by: abhay patil on May 30, 2008 8:52 AM

    HI,
    U can write separate prog. Which will ask sales order no. and from to line item or multiple line item of sale order. Then in loop internally pass the each line item no to MD50 prog. Which will run in background.
    I will give u sample prog. Which I had created for running MRP for all the lines items of given sales order in one go.
    *& Report  ZPRG_PP_001
    REPORT  ZPRG_PP_001.
    tables vbak.
    data: begin of it_vbap occurs 1,
            vbeln  type    vbap-vbeln,
            posnr  type    vbap-posnr,
          end   of it_vbap.
    DATA: P_MODE   TYPE    C.
          Batchinputdata of single transaction
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
    selection-screen begin of block b1 with frame title text-001.
      parameters :   p_vbeln  like  vbak-vbeln obligatory.
      selection-screen skip.
      parameters :   p_fore   radiobutton group mode,
                     p_back   radiobutton group mode default 'X'.
    selection-screen end   of block b1.
    at selection-screen.
    Check Sales Order
      if not p_vbeln is initial.
        select single * from vbak
          where vbeln eq p_vbeln.
        if sy-subrc <> 0.
          message e499(sy) with 'Invalid Sales Order no.' p_vbeln.
        endif.
      endif.
    start-of-selecTION.
    Get Sales order items
      select vbeln posnr from vbap
        into table it_vbap
        where vbeln eq p_vbeln.
    Set BDC mode
      if p_back eq 'X'.
        p_mode = 'E'.
      else.
        p_mode = 'A'.
      endif.
    Process MD50 BDC
      LOOP AT IT_VBAP.
        perform bdc_dynpro      using 'SAPMM61X' '0160'.
        perform bdc_field       using 'BDC_CURSOR'  'RM61X-TRMPL'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'RM61X-KDAUF'  IT_VBAP-VBELN.
        perform bdc_field       using 'RM61X-KDPOS'  IT_VBAP-POSNR.
        perform bdc_field       using 'RM61X-BANER'  '1'.
        perform bdc_field       using 'RM61X-LIFKZ'  '3'.
        perform bdc_field       using 'RM61X-PLMOD'  '3'.
        perform bdc_field       using 'RM61X-TRMPL'  '1'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE'   '=XBAC'.
        CALL TRANSACTION 'MD50' USING BDCDATA MODE P_MODE.
        CLEAR BDCDATA.
        REFRESH BDCDATA.
      ENDLOOP.
    end-of-selection.
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDFORM.
    Ajay P. Nikte

  • Discoverer report running for hours

    Hi,
    One of the custom discoverer report (based on custom SQL) is running for hours.
    When U ran the query for the respective folder, the results were returned in few seconds.
    Hence, data size is not an issue. How can I identify the cause and solve it?
    Thanks,
    Kamath.

    Hello
    If you dont need to run the report urgently then you can always schedule it to run the background till it is finished.
    First log into desktop. Select tools > options > query governor tab. Make sure only radio button named "Never" is ticked. Leave all other options empty / not ticked. Click OK when ur done.
    Then go to File > Manage Workbooks > Scheduling Manager > Schedule.... button then choose either My Computer or Database depending on where your report is stored. Scroll down and find your report. Enter a time and date that you want to start running the report. When you are done click Finish button. Normally the report would run for an hour or till it is complete. But it won't bomb out.
    After 2 hours or even the next morning go to File > Manage workbooks > then look for your report > if it has run successfully then the status column would return something positive like "completed successfully". just double click your report and your are done....
    It works for me if i need to run one of my reports. but that is only if your not in a rush to run your report
    Hope it helps
    Edited by: iandekoker on Jun 11, 2009 12:48 PM
    Edited by: iandekoker on Jun 11, 2009 12:49 PM

  • Active Users Request is still running for hours in Release 12

    Hi Friends,
    Today I have installed the Release 12 in the Red Hat AS 4.0. Installation was successfull.
    All the Concurrent Managers are up and running.
    I have run some requests in the Paybles, Receivable..
    Requests are running for hours..all are standard reports...
    even
    Active Users Request is running for hours..there is no end...
    Friends...
    How to trouble shoot it???????????
    Please give me advice...
    Regards,
    Subbu

    Hi,
    Thanks for the reply......
    Is this a fresh installation? If so, what version? Which OS?
    Ans: Yes This is a fresh installation...After InstallationAll concurrent Managers are up and running...
    Was this working properly before? If so, what modifications have you done?
    Ans: As this is a fresh installation. This is first time to run the requests. After installation, when i run the requests, I got error like libmawt.so is not opened. I have given libmawt.so file path in the LD_LIBRARY_PATH. After setting libmawt.so in the LD_LIBRARY_PATH. this time I did not before error. but request is running for hours..there is no end.
    Have you tried to recover the CM from OAM?
    Ans: ya, I tried, but not helpful.
    Tracing should be helpful, did you try to run CM Diagnostics test?
    If you shutdown the CM and submit the request, what do you get?
    Ans: I got status as Inactive and no manager
    This is the error in the my manager log file
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-01005: null password
    given; logon denied
    I tried to relink FND executables using adadmin. But it did not sovle out my problem. As this is solution in metalink for above error.
    My Version is : Release 12 on Red Hat AS 4.0
    Regards,
    Subbu

  • I keep getting window up saying urgent update recommending download, but when i do try, all i get is a blue and white bar moving . i have left it run for hours and nothing happens. what is it?

    i downloaded new FF 2 weeks ago. Since then i keep getting update window coming up every day highly recommending i update but when i try, nothing happens except blue/white moving bar at top of window. i have left it run for hours and no progress, so i close it. The next time I open FF, it appears again and again same happens.
    If there is an urgent update, how urgent is it if I cannot download it.It's worries me that i can,t load it and how it might affect my security.

    It would be a great idea to uninstall Norton - you don't need it and it has a pretty poor reputation for mucking up otherwise healthy Macs.
    Have a look at this User Tip from klaus1: https://discussions.apple.com/docs/DOC-2435
    To uninstall Norton:
    https://support.norton.com/sp/en/us/home/current/solutions/kb20080427024142EN_En dUserProfile_en_us
    Edit: To see whether you actually have Norton installed launch Activity Monitor in the Utilities folder. If it's installed you'll likely see some Norton entries there.
    Also, in System Preferences>Users & Groups or Accounts, depending on OS)>Login Items, it might be listed.

  • EPM System Configurator runs for hours

    Hi experts.
    Have you ever experienced that your EPM system configurator runs for hours?
    I have an 11.1.2.1 installation, and a few months ago, I applied a Reporting & Analysis patch which requires a redeploy of FR, framework and web analysis.
    The redeployment took more than 1 hour 20 minutes when it usually takes around 10 minutes.
    ( Dec 18, 2012 12:24:15 PM ): ---- Hyperion Foundation Configuration......
    ( Dec 18, 2012 12:24:15 PM ):  Pass [00 min 31 sec] [PRE] Pre-Configuration Total time passed: 00 min 31 sec
    ( Dec 18, 2012 12:24:26 PM ): ---- Reporting and Analysis Configuration......
    ( Dec 18, 2012 12:24:27 PM ):  Pass [00 min 11 sec] [PRE] Pre-Configuration Total time passed: 00 min 11 sec
    ( Dec 18, 2012 12:24:37 PM ): ---- Financial Reporting Configuration......
    ( Dec 18, 2012 12:24:38 PM ):  Pass [00 min 11 sec] [PRE] Pre-Configuration Total time passed: 00 min 11 sec
    ( Dec 18, 2012 1:46:28 PM ): ---- Reporting and Analysis Configuration......
    ( Dec 18, 2012 1:46:28 PM ):  Pass [01 h 21 min 50 sec] [APP] Deploy to Application Server
    ( Dec 18, 2012 1:46:28 PM ):  Pass [00 min 00 sec] [APP] Deploy to Application Server Total time passed: 01 h 21 min 50 sec
    ( Dec 18, 2012 1:46:28 PM ): ---- Financial Reporting Configuration......
    ( Dec 18, 2012 1:46:28 PM ):  Pass [00 min 00 sec] [APP] Deploy to Application Server Total config time: 01 h 22 min 47 sec
    I checked the CPU and memory log at the time of the deployment, things seem to be normal.
    Since i will be applying another patch on Reporting & Analysis soon, I am preparing the work plan and rundowns and I am trying to estimate how much time I need to do this patch.
    Any advice would be appreciated.
    I did some researches on my own and found out some article saying the following:
    http://www.oracle.com/technetwork/middleware/bi-foundation/epm-tips-issues-73-up-399995.pdf
    On page 103, it says something about the cluster or IPv6 problem. I don't think the IPv6 is our problem, and I couldn't find the log inside of my configtool log.
    Thank you.

    If it only happened once and then all the other occasions it was fine then what is to say it will happen again? I am not sure how easily you are going to find your answer to why it happened on that occasion, I know I was deploying a web application the other day and it took 30 mins when it should only take a few but this was on a shared vm infrastructure which could have been the cause.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • In MRP Run for FERT, i want to eliminate 3rd level HALB and their BOM compo

    Hi All,
    Can you please guide me on this issue please.
    Regarding - In MRP Run for FERT, i want to eliminate 3rd level HALB and their BOM components for exploration and planning
    My scenario is:
    Level 1: FERT1
    Level 2: HALB1.1 + ROH1.1 + VERP1.1
    Level 3: HALB1.1.1 + ROH1.1.1
    Level 4: ROH 1.1.1.1 + ROH1.1.1.2
    While performing MRP run i dont want to include the material HALB1.1.1 (Level 3 component) and their corresponding BOM component (ROH 1.1.1.1 + ROH1.1.1.2)
    My constraint:
    The reason for this is HALB1.1.1 is being manufactured through REM profile with separate PIR and MRP run.
    But it is being consumed in FERT1 through intermediate semi-finished HALB1.1.  and it needs to include for Product costing.
    Note: All materials have been marked as PD - MRP type
    Would be a great help from you.
    Thanks and Regards
    Khadeer Ahmed

    Hi,
    If you put in FI forums then you will get reply immediatly.
    Anil

  • MRP RUN for increased qty of SODS PR for complete qty instead of increase

    While doing MRP RUN for increased qty of SO No line item 10 to 20,System is making PR for complete qty instead of increased qty.
    Sales order  - 0001
    Line item - 10 Qty - 10
    Line item - 20 Qty - 15
    MRP run against the sales order for line item 10 & 20 PR / PO raised for qty 10 & 15 respectively.
    After that qty has increased in sales order.Again we run MRP system generates totla no of PR insted of Increased qty .
    Sales order  - 0001
    Line item - 10 Qty - 10 + 5 = 15
    Line item - 20 Qty - 15 + 5 = 20
    Plz help

    There are few questons here:
    - when you increase the amount of the sales order item, is the newly added amount confirmed with the same date / schedule line? You can check the schedule lines for that SO item.
    - have the purchase requisitions, which were generated after the first MRP run (before the modification of the SO items), been modified manually (are they firmed?) / processed? In this case MRP cannot modify (delete) them (and create new ones)...
    - did you check the MRP control settings in material master
    Remark: even if you get several PRs, you can create one PO from them.

  • With iTunes 10 and iOS 5 synchronizing my iPhone (3GS) via USA and Wifi does not stop in the last step. Runs for hours. iPad Synchronization is fine. Any ideas to solve it?

    With iTunes 10 and iOS 5 synchronizing my iPhone (3GS) via USA and Wifi does not stop in the last step. Runs for hours. Even canceling takes forever.
    iPad2 sync is fine.
    Any ideas to solve it?

    This sounds like a problem you should take up with Apple Customer Support.
    The other users like yourself here are not going to be able to help you with this problem.
    Allan

  • Repair Permissions runs for hours

    Following an update from Mavericks to Yosemite 10.10, I find that when I use the Disk Utility to repair permissions, it runs for hours, seemingly repairing every one of the 680,000 files on the iMac. If I reboot, and repair permissions again, it begins the same long process all over again. Should I re-install Yosemite from an online source?

    Does the last line of output say that permission repair completed successfully? If so, what you see is normal. Repairing permissions is a waste of time and always produces reams of meaningless warnings.

  • Not able to find the source requirement of MRP RUN-(for planned order)

    Dear All,
    Actullay In MRP run system is generating 10000 qty in planned order but in MD61 there is only 3000 qty and no sales order requirement also exists for the same. And when i rerun the MRP by choosing option 3 in planning mode, then also it is generating the planned order for 10000 qty only but Iam not able find out the base requirement for that. Kindly suggest me the solutions.
    Regards,
    Krishna

    Hi
    In MD04 at bottom, you can see a button for pegged requirement, click there you will come to know the list of requirement. It is not only because of Planned independent requirement you maintain in Md61, it could be due to lot size in Material master, or if you have fixed vendor in sourcelist then it could be because of Minimum order quantity with the vendor, or it could be safty stock or reorder point maintained in Material master
    Regards
    Antony

  • Delivery Schedules not created after MRP Run for MRP Type PD

    HI All,
    I have created Schduling Agreement, maintained Source List with MRP Relevant - 2 option and maintained Vendor as Fix, maintained info record.
    I have created a material with MRP type as PD and lot size as EX, and strategy group as MTS. Now when i enter requirement through MD61 and do MRP Run through MD02, system is generating PR instead of Del Schdule line inspite of schduling agreement.
    But If i change MRP type to VB and maintain reorder point and maintain min lot size, then system generates Del Schdule lines for the same material.
    What could be the reason. I want delivery schedules based on MRP Type PD.
    Where I am wrong in MRP Views or in any cutomization. It seems that purchasing part is fine since it creats scudles line so no problem in SA or in Source List.
    Please help
    Regards,
    Vikas

    Hi Vikas,
    Go through this link you will able to customize correctly
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/3b/66596eda7b11d1b6330000e8a738dc/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/f4/7d2da044af11d182b40000e829fbfe/frameset.htm
    Cheers
    Kris

  • MRP run for header material with bom usage-3

    Dear All,
    We have header material with bom usage-3.We maintain the stock at child components only ,not at header
    I have created the planned independent requirement for header material.I have created a sales order but sales order is not shown in md04.
    What can be the further setting  I am missing for mrp run of above scenario.
    with regards,
    pradeep

    Dear ,
    Couple of checks points for you :
    1.Check the material master Sales Org Veie-Item Categoery .As you have mentioned Item Categoery -TAQ which is not relevent for requirement planning throgh schedule line category -CT ( CT means there will not be any inventory or good movement and requirement will not be passed for MRP ) .Only CP -line item categoery does requirement passing through MRP and it will show u in MD04. So the summery is if you want to generate an MTO order for the same FG material , you should matian the Sales Line item categoery as MTO in sales Org View and it will pop up in VA01 whiel logging Sales Order .
    Generally , TAQ item categoery are used in Project Billing or Delivery .ok  and they will not be having any availabilit check so it KP ( no check ) .
    But for MTO order , you should have availablty chek 02/01 in MRP3 view and also MTO Sales Item categoery .
    Based on the above information logg an sales order , release credit chek in VKM3, SAVE and check in MD04.
    Create PIR in MD61 and Run MRP on the both cases .I have tested its working .but noit with TAQ item categoery ok
    2.Why do you need to create Sales Order for dependent Item-Y because it will be in X-BOM item  ? Make sure that Y- should have Sales Item categoery in material master -MM02-Sales Org View as NORM item .If you really want to create sale sorder for this item , it should TAN or NORM .
    3.Other PIR detail is fine .
    Try and revert back
    Regards
    JH

  • MRP run for limited period

    Hi all,
    My client wants to enter PIR in MD61 for next 12 months. But MRP run should create requirements only for next 3 months.How can this be achieved. kindly help. Can defining planning horizon help me or there is some other control?
    Regards.

    Not sure if you interpreted Mr. Rajesha's inputs clearly.
    The planning horizon solution works, but you need to ensure you run MRP with NETPL key.
    Anyways for PIR solution, all you need to do is just maintain 2 lines for the same material. Line - 1 will be version 00 which is active, line - 2 will be version 01, which is in-active.
    Now in version 00 maintain the values for the next 3 months & for the remaining months maintain in version 01. So as you move along the time line, all you would need to do is copy from 01 to 00 only for the months for which you want to plan.
    This way with just 2 versions you can have your control & visibility. Do this in your sandbox & check if it is workable for you.

Maybe you are looking for

  • HOW TO TURN ON DEBUG OPTION OF APXIIMPT

    제품 : FIN_AP 작성날짜 : 2003-05-13 HOW TO TURN ON DEBUG OPTION OF APXIIMPT ======================================= PURPOSE PAYABLES OPEN INTERFACE IMPORT PROGRAM (APXIIMPT) 수행시 erorr 가 발생하였을 경우 debug mode로 log를 생성하게 하여 문제해결에 도움을 준다. Explanation 1. Loggon

  • Unknown indexes in ABAP dictionary

    Hi all, can anyone help me with the procedure to handle unknown indexes in ABAP dictionary for a BW SAP_BW 350 Production system? The list of some of the indexes are as follows : /BI0/E0CCA_C11~P /BI0/E0FIGL_C01~P /BI0/E0OPA_C11~P /BI0/E0PS_C04~P /BI

  • How to add  operator NE (not equal) in view BP_HEAD_SEARCH/MainSearch?

    Hi Experts: I am usuing CRM 2007. In view BP_HEAD_SEARCH/MainSearch I have added some new fields. This is working fine. But the operators of these new fields are all limited to Equal to. I need to add filter option (operator) NE (not equal). How can

  • Z87-G45 onboard sound mixing channels issue

    I'm using a 5.1 audio setup and having an issue with the subwoofer channel also playing at a slightly lower level through both front channels. I've  checked the creative audio HQ menu to make sure the fronts were not check to "full range" speakers, b

  • Using php-mysql module and Apache2.2 provided with FMS4.5

    Hi, we've recently downloaded and upgraded FMS from 3 to 4.5 on a server that has this configuration (before upgrading): - Centos 5.5 - Apache 2.2.3 - mysql 5.0.77 - php 5.3.3 - perl 5.8.8 Everything was fined before upgrading since 3 years. We decid