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

Similar Messages

  • Relation between sales order and purchase requisition in MTO senario

    Hi:
    guru,In MTO sinarnio,for example strategy group is 20 or 50,how to get the raw material requisition according to every sales order item,semi-finished production orders should be exploded to raw material purchase requisition.In other words, how to beulid the relation between them and which tables data can be retrieved?your advice will be appreciated.

    Hi Wang,
    To view Sales Order Itemwise status, use MD4C.
    Keep patience becuase in first go through it may look bit confusing.
    Secondly, to generate Component requirements there are two ways.
    1) Use MD41 - Run it on FERT code. It will generate requirements upto last level of BOM
    or
    2) Use MD02
    2nd option would not work if MRP type 'M0' or equivalent is used in FERT Material master. In that case only 1st option would work.
    Hope your question is answered.

  • Link between sales order and purchase order

    plz explain the link between the sales order and purchase request

    Hi Javed,
    Their are 2 scenario for this.
    1) You create a sales order and the system automatically creates a PR and then you convert to PO.This is third party sales.In PO account assignment the sales order number is directly copied to the PR And PO.
    2) You create a PO wrt to SO .The goods received will be reserved for that SO. third party PO Vendor will directly deliver the goods to customer.The delivery address is copied from sales order.
    Techincally
    EKKN table you have sales order and Item fields (VBELN and POSNR)
    using these fields search for the deliveries in LIPS table
    EKKN-VBELN = LIPS-VGBEL and
    EKKN-POSNR = LIPS-VGPOS
    Edited by: Raj on Jun 19, 2008 6:58 PM

  • Sales Order and Purchase Order linkage in tables  for third party orders

    Hi all ,
    For third party process order s
    In which table can I find the Sales order and Purchase Order linkage .
    thanks
    ksr

    Hi Sridhar ,
    Refer Table EKKN for PO and SO Linkage.
    Table EBKN for PR and SO Linkage.
    Regards
    Ramesh Ch

  • Block Plan Order and Purchase Requisition in Sales order creation.

    Please tell me, how to block Plan Order and Purchase Requisition while creating Sales Order. When we create a sales order, plan order and purchase requisitions are also created by their own, please tell me, how can we block them while creating sales order. Please do let me know as soon as possible.

    hi,
    generally thy wil not be created automatically.
    may be som configuration or exit is used in ur system.
    check in debugging mode while saving ur salesorder.

  • 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

  • What is the exact difference between Purchse order and purchase requisition

    Hi all,
    What is the exact difference between Purchse order and purchase requisition.
    Thx

    Hi,
    <b>Purchase Requisition</b>-> Staff in an orgn places Pur requisition for want of some goods/products - ME51
    Related Table EBAN
    Request for Quotation(RFQ)-> The Purchase dept in the orgn calls/requests for the quotation for the products against which PR was raised. - ME41
    Vendor Evaluation->After receving the RFQ's, after comparison a Vendor is finalised based on the terms and conditions.
    <b>Purchase Order(PO)</b>-> Pur order was issued to that vendor asking him to supply the goods/products -ME21N
    Tables:EKKO,EKPO
    Goods Receipt Note(GRN)->Vendor supplies the material/Products to the orgn-
    MB01
    Goods Issue (GI) -> People receives their respective itesm for which they have placed the Requisitions
    Vendor, Material ,Qty are mandatory for PO.
    Regards,
    Padmam.

  • Refrence number in Production order and purchase requisition

    Dear All
    This is MTO scenerio where sales order is created with refernce to quotation,
    Subsequently in MRP run it creating sales order reservation for quotation number not sales for sales order number
    similarly while creating purchase requisition it is displaying refernce number as quotation number
    My requirement is instead of quotation number sales order number should display in production order and purchase requisition
    All answers r suitably rewarded
    regards

    Hi
    Pl check schedule line category you have set for quotation.
    In sch. line for quotation remove checkmark for transfer of requirement and remove automatic Pr generation.
    This will give required result.
    Regards
    Mandar

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

  • Standard program for unbilled  sales orders and purchase order items

    Can anyone advice,  is there any standard program which gives the unbilled sales order and purchase order items.

    Hi,
    Use the T.Code VA05/VA05n for list of all the sales order s which are open.
    Take T.Code:VA05N
    Select the option "Open Sales Orders".
    Execute.
    It will give you all the orders which are open.
    The standard program for this is:"SD_SALES_ORDERS_VIEW".
    The same you can also get by using the T.Code VF04.
    In this if your scenario is "Order related",then select the option "Order related".
    Else if it is "Delivery related",then select "Delivery-related".
    Execute.
    The standatd program for this is:"SDBILLDL".
    T.Code:VF05/VF05n is for list of billing documents.
    Regards,
    Krishna.
    Note:Pls search the forum.

  • 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

  • Sufficient stock but MRP create planned order and purchase requisition .

    Hi Expert,
    After MRP run planned order and purchase requisition created . but the problem is for child material sufficient is there but still PR and plnd order is created .
    MRP type PD, LOT size EX,Strategy group 10, for testing purpose I made safety stock 0, min lot size 0 , max lot size 0.
    I cant find the cause why MRP create PR and Pland order for the material which has sufficient stock. Please help.

    Dear Anirban
    could you check the following master data value:
    Lot size -> MB Monthly ( only for test)
    Rounding value -> null
    Strategy 40 MTS.
    You can try with this setting in order to figure out what is the problem.
    You can check also orizzon planning and re-scheduling (set to 999).
    Let me know if i have been useful for you
    Daniele

  • Relationship between a Sales Order and Purchase Order

    Dear All,
    Can we create a relationship between a Sales Order and Purchase Order.? If yes, then how can we do that.
    or how can we relate supply and demand..
    Please update...
    many thanks in advance...

    It's easy
    refere to my blog for complete Query between
    OM - Req and POs.
    http://eoracleapps.blogspot.com/2009/04/oracle-order-to-cash-queries.html

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

  • Firmed planned order and purchase requisition

    Hi gurus,
    could anyone explain firmed planned order and firmed purchase requisition, please based on the following detail questions.
    1.when planned order was converted into PR, we call it firmed PR, right?
    2.when manually change a PR and save it, we call it firmed PR, right?
    3.are these the only 2 ways to firm PR? if not, what else?
    4. how to firm planned order?
    5. in MRP, the on-order stock is defined as "composed of fixed and firm receipt elements (PO, firm planned orders, firm purchase requisitions), while in MD04, we always see all the PR created by MRP running, are these newly created PR firmed automatically?
    Thanks,
    cookie

    HI,
    Check the link
    http://help.sap.com/saphelp_45B/helpdata/en/f4/7d2ca444af11d182b40000e829fbfe/frameset.htm
    Regards
    KK

Maybe you are looking for

  • ITunes sharing no longer works

    When I try to connect to my shared library I only get a dialog box mentioning "iTunes not accepting connections at this time, try again later." Supposedly this message only occurs when 5 other users have connected to your library in a single day. I'v

  • Timed Block off by 1 hour

    I have just finished migrating my BM server (NetWare 6.5 SP7) from 3.8 to 3.9 SP1, and boy am I LOVING the switch from NWAdmin to iManager. (Smell the sarcasm?) Anyway, I am trying to reconfigure my timed block rules for the student user groups since

  • Upgrade to 7.7 on Windows XP and can't open iTunes

    I have uninstalled and reinstalled three times after upgrading to 7.7 so that I could activate my new iPhone. When I try to launch iTunes...nothing happens. I see that the exe is listed in task manager and if I delete it and try to run it again I get

  • Flattened circles in drawing api

    Hi Guys When I use the drawing api to create circles, sometimes they appear flattened, as if the edges had been sliced off. Below is the code. Can anyone tell me how to fix this? // extends UIComponent public function CircleThing () super(); mouseChi

  • How To Make Surrou

    Hi, I have the Creative Sound Blaster Audigy SE installed onto my PC with Windows XP Home. I also have a set of Altec Lansing 5. Surround Speakers. I have plugged it all in and got it all set up, but I still only hear from the front speakers. I had t