Maintenance Order to Purchase Requisition

Hi,
We create purchase requisition from maintenance order. We have to populate customer fields in purchase requisition. Currently with use an enhancement point in the FM ME_REQUISITiON_CREATE_EXT to modify (add the customer values) the purchase requisition in update task.
We want to know if there is an exit to prepare the data before the creation of the purchase requisition.
Regards,
G.

Hello,
I would advice you to check the enhancement IWO10016 / user exit EXIT_SAPLCOIH_016 for this purpose.
Regards,
Edit

Similar Messages

  • Purchase order and purchasing requisition .

    Hi
    What is the difference between Purchase order and Purchase requisition . ?
    And why cube are different for them ?
    Regards

    A purchase requisition is an internal document that's created to initiate a procurement transaction. The requisition is created to identify the materials that are needed to be acquired and when they're needed. Once completed by the initiator, it's sent to the appropriate approvers.
    Upon approvals of the requsition have been provided, and a vendor is selected, a purchase order is created. The purchase order is an external document whereby an agreement is made to procure the materials at an agreed upon price and delivery schedule
    The InfoCubes for each of these is different due to the nature of the documents (internal v. external).

  • Copy control from Sales Order  to Purchase requisition

    Can any one guide me how to set this, which fields need to be copied from Sales order to Purchase requisition.
    Vasu

    I don't think so sap has provided this kind of control but you can configure certain things as item category level for thirdparty in SD
    SPRO-SD-sales-sales document-sales document item-define item categories
    here you can check for item category TAS or you can create your own

  • Data Transfer from Sales Order to Purchase Requisition

    We are trying to transfer data from Sales Order to purchase requisition in an individual purchase scenario.
    We want to copy value in KUWEV-KUNNR in Sales Order and paste in CMMDA-KUNNR on purchase requisiton.
    So in user-exit "USEREXIT_MOVE_FIELD_TO_ME_REQ" on include "MV45AFZB" we added the following code:
    FORM USEREXIT_MOVE_FIELD_TO_ME_REQ.
    DATA:   BEGIN OF IT_VBEP OCCURS 0,
            VBELN LIKE VBEP-VBELN,
            BANFN LIKE VBEP-BANFN,
            KUNWE LIKE VEPVG-KUNWE,
            END OF IT_VBEP.
    DATA: BEGIN OF TI_VBAK OCCURS 0.
            INCLUDE STRUCTURE IT_VBEP.
    DATA: END OF TI_VBAK.
        SELECT A~VBELN   B~KUNWE
          INTO CORRESPONDING FIELDS OF TABLE IT_VBEP
        FROM  VBAK AS A INNER JOIN VEPVG AS B
                              ON B~VBELN = A~VBELN
        WHERE A~AUART EQ 'PDIR'.
       LOOP AT EBKN.
           LOOP AT IT_VBEP.
                IF IT_VBEP-VBELN = EBKN-VBELN.
                  IT_VBEP-BANFN = EBKN-BANFN.
                ENDIF.
                MODIFY IT_VBEP.
           ENDLOOP.
       ENDLOOP.
    *Break-point.
    SORT IT_VBEP BY vbeln.
    LOOP AT IT_VBEP.
      IF EBAN-BANFN = IT_VBEP-BANFN.
        EBAN-KUNNR = IT_VBEP-kunwe.
        MODIFY EBAN.
      ENDIF.
    ENDLOOP.
    * Example
    * EBAN-LIFNR = zzfield1.
    * EBKN-KOSTL = zzfield2.
    ENDFORM.
    *eject
    Right now it turns random values on the purchase requisition field.
    Edited by: Carlos Salazar on Sep 15, 2010 5:19 PM
    Moderator message: please use more descriptive subject lines from now on.
    Edited by: Thomas Zloch on Sep 15, 2010 5:26 PM
    Edited by: Carlos Salazar on Sep 15, 2010 5:30 PM

    Hi,
    Why are you using only the following line to read the VBEP table?
    WHERE A~AUART EQ 'PDIR'.
    Shouldn't you be using a sales document number or something more specific than document type?
    Regards,    Andy

  • Link tables of Sales Order and Purchase Requisition

    Hi,
    thru which tables we can get the data of purchase requistion for a sales order.
    regards,
    balu

    Dear Balu,
    the fields VBEP-BANFN and VBEP-BNFPO are filled in the third-party process only. It means that there is 1:1 connection between the schedule line of the sales order and the purchase requisition. In the third-party process during saving the sales order the purchase requisition is created automatically and is linked to the order.
    If the fields are empty, it means, you have no third-party process and no 1:1 connection between the sales order and the purchase requisition. Probably the sales order created normal requirements, which generate purchase requisition(s) after MRP run. In this case you cannot see the purchase requisition from the sales order as there is no 1:1 connection. You have no chance to get the data from sales order to the purchase requisition.
    The only possibility which you (may be, it depends on the process) have, is to find sales order numbers from the purchase requisition: so to develop the process backwards. These data are stored in the database table EBKN: Purchase Requisition Account Assignment.
    Please use the following fields:
    EBKN-BANFN  - Purchase requisition number (key field)
    EBKN-BNFPO  - Item number of purchase requisition (key field)
    EBKN-LOEKZ  - Deletion indicator in purchasing document (key field, can be helpful)
    The corresponding sales orders are stored in:
    EBKN-VBELN  - Sales Document Number
    EBKN-VBELP  - Sales Document Item
    EBKN-VETEN  - Schedule line number
    I hope, this information will help you further and will solve your problem.
    Kind regards,
    Akmal Vakhidov
    Development Support SD, SAP, Walldorf/Germany

  • Planned Orders to purchase requisitions

    Hello All,
    We would like to convert Planned Orders to Purchase Requisitions in the backgound as a Job.
    Any Standard SAP Program to do this?
    Which should be equivalent to MD15.
    Thanks a lot in advance.
    Best Regards,
    Siva

    Read this, may help u.
    Collective Conversion in the Background
    As of release 4.0, you can also convert planned orders into purchase requisitions in the background.
    This is particularly useful if you use the creation indicator (2) Purchase requisitions in opening period in the planning run. The system creates purchase requisitions in the opening period but outside the opening period, the system creates planned orders. The planned orders must be converted into purchase requisitions in time so that purchasing receives the purchase requisitions in time. To ensure that this occurs you can use conversion in background.
    To do this proceed as follows:
    To access the screen, Convert Planned Orders into Pur. Reqs in Background, choose Planned order ® Convert -> pur. req. ® In background from the MRP screen.
    The screen, Convert Planned Orders into Pur. Reqs in Background: Variations, appears.
    Choose Create variant and create a variant.
    In the variant, you define the plant, MRP controller and until which opening date conversion is to occur.
    Complete the necessary attributes for the variant.
    Choose Schedule job. Set whether scheduling is to be carried out once or periodically and enter the dates.
    Scheduling once means the scheduling is carried out once on a certain date.
    Periodic scheduling means the scheduling is carried out regularly on set dates.
    The system automatically converts planned orders into purchase requisitions on the set dates.
    Regards,
    RM

  • No Account Assignment when I created Planned Order to Purchase Requisition

    Hi ,
    No Account Assignment when I created Planned Order to Purchase Requisition from Funds Management , where as If i change  ( eq : PR item qty is 10 , i just changed to 0 , enter then replace back that 10 ) any thing in the PR , Account Assingment is populated and list of accountin  documents are attached to PR.
    Please suggest me , what might be the problem .
    Thanks in adv

    Hi,
    a) When you convert the PldOrd into PurReq it disappears from table PLAF, it ceases to exist. There will be no PldOrd-reference in PurReq (you will not find such field in EBAN). (if you check field RSNUM in PLAF before converting the PldOrd and you check field RSNUM in EBAN after converting the PldOrd into PurReq, you wlll find the same number)
    b) It's not easy to say. You can check PLAF-PSTMP and PLAF-PUSER and compare these with data you get from trx STAD. But this is also not an exact methode since these field are in connection with the last date of change.
    Firming indicator cannot help also since you can remove it manually... - even though the PldOrd was changed manually, no firming indicator will be seen...
    (Of course, generally firming indicator helps if the user doesn't remove it intenionally)
    Regards,
    Csaba

  • How to convert planned order to purchase requisition

    Hi,
    We have executed MRP run with the option create purchase requisition as '2' i.e purchase requisitios in the opening period.Now the system has created some planned orders and some purchase requisitons.
    Now we want convert the planned orders in to purchase requisitions ,how to convert them in to PR.
    We have MD14 and MD15 transaction codes but don't have authorisation.
    Will the system automatically convert them to  PR in the next MRP run or we have convert them manullay?
    Is it possible to delete the palnned order and re run the MRP with the option of creation indicator as '1' and in this cas whether teh system will consider existing PR(which got created earlier)?
    How to delete the palnned order?

    Hi chinni,
    You can convert the planned orders to purchase requisitions in MD04. to avoid this check If procurement type for the materials is E then, change it to F. Now Rerun the MRP by selecting planning mode as 3 - Delete and recreate planning data and create purchase requisition as u20181u2019. All planned orders will get deleted and purchase requisitions will be generated.
    Try this and revert back for further clarifications.
    regards
    Venkat.V

  • Automatic convert of planned order to purchase requisition with latest info price

    Dear Friends,
    Our client want to convert planned order to purchase requisition through background job,but they want to pur requisition picking price should be latest info record price.
    how can i map in to sap,is that possible in T.CODE MDUM, pl help on this requirement.
    Thanks &regards,
    Sabhapathy R

    Hi Sabhapathy R,
    The price in the Purchase Requisition is the Valuation Price of the material master.
    If you press F1 in the Purchase Requisition on the field Valuation Price at tab Valuation , you will see the SAP documentation:
    Price in Purchase Requisition
    Shows the price of the requested material per price  unit.
    Use
    The price and quantity set out in the purchase
    requisition determine the value of the purchase requisition item or
    purchase requisition. In turn, this value is applied in determining the release
    strategy for the requisition.
    In Customizing for Purchasing under Purchase Requisition ->
    Define Screen Layout at Document Level, you can set price and price unit.
    The Valuation price field can be set as a mandatory or optional input
    field.
    Procedure
    Input mandatory:
    If a material master record exists for the
    requested material, the price is automatically taken from the valuation
    price field.
    This is explained in several threadhs:
    Info record price not comming in PR after "Assign source of Supply" in PR
    The price of the Info Record will be determined when the Purchase Order is created.
    If you want price to picks from your Info Record when the PR is created, then check for a user exit or BAdI.
    Thanks and Regards,
    Mariano

  • Conversion of Planned Order to Purchase Requisition thro MD04 for Quota Arr

    While converting Planned Order to Purchase Requisition  thro' MD04 for a Quota Arrangement  material, on the screen in the Reference section Purchase org automatically does not default  while for a non Quota Arrangement material it defaults. Need P.Org to automatically default.
    Any suggestions
    Thanks

    Does anybody has no answer?
    I have done some researches and i have found that i have to work on the transaction MD14. I have also tested the next enhancement project
    LMDR2001
    LMDZU001
    but they are not called during the execution of the transaction even if those enhancements are activated.
    Lello

  • Converting Planned Order to Purchase Requisition

    Is their configuration that can automatically convert planned order to purchase requisition based on information like planned delivery time, etc.?  Or, does the conversion of planned order have to be done via MD15 either manually or by batch job?

    yes either you have to use MD15 or MDUM

  • Planned order to purchase requisition - Manual / MRP---How do we confirm

    Hi,
    I have a planned order which is converted into purchase requisition (PR). I want to know the following.
    I know only PR number now.
    a) How do I know the reference planned order from Purchase requisition number? (In PR, creation indicator shows as U-Converted planned order)
    b) How do I confirm whether this planned order is created manually or by MRP?
    Please help me in finding out the above.
    Thanks in advance
    Muthu

    Hi,
    a) When you convert the PldOrd into PurReq it disappears from table PLAF, it ceases to exist. There will be no PldOrd-reference in PurReq (you will not find such field in EBAN). (if you check field RSNUM in PLAF before converting the PldOrd and you check field RSNUM in EBAN after converting the PldOrd into PurReq, you wlll find the same number)
    b) It's not easy to say. You can check PLAF-PSTMP and PLAF-PUSER and compare these with data you get from trx STAD. But this is also not an exact methode since these field are in connection with the last date of change.
    Firming indicator cannot help also since you can remove it manually... - even though the PldOrd was changed manually, no firming indicator will be seen...
    (Of course, generally firming indicator helps if the user doesn't remove it intenionally)
    Regards,
    Csaba

  • 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

  • Relation b/n Contract, SA, RFQ, Purchase Order and Purchase Requisition

    Hi All,
    Could you please explain relation between
    Contract
    Schedule Agreement
    RFQ
    Purchase Requesition
    Purchase Order
    Regards
    Swamy

    You may get better responses in MM forum than in FI.
    <b>Purchase Requisition and Purchase Order</b>
    Purchase Requisition is created by any users who ever want any item for whatever purpose. This is routed to appropriate authority within the organization. When approved, the same can be converted to a Purchase order

  • Is there a link between ASCP released planned order and purchase requisition?

    Hi,
    i'm new to EBS. would like to know is there some kind of link on table level between a released planned order with purchase requisition?
    thanks

    Hi,
    As explained by Abhishek, we do not maintain any link between the PLANNED ORDER from which a requisition is created and the actual requisition.
    The simple reason being... in general, businesses run the plans on a daily basis and each time the plan is run, the previous data is overwritten... so there is no point in retaining the information of the planned order from which you are creating the requisition.
    Hope that helps.
    Regards,
    Mohan Balaji
    NOTE: Please mark the post as Helpful or Answered if the update has really helped you. This would also bring the thread to logical conclusion and will be helpful for the viewers.

Maybe you are looking for

  • How do i create a watermark in Gimp

    How do i create a watermark in Gimp

  • VFPOLEDB and MS SQL Server Express 2014

    I can install VFPOLEDBSetup.msi on machine with Windows 7 - 64bit and MS SQL Server Express 2012, but I cannot install VFPOLEDB on machine with Windows 7 - 64bit and MS SQL Server Express 2014. Is there a problem with MSSQL 2014?

  • MPEG format in Premiere Pro CS5.5

    Hello, I have an issue about file format compatibility in CS 5.5. I have 2 type MPEG file format, XDCAM HD 422, 1080i If Video ID is  768, adobe premiere not support this file, but if the video ID is 512, CS 5.5 can read this file. This is the file p

  • JAVA - Enable numeric KeyPad on Linux

    Hi, I have a java application where I cannot use the numeric keypad on the keyboard while running it on linux. The NumLock is on and I still cannot use them (nothing happens when I type on them). I do not think its something in my code since when I r

  • JDeveloper - obtaining and installing ADF extensions

    Just got back from an Oracle ADF course to find that the copy of Jdeveloper (10.3.3.0) used on the course has more extensions installed by default than the version on the web site. (all the cool ADF stuff we were using on the course!) I can't find th