Pulling PR's by sales order in me21n

Hey Gurus,
We have line items on a sales order that are different materials but are sourced from the same subcontractor.  The business requirement is that me21n be able to aggregate these PR's into the PO by the sales order so that the users do not have to remember what the PR numbers were.  Is there a slick way to do this in Me21n?   I didn't see a good way of doing this by the sales order.

Nina,
I think Charlie must have meant sales order in his response. Unfortunately, there is no slick way in ME21N to look up purchase reqs by sales order since the dynamic selection uses only fields from EBAN and not EBKN and the sales order is stored in the EBKN table. Best best would be to be run reports such as ME5K or ME5A to do your look up and then copy and paste the reqs into ME21N.
Hope this helps.
H Narayan

Similar Messages

  • Pull header text from sales order

    Hi all im trying to get the External header text entered on the SALES ORDER to print out on the INVOICE and the PACKING LIST
    I have started out with using the READ_TEXT FM, but I am not sure how to pull the text from a different document.
    any ideas?
    thanks

    Hi,
    You can find more in the thread;
    FM READ_TEXT
    Thanks

  • Pull over the PO from quotation to sales order

    Hi Gurus!
    Is it possible to do a set up in sucha  way that when a quotation is created with PO number in it , it gets pulled over to the sales order automatically . I would like to set it up in such a way that when a sales order is created the PO from the quotation gets pulled over to the sales order , instead of the user entering the PO again the sales order when its being created.
    Thanks

    Is it possible to do via VOFM ? I mean copy any of the existing routines and adding the PO field to the list of items that can be copied . If I do that what settings needs to be done to have this worked and how to go about it?
    Also is there no customizatioin which can help me accomplish this?
    Thanks

  • Z-Table Values, can it be pulled into Sales Order?

    Dear Gurus,
    If i maintain values for different disocunts in Z-Tables, can it be possible to pull those values into sales order?
    If so, please show me the way forward...
    SKumar

    Hii
    For using Z-Table value for discount calculation against particular condition type, you have to create one Routine in Transaction Code VOFM  => Go to formula from menue bar ==> Condition Base Value
    Create on routine there with the logic that base value of condition calculation will be Z- table (You can create your own logic)
    Then use that routine against your condition type in Pricing procedure in Alt Cal Type column
    Hope it will help you
    Thanks and Regards
    Shambhu Sarkar
    Edited by: SHAMBHU SARKAR on Apr 25, 2011 12:04 PM

  • Customer Hierarchy Partner determination in a Sales Order using Payer ?

    Dear SD Experts/Gurus
    We use Customer Hierarchies extensively in Sales Orders for Pricing & Rebates and it all works fine.
    The Hierarchy structure consists at the bottom level of a SoldTo linked to a Hierarchy Customer and many SoldTos can have the same Hierarchy Customer.
    We set price conditions at the Hierarchy Customer and that all works fine.
    We would like to change our Customer Hierarchy to link the Hierarchy Customer to the Payer rather than to all the individual SoldTos.
    This is because we have many SoldTos linked to 1 Payer and this will allow us to have simpler Customer Hierarchy structures making it easier to setup and maintain.
    I have changed the SAP configuration to do this and I can certainly maintain the Customer Hierarchy without any problem using transaction VDH1N.
    But when I create a Sales Order, the Hierarchy Customer does not get pulled through to the Sales Order Header Partners based on the Order Payer and hence no Hierarchy Customer price conditions are pulled through.
    Is what I'm trying to do possible in SAP ?
    If so please advise how this can be achieved.
    Thanks David
    Edited by: David Steele on Apr 15, 2008 1:57 PM

    Hello,
    I have a similar requirement, although we are building the hierarchies directly in CRM (as we are with BP's in general), and I am using hierarchy category 01 - PRICING.
    What I have found is that a sold-to BP must:
    1. be assigned to a hierarchy node
    2. appear TWICE (!!!) in the document part.det.procedure, once in partner function 000001 (sold to) and again in partner function 00000121 (Authorized partner: sold to).
    When the sold to customer exists in both functions within the document, I am able to determine the hierarchy node properly.
    Now, my question is, can anyone guess why the main partner (sold to) must appear twice??? or, is this an error in my customizing?
    Thank you in advance for your help, and I do hope my observation can help others find a solution.
    Regards,
    Allon
    PS in terms of customizing, I used the following:
    partner function 00000001 - sold to
    partner function 00000121 - Auth. Partner: Sold-to Party
    access for Auth. Partner: 0017 - current partner: sold to *this copies the sold to partner into this partner*
    partner function 00000076 - Hierarchy Node Partner
    access for hier.node partner: CRM_PARTNER_G Pricing hierarchy
    The last bit presupposes that the hierarchy is set up using hierarchy category '01 - pricing'.
    Message was edited by:
            Allon Riczker - Added configuration steps

  • Error while updating Sales Order : Another user Modified Table (RDR1 )

    Hi All,
    I am getting an error message while running the following steps.
    Steps
    1)     Pull an entry from sales order.
    2)     Add new data to line.
    3)     Update the sales order.
    a)     Sap updated the data.
    b)     Through code using DI API we updated some UDF.
    4)     With out closing / Pressing OK button…
    5)     We added new data to line.
    6)     Then Press update.
    An Error will through by B1 as “Another user modified the table(RDR1 ).” Before going to the code where we are handling the update of UDF.
    But after the 3rd step above when we do
    4) Close the window or pressed ok
    5)  take the sales order window again pull the data
    6) Add new Data to line.
    7) Update sales order then it will go smoothly.(Updating by B1 and from code )
    Can anybody tell me why this happens?And any workarounds to solve this?
    Deepesh

    are u adding a matrix row thru the code? I get this error when I am adding rows and I get the rownumber out of sync.
    if so get the max (lineid) from rdr1 and then check against the matrix.rowcount before adding a row. if lineid is greater that matrix.rowcount take lineid + 1 and assign it to the matrix.row, else take the rowcount + 1
    if not, and as a workaround, then you can try using the SBO_SP_transactionnotification stored procedure.

  • TCode to Find Sales Orders - based on Sales Organization & Material inputs

    Hi Experts
    I need to pull out all the sales orders raised with different sales organizations on different materials.
    Is there any T-Code to pull out the data at one go u2013 instead of giving each material and each organization value one by one?
    Example:
    I have organizations u2013 2000, 2100 and 2300. Materials I have are, say, A, B, C, D, E and F.
    How can I pull out list of sales orders raised for the above 6 materials (A u2013 F) in 3 organizations (2000 u2013 2300) through a single query or T-Code?
    Thanks and Regards
    Bobby

    hi,
    i m not sure whether i ur question is clear to me or not, but cant a simple SELECT query do it using  SELECT-OPTIONs as S_VKORG and S_MATNR????
    Select VBELN from
        VBAK Inner join VBAP
        on vbakvbeln eq vbapvbeln
    where
    vbak~vkorg in S_VKORG
    and vbap~matnr in S_MATNR.
    in the select option screen you insert your VKORG and MATNR number.
    Ignore my post if its not as per ur requiremnt.
    ags.

  • Deletion of sales order

    Hai Gurus,
    I want to mass delete the pending sales order for which no delivery hasnt yet done.
    Please guide me with any t.code for mass deletion as there are 2500 nos so deleting one by one is a hectic task.
    As i have pull out all the sales order from Va05. with organisation data.
    With regards

    Dear Saju
    Create a recording for VA02 for LSMW and delete.  But it is not advicable to delete the sale orders instead you assign a reason for rejection and close the sale orders.  At a later date, if you want to track these sale orders, you can do so if you assign reason for rejection.
    thanks
    G. Lakshmipathi

  • Shipping conditions in Contracts not copied over to sales order w/ref

    In standard SAP the shipping conditions are pulled in from the Sold-to party's customer master unless the shipping conditions are hard coded in the sales order type, in which case they overrule the shipping conditions of the sold-to.
    A client enters contracts (CQ) with their customers and creates sales orders with reference to these contracts. The shipping conditions within these contracts are different from those on the Sold-to master record. The client wants the shipping conditions from the contract to flow through to the sales orders created with reference to the contract (instead of the system currently getting them from the sold-to). I do not believe this is standard functionality but I want to be absolutely sure before I respond to the client and tell them that we will have to create a custom routine in copy control to achieve this from the contract.
    Other than tweaking copy control routines is there any way the system can be configured so that the shipping conditions from the Contract (CQ) header get pulled in when a sales order is created with reference to the CQ contract?
    Any help/suggestions would be greatly appreciated.
    Thanks,
    SJ

    Hi,
    Whatever be the shipping conditions in contracts that can be flow to sales order,
    Please check your input, if you mentioned in sales document then remove from there - VOV8
    Also check in copy controll - VTAA
    CQ  to OR  at header level
    Copy requirement - 001
    Tickmark to complete refrance
    Kapil

  • STOCK RESERVATION AGAINST SALES ORDER IN MAKE TO STOCK SCEANRIO

    Presently in our system stock is get blocked or reserved against Sales order in MAKE TO STOCK sceanrio.
    Now we required to remove the stock resrvation against sales order,where we have to make the changes in SPRO?
    Please specify.
    regards,
    NITIN

    Hi Nitin
    Try with MB1B movement type 411 E
    This will pull back from the sales order reserved stocks back to unrestricted
    I dont understand your comments of how the MAKE to STOCK process is getting reserved for sales orders automatically
    somebody has to make atleast a sales order to reserve ?is it so?
    Or somebody is saving a sales order and saving delivery too without PGI?
    In OVZ9 for your combination (checking rule A and checking group pf your material as maintained in MMR) you can remove the tick from the check box of  include sales requirements
    Regards
    Raja

  • Confirm / Fulfill Open Qty pulling in partial quantity in sales order

    Hello all,
        The inventory for item AA is 83.5 case for batch 123A.   In the sales order i create, for item AA with Order Qty of 83 cases, it pull in from batch 123A, confirming 83 cases.   Next line item AA, i need another 1 case. It goes to another screen  'Availability Control' where i click the 'Fulfil Open Qty Using Batches'.
    Sap pulled 0.5 from remaining batch 123A and confirmed 0.5 case.  It also confirmed the other  0.5 case from a new batch 456B.    It is breaking the cases into half from another batch.
    I DO NOT want to take in partial cases from any batch.  Is there a way i can make the system read in whole cases all the way ?   Is this config issue or programming ?  Any user-exit ?  Is this relating to sales order ?
    Pls share your thoughts and experiences you may have ?
    Thank you.
    Joyce
    Edited by: Joyce Chan on Feb 24, 2009 3:59 PM

    no replies

  • Me21n PO creation with reference to a Sales Order

    Dear All,
    How can i create a new PO "ME21N with reference to the existing Sales Order?
    I tried to use a account assignement category, and then the Account Assignment tab is appeared in the item details, but the CO Area field is disable which disallow me to enter the CO area for the PO, can i know what is the reason?
    Thank you very much,
    Regards
    Chee Wee

    Dear Jurgen,
    Yes you are right.
    Actually we have a scenario that the Stock Material(Always keep stock) out of stock in the warehouse.
    In our case, we don't assign the "auto PO" item category for those Stock Material, and SD team also don't want to create a new item category for it.
    So on my side, i need to check if there is a way to create a PO which can enter the SO as reference to the existing SO?
    Thank you very much,
    Regards,
    Chee Wee

  • Sales Order - pull conditions for an item

    Hi all,
    I have a Sales order with one item in it. When I go to this item in VA03 I see several tabs like SalesA, SalesB,.....Conditions,..... Now when I click the 'Conditions' tab I see all the Conditions for this Item. I want to pull this conditions information. I have the KNUMV value for this sales order so I can go to the table KONV where all the conditions are stored and with help of KNUMV and item number can I get all the conditions. BUT...
    My question is there are some Conitions which have more lines below them(in blue color) like Gross Value, Net value,..... This information is not stored in the KONV table. For example in Conditons I have a condition Z7UP like
    <b>Z7UP</b>    Unit Price    0.000   Eur   ....
               Gross value   1.5     Eur   ....
               Net value     0.0     Eur   ....
    The lines Gross value and Net value are not stored in the table KONV. Does anyone know which tables maintain this information. I need to get that information too.... Waiting for your replies..........
    Message was edited by: Raju Boda

    HI Rich,
    I looked to KONP and KOND but of no use. I dont have any entries in KOND and for KONP the key is KNUMH which I dont have. But I looked at all the entries in KONP but it seems this table doesnt have the information I am looking for.
    I debugged VA03 for one sales order to look from where exactly it is pulling this data. I found that when I came across the function modules
    PRICING_SUBSCREEN_PBO
    PRICING_SUBSCREEN_SET_DATA
    the required data is obtained automatically into structure XKOMV the movement I enter into these function modules in debugging mode.
    I'm still unable to understand from where the system is pulling this data.
    Any ideas please help. Thanks

  • How to pull the Sale order number(sales document) to Accounting document

    Hi Gurus,
    How to pull the sale order number to the accounting document.
    Is any configuration needed to this.
    When i run the FBL5N Repoprt ,Sale order number (Sales document) is not getting updated to accounting document.It is diplaying as blank field.
    Thanks you.

    Hi Shivaji,
    In order to display the Sales document in the customer line item report, you need to add it as a special field thorugh customizing settings.
    Path - SPRO - FA-GL Accounting - GL Accounts - Line Items - Define special fields for finding and sorting data and in that select the table BSEG-and field VBEL2 (Sales document) and save/
    This will work. hope this helsp
    regards,
    radhika

  • Need to pull INITIAL(vbap)net price of  Sales Order, after changing viaVA02

    Hi Experts,
    Mine is differetnt requirement..........
    I created a my_Sales_order_12345678 with 2 items, as follows,(all following values/entries r for my_Sales_order_12345678)
    line item_10---->net_value_netpr = $100
    line item_20---->net_value_netpr = $200
    Then the VBAP entries as r as follows,
    POSNR -
    >NETPR
    10----
    > $100
    20----
    > $200
    I changed first time as via VA02 tx, as
    line item_10---->net_value_netpr = $300
    line item_20---->net_value_netpr = $400
    Then the VBAP entries as r as follows,
    POSNR -
    >NETPR
    10----
    > $300
    20----
    > $400
    I changed second time as via VA02 tx, as
    line item_10---->net_value_netpr = $500
    line item_20---->net_value_netpr = $600
    Then the VBAP entries as r as follows,
    POSNR -
    >NETPR
    10----
    > $500
    20----
    > $600
    My requirement: for some reason, I need the initial values, I mean
    the VBAP entries of,
    POSNR -
    >NETPR
    10----
    > $100
    20----
    > $200
    I tried with CDHDR & CDPOS tbls, but no use? So, from Where Can I get/pull them??
    thanq
    Edited by: Srinivas on Jan 24, 2008 12:22 AM

    hi sirnivas..
    Thanq you for the points..these are the first i ever recieved..
    if you are working on peice of code which can get the price history do me a favour if you have finished the code just explain it to me who did u  do that...
    i have been working on an object from last two weeks to get the latest price...
    the thing is even though the price for condition items has been changed it wont get updated in the Sales orders unless new pricing fot the document is done...
    so i have to get all the sales orders who condition items price has been changed and display them in an ALV...so if you can get the exact old values...for the conditions i guess the opposite also can be done.....
    Here i have suggestion for you...in condition items there is a process called SCHEMA ( pricing Schema) which you can see using Condition Analysis button at the bottom of the condition item window...
    you can see all the price changes to the condition when you parse the tree structure of the procedure..EXAMPLE :- R0000 etc...
    so some Sales orders if the Schema has been changed all the existing condition are replaced by New ones from the changed Schema...so i guess that would play an important role in deciding the Price of Sales order...
    I know this is bit long but .....if you did finsish your program do let me know how you did it...
    Thankyou very much and good luck.

Maybe you are looking for

  • How can i see existing apple id on my iphone 3gs

    hey friend i had 3gs and i had bought it from my friend so obviouslly my friend have apple id but after bought from him i create my apple id after that when i download any apps from itunes in mobile at a time it ask for my apple id and password but a

  • Reg. Account determination error in production order

    Dear Experts I am doing production order confirmation in CO11N in which 261 input and 531 output, then I am getting the following error " Account determination for NHCA GBB ____  _____  3003 not possible "; how to solve this problem. when I try to sa

  • V570 Won't Connect Unless in Same Room as Modem

    My Lenovo V570 will not connect to a newtork unless it is super close to the Modem.  Like the same room.  I move to my bedroom, and it won't connect.  I went to a hotel this weekend, and it would not connect to the Hotel's network.  My friend had a l

  • My phone is in offline mode, how can I get it in o...

    I am using a Lumia 620,I was outside South Africa for two weeks and the phone was working perfectly,by when I got to the boarder it went offline and it automatically switched on flight mode,please help he do I get this phone back on networks coz its

  • APPCRASH - firefox.exe - ntdll.dll

    Mozilla has stopped working and will not open at all. Problem signature: Problem Event Name: APPCRASH Application Name: firefox.exe Application Version: 27.0.1.5156 Stamp Date / Time of Application: 52fc0faa Fault Module Name: ntdll.dll Fault Module