Purchasing report for orders with GR

Hi All,
I need to do reporting on the purchasing values only for PO item with movement type 101,102 and few other related to GR.
Objective is only PO items where item goods receipt has happened.
Will the 2LIS_01_ITM do with BWVORG? Or any other extractor needs to be used
Regards,
Pal

You can do it either in data loading level using routine or at Report level.
I prefer doing it at data load level  ,like manasi said..write routine to filter out unwanted movement types.
Better keep dso in your model and between dso to cube you write this so that in future you enhance it then you just need to modify the logic between the dso and cube..
Regards,
RK

Similar Messages

  • Report for material with sloc,qty available, and production order

    hi friends, i need advice on getting this report for material with qty and specific sloc with the corresponding Prodn order numbers. in mb51 i could get all these details except the prodn order no. could you advice me please?

    to make sure you know how to do this.
    In the material document list, hit "Ctrl+F8" on your keyboard.
    A window will pop up. Click on the button position and look for "order" in the list of available fields. That should do it.
    Rgds.

  • Purchase Requisition for Order BOM components ?

    Dear Members :
    Can I generate purchase requisition for Order BOM components from VA01 ? Mine is TAQ - the header itm cat and TAE for sub-items (finished prod) . While navigating within Sales Order and branching to a particular component's shced. line - the pruch req col is blank. The schedule line cat for the sub-item is CT.
    Could someone please explain the configuration steps I need to maintain for the above ? What I am expecting is when I save the Sales Order it should create Purch Req for the components which do not have enough stock.
    Thanks
    Atanu

    Hi :
    Thanks for your advice. Couple of things :
    1. In my system in auto acc assignment, I already have consumption acc under posting key GBB. Now I am getting error in VA01 - which states that "The system was not able to determn a consumption acc for purchase order item with acc assignment" and also suggesting to address "GBB posting key". I made the following changes for CT :
        movt : 101
        order type : NB
        item cat : 0
        acc assignment cat : F/C
    2. Obviously SAP is expecting a consumption GL acc, which though is there under GBB-AUF from my existing setup. For generating purch req this is strange becoz I haven't yet gone upto PO generation step nor released the supposed to be Purch Req.  for BOM component - and this is before I save the Sales Order .
    3. In spro->acc grouping for mov type; I don't see the following combination in SAP  ie,
    101(MvT) - B (MvT) - GBB (TEKey) - AUF. I need B instead of F which is already there and is for production order but the BOM comp has to be for PO but the combination is not there.
    Do you think this could be the reason that SAP couldn't find the GL acc ?
    4. Also my purpose was not just to raise a purch req every time the sales order is created for the BOM components - only if there is shortage in stock - but then again for CT once I assign the above, it doesn't allow to check the boxes like Availbility , Requrmnt etc. (??)
    Am I clear and could you please suggest me what I am missing or doing wrong ? What movement type do you siggest to enter in CT fields.
    Thanks so much for your time.
    Atanu

  • Report for Asset with only values (No Zero values)

    Hi All
    There is requirement where in the user wants to genenerate report for assets with  values .There should not be Zero balance assets  included in the output. In short only with values in the asset master the report needs to be generated. Can one have any idea on this .
    regards
    Navin
    Edited by: Naveen Rao on Jan 22, 2009 10:04 AM

    Hi
    Can you  please specify the report name.
    regards
    Navin

  • Anyone get a huge "Problem Report for iDVD" with hundreds of lines of information?

    Anyone get a huge "Problem Report for iDVD" with hundreds of lines of information? This happens right before the DVD would be finished burning but instead crashes and leaves the long report your have to scroll down several times to read. I had to take several screen captures of the screen to get the WHOLE report. Here is two:
    (If there is another thread on this - just answer the question or refer me to it. I'm past due on a big project. Don't have time to read all 21,000 discussions in the iDVD thread. Be kind. Thanks )

    Some things to try first:
    1. Disconnect any and all 3rd party devices that didn't ship with your mac directly from apple (both FW and USB included). 
    2. Restart your mac without any 3rd party devices attached whatsoever. That includes ext. hard drives, blue tooth devices, and any third party memory product/s. Basically, anything that doesn't come directly from apple has to go (at least while troubleshooting).
    3. Need you to dispose of the plist for iDvd also. Go to you Home folder, the one that looks like a house > Library > Preferences > com.apple.iDvd.plist and drag and drop this file/s to the trash. Make sure to first quit iDvd prior to disposing of this pref. file/s.
    4. Run apple's disc utility and repair permissions. Applicantions > Utilities > Disc Utility > Repair Permissions.
    5. Restart your mac yet again, and try iDvd one more time.
    6. If it's still at issue then please open iDvd from a separate user account and try your project one more time. If you don't know how to create a separate user account then just come on back and one of will show you how.
    Good luck.
    Message was edited by: SDMacuser

  • Purchase reports for components of production BOM Based on Its Sales BOM

    Hi all
    I have sales BOM and the components of Sales BOM are production items having Production BOM and the components of production BOM are purchase items
    My problem is when i create a sales order for my Sales BOM, i should be able to get a report for purchase items that is how much i have to purchase with out using MRP
    pls anyone help me with approbriate queries
    Thanks and Regards
    Boopathi.T

    Hi Boopathi,
    You may try this one:
    SELECT Distinct T1.Code, SUM(T0.Quantity * T1.Quantity) 'PO Qty', T2.DocNum
    FROM dbo.RDR1 T0
    INNER JOIN dbo.OITT T3 ON T3.TreeType = 'S' AND T3.Code = T0.ItemCode
    INNER JOIN dbo.ITT1 T1 ON T1.Father = T3.Code
    INNER JOIN dbo.ORDR T2 ON T2.DocEntry = T0.DocEntry
    WHERE T2.DocNum LIKE '[%0\]%'
    GROUP BY T1.Code, T2.DocNum
    Thanks,
    Gordon

  • Purchase report for Supplier

    Hi Experts
    I would like to creat a report that shows all items purchased from a specific supplier
    amount and price sum per item
    I try using the default purchase report in the system but it doesnt show the frozen/non active items.
    could you help me with this issue?
    thanks & regards.
    d.Medalion.

    Hi........
    You need to use Union All function.......
    SELECT T0.DocEntry, T0.[DocNum] As 'PO No.', T0.[DocDate], T0.[DocDueDate],
    T5.DocEntry 'DownPayment No.', T0.[CardCode], T0.[CardName], T0.[NumAtCard],
    T1.[ItemCode], T1.[Dscription], T1.FreeTxt,T1.[Quantity], T1.Price as 'PO Price',
    T4.[PymntGroup] 'Payment terms', T3.DocNum As 'GRN No.', T2.Quantity  As 'Total Rcvd',
    T1.[OpenQty], T1.ShipDate FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
    LEFT Join PDN1 t2 On T1.DocEntry=T2.BaseEntry and T1.LineNum=T2.BaseLine LEFT Join OPDN T3 On T2.DocEntry=T3.DocEntry Left Join OCTG T4 On T0.GroupNum = T4.GroupNum LEFT JOIN DPO1 T5 On T5.BaseEntry=T0.DocEntry LEFT JOIN ODPO T6 On T5.DocEntry=T6.DocEntry
    Where (T0.Docstatus='[%0]' or '[%0]'='') And (T1.LineStatus='[%1]' or '[%1]'='')
    And (T6.Canceled != 'Y' or T6.Canceled Is Null) And T0.CardName='[%2]'
    Group By T0.[DocNum], T0.[DocDate], T0.[DocDueDate], T0.[CardCode], T0.[CardName],
    T0.[NumAtCard], T1.[ItemCode], T1.[Dscription], T1.[Quantity], T1.[OpenQty], T3.DocNum,
    T2.Quantity, T1.Price, T4.[PymntGroup], T1.FreeTxt, T0.DocEntry, T1.ShipDate, T5.DocEntry
    Union All
    SELECT Null, T0.DocNum, Null, Null,
    Null 'DownPayment No.', Null, '', '',
    Null, Null, '', Sum(T1.[Quantity]) , Sum(T1.LineTotal)/Sum(T1.[Quantity]) as 'PO Price',
    Null, Null, Sum(T2.Quantity)  As 'Total Rcvd',
    Sum(T1.[OpenQty]), Null FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
    LEFT Join PDN1 t2 On T1.DocEntry=T2.BaseEntry and T1.LineNum=T2.BaseLine LEFT Join OPDN T3 On T2.DocEntry=T3.DocEntry Left Join OCTG T4 On T0.GroupNum = T4.GroupNum LEFT JOIN DPO1 T5 On T5.BaseEntry=T0.DocEntry LEFT JOIN ODPO T6 On T5.DocEntry=T6.DocEntry
    Where (T0.Docstatus='[%0]' or '[%0]'='') And (T1.LineStatus='[%1]' or '[%1]'='')
    And (T6.Canceled != 'Y' or T6.Canceled Is Null) And T0.CardName='[%2]'
    Group By T0.[DocNum]
    Order By T0.DocNum
    Regards,
    Rahul

  • Report for Order and spare parts

    Hello every one, i am looking for a report which can tell me order number wise use of spare parts. It can be either in order or some seprate report. I have not find any such report till yet. Kindly help me in this.
    Regards
    Abhishek

    Baed on the requiremtns given, IW13 can also be auseful report for you.
    SM

  • Standard Report for PO with Condition Value

    HI MM experts,
    I have checked all the existing standard reports ME2*, cud not find the report which gives the
    condition value means
    Eg; PO made on Pencils - Qty 10 NOs. @ Rs. 1/- (incl tax)
    condition value for the above is Rs.10, in std sap all reports are showing with net price only
    PO no. 45XXXXXXX dt 11.11.2011 - Pencil - qty-10 - Net price Rs.1
    Please let us know is there any Standard report which gives the condition value ie., Rs.10 along with or without Net price.

    Thank you! It is not meeting my requirement.
    I am looking for sap standard report to see the PO value or condition value which is nothing but
    Qty X net price. I do not want to touch the tables.
    for analysis purpose, i want to have the total PO value in any MM Standard Report.
    Today i am visiting every PO and looking at header data for PO value. or at item level Condition value.

  • Report for deliveries with price zero

    Hello,
    the client I'm currently working for is using pricing in deliveries and they would like to have a report that they can use to check which deliveries have price 0 to avoid creating the shipments for them.
    They are currently finding the deliveries with price 0 when executing VF04 transaction (invoice creation) but at this moment the shipment is already created.
    Do you know if SAP has a standard report for that?
    Many thanks in advance for your help!!
    JordiRC

    Thanks Eric,
    but building up a new report or making a change in an user_exit is out last option, that's why we are asking for a standard report.  If there isn't one we will have no other chance....
    Thanks again
    JordiRC

  • Report for PO with prices different from info record

    Hi All,
    Is there a std report in SAP that can view the PO with prices that varies from the Purch Info Rec price?
    User want to find out who put POs with prices different from prices already set in purch info recs.
    How this can be achieved?
    Thanks in advance!

    hi,
    There is no std report for the same....but you can see the PO price history from ME1P tcode....and price change in MMR can see from :
    CKMPCD Display Price Change Document
    CKMPCSEARCH Price Change Documents for Material...
    you can't see excatly who changed it ......its always better to avoid these situations by using Authorization for the same...
    Hope it helps....
    Regards
    Priyanka.P

  • Pricing procedure for order with reference from order

    Dear Friends,
    If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too.
    But I would to use another pricing procedure for second document
    I found the oss note 14136 but this is for reference from invoce
    I tried to create new data transfer routine for orders in copy from 51, but does not work
    Can you help me??
    thanks
    best regards
    GdA

    > If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too. But I would to use another pricing procedure for second document,
    Based on my understanding of query.
    You are looking for a different pricing procedure in second doc.
    For instance, the PricProc for SalesDoc1 is ZPR001 and  the PricProc for SalesDoc2 is ZPR002, in addition to that, you want SalesDoc1 to become reference doc for SalesDoc2.
    For this, ZPR002 & ZPR001 should have common base price condition type and rest pricing can change.
    And for maintaining different Pricing Procedure with similar combination of sales area for SalesDoc1 & SalesDoc2, maintain different document pricing procedure for both docs and maintain Pricing procedure accordingly..
    Thanks & Regards
    J Prakash

  • Report for Vendors with no transactions

    Hi,
    I need to know about the Vendor reports. There are several vendors which dont have any transactions at all and we need to identify such vendors. How do we find such vendors? Can anyone suggest me some SAP vendor reports for this purpose?
    Regards,
    Vinod

    Hello,
    Please go to transaction code S_ALR_87012082
    In output control, you will find a check box "ACCOUNTS NOT POSTED TO". Please tick this check box along with "Normal Balances".
    You will get the report of vendors NOT YET POSTED.
    Regards,
    Ravi

  • Asset Balances report for reconciliation with G/L account balances

    Hi all,
    the assets in the dev system are in 2001
    Im derpreciating them for every year and tryin to bring them into 2007.
    but when I depreciate evry year I cant check the asset balance of that year.
    The standard SAP report S_ALR_87011964 can only be used to check assets balances of current year i.e. 2007.
    How can I check the asset balances of year Im depreciating like 2002 or 2003 for reconcialition with G/L account.
    Suggest me a T-code or a procedure
    Thank you all

    Hello
    a. Use asset report S_ALR_87011990 and
    b. Sort Version - 0003
    c. Give your General ledger account if need be in field BALANCE SHEET ACCOUNT.
    d. Use History Version - 0001
    Hope this helps
    Regards
    Anantha

  • Using Crystal Report for VS2010 with target Framework 4 Client Profile

    I´m need know if is possible use the Crystal Reports for VS 2010 with the framework 4 client Profile. Exists some posibility?
    I need use the WPF Crystal Report Viewer, and the export/print mechanism.
    Regards

    Hi Null,
    No it is not, CR requires the full client in all framework versions.
    Thank you
    Don

Maybe you are looking for

  • Unstable Mail post Mavericks upgrade:

    After upgrade to Mavericks (v10.9.1) Mail (v7.1) on my iMac has become unstable, freezing at the drop of a hat, requiring frequent forced quit to wrestle back control. Tried to instal the available Mail Update for Mavericks, promising increased stabi

  • Compress size

    file to file scenario in pi 7.1, sending multiple files with large size from file to file but we need to compress the size of the file is there any chance to compress in sap pi 7.1?

  • Anyone know of a good harddrive and router?

    I am scrapping my Time Capsule as I have lost so many photos because if the defective machinery. {Scream!} Can anyone recommend a good hard drive and router? I would like to set up a wireless network between my iMac and iBook. Thanks. Dee

  • Modify adf component from java using binding

    Hi, I'm using jdeveloper 11.1.1.6.0 I am making an application to learn how to "Binding". To do this, I followed the example " [Binding a JSF Page to a Managed Bean|http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_33/jdtut_11r2_33.html] " Now

  • I'm new to this type of Forum so forgive me please..

    I have what is described below. Some of my podcasts is only Audio and some are Video. Most of them don't have artwork. Is there anyway I can get artwork, thats related to the podcast from the Internet and paste it to the iTunes? I checked the help fi