PO item order.

Hi Gurus,                                                                               
i have a problem on a PO creation on SRM, in details this PO reports the shopping cart's items but in mix order.                                                                               
The schopping cart reports the following items:                                                                               
Pos           Quantity Unit     Description                                                                               
0000000001    6        PZ       SPINA 10 POLI                                                                               
0000000002    6        PZ       CUSTODIA FISSA CHIUSA 10P                                                                         
0000000003    6        PZ       COPERCHIO PER SPINE ELETTRICHE                                                                    
0000000004    6        PZ       TAPPO PG 16                                                                               
0000000005    12       PZ       RIDUZIONE PG MR 16/13.5                                                                           
0000000006    6        PZ       TAPPO PG 13.5                                                                               
0000000007    3        PZ       CUSTODIA IN ALLUMINIO K5                                                                          
0000000008    6        PZ       PIASTRA MPK61                                                                               
0000000009    22       PZ       CUSTODIA FISSA CHIUSA 4P                                                                          
0000000010    22       PZ       CUSTODIA FISSA CHIUSA 4P                                                                          
0000000011    22       PZ       SPINA 4 POLI                                                                               
0000000012    22       PZ       PRESA 4 POLI                                                                               
0000000013    10       PZ       TAPPO PG 16                                                                               
0000000014    54       PZ       PRESSACAVO PG 11                                                                               
0000000015    12       PZ       CONNETTORE DIRITTO                                                                               
0000000016    10       PZ       INTERRUTTORE FINECORSA                                                                            
0000000017    2        PZ       SPINA 24 POLI                                                                               
0000000018    2        PZ       CUSTODIA FISSA CHIUSA 24P                                                                         
0000000019    2        PZ       COPERCHIO PER SPINE ELETTRICHE                                                                    
0000000020    4        PZ       TAPPO PG 21                                                                               
0000000021    4        PZ       RIDUZIONE PG MR 21/16                                                                             
0000000022    2        PZ       CONNETTORE DIRITTO                                                                               
0000000023    1        PZ       PIASTRA MPK5                                                                               
0000000024    5        PZ       CUSTODIA IN ALLUMINIO K61                                                                         
0000000025    4        PZ       CONNETTORE CIRCOLARE                                                                               
0000000026    4        PZ       FINECORSA A LEVA                                                                               
0000000027    4        PZ       LEVA PER FINECORSA                                                                               
0000000028    4        PZ       CONNETTORE CIRCOLARE                                                                               
While the Order reports the same items but in a mix order:                                                                               
Pos         Quantity   Unit     Description                                                                               
0000000001    3        PZ       CUSTODIA IN ALLUMINIO K5                                                                          
0000000002    6        PZ       PIASTRA MPK61                                                                               
0000000003    22       PZ       CUSTODIA FISSA CHIUSA 4P                                                                          
0000000004    22       PZ       CUSTODIA FISSA CHIUSA 4P                                                                          
0000000005    22       PZ       SPINA 4 POLI                                                                               
0000000006    2        PZ       CUSTODIA FISSA CHIUSA 24P                                                                         
0000000007    2        PZ       COPERCHIO PER SPINE ELETTRICHE                                                                    
0000000008    4        PZ       TAPPO PG 21                                                                               
0000000009    4        PZ       RIDUZIONE PG MR 21/16                                                                             
0000000010    2        PZ       CONNETTORE DIRITTO                                                                               
0000000011    1        PZ       PIASTRA MPK5                                                                               
0000000012    5        PZ       CUSTODIA IN ALLUMINIO K61                                                                         
0000000013    4        PZ       CONNETTORE CIRCOLARE                                                                               
0000000014    4        PZ       FINECORSA A LEVA                                                                               
0000000015    4        PZ       LEVA PER FINECORSA                                                                               
0000000016    4        PZ       CONNETTORE CIRCOLARE                                                                               
0000000017    22       PZ       PRESA 4 POLI                                                                               
0000000018    10       PZ       TAPPO PG 16                                                                               
0000000019    12       PZ       CONNETTORE DIRITTO                                                                               
0000000020    6        PZ       CUSTODIA FISSA CHIUSA 10P                                                                         
0000000021    54       PZ       PRESSACAVO PG 11                                                                               
0000000022    10       PZ       INTERRUTTORE FINECORSA                                                                            
0000000023    2        PZ       SPINA 24 POLI                                                                               
0000000024    12       PZ       RIDUZIONE PG MR 16/13.5                                                                           
0000000025    6        PZ       SPINA 10 POLI                                                                               
0000000026    6        PZ       TAPPO PG 13.5                                                                               
0000000027    6        PZ       COPERCHIO PER SPINE ELETTRICHE                                                                    
0000000028    6        PZ       TAPPO PG 16                                                                               
So do you know if there's on SRM 5.00 a standard report that could order again the PO items? I wish that the correspondence is 1:1.
                                                                                Thanks for your help.                                                                               
Regards,                                                                               
Gf
Edited by: Andrea Zambianchi on Oct 12, 2009 5:21 PM

Hi Sumith,
Had you checked in Billing: Item : PO Data ?
If its not coming here, then check copy control VTFA.
I think you are creating F1 billing.
Thanks,
Raja

Similar Messages

  • Open Purchase Order Separation from item Order Qty

    Hi All,
    Kindly  suggest me how to separate open Purchase order from Item Order Qty.if i have 2 WH with different Order qty.in report it will be shown total order qty of both WH's.like
    Item            WH              Order Qty
    A                 01               100
    A                 02                 50
                      or
    A                 01                  0
    i need like this A--150   OR A--50(order qty).
    plz look into my query and suggest me how to do this.
    select distinct t3.CardName as SuplierName,t2.[ItemCode], t2.itemname,t2.[U_pperson]as PP,((SELECT sum(T4.[OnHand])FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH')) as Stock,t2.MinLevel as 'Min Bin',(((SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH'))-t2.MinLevel) as balance,
    sum(t1.openqty)
    as OrderQty,
    t2.MaxLevel as 'Max Bin',(((SELECT  sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum( T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH'))-t2.MaxLevel)as 'Balance II' from OPOR t0 inner join POR1 t1 on t0.DocEntry=t1.DocEntry inner join OITM t2 on t2.ItemCode=t1.ItemCode inner join ocrd t3 on t3.CardCode=t2.CardCode inner join OITW t4 on t4.ItemCode=t1.ItemCode and t4.WhsCode=t1.WhsCode   where t2.validFor='y' and  t2.[U_pperson]='p1' or t2.[U_pperson]='p2'  or t2.[U_pperson]='p3' group by t3.CardName,T4.[OnHand],t2.[ItemCode], t2.itemname,t2.[U_pperson],t2.MinLevel,t2.MaxLevel,t1.OpenQty
    Thanks&Regards,
    P.Pratap

    Hi,
    Try this:
    select distinct t3.CardName as SuplierName,t2.[ItemCode], t2.itemname,t2.[U_pperson]as PP,((SELECT sum(T4.[OnHand])FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH')) as Stock,t2.MinLevel as 'Min Bin',(((SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH'))-t2.MinLevel) as balance,
    sum(t1.openqty)
    as OrderQty,
    t2.MaxLevel as 'Max Bin',(((SELECT  sum(T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = '01')
    +(SELECT sum( T4.[OnHand]) FROM OITW T4 WHERE T2.[ItemCode] = T4.[ItemCode] AND  T4.[WhsCode] = 'EWH'))-t2.MaxLevel)as 'Balance II'
    from
    OPOR t0 inner join POR1 t1 on t0.DocEntry=t1.DocEntry inner join OITM t2 on t2.ItemCode=t1.ItemCode inner join ocrd t3 on t3.CardCode=t2.CardCode inner join OITW t4 on t4.ItemCode=t1.ItemCode and t4.WhsCode=t1.WhsCode   where t2.validFor='y' and  t2.[U_pperson]='p1' or t2.[U_pperson]='p2'  or t2.[U_pperson]='p3'
    group by t3.CardName,t2.[ItemCode], t2.itemname,t2.[U_pperson],t2.MinLevel,t2.MaxLevel
    Thanks & Regards,
    Nagarajan

  • Display  Purchase order, PO Item , Order Number ,entry sheet quantity ,entry sheet price ,invoice quantity, invoice price  against each line number

    hello all,
    i have an ALV report requirement like this,
    on the initial screen i have displayed(for a given agreement number like in ME33K )
    in the selection screen i have taken agreement number as EKPO-EBELN.
    purchase document number        item number        short text        target quantity      net price
    5400000019                                  1                      xxx                  1.000                  304300.00
                                                        2                     xxxx                 1.000                  500000.00
    the above fields i have taken from EKPO table.....
    and on double clicking the  item number i have displayed
    line number          service number       short text           quantity    units    gross price   quantity released
    1                           swr10                   xxxx                 2.00          kg          500             2
    2                           swr11                    xxxx                5.00          EA         500             2
    the above fields i have taken from ESLL (esll-extrow, esll-srvpos, esll-ktext1 , esll-menge  etc......)
    this i have done by passing EBELN to ESLH and getting PACKNO and passed this PACKNO to ESLL.
    now my question is i need to display  Purchase order, PO Item , Order Number ,entry sheet quantity ,entry sheet price ,invoice quantity, invoice price
    against each line number above.....
    from which table do i need to take these fields.....
    please guide me....
    thankq....

    Thanks Andra,
    The problem is the multiple invoices is for non goods receipt item so there will be no delivery.At the time of creating a PO the GR is not checked so there will be no delivery .
    Also this setting is for invoices which are comming from Vendors.But if we are genrating the invoices manually it is not blocking those invoices.Also i there is nowhere mentioned in Incomming invoice to set tolerence for incomming invoice.Are you talking about Vendor tolerences?
    Thanks in advance
    Edited by: Metroid01 on May 14, 2009 6:52 PM

  • Error message:Material document contains no items (order: 40000004 item: 00

    Good Day SAP expert,
    I have facing an error message on Material document contains no items (order: 40000004 item: 000010) & Message no. /DBM/COMMON286.
    This error happen when I want to create Good Issue with action QGIS (Create Goods Issue (DBM)).
    Steps that I create vehicle order:
    1.     Go to /dbm/order01 and select 3010 u2013 Vehicle Order based on Model
    2.     Then I create for a new customer with model sales code
    3.     I save the vehicle order in DBM.
    4.     I go to VELO to create vehicle on Peugeot model sales code and create PO, good receipt and incoming invoice.
    5.     Then I use action QDBM to enable vehicle to DBM.
    6.     I assign the vehicle (DBM) to my vehicle order (created based on model).
    7.     The assignment is successful; therefore I would like to do Good Movement (good issue). Error : Material document contains no items pop up.
    8.     I have try with create VELO, assign QDM and create 3000 u2013 vehicle order, Good Movement able to perform.
    I apply snote 1527931 - Problem with reading of document flow on nonunicode systems.
    Its doesn't work, system say still say that material document contains no items.
    is it advisable change error message to warning message?
    Please advice.
    Thanks
    regards,
    ng chong chuan

    I am not sure but this coudl be reason.
    You have created a vehicle but you have not created the purchase order and Goods Recipt for the Vehicle, means the VEHICLE IS NOT IN YOUR INVENTORY
    First check whether the vehicle is in inventory or not, if not then not possible to do Goods issue.

  • Source of supply doesnu2019t work for SC items ordered as direct material.

    Hi there.
    We are working in SRM 5.0 with classic scenario.
    We are doing a SC with material code.
    We create a SC with two identical items. The only difference between items is: one item is order as direct material and the other one not.
    The problem is that for our item order as direct material, the system doesnu2019t propose any ECC contract or any ECC info record. But for our item not order as direct material, the system propose us ECC contract and ECC info record.
    So for SC items orders as direct material, the system never proposes any source of supply.
    However, in transaction BBPSOCO01 (Carry of sourcing) the systems propose source of supply OK for SC items with and without direct material.
    Any suggest?
    Thanks and regards.
    Raúl.

    Hi,
    The issue might be because when you choose, 'order as direct', the scenario changes from classic to extended classic, hence only local contracts are proposed in this case. Since you don't have anything local, you will not see any source of supply. Try using bbp_sos_badi instead and call all backend contracts using fm meta_sourcedeter_getsos_multi.
    Regards,
    Sanjeev

  • T-Code for No. of Item Ordered vs No. of Item Invoiced

    Is there any t-code where in the system can generate a report  that could get the no. of item ordered vs no. of item invoiced?
    thanks!

    Hi,
    Check the details in t.codes: MB5S and ME80FN
    Regards,
    Biju K

  • Change item order in Muse CC Quick info widget

    Hi,
    haven´t figured out yet how to change the items order from the Muse CC "Quick Info" widget.
    When I have f.i. 5 items how do I insert one at position 2. When I click f.i. the "+" at position 2 the new item will regardless be at position #6 (at the end of the line and not at third position)
    How can I change that?
    Thanks in advance.

    Thank you for your answer.
    Actually changing the triggers position was the first thing i tried and as long as the trigger is activated by click or mouseover/rollover this solution does work unfortunately it does not with autoplay option.
    With autoplay set it plays the "old" sequence no matter where I put the trigger so for instance if I have 5 triggers and set the 5th to position #2 it´s not shown as info #2 but still as #5 so #1,#2,#3,#4 are coming first still and then comes my trigger #5 that I actually dragged to position #2 before.

  • Is it possible to change "link" context menu items' order (I want "open in new window.." be the first) ?

    I made an upgrade FF from v3.6.xx to v17.0.x and found that "Link" context menu items' order is not the same.
    v3.6 menu looks as following: 1."Open Link in new Window", 2."Open Link in new Tab",
    v17.0 menu items' order is opposit 1."Open Link in new Tab",2."Open Link in new Window",
    All other items' position are uninteresting for me.
    How to swap this two upper items in "link" context menu?

    Both ways are useful:
    * Menu Editor [https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ https://addons.mozilla.org/en-US/firefox/addon/menu-editor/]
    'Drag-n-drop' in editor window is working.
    * Editing "userChrome.css" [https://support.mozilla.org/en-US/questions/791244?page=2#answer-161497 https://support.mozilla.org/en-US/questions/791244?page=2#answer-161497] .
    For my Windows XP path looks: "C:\Documents and Settings\%account%\Application Data\Mozilla\Firefox\Profiles\%random_name%\chrome\userChrome.css".

  • Schedule item, line item, order item ?

    Can anyone give me info regarding schedule item, line item, order item
    Thanks in advance
    S N

    Hi,
    Here is some information. Please go through the threads below. 
    http://help.sap.com/saphelp_nw04/helpdata/en/71/1769372b2b7d20e10000009b38f842/content.htm
    Re: Data Sources
    Cheers,
    Kedar

  • How to find total no of items ordered

    Hi all,
    Pls let me know how to fine total number of items ordered per given purchqge order?
    ex:
    purchage order    item    ordered
    100001            1       4
    100001            1       5
    100001            1       7
    100001            1       6
    for above purchage order total ordered= 22
    I dont know field for quantity ordered.
    Thanks in advance,
    Shashikanth.

    po no.  | item   |  ordered
    100001      1          4
    100001      1          5
    100001      1          6
    100001      1          7
    sort itab by pono item ordered
    at end of order item sum.
    write/ ordered.
    Regards
    Raja

  • INVOICE WITH REFERENCE TO THE ITEM ORDER

    Hi,
    I have an order containing :
    - Product A
    - Service B
    - Service C
    My customer want :
    - Invoice 1 : Product A+ Service B (Delivery X)
    - Invoice 2 : Service C (Delivery Y)
    How it's possible in SAP?
    Thanks in advance

    Hi,
    It is possible to maintain different invoices as per your requirement.
    In the sales order at the items in schedule lines maintain 3 delivery blocks initially.
    Save.
    Goto VA02 and then remove the delivery block for Product A and your service B.
    Create the delivery with reference to that order.
    Now again Goto VA02 and then remove the remaiing delivery block.
    Create another delivery.
    Now create two invoices by using those two deliveries.
    Make sure all necessity settings in VTLA and VTFL are maintained.
    Regards,
    Krishna.

  • MRS (Multi Resource Scheduling) - Item/Order Worklist

    Hi all,
    We are working in a MRS Project in where customer requirement is to see from planning Board of MRS the equipment associated to the order, keeping in mind that equipment is required at the moment of all orders creation to be scheduled in MRS.
    We think that we could add in the item worklist the field u201Cequipmentu201D or "VIN" (fleet management) related to the order, but we donu2019t know which BADi would be the better to useu2026
    Do you know which BAdi aboard this kind of issueu2026Could we use some of this ones?
    /MRSS/RSG_PM_INT - Integration of Maintenance/Service Order with MRS
    /MRSS/SGU_WORKLIST - Change field catalog for operation worklist
    BTW, is possible change the display order worklist to show, besides displays the order and all operations relevant for planning, the reference object of the service order (Equipment, VIN)?
    I will appreciate your advice.
    Thanks in advances
    Best Regards.
    Javier

    hi
    this may help you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80d3234b-bb37-2c10-11b3-813b862d0062?QuickLink=index&overridelayout=true
    thank you

  • Using bapi_po_create1 to create PO with return item - Order Combination

    Hello,
    There's a shipping tab that appears in a purchase return item, and in it there's a flag called Order Combination.
    Only i can't seem to find a way to change that flag using this BAPI, nor using bapi_po_change.
    Any ideas?
    Thank you in advance.
    Duarte

    Hi
    Its a setting that you maintain in the customer master reord that defaults it.
    So if you want this to be flagged for some vendors and for some no flag the you need to maintain accordingly in the Customer master data  - Sales are data  Shipping tab
    If you want it to be maintained through BAPI then populate the same in  POSHIPPINGEXP structure
    Thanks & Regards
    KK

  • New BOM Items ordered not retained on click ofUpdate in BOB (OOB) shop

    Hello Experts,
    We are using BOM material in our Business Process. Per Business requirement, the BOM sub-items are not required to be displayed on the Order Page of ISA webshop in OOB scenario.
    Hence we have set the parameter "ui.fields.order.bomExplosion"to 'hidden' in XCM Setting.screenshot attached.
    After making this change, we are experiencing the issue where we are not able to add any new BOM items to existing Orders, especially  in the scenario where all blank line items are filled in with new BOM Products. When we click on Update, the new items are not retained and disappear.
    Help is very much  appriciated.
    Regards,
    Satish B

    Hello Raj,
    Thanks for your response.
    We find out the problem this was the SAP product Bug in the class SalesDocumentParser method parseItems the iteration count is worng. Its not taking care about the Bom items. Instead of interating the loop through index SAP is iterating through values. So we implemented the solution for the same.
    Regards,
    Satish B

  • Navigable item order

    I've got a form with a text item called "Option" at the top, and depending on which value is selected in the LOV for this field, the order of the keyboard navigation (tab order) is set up dynamically using set_item_property. Some of the fields are also disabled depending on the "Option" value selected.
    My problem is that after submitting the request (or clearing the form with a clear_block(no_validate)), the keyboard navigation order from the intial "Option" selection is still in place. It seems to be "remembering" the keyboard navigation even after the form/block is cleared.
    Is there a way to clear the "tab order" so that it is set up dynamically each time through?

    You need to create a procedure that resets the next_navigation_item of all the items you changed. Then call the procedure when the block is cleared, and wherever else you need.
    Or better yet, create the procedure to do it both ways, and call it from where the LOV sets the value, and everywhere else. Either pass a parameter to the procedure, or look at the value in the item set by the LOV.

  • File Item order in a Navigation Tree

    Hi,
    A consultant previously adapted the Navigation Menu Portlet from OPS to display the navigation tree for 'Basefile' items. He created an item type that builds a tree and when a link representing a file is clicked the file will appear in a frame next to the tree.
    The portlet uses wwv_user_corners and wwwsbr_all_items to build the tree.
    The portlet displays the links for the files within a folder ordered alphabettically by the display link for the file. What we want to do is to order them by the direct address url of the file, ie the file name. This would allow the page builder to display the file links in the order he wants by prefixing the file names with numbers to control the order.
    We are having difficulty identifying the right view/table in portal that has the direct address. wwdoc_window$ appears to have the information we want but we are having difficulty determining the right fields to use for the join with wwsbr_all_items.
    Any help would be appreciated.
    Thanks,
    Peter

    Hi Krishna
    In standard SAP, "Return order(RE)" can be created either with reference to "Billing document" OR "Sales order" and there is no Madatory reference for Return order (RE).
    Therefore, Return order can be created without  any reference also ,in standard system.
    In Copy control (VTAA), you can find  OR  to  RE  as source and target document pair.
    Similarly, in copy control (VTAF), you can find  F2  to  RE  as source and target document pair.
    If it is required in your organisation, then you can mark "reference mandatory" for Return order (RE).
    When you create a Return order(RE) with reference to Sales order(OR),in Copy control (VTAA), no Item category has been proposed for the Target document RE, therefore it is determined from the assignment in the customisation ,as below.
    Sales doc type + Item category group + Item usage(if any) + Item category of higher level item(if exists)  = Item category.
    e.g, RE  +  NORM  +  (blank)  +  (blank)   =  REN
    If ,you create the Return order(RE) with reference to the Billing document (F2), then in copy control(VTAF) at item level, Item category(REN) has been proposed for the target document, so system copies that to target document RE.
    So, as beacuse you are creating the Return order(RE) with reference to the Sales order(OR), you have to check the assignment in customisation as above.
    Beside this, "Credit for Return(RE)" is always created with reference to the "Return order(RE)" and  NOT with reference to the "Return Delivery(LR)", in standard SAP.
    That is why ,if you check the Item category REN, you will find the "Billing relevance" as "B"(Order related Billing docuemnt).
    Regards

Maybe you are looking for

  • System Preferences freezes in 10.9

    Hi, I am running a mid-2012, 13" Macbook Pro with 8Gb of RAM, and have installed Mavericks. Mostly everything is running fine (some strange occasional scrolling weirdness with Safari notwithstanding) - but I am continually encountering a problem with

  • Report Requirement-Vendor NO., PO Amount, details of Invoice

    Hi Gurus, Can you please help me in finding any standard report which includes following fields :- ·         Vendor Name & Vendor Number ·         Details about the invoice (Number, Date, amount, etc) ·         ERP Number ·         PO number and PO a

  • Connecting fios to netgear

    Im staying with my family and I would like to connect my computer using my netgear wna 1100 to the internet and they have verizon fios actiontec ,I tried doing this but it says theres no or limited connectivity due to no network address? Does anyone

  • Why do I have all the photos streamed from my desktop library in a photostream album in my desktop library as well

    I've just noticed that all the photos that are in my main iPhoto library are now also in the Photo Stream album. Have they been streamed to my devices and then streamed back? Or does iPhoto set up a separate album for photos to be streamed?

  • 6230i help

    can anyone please tell me'; can i use the nokia 6230i mto download songs from the pc to the fone and play them? wot do i need to be able to do this thank you if