BW Reporting requirments

Hi
I got a requirment for a report.One of my user is asking for information related to stock check of the warehouse,returns, issues, transfers (value & qty).
Where in ECC or BW can i get this information
Thanks

In BW there is an inventory cube called Material Movements ( 0IC_C03 ) which is loaded from Standard Extractors like 2LIS_03_BX, 2LIS_03_BF and 2LIS_03_UM.
Search the forum. There is one very good documnet which gives a step-by-step description of the various methods needed to be followed for Inventory Management.
Once that Infocube has been loaded use it for reporting purposes.

Similar Messages

  • Best Practice Agregate Tables for agregate awarness ..

    Hello,
    the question i m facing now is how to improve performance trough agregate awarness. How to plan the agregate tables in order to get the best covering for reporting requirments ? How to realize maximum use of agregate tables and minimum use of Detail tables.
    Is there a method / technique to do that the best way?
    until now did it this way.
    1. I generated a kind of select * from DetailTable. (exp. 5 Mio rows)
    2. progressivly i removed one or more dimension from the statment and got for exp. only 3 Mio Rows. the removed dimension is something like Postal code of Customers or so that i get only information about city and country. Or removing Day from date so that i only have info about the month .. etc.
    3. I remove further dimensions .. (less rows exp 1 Mio)
    4. at the end i have 5 or 6 agregate tables candidate for use in agregate awarness ..
    Is that Ok like this .. could u please share your experiences ..?
    Edited by: MM on Sep 9, 2010 3:57 PM

    What was already suggested is, of course, valid. You need to find out what questions your business users are asking else you run the risk of providing an answer to an unasked question. However, there are a few other tips I would like to share.
    First, if you can't get an order of magnitude reduction, it's not worth the effort. Going from 5 million to 3 million rows is not good enough to consider. Going from 5 million to 500,000 rows is, as the resulting aggregate is smaller by a factor of 10. And then going from 500,000 to 50,000 could be even better.
    Second, you might consider what options your database has instead of using Aggregate Aware. For example, Teradata offers the AJI or Aggregate Join Index feature which - to be honest - is far more flexible than using Aggregate Aware in the universe. Using your database means your aggregate tables are usable by any tool that hits the database, even from tools that do not hit the universe such as Crystal.
    Third, and this goes back to the first point in a way, you have to be very careful in defining your aggregate path. The Aggregate Aware feature of the semantic layer is powerful but it does have limitations. For example, you have to build a linear reduction in your path. That probably doesn't make sense (and I have a draft blog post that I have to get finished one day) but here it is in a nutshell. Suppose you have five factors in your fact, call them A, B, C, D, and E. You want to build an aggregate table at the A, B level. That's fine. You can also build an aggregate at the A, C level. But you can't use both of them in the same @Aggregate_Aware() object definition. You have to build a pyramid, like this:
    A
    A, B
    A, B, C
    A, B, C, D
    A, B, C, D, E
    This does not work because items disappear and reappear later on, and that does not work.
    A
    A, B
    B, C
    A, C
    A, D, E
    A, B, C, D, E
    With Teradata AJI definitions you can do this second case. It does not work in the universe, because you need one clear "best" answer at all times. In the second case, where is the single "best place" to retrieve attribute B? There isn't one, and the aggregate aware process fails.
    Hope these ideas help.

  • Missing functionality - multiple contact email addresses

    Currently SBO version 8.8 oly allows a single email address for each contact to synchronize with Outlook.
    Contacts routinely have multiple email addresses which should all be enabled to synchronize with Outlook. by limiting to a single address in the contact record, the activities in the contact records will be missing critical history which may be requred for legal requirements onder Sarbanes Oxley and other legal reporting requirments for document retention requirements.
    Section 302 of the Sarbanes-Oxley Act requires the CEO and CFO of a public company to personally certify and attest to the accuracy of their company's financial statements contained in periodic reports. Section 404 requires auditors to certify the underlying controls and processes that companies use to reach financial results. Both sections require proof that a company's reported financial information can be relied on - and require companies to invest in procedures that ensure information is recorded and managed in a trustworthy manner, including email. As an organization's dependence on electronic mail continues to grow, the mismanagement of email provides a growing target for litigators and regulators. Companies must ensure that records in digital form are managed with the same care and attention as records in paper form.
    Business records must be protected at all times from unauthorized tampering and deletion, more so when a company is involved in audits, investigations, litigation or other formal proceedings. It is therefore of primary importance to copy and archive data before a user has a chance to manipulate it or delete it. Companies must ensure that directors, management and accounting personnel in particular, are informed of their obligation to preserve business records
    Edited by: Dennis Milosky on Mar 25, 2010 11:26 PM

    You can try holding the COMMAND key, then highlighting the contacts you wish to delete, when you have finished sekecting try pressing COMMAND-Delete, this should trash them. Be sure enteries are are correct, there is no coming back.
    Hope this helps

  • Product enhancement for SOX compliance to allow multiple email addresses

    Currently SBO version 8.8 oly allows a single email address for each contact to synchronize with Outlook.
    Contacts routinely have multiple email addresses which should all be enabled to synchronize with Outlook. by limiting to a single address in the contact record, the activities in the contact records will be missing critical history which may be requred for legal requirements onder Sarbanes Oxley and other legal reporting requirments for document retention requirements.
    Section 302 of the Sarbanes-Oxley Act requires the CEO and CFO of a public company to personally certify and attest to the accuracy of their company's financial statements contained in periodic reports. Section 404 requires auditors to certify the underlying controls and processes that companies use to reach financial results. Both sections require proof that a company's reported financial information can be relied on - and require companies to invest in procedures that ensure information is recorded and managed in a trustworthy manner, including email. As an organization's dependence on electronic mail continues to grow, the mismanagement of email provides a growing target for litigators and regulators. Companies must ensure that records in digital form are managed with the same care and attention as records in paper form.
    Business records must be protected at all times from unauthorized tampering and deletion, more so when a company is involved in audits, investigations, litigation or other formal proceedings. It is therefore of primary importance to copy and archive data before a user has a chance to manipulate it or delete it. Companies must ensure that directors, management and accounting personnel in particular, are informed of their obligation to preserve business records

    you are correct, the only way to be able to send to multiple addresses for the same person in a group is to create one card per email address, with a code for the name as in john doe1, john doe2, or play with prefix, suffix or middle name fields to differentiate each card. to date there is no other way around this issue.
    hope this helps.

  • HR Tables Join Condition

    Hello,
      My requirment to extract data from the below HR Tables to BW.
      Fot that purpose i am developing a VIEW based on these tables...
      what are fields that are present in all tables as i can use them in by join condition
    HR Tables
    HRP1000
    HRP1001
    HRP1007
    HRP1011
    HRP1005
    Thanks

    Hi Suresh,
    Thanks for the info provided.
    I didn't understand exactly what your saying with regards to
    'Why don't you simply dump these into soam staging Tables on your BW system & then build your Views/Cubes off the staging tables'
    Could you please explain me in a bit details.
    Actually my reporting requirments is to have the following fields
    Field Name - Table Name
    OBJID -HRP1000
    OTYPE-HRP1000
    STATUS-HRP1007
    MOAVG- HRP1011
    SOBID-HRP1001
    TRFGI -HRP1005
    BEGDA-HRP1000
    tHANKS

  • How to identify the best match Business Content CUBEs

    Hi Experts
    I got the reporting requirments from the user...
    How can i identify is there any suitable business content bw objects (Data Source,DSO,Cube..etc) avaliable that i can use to meet the requirment or
    alteast find a nearst match so that i can enhance
    Please advise me how to start
    Thanks

    Hi,
    Once you collected requirements then you can take a look at the business content site for the datasources or cubes etc.which fit with your requirements.If you tell your requirements then we can suggest you what to use or you can start taking a look at  the link below.
    http://help.sap.com/saphelp_nw70/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    Regards.

  • How to get Leave Accrual Balance in Report

    We can see the accrual balance on SSHR page as well as on Fastpath-> Accruals -> Net Entitlement.
    But I want to display a report which will display all accruals as on a aprticular date.
    Can we get that? Is there any seeded funnction/procedure?

    Hi DR,
    To develop a report you will need help of a technical consultant in your team. You can use XML Publisher to develope your report, what Vigneshwar has provided you is the function which you/technical guy can use to easilt get the balance value as of any date.
    As a function person get the Report defination signed of from business users and share the requirments with the technical team. If you are interested to develop the report on you own then please refer the site which will give you the basics of developing an XML publisher report:
    http://www.apps2fusion.com/at/ps/51-prabhakar/262-xml-publisher-and-data-template-sql-query-to-develop-bi-publisher-reports
    http://imdjkoch.wordpress.com/2010/11/12/steps-to-create-a-xml-publisher-report/
    Hope it helps.
    Thanks,
    Sanjay

  • Purchasing report in BW

    Hi
    In BW my requirment is to develop a report on Purchasing data (0PUR_C01) to perform Vendor Analysis
    While analysis the requirments with that of data avaliable in cube
    How or where can i capture required by date or delivery date in PO
    where as in cube we have goods reciept date...
    Thanks

    Hi Anand,
                    That particular purchase order information for that specific vendor did u load data into BW,if you loaded data is it enabled for reporting or not?
    If enabled did you check u'r selection criteria.........
    Hope this will help you
    Regards,
    Vijay

  • BW HR Reports (Payroll)

    Hi,
      Any one familar with HR BW(Payroll) reports please respond.
    I need to create payroll report
    with following requirments
    positions,cost planning,wage types and actuals...
    Please advise how shall i proceed and r there any Business Content cubes that i can use
    Thanks

    Hi,
        I am new to the BW-HR Stream...
      I need to have Position details which are avaliable in PA20 (HR)...I don't see that details are extracted to BW ....
    Could you please me when and how i can load/locate position details
    Thanks

  • Report: Purchase Orders - Accounting and Payment

    Dear friends,
    Please may I would like to help with the following item: Precise get a report that will allow me to analyze the values registered, recorded and paid by an purchase orders order X (may be hundreds of orders)
    Expressed another way, I would be able to list the payment orders for any one month. Ex: Payments made to purchases orders for the month of March 08
    Graphically
    Purchase Order - Income of Merchandise - Accounting - Payments
    There are some reports that help me to integrate this information?, (Or even allow me to download data and work with ACL), the objective is to analyze the values paid and recorded by an purchase order X (may be hundreds of orders)
    Thank you in advance, I will be attentive to their comments

    Hi ,
    The type of report you are trying to view is like procure to pay report .
    You can use the following tables for this purpose .
    EKKO , EKPO , EKCH , MSEG , BKPF , BSIK , BSAK , PAYR , REGUP - REGUH .
    Kindly expore these tables and you will get an idea as to how to make the joins to suffice your requirments .
    Hope this helps .
    Regards ,
    Dewang T

  • Secondary Leger/New Currency reporting

    Hi,
    We have one requirement to include new currency for new OU. Present situation is that for one of our client there are having one Business Group and one ledger with three OU's under them.
    Functional currecy is in USD and reporting was happening based on this currency till now. Recently they have acquired one more entity and they want that we need to include that currecny as reporting currency in place of the USD for this entity/OU.
    As functional currency will not be able to show details/value in new currency for that new that entity.
    Pls suggest what might be correct approach in R12 in dealling such kind of requirments. My understanding to define secondary ledger and add new currency to this, will it be helpful for me. And then all standard reports needs to be customized according to that.
    Or is there any other better way then please confirm.
    Rgds,
    Nagendra

    Hi,
    Another thing you could do is have an initialisation block which picks up the user's preferred currency from somewhere (if you are using Siebel you could have a user pref or something). Then the logical column can use a case statement to return the value in the correct currency based on the variable value.
    I have seen this at a client and it worked well, at that client all monetary values were stored in the datawarehouse as the local/base currency and 3 different global currencies. The currency value then returned to the user depended on the currency they had selected in a user preference in Siebel (the initialisation block just read the value from the DB for that user at session start).
    Regards,
    Matt
    P.S. In Analytics Apps 7.9.x onwards there is support for up to 3 global currencies out of the box (i.e. the mapplets for conversion can handle 3 and there is space for 3 in the DAC properties) I would imagine the other OBIA have the same functionality

  • Not able to bulid the reports in BIapps ETL changes need to be done r not?........

    hello every one,
    We are using the BIapps  service analytics and which my end-user   want the reports need TAT(Turn around time) based reports taken by the user to close a particular SR in dashboard as well as also want the fallow up calls details for the particular SR and if once again the SR is raised on same issue which he want to show in separate  report.
    The data base we r using  is Siebel crm.If we need to change/modify in  reports  weather  we need to change the informatica mapping  for the particular fields r not.
    Requirments:
    Wanted separate report which shows TAT(Turn around time) for particular SR closed timings.
    Wanted separate report which show the fallow up calls for the particular SR
    Wanted separate report stating that if the same SR has been raised with in a week time or as per the SLA(Service level agreement ) given by company which the user want to see in a separate report.
    Regards,
    Srikanth

    Hi ,
    This is happening because you have check the KEY field against the column which is getting populated by a sequence .
    Uncheck that option , also make sure that the UPDATE filed is also uncheck for that particular column .
    As per the query pasted by you , I think STATUS_NAME should be marked as KEY .
    Thanks,
    Sutirtha

  • Regarding sales report

    hi all,
    i am working ALV reports there i m getting sales document values and returndocuments,what my requirments is returndocuments should display in the report but it should not add in the total. can any one help me to solve tis problm

    hi bhupal,
    thanks for ur reply. but i want the values but it should not add in the total.for example
    return values 20
    non retun values 60
    total 80 its coming .. i req only 60  ,
    Thanks in Advance

  • MM/FI report development

    Dear All,
    We have a report requirement of MM/FI with the below requirments.
    PO Number, PO date, PO Amount, GRN date, GRN amount, Invoice Date, Invoice Amount, Payment Date, Payment Amount, Vendor number.
    We are able to develop till Vendor invoice, but payment details we are not able to link.
    Please let us know if how to go about it or is there any standard SAP report which provides all these requirements.
    Thanks!
    Z

    Hi Zia,
    You can get payment details from table BSAK. You can give the invoice document number (BELNR) as the parameter and retrieve the clearing/payment document number AUGBL with document type KZ or ZP.
    Regards,
    Mike

  • Report Painter Elements

    Dear friends:
    I am working on 4.7 v. I have copied a report and making changes to meet my requirments. In report painter, I selected Edit - Hidden rows - delete. Some of the elments i am unable to delete. The system shows the messages " You cannot delete, because element Custom Car is dependent "
    I tried to delete the element using Edit - Elements - Delete. I am getting the same error.
    How to develop a Hierarchical structure in report painter?
    How to overcome the problem?Please advise.
    Regards
    Rajendra

    If you ever encounter a "dependent" error message it means that the line that you want to delete is part of a formula most probably it is part of a total or subtotal, so search for any lines  that has formula lines and delete those lines form the formula or the whole formula line so you can reset the formula correctly.
    To develop Hierarchical structure in report painter , the easiest way is to create a set in GS01, there you can create multi level sets thereby you can make use of this structure for other reports as well.

Maybe you are looking for

  • Using Bind variables in SQL PLUS Report

    using Bind variables in SQL PLUS Report. This report gets the arguments from the application concurrent program. Now my need is to convert the start_date and end_date to bind Variables to improve the performance. I have commented the original code in

  • Monitor or TV?

    Hi there. I'm needing some kind of monitor or TV to grade a film on FCE. Can anyone recomend what the best option is? I have the a DV camcorder connected to the Mac and wanted something I could view the canvas on to see what the end film will look li

  • Updating FIrmware - No Version number found on router

    fixed... Message Edited by Rodine on 10-13-2009 06:43 PM (PC Gamer) Q9550 2.8Ghz Thermaltake Heatpipe Air CPU cooler XFX 790i Ultra (3 way SLI capable) BFG 260 GTX's OC in Two-Way SLI BFG 1000 Watt PSU Cooler Master Case 10k rpm sata drive GSkill PC3

  • Generatation of 4 PDF Reports from One Oracle reports 10 G

    Hi All, i am generating 4 PDF reports from one Oracle reports in 10 G. i used RUN_REPORT_OBJECT built in 4 times with some different parameter list at a single time. some time it generates but some time it generate 2 or 3 out of 4. Can you anyone hel

  • Erasing a Time Capsule how to

    I have a time capsule that is wireless. I want to erase or reformat it. How can I do that? In disk utility I do not see the wireless TC. Thanks