Query in  Purchase requisitions

hi all,
can any one tell me the difference in creating "Purchase requisitions in opening period" and "Purchase requisitions" while running MRP from Transaction MD02 . In what case we go for "Purchase requisitions in opening period".
Thanks in Adv.

You use this creation indicator to control whether purchase requisitions rather than planned orders are to be created for materials that are procured externally. The following options are available:
planned orders only
purchase requisitions only
purchase requisitions within the opening period and planned orders outside of the opening period.
When you select this indicator, the system creates purchase requisitions instead of planned orders when it determines an opening date that is before the date of the planning run.
The opening period for the planned order represents the number of workdays that are subtracted from the order start date in order to determine the order opening date. This period serves as a time float, which is available for the MRP controller when converting a planned order into a purchase requisition.
You define the opening period for the planned order in Customizing for MRP in the IMG activity Define floats (scheduling margin key) and assign it to the material in the Scheduling margin key field (MRP 2 view) in the material master.

Similar Messages

  • Click a line in query created from SQ01 - Purchase requisition.

    Hi all,
    my problem is: Tcode SQ01, i've created a query where query's fields are:
    purchase order,
    purchase requisition,
    maintenance order.
    In change query phase, menu Goto --> Report assignment
    i've choosed two standard Tcode:
    IW32
    ME53N
    so that when i click a line of my query and chose iw32 i really can change the order clicked on my query but when i choose ME53n i can only display the last purchase requisition displayed e not that I really clicked on my query!
    So, how can i display the purchase requisition clicked on my query?
    Are there someone help me?
    Thanks a lots,
    Alex.

    Hi Phyllis,
    I face the same problem that Alessandro and I've changed the report assignment to the old transaction ME53. Unfortunately, when I click in the purchase requisition the new ME53N is called instead of ME53.
    Do you have any idea why is this happening?
    Thanks in advance for any help.
    Regards,
    Sara

  • ESOA: Enterprise Service for Purchase Requisition Query.

    Hi,
    I am not sure whether I am posting this question to the right forum, if not then please let me know the correct route.
    I am trying to test the standard enterprise service for purchase requisition query response. It brings all the purchase requisitions even though they are deleted and not appearing in MD04.
    Is there a way I can restrict and get only active purchase requistion. I am using the service PurchaseRequestItemByProductAndOrganisationalDataQueryResponse_In

    Not Answered.

  • Query for MRP Purchase Requisition

    Hi Gurus,
    Currently system is creating Purchase requisition for BOM Material, which I don't want system should create PR for this material.
    I know MRP type ND but i need someother ways to stop it
    Appricate your response
    Thanks
    Sastry

    Hi,
    You can try the following option-
    1) Tcode - MM02-> MRP1 view - > Plant sp-matl status - 01 ( Blocked for procment/whse)
    2) Tcode - MM02-> MRP2 view - > Procurement type - Blank(No procurement)
    Sudarshan

  • Report for purchase requisition, purchase order and schedulling agreement.

    Hi, thanks for your help.
    I need a report or query just to view in one screen the related docs. as purchase requisition, purchase order and schedulling agreement.
    I don´t know if there is a table or trx. with that information.
    Is it possible to get that information via query ?
    Thanks for your help.
    Regards.

    For PR and PO you can use ME5A
    For PR and Scheduling agreements also you can use ME5A.

  • Fetch Sales Order number VBELN from Purchase requisition number BANFN

    Hi,
    I'm not able to find a suitable method to fetch the sales order number(VBELN) from the purchase requisition number(BANFN).
    I tried using VBEP table to fetch the data, but it is giving serious performance issues, as in for fetching one record it is taking approx 20 seconds!!!
    Kindly suggest a suitable method for this.
    I've used the query as folllows:
    select single vbeln banfn
    from vbep
    into (wa_vbep-vbeln, wa_vbep-banfn)
    where banfn eq wa_eban_zdd1_x-banfn.
    where: wa_vbep is the workarea having two fields vbeln and banfn, and wa_eban_zdd1_x-banfn is the reference preq number.
    Scenario in brief described below:
    Whenever a direct delivery sales order is created on a supply chain plant, a dummy purchase requisition without source of supply is created automatically at preferred supplying plant for the customer in the sales order. Direct Delivery Sales Orders which are still in Open status and for the associated dummy purchase requisitions with these sales order, the deletion flag set has to be unchecked.
    in this case, only one sales order is created corresponding to a preq..
    BAPI: BAPI_PR_GETDETAIL is not giving entries for the table as this is a special case of direct delivery from the production plant directly to the customer, bypassing the warehouse / distribution center...
    selection screen has input fields preq, matnr(product) and plant. we fetch entries depending on the data filled in selection screen and also they should be of document type(BSART in EBAN table) ZDD1 and deletion indicator is set(LOEKZ in EBAN).
    then we check if the sales order corresponding to the preq is in open status...
    for this i need to programmatically fetch the sales order number corresponding to the preq...
    this is causing a performance issue as i could find only one way -- fetching sales order number from VBEP table corresponding to BANFN... indexing for easier also didnt work...
    no other way i could find to fetch sales order number corresponding to the preq number....
    there is a bapi: BAPI_PR_GETDETAIL, but this is not fetching entries to the changing tables related to sales order...
    also EBKN table doesnt have any entries as this is a special case of direct delivery preq..
    Guess i couldnt find anyother way...
    Thanks.

    I'm not sure as to why the select query was still throwing performance issues. I could see that the index had been created on only BANFN in the DB. Prior to creating the index, it was taking approx 20 seconds per entry, but after creating the index, it took 13seconds approx.
    I used the select query as follows:
    select single vbeln banfn
    from vbep
    into (wa_vbep-vbeln, wa_vbep-banfn)
    where banfn eq wa_eban_zdd1_x-banfn.
    where: wa_vbep is the workarea having two fields vbeln and banfn, and wa_eban_zdd1_x-banfn is the reference preq number.
    I tried a few other combinations also, but  those also didnt work effectively:
    select vbeln banfn
    from vbep
    into (wa_vbep-vbeln, wa_vbep-banfn)
    where banfn eq wa_eban_zdd1_x-banfn.
    without using SINGLE in the select query as the select query would implicitly pickup only a single record,
    select vbeln banfn
    from vbep
    into wa_vbep
    where banfn eq wa_eban_zdd1_x-banfn.
    and another query where the INTO statement was directed directly to a workarea.
    But unfortunately, nothing seemed to be working.
    The index i had created was on BANFN alone in the VBEP table.

  • Creation of Purchase Order Instead of Purchase Requisition

    Dear Gurus,
                        In Extended Classic Scenario we are using SRM 5.0 and ECC 6.0. we need to create only Purchase Order rather then Purchase Requisition. this is given as the development enhancement. can anyone of you tell me the procedure to go about this requirement.
    In the following step : " Go to SRM --> SRM Server --> Cross Application Settings --> Define Objects in Backend System --> go to external procurement and select the function from the drop down box", it says "purchase order if item data is complete, otherwise Purchase Requsition.
    So i am not sure that this will fulfill my requirement. need some help from you guys.
    Thanks in Advance,
    Mohit.

    Hi Mohit,
    I have gone through your query. It says you are working in Extended classic scenario.
    If you want to create a P.O directly after creating a shopping cart in SRM, maintain the following settings
    SPRO > IMG > SRM > SRM Server > SOURCING > Define sourcing for product categories
    In that maintain category I.D, Source system and Sourcing never carried out in sourcing tab.
    After maintaining these settings, once you create a shopping cart and assign a vendor in the shopping cart it will directly create a P.O instead of going to sourcing **** pit.
    In case if you don't assign any vendor in Shopping cart it will still create a P.O but kept in held status. The P.O gets released once you assign a vendor.
    In case you require further calrification feel free to ask.
    Also reward points for suitable answers.
    Rgds,
    Teja

  • 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

  • One line item in po from multiple line items of Purchase Requisition

    Can we merge multiple line items for same item from different different purchase requisition into a single line item in Purchase Order ?
    For example, say department A and B made two different purchase requisition for 1 number of computer system. Now the purchaser viewed these requisitions and he want to make a purchase order to party X for 2 no of computer system. Now how he can do this in Oracle Purchasing.
    Regards
    Edited by: Saroj.Dash on May 31, 2010 6:02 AM

    Hi !
    thanx to all for your responses.
    But, let me explain better.
    Say Dept A raises an Requisition (Req No: 1 ) for 5 Chairs. In the same time Dept. B raises requisition (req no: 2 ) for 10 chairs.
    Now Purchase Dept. wants to make an PO to procure chair with respective to these 2 requisitions i.e. req no 1 from dept A and req no 2 from Dept B.
    Now my query is that, can the purchase dept. prepare a PO with 1 line item only i.e. for chair (5+10) of 15 numbers from these requisitions of dept A and B ?
    If yes then how ?
    Regards

  • Integration of CRM Service with ERP MM (Reservation, Purchase Requisition, Purchase Order)

    My (i think simple) question is about integration of CRM service to ERP MM, e.g. for spare parts delivery or spare parts purchasing or scrapping parts in a CRM service order - i thought something very basic and standard
    I always thought that inside a ERP SD order you have item categories and those item categories do have a schedule line category and a requirement class and from those are determined the MM movement typ and the automatism if the system creates  in MM a reservation a purchase requisition or a purchase order. That was always my understanding
    Now i was surprised to learn the customizing in SAP CRM (CRM/Transactions/Settings for Service Transactions/Integration/ Logistics Integration/Define Transfer parameters) - there i can say:
    CRM Transaction Type+ CRM Item Category = ERP Movement Type + ERP Special Stock Indicator
    or next to it in the SAP CRM Customizing
    (CRM/Transactions/Settings for Service Transactions/Integration/ Logistics Integration/DefineLogistics Scenario for the Procurement of Material and Sales)
    i can say:
    CRM Transaction Type+ CRM Item Category = ERP Reservation or ERP purchase requisition or ERP purchase Order
    Now i know that in SAP CRM if you have a transaction and an item category for a logistics operation, the system creates an EPR sales order of the same number and type with the same item categories.
    My question is: WHERE is determined which movement type the system uses and if there is created a reservation or purchase requisition or purchase Order. Is it determined in the ERP by using the ERP sales order item category and the SD item category customizing or is it determined by the customizing in the SAP CRM that i described above?
    Thank you

    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.

  • Problem in Calling URL for Line Item of Perticular Purchase Requisition.

    Hi Experts,
       I am calling a external window from the web dynpro which is working fine. I am trying to open transaction ME53 in the browser and i am successful in that. But now when i open that transaction there were two requirements:
    *1) It should open the purchase requisition directly bypassing the initial screen {which is completed while posting this query}*
    *2) and it should open the purchase requisition according to the specific line item. eg. for PR 1234569 Line Item 0010 should only be visible.
    Please help me out with this.
    Thanks in advance.
    Regards Saurabh Kerkar
    Edited by: saurabh s kerkar on Dec 20, 2010 12:45 PM

    Currently the URL is as follows:
    lv_url = 'http://p10dev.ril.com:8000/sap/bc/gui/sap/its/webgui?~TRANSACTION=ME53%20EBAN-BANFN='.
      concatenate  lv_url lv_banfn into lv_url.
      concatenate  lv_url '&~OKCODE=/00' into lv_url.
    this is opening transaction ME 53 skipping the initial screen with all the line item.
    i want to use it for specific line item how to do it?
    Edited by: saurabh s kerkar on Dec 21, 2010 8:23 AM

  • Create Purchase Order with reference to Purchase Requisition using BAPI's

    Hello Experts,
    I need to create a Purchase order with reference to a Purchase Requisition.
    All the above has to be done by using BAPI's.
    For creating PR, I am using BAPI_REQUISITION_CREATE.
    and for PO, I am using BAPI_PO_CREATE.
    I am not able to use the requistion number in the PO. BAPI throws the following exception
    "Requisition 1014396 00010 not selectable"
    "Document contains no items"
    Query's:
    1. Do I need to release the PR for using it in PO?
    2. If so how can I work with the "BAPI_REQUISITION_RELEASE_GEN" to release PR?
    I have tried using the BAPI getting the following error "Release outside filed of responsibility".
    Please help I am in critical Postion...
    Thanks,
    Suma

    Hi Meenakshi,
    When, I try to release error I am getting the following the error " Purchase Requisition can not be released".
    Is this problem because of authorization or data issue?
    Thanks
    Suma

  • Planned order to purchase requisition conversion

    Hi,
    I have one query ref. to planned order to purchase requisition conversion for raw material.
    Is system convert planned order to purchase requisition automatically or to be converted manually by md14/md15 ?
    If system convert it automaticallly what is the setting of the same?
    Kindly guide on this issue.
    Rg
    Tushar

    hi
    after planning run you need to convert the plasnned order to PR manually.
    i fyou want the PR directly- then mainatin the Procurement type as F     External procurement
    then in MD02 slect the  Create purchase req.1Purchase requisitions
    -ashok

  • Purchase Requisition commitment for WBS

    Hi! PS Gurus!
    There is one issue in my support project. While closing one WBS, the system gives an error that u201CThere is still Purchase Requisition commitment for WBSu2026.u201D
    But when I checked ME5J, some cost exists at PR. Later on I came to know that Purchase requisition is missing from the system, it has been deleted from the system. The solution I find out from SAP note. Some report we need to upload from basis people, again later on  I came to know that the data is not uploadable, the main thing abaper found out that there is no program exists for that particular report.
    Plz tell me wht do I do to recover my PR.
    The report ZKAOIDEO edits commitments for which there is no P.O or P.R (for this reason, you cannot use ME23N or ME53N to display a P.O or P.R for these commitments.
    Plz give me ur suggestion. Need ur help.
    Regards,
    ANSAR.

    As per abopve query,
    In Production server the PR is Missing, that means it is deleted, it can be seen only in cji5, we see that commitment of Rsu2026. exists against PR no...., itself doesnot exist in system.
    Plz let me know how it is possible that PR is non-existent (T-code-ME53N) inspite of commitment against it & how to reverse/clear the commitment in such case to close the WBS.
    Report RKANBU01 is there in the system, but ZKAOIDE0 & ZKAOIDE2 doesnot exist in the system, then how to run RKACOR04 in the system.
    plz need some help.

  • ECC report that display PO and Purchase requisitions as list

    Hi there,
    for one of my BI report reconciliation with ECC requirement, I would like to know how many POs are there without Purchase requisitions, same way want to know how many POs are there with Purchase requisition.
    I know some tables where we can find this info, unfortunately I cannot ask my user to go and check in Tables for Acceptance testing. So I am looking for any standard ECC report with POs and PRs as Columns
    Due to time constraints, I cannot go build any ABAP queries in ECC at the moment,
    Any insights are greatly appreciated.
    Thanks

    Based on experience, there is no 1 standard report which shows the document trail/correspondence between PRs and PO.
    What we normally do is create a custom report (via ABAP query or programming) to address this need.
    Kind regards,

Maybe you are looking for

  • How can I print from my IPAD3 to a printer connected to Airport Express?

    How can I print from my IPAD3 to a printer connected to Airport Express? I have a HP printer and I can print from all my Windows PC and iMAC in the house. How can I print from my IPaD?

  • Class not found exception XMLGregorianCalendarImpl* in PI 7.0

    Hello Experts, I have written java Class where  used the following package and Class in PI 7.1and it is working fine import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl; //part of the Java Class code XMLGregorianCalendarI

  • Zooming in a title.

    Hi Guys, Just wonderd how I can zoom in a title without the background following the transition too. Say i make a title, it has a black background by default and i want just the text to zoom in using the zoom transition, how do I stop the black backg

  • Macbook pro will not pair with Vizio sound bar.

    Macbook will not pair with Vizio sound bar. It has paired and worked fine in the past. in the menu bar at the top of the screen it says it is connected but it is not. when I open the bluetooth preferences and try to pair it says pairing failed. any h

  • Best Practice for programatically navigating to a page in ADF

    What is the best approach to navigate programmatically to another page in ADF. I can use this in JSF but want to know is there anyother approach for navigation in ADF: FacesContext.getApplication().getNavigationHandler().handleNavigation