Creation of Purchase Requisitions from Forecasting Values

Dear Friends
I coud do forcasting and generated the forecasting values and the values are also visible in the MD04 Stocks/Requirements List. Please guide me to create the Purchase Requisitions from the forecasting values.
Thanks and Regards
Suresh

Depending on the MRP type in the material master you'll need to run either MRP or MPS.  I'd start with single item single level which will just plan the one material.  The Tcode is MD03 for MRP items and MD42 for MPS items.  It sounds like you're new to this so you should look around at the settings in the MRP1 - 4 views of the material master to understand the different settings that control the output of MRP (e.g. MRP Type, Lot Size Data, etc).  Lastly, check the MRP Control parameters that are entered when you run the MRP transaction.  Specific to your question, running it with Create Purchase Req 1 or 2 will create Purchase Reqs directly.
Hope this helps.

Similar Messages

  • Creation of Purchase Requisition from a BID

    Hi,
    I am trying to create a purchase requisition from a bid instead of a purchase order. Does anyone have any idea on this?
    Thanks
    Sunny

    Hello,
    are you trying to create a local SC or a backend PR ?
    If you are in classic mode (so PR and not SC), you could try to derive the PO flow to create a PR instead.
    But this is not really clean.
    The best way is to add a new button "Create PR" in quote screen (or rename the create PO if you don't use it), linked to your own fcode processing and finally call the META_REQUISITION_CREATE in SRM (instead of META_PO_CREATE).
    The last point would be to create a link BID_INV>BID>PR to be displayed in document flow. You have to check if it is possible, because sometimes the system is designed for limited possible flows and does not take into account the flow you want to add.
    In standard, you can create directly a backend PO only if the bid was created from a SC in the sourcing cockpit. Otherwise use local or extended PO (replicated in R/3).
    If this is the case, FM BBP_PD_SC_TRANS_MULTI_BE_PO will transfer the initial SC items to next document, which is a backend PO. You would need to operate some changes here to create PR.
    Rgds
    Christophe

  • Creation of purchase requisition from Webdynpro Java

    Hi all,
        I have a requirement that i should create purchase requisition from webdynpro java. i imported all required BAPI in the webdynpro. But i am not getting what should i have to give as input paramater. I have imported the Bapi_Requition_Create. Please help me on thin what sould be the input parameter i should pass.
    Regards,
    Shreeharsha

    Shreeharsha,
    you can check out the fm inse37 and see what are the importing and tables parameters
    Thanks
    Bala Duvvuri

  • Creation of Purchase Requisition from VA01

    Hi,
    I have a requirement to apply block Id in me52n from tranasaction VA01 while creating sales order.csan you tell me how purchase requisition is generated from VA01 as this information will help me impose block in me51n from VA01.(Prior to that i have tried various badis and user exit but none of them are really helpful).
    Thank you.

    First of all you need to define the schedule line categories and then assign them to item categories. The system will automatically creates the purchase requision based on the item category/ schedule line.
    I guess, you need to look at the copy control process between sales and purchase.
    also look at the sales order user exit (Save document prepare / Save document) in MV45AFZZ
    Good luck

  • SNP Heuristic: Creation of purchase requisition

    Hi experts,
    we face following problem: heuristic creates purchase orders when there is no source of supply.
    Background:
    there is a forecast demand for a location product on a customer location without transport lane to the production plant due to false master data.
    The SNP heuristic generates purchase requisitions to fulfill the demand and there is no requirements shortage.
    So it is hard to recognize which forecast demands can't be fulfilled.
    Is there a parameter in material master or in a heuristic profie which disables the creation of purchase requisitions in snp heuristic when there is no source of supply.
    If no purchase requisition is created there will be a requirement shortage which can be recognised by an alert.
    Thanks for your help.
    Robert

    hi.
    As per heuristic process , the system will create a purchase requisition if there are no Tlane exists and the material's procurement type is F/X since it is a infinite planning.
    Now you can use a optimizer or CTM to restrict the system from creating purchase requisition.
    Also you can try with location heuristic.
    Hope this can help.
    regards,
    kaushik

  • Auto Creation of Purchase Requisition at Contract Level

    Hi All,
    I am having business requirement for creation of purchase requisition at contract level for third party Products.
    Brief Business requirement
    My client is in trading business of telecom product.  They are sourcing product from different-different vendors and some of the product is also supplied by him self. As a business practice the system will automatically create an Installed base as per structured by business owner once delivered the product to end customer and also assigned warranty norms.
    Once warranty is over then customer will called for contract since at the time sailing the product warranty will be liability of the company which in terns had some mutual contract with supplier (back to back replacement).
    But once the same will come under service agreement/contract on that time they want installed base selection of components should had a functionality to segregate component based on vendor because they want to calculate % margin based on net sale value of the product.(e.g 10% of net sale Value 10,0000)  not only that they also wants based on that system should automatically create Purchase requisition so that logistic department will take care of third party agreement part.
    If any body come across with such kind of business scenario. Please share the proposed solution.
    Regards
    Neeraj

    Hello,
    I noticed that this question had status answered.  We have the same requirement.... how did you resolve this?
    Best Regards
    Kristof

  • Update Purchase Requisition from Sales Order

    Hi,
    My requirement is to Update Purchase Requisition from Sales Order based on the Vendor number in
    Purchase Requisition .
    I have used Userexit         :- MV45AFZB
                     Customerexit :- EXIT_SAPFV45E_002
                     BADI             :- ME_REQ_OI_EXT, ME_REQ_POSTED
    for my requirement, but in vain.
    Of these Userexit  MV45AFZB, Customerexit EXIT_SAPFV45E_002, BADI ME_REQ_OI_EXT are getting triggered in Sales order creation but, Purchase requisition is not yet triggered and we dont have the VENDOR value with which i need to do perform some checks and update the Purchase requisition.
    After I SAVE sales order, BADI ME_REQ_POSTED is getting triggered.Here, the purchase requisition is created ( not yet inserted into the database ) .I also have required VENDOR value, but in the given
    BADI ME_REQ_POSTED I can make checks according to my requirement but not able to update the new values into purchase requisition.
    Literally speaking, Iam struck up..Dont know what to do.....
    Please let me know any Userexit/BADI/BTE where I can  Update Purchase Requisition from Sales Order based on the Vendor number in
    Purchase Requisition .
    Thanks,
    Shivaa..

    Hi Max,
    It just struck to me...
    As suggested by you, I thought of calling BAPI BAPI_REQUISITION_CHANGE  from user exit USEREXIT_SAVE_DOCUMENT in MV45AFZZ .
    I f I give PReq no. , BAPI BAPI_REQUISITION_CHANGE  will take the particular PReq no., from database and then change it according to our requirements...
    But, in our scenario I am calling the BAPI BAPI_REQUISITION_CHANGE  and passing a PReq no..which doesnt exist in the d/b itself.....
    Anyways, let me try......
    Meanwhile ,please suggest any other options for resolving the issue in question......

  • Creation indicator purchase requisition in md02

    Hello SAP Gurus,
         This is regarding creation indicator purchase requisition in md02.In this creation indicator purchase requisition if we keep setting as 2 than it will create purchase requisition if the dates of PR are in the opening period and will create planned order  if dates of PR falls out of opening period.And it takes the opening period from schedule margin key.
         My question is , as system calculate the opening date by subtracting the number of days which we have given in opening period in schedule margin key from the order start date.suppose if order start date is 10.03.2008 and we have given the opening period of 5 days,than the opening date will be 05.03.2008 if there are no holidays between it.So how it comes that PR date will fall in opening period?I am confused that when system will create planned order and when system will create PR if we keep creation indicator purchase requisition as 2.
          Plz help me with this query.If you could explain with one example than it would be great.
                         Thanking all in advance.And obviously for suitable answer i will definately give good points.

    Hi,
    System calculates the opening date  by subtracting the number days given as opening period at SMK from order start date.
    For creation ind =2 ,
    MRP run date decides the PR / Planned order creation even if u set procurement F.
    If MRP run date falls bettwen the opening date & order start date , it will create PR only,
    If run MRP run date falls outside the opening preriod ie earlier than the order opening date, system will create planned order and it has to converted to PR
    For  examble,  Order start date is  28.03.2008 and 2 day is defined as opening period SMK for ROH.
    If u run MRP on today it will create planned order.  
    Hope u understand , ifso reward and close.
    Regards
    Pradeep

  • Sales order - automatic creation of purchase requisition - cost assignment

    Hi
    When the sales order is released, we have an automatic creation of Purchase requisation. We have given "internal order" as the cost obect in the sales order. But when the system has created automatic purchase requisition, it has not picked internal order. What could be the reason?
    Thank you for the help.
    Thanks
    Ram

    Hi
    I feel that it is abug in the development you have carried out for creation of Purchase requisition when a sales order is relased,
    Please check the enhancement, you need to pass the values to the correct table after derivation.
    Thanks & Regards
    Kishore

  • Sales order - automatic creation of purchase requisition - CO assignment

    Hi
    When the sales order is released, we have an automatic creation of Purchase requisation. We have given "internal order" as the cost obect in the sales order. But when the system has created automatic purchase requisition, it has not picked internal order. What could be the reason?
    Thank you for the help.
    Thanks
    Ram

    Hi
    I feel that it is abug in the development you have carried out for creation of Purchase requisition when a sales order is relased,
    Please check the enhancement, you need to pass the values to the correct table after derivation.
    Thanks & Regards
    Kishore

  • Auto PO  creation using purchase requisition

    Hi,
    I have tried the following steps for auto PO creation using purchase requisition.
    i. Maintain Auto PO in Material master Purchasing view
    ii. Select Automatic purchase order in Vendor master- Purchase data
    iii. Maintain info-record
    iv. Create PR through ME51
    v. enable source determination during creation of PR
    vi. Execute using ME59N
    But Auto PO is creating with the same document type (e.g NB) which is used while creating purchase requisition (e.g NB). Following steps have done in SPRO.
    1. SPRO - MM - Purchasing - purchase requisition - define  document type
    a. NB- PR document type LINK TO DI01- PO document type
    2. SPRO - MM - Purchasing - Purchase order - Define document type
    a. DI01- PO document type LINK TO NB- PR document type
    3. There is no linking from NB - NB & DI01 - DI01 but still it is creating auto PO with document type NB iif requisition has been created with document type NB.
    Please suggest on this . waiting for ur quick response.
    Thanks...
    ARATI.
    Thanks!
    Arati.
    Edited by: Rakesh Gupta on Aug 20, 2009 11:00 AM

    Hi
    Please check the below thread
    PR to PO  via  ME59 -Doc type issue
    Thanks/karthik

  • Purchase Requisition from CRM Service Order

    Hello Everybody,
    I am trying to create Purchase requisition from Service Order for Service(Material type DIEN) as well as Material (Material type HAWA). I have maintained all the necessary configuration in CRM as well as ECC, like in CRM,  Logistic integration we maintained settings for Purchase requisition and in ECC we have maintained Document type and schema for the purchase requisition.
    For information purpose, I have created Service Material in ECC as DIEN and item category group as LIES.
    As soon as we save the Service Order in CRM with that item category, it should create Purchase requisition in ECC and the document flow in CRM should get activated.
    Currently we are not able to create Purchase requisition in ECC.
    Kindly let me know if there’s any configuration settings missing in CRM as well as ECC or if note to be applied.
    Best regards,
    Anup Bansal

    Hi Anup,
    I am facing purchase requisition creation problem for service products from crm.
    I have seen your query which was posted on same issue, so i thought i could get some help.
    The problem here is when i am saving the service order i am getting the below message.
    Enter a (default) purchasing group for material group SUB_MC (Notification E CRM_SRV_LOG_EXT_OLTP 002).
    I have actually downloaded mat_dien materials from ecc to crm and for material purchase group is already assigned for one plant, but still not able to recognise.
    Please help me out.
    Thanks in advance.

  • Creating Purchase Requisitions from within PS (ie from network)

    When creating purchase requisitions from within Projects Systems (ie activating them from a network) is there a "standard" way to put a cost center on the Purchase Requisition?  Currently no cost center is put on the account assignment.  We are looking at doing a custom field on the network header to hold the cost center and then a user exit to take this cost center and put it on the purchase requisition (and reservations) but before we go to all this trouble thought maybe I should check to see if I am missing something obvious?  Is there a more straight-forward way to accomplish this?  We know that we cannot edit the account assignment in ME52N becuase the PR originates from the network and therefore can only be changed from the network.
    Any input welcome.  Thanks.

    Dear Laura,
    When you will create Purchase Requistion through Network, system automatically takes account assignment category as "N" i.e Network. This you can not change in ME52N transaction.
    So this is a standard practise for generating Purchase Requistion through Network in PS Module.
    As you said putting Cost Center in Network Header as a Account Assignment Category which will go up to PO creation by using some User Exit which will not be possible in PS Module as per my knowledge is concern.
    But you want to keep Cost Center as as a Account Assignement Category you need to create manual Purchase Requisition through ME51N transaction.
    Hoping this will be useful to you.
    Regards,
    Sandeep

  • Pushing Purchase Requisition from ECC to SRM via XI  in PPS

    Dear Experts,
    Environment SRM 7.0 ECC 6.0 ep4 and PPS 33.0
    We are having an issue with pushing the Purchase Requisitions from ECC to SRM 7.0 via XI  using the SOA.                              There is an Application error on the receiving side in SRM (Faulty exchange Data)  when pushing the PR from XI to SRM using the inbound interface Purchasing RequestERPSourcing_In.                                                                                The outbound interface from ECC to Xi PurchasingRequest_ERPSourcing_Out is working fine without any errors.
    Please let me know if any one has similiar issues in a PPS public sector implementation and any resolutions?
    Thanks in advance for the help,
    Scott

    HI ,
    If you have the xml in srm having status "Transfer to external application" then you can use the Forward Error Handling (FEH) concept in SOA. If you have done the required configuration for FEH and use transaction /n/SAPPO/PPO2 in SRM you will be able to see the actual error why xml is failing. Also rememeber to change the value for field Mode of postprocessing Order to 0 in the screen you get after running tranaction /n/SAPPO/PPO2
    To configure FEH refer note: 1270081
    Hope this helps.
    Regards
    Sam
    Edited by: Sam Chacko Ninan on Feb 12, 2010 10:06 AM

  • Purchase requisition from sales document' not possible due to a credit bloc

    hi experts,
    i have to confirm delivery date and quantity for some purchase order items but i'm not able because i receive following message:
    Subsequent function 'Purchase requisition from sales document' not possible due to a credit block'
    Purchase requisition belongs to a sales order which has customer 10000.
    The customer 10000 was block from FD32 but now i have unblock the customer from FD32, i have assigned customer to a category risk which is only a warning. (in OVA8 risk category 002 static check, reaction C, status/block uncheck )
    There is any possiblilities to confirm quantity ?? I mean ... i understand that sales order was created when the customer was block due to credit limit exceded ... but now the customer is not blocked.
    What should i do?
    Thank you.

    Hi Dan
    If you want to  confirm the delivery date then change the static check reaction to B . in OVA8 . But if you change the static check reaction to A , you can do Delivery and billing also
    Regards
    Srinath

Maybe you are looking for

  • Creation of Activity with campaign

    hi guys, Can anybody help for the below scenario. I am creating an activity with an 'CAMPAGIN ID'. Once the Campagin id is populated in the activity transaction and click on save button it will become as a preceding document for the activity. I am us

  • Can we handle exceptions for the expressions in select query?

    Hi all, Can we handle exceptions for the expressions in select query. I created a view, there I am extracting a substring from a character data and expected that as a number. For example consider the following query. SQL> select to_number( substr('r0

  • Connecting iPod Nano to other computers

    I have an iPod nano. I am wondering if it is possible if I can take my iPod nano and connect it to another computer and load it's music, photos, files, etc. onto that computer.

  • Architecture of ESS and MSS

    Hi All, I was wondering if there is any kind of an architecture that exists for ESS and MSS. Thanks in advance. Regards, DJ

  • Looking for freelance Captivate programmers - LA/OC area

    Urgent need! Looking for freelance Captivate programmers - LA/OC area - For development of e-learning programs for Large Corporations.  Please contact me if you have the skill set and are in the area.  Thank you