Reports connecting  Assets records,PO record and Costing Records.

Hi,
I am trying to get one report with the following output:
1. Asset Class
2. Asset Number
    Asset Document Number
3. Transaction Type
4. WBS number
5. Order Number
6.Cost Element
7. Purchase order Number
8. Vendor Number
9. Value
I have been trying to get the information from the following tables:
ANLA
COVP
EKKO.
ABaper is saying that it is not possbile to make the report as he is not able to fetch PO number or Order number  or there is no common field in these three tables.
Can anybody suggest, from which tables i can fetch the data to get the report as desired by the client.
Thanks,
Manish Singhi
Due credit will be given in the form of Points.

Hello Manish
Check if report RAHERK02 with an appropriate sort variant fills your needs.
Set also flag "display information on origin".
Regards
Javier

Similar Messages

  • How to create report which includes records of current month and last 7 days of previous month.

    Hi Experts,
    I need to create a report which includes records of current month and last 7 days of previous month.
    I will get records of current month by this formula :- month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)
    Please tell me how to add the records of last 7 days of previous Month for the same report.
    Thanks in Advance.

    Hi Ajay,
    If you have more than a year data in your database then your formula will return wrong results. ie. If your data consist of 2012,2013,2014 data then below formula will return all 8th month data irrespective of year. So, you need to check year also here
    month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate)
    Now add Abhilash second statement in OR so, your formula should look like :
    (month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate))
    OR
    Date({PROBSUMMARYM1.OPEN_TIME}) IN [DateAdd('d',-7,Maximum(LastFullMonth)), Maximum(LastFullMonth)
    -Sastry

  • Asset report - with asset G/L accounts connected for gross value and amorti

    Hello dear all,
    Is there a way to obtain asset report by asset (and not by asset class) with the G/L accounts connected for gross value (acquisition) and amortization (depreciation) ?
    Thanks
    Edited by: Tarek AYACHI on Jun 1, 2010 10:25 AM

    Look to the report S_ALR_87011990 - Asset History Sheet  for more information about this report look in the wiki part from this forum
    http://wiki.sdn.sap.com/wiki/display/ERPFI/Asset+Reporting
    perhaps you can find with the ransaction ARQ0 - Ad Hoc Reports  you need

  • Plant and Cost Center are not displaying in FI doc. for asset scrap ABAVN.

    Hi All,
    When we do asset retirement by Scraping using Transaction Code ABAVN, Plant and Cost center are not appearing in the FI document. But, in the master data the Plant and Cost center are assigned for the particular Asset. 
    When I see the FI document display, the fields Cost Center and Plant are blank.  Business Area and Profit Center fields are getting updated.
    Can any one help me how to get this Plant and Cost Center in the posted document.  Is there any OSS notes for this.  I am using ECC 6.0 version.
    Thanks in advance for your help.
    Regards,
    Rajesh

    Rajesh
    Aditional on me answer.
    The systemtakes not the cost center from the asset you have to assign it in OKB9 or to fill in during this posting:
    Steps
    Click on Simulate, than you see the posting screen:
    Click on the line (pk 40)
    Click on Goto and Additional account assignment and fill in the cost center whatu2019s in the master record of the asset and post
    An other option is to make a substitution to get this information

  • How to see Deleted Asset Records

    Hi,
    From where we can see the deleted Asset Records means on which date asset has been deleted.
    Regards..

    Hi,
    Procedure to see the deleted asset records:-
    Fixed Assets >Information System >Reports on Asset Accounting >Asset Balances >Balance Lists >Asset Balances >S_ALR_87011964
    Go to Dynamic Selection >Administrative Data and select Mark for Deletion. Give input criteria as X and run the report.
    Thanks,
    Panneer

  • SSRS 2008 R2 - Separate report for Each record?

    Hi,
    How do I create new pdf reports for each records from a table? The pdf files should be named as customerid.pdf and needs to be delivered in email or share path? 
    Each record has enough content for 5 page of pdf report.
    How do we achieve this?
    Thanks
    Raj

    You can create a data driven subscription to loop through records in the table and create pdf based on number of customerid.
    Have a look at this for DD subscriptions :
    http://msdn.microsoft.com/en-us/library/ms169673.aspx
    Kind Regards, Vikram Kansal Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker

  • Opening updated report fails because record selection filter is invalid

    I am trying to update a report stored in BOE XI.  The report has been modified and the main part of the report has been moved to a subreport.   I first replace the .rpt file with the updated report.  Then I attempt to open the report using the code below it, but it throws an error and complains about an unknown field being mentioned in the filter
    oReportAppFactory = (IReportAppFactory) es.getService("", "RASReportService");
    oReportClientDocument = oReportAppFactory.openDocument((IInfoObject) oReport, 0, Locale.ENGLISH);
    ERROR MESSAGE: Cannot open report document. --- This field name is not known.
    Details: errorKind
    Error in File /opt/bobje/bobje/tmp/{F395AC11-26FC-11DF-A70C-00065B8B38B5}.rpt:
    Error in formula  <Record Selection>.
    '// Filter on desired date range
    This field name is not known.
    Details: errorKind
    If I manually delete the record selection filter in CMC before upgrading the report all works fine.  So, do I need to remove the filter before attempting to open the report or is there another step I'm missing to refresh the report using the newly updated .rpt file? 
    thanks,
    Brett

    The relevant part of the stacktrace is below.  
    java.lang.UnsupportedOperationException
            at com.crystaldecisions.sdk.properties.internal.AbstractSDKList.remove(Unknown Source)
            at java.util.AbstractList$Itr.remove(AbstractList.java:436)
            at com.crystaldecisions.sdk.plugin.desktop.common.internal.i.do(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.f(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.f(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.refreshProperties(Unknown Source)
    The context is the same as the original post...
    An existing report is being updated.  The original report uses a single view and has a record selection filter.  The updated report uses the same view in a subreport, and the main report has no record selection filter.
    .rpt file is updated using IReport.replaceUnique(int, File).  
    Changes are committed to IInfoStore -> iStore.commit(IReport)
    Refresh options are enabled
    IReportRefreshOptions refreshOptions = oReport.getReportRefreshOptions();
    refreshOptions.removeOption(IReportRefreshOptions.CeRefreshOption.TITLE);
    refreshOptions.removeOption(IReportRefreshOptions.CeRefreshOption.DESCRIPTION);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.PROMPT_VALUES);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.RECORD_SELECTION_FORMULA);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.GROUP_SELECTION_FORMULA);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.PRINTER_OPTIONS);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.DEFAULT_LOGON_INFO_VALUES);
    Properties are then refreshed using IReport.refreshProperties() which throws the UnsupportedOperationException
    changes are again committed.
    thanks,
    Brett

  • How to stop report updating the records

    Morning all,
    I have created a report which calculates reworked jobs according to a group (reason code). I later on added a sub report which calculates all the jobs (that is all the processed jobs). The sub report is linked with main report by Reason code.
    Reason Code 1 to 99 in main report is linked with the reason code 1 to 99 in the sub report.
    There are 9 specified reason codes. for example
    Customer care - 1-99 reason code -  This reason code total processed orders value is the same as Supplier.
    Lab Surfacing - 200-299 reason code -
    Lab Tinting - 400-499 reason code -
    Hard Coating - 800-899 reason code - 
    Supplier etc. - 900-99 reason code - This reason code total processed orders value is the same as CstCare.
    When the report runs, it calculates the value of the first group 1-99, sub report counts the total processed orders and displays the value (upto here it is fine). As the report goes on reading records, it updates the values and shows an updated value in some groups which needs to be the same as the first group value.
    For example
    If Customer Care had 470 processed orders, by the time it reaches Supplier it shows 507 processed orders, where as it should have kept it to 470 processed orders for Supplier group as both should have same value of orders processed.
    The report is running fine however the records which are being pulled from the sub report gets updated by the time report finish counting all the records.
    The main reason why it is doing is because it starts recounting on each group reason code. So when it sets off from reason code 1 to 99, it calculates all the records and then filters them to get 1 to 99 reason code records. Then when it comes to 100-199 group it starts recounting again all the records. The process kept itself until it stops matching reason codes between two reports.
    Any ideas how to process all the records at once from the sub report? so that each time it looks for the record, it just picks what has been processed?
    I suspect instead of keeping it on the group level I should move the sub reports on the header of the main report?
    Any ideas will be welcomed.
    Regards
    Jehanzeb

    Hi J,
    This is not possible in Crystal, as you are well aware that when it is processing a group in the report, it will process that particular group objects like sub totals, group totals, sub reports etc.  You can't pull all information (sub report) at once and show in bits and pieces.
    You may have to create an intermediate database and replicate the data from your main database in certain intervals.  It will help you to prevent different count in groups.
    Thanks,
    Sastry

  • Currency fields in Salesforce reports display as "[Record]" in Power Query

    Currency fields in Salesforce reports display as [Record] in excel when using power query.    Can include screenshots due to forum rules.

    Thanks - that helped me figure it out.
    IF you right click on the source and click edit to get into edit mode on the query, then you have the option to expand the record.  Doing this and saving does the trick.  
    Will try and post some screenshots later if others run into this.

  • Speed Issue in Report With 1130680 Records Returned

    Hi
    <b>Apologies to the mods if this is in the wrong section, it contains content related to Legacy SDKs (VB6/COM), newer .NET content as well as report design issue.</b>
    I'm using Windows XP SP3 with the database hosted on my machine, an [email protected] with 2GB DDR2 RAM. Neither the client's pc nor their server are as powerful as mine. (It sucks, I know.)
    A report has a speed issue for the end users. The query to the database (SQLS2008) takes 30 seconds and returns 1 130 680 records. And yes, this is the amount of records that need to be returned (the report is a Sales Details report for transactions from 2008/09/01 to 2009/03/31) Running the query through SQLSMS takes the same amount of time whether I execute the statement that the report sends or put the query into a stored procedure. The relevant indices are in place.
    Our application is written in VB6 and uses the CR9 unmanaged runtime. I've written a small little CR application in VS2008 to see if running the report through the CR.NET runtime would make it quicker. I built the .NET app in release mode (with optimization and no debug data) and ran the exe to do the speed tests. The times taken for the report to run:<ul>
    <li>VB6 app - 3:30s
    <li>.NET app - 4:30s
    <li>VS2008 IDE - 2:02s
    </ul>
    I have run the report three times for each app using my cellphone as a stopwatch and the times are reproducible to within two seconds.
    I accidentally ran the report in the VS2008 IDE and it took 2:02s to run. Thinking that the loading of the DLLs in .NET was part of the problem, I added code under a button on the form with the following code:
    CrystalReportsApplication1.Properties.Settings a = new CrystalReportsApplication1.Properties.Settings();
    Assembly aAss = Assembly.LoadFile(a.CR01Engine);
    Assembly bAss = Assembly.LoadFile(a.CR02EntFramework);
    Assembly cAss = Assembly.LoadFile(a.CR03EntInfoStore);
    Assembly dAss = Assembly.LoadFile(a.CR04ReportSource);
    Assembly eAss = Assembly.LoadFile(a.CR05Shared);
    Assembly fAss = Assembly.LoadFile(a.CR06WinForm);
    to preload the assemblies. Unfortunately it made virtually no difference to the running time of the report.
    Suggestion from The specified item was not found. on [this page|Speed issue - internal processing vs views;:
    8. For summaries, use conditional formulas instead of running totals when possible.
    I didn't know that, but we're doing that already.
    I even tried using ngen in a virtual machine for the .NET app, but the time was the same. And yes, I know that ngen is only supposed to aid startup times and that it is actually recommended to let the JIT optimize on the fly instead of ngen optimize beforehand. What really struck me was that even in a VM (using Virtual PC 2007) using 512MB of RAM and only a single core the time was the same.
    My questions:<ol>
    <li>I thought that VS2008 shipped with CR2008 Basic, but according the the references in my project it's CR10. Would the CR2008 runtimes improve the report speed?
    <li>Why do the CR10 .NET runtimes take longer to execute than the CR9 COM runtimes?
    <li>I really, really, really need the .NET runtime to outperform the COM runtimes as our purchase of CR2008 hinges on this. As you can probably guess, we're currently using ye olde CR9.2 from 2002.
    <li>Why oh why do the CR10 .NET runtimes take longer to execute than the CR9 COM runtimes?
    <li>The first level of grouping is a variable which changed the grouping depending on a parameter. I changed it to a field from one of the tables and the times for the apps are:
    <ul>
    <li>VB6 - 2:15s
    <li>.NET - 2:48s
    <li>CR9.2 IDE - 2:19s
    <li>VS2008 IDE - 2:34s
    </ul>I may or may not be able to push it out to the client like this, I don't know. Why did the VS2008 IDE take longer this time? All I did was change the grouping-on-parameter to ordinary grouping.
    <li>Why oh why oh WHY do the CR10 .NET runtimes take longer to execute than the CR9 COM runtimes? Are they just thunkers to the COM DLLs?
    <li>Why does the run in the VS2008 IDE (in debug mode BTW, not release mode) run quicker than both programs?
    <li><i>AndrewJ.requestACookie(Flavour.Strawberry, Flavour.Alternate.ChocChip, RequestMethod.Please); // Hey, it's 5:44PM and I want to go home for the long weekend! </i>
    </ol>
    Thank you and have a blessed Easter!
    Edited by: AndrewJ on Apr 14, 2009 10:04 AM. Changed the CPU, I was thinking of my CPU at home.

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly.
    Bottom line is CR Basic is version 10.5. CR 2008 is 12.2.x.xxxx. Install CR 2008 SP 1 to get .NET support.
    And you can't compare COM to .NET, it's like comparing apples and oranges, both fruits but different flavors.

  • Use connect to record video??

    I want to try to use connect to record video of an instructor
    to include in an online coures. I can record myself as the
    presenter, but I want to know if I can use it to record video of a
    participant? I looked in the documentation but couldn't find any
    info.
    Thanks,
    Annette

    You can. You will need to make the participant a presenter or
    give the participant enhanced participant rights to the camera
    tool. They can then broadcast their video and you can record it.
    Jorma

  • Reports with 7000 records taking 10mts

    Hi
    I have designed a IR report which can retrieve between 10 records to 500,000 records. But for retrieving 7000 records it tooks 10 minutes.
    Could anyone tell me how to improve the performance.

    MUnky
    thanks for your response. I have recreated a interactive report.
    I enabled 10046 trace and i run the report with 15 row at 1st time after i changed the interactive rows per page 500 records and navigated it twice. My trace file shows 15 seconds overall but the apex debug session took 45 seconds. I have create some partition on that table. Table has 4.8 million rows and size is 1.5gig.
    The following are the trace output
    select
    ROWID as apxws_row_pk,
    "APXSEQ",
    "JOB_SEQ_ID",
    "ISSUE_ID",
    "TARGET_TABLE_NAME",
    "PROGRAM_NAME",
    "ISSUE_COL_NAME",
    "ISSUE_COL_VALUE",
    "ISSUE_TYPE",
    "KEY_COL_NAME_1",
    "KEY_COL_VALUE_1",
    "KEY_COL_NAME_2",
    "KEY_COL_VALUE_2",
    "KEY_COL_NAME_3",
    "KEY_COL_VALUE_3",
    "KEY_COL_NAME_4",
    "KEY_COL_VALUE_4",
    "KEY_COL_NAME_5",
    "KEY_COL_VALUE_5",
    "KEY_COL_NAME_6",
    "KEY_COL_VALUE_6",
    "KEY_COL_NAME_7",
    "KEY_COL_VALUE_7",
    "KEY_COL_NAME_8",
    "KEY_COL_VALUE_8",
    "KEY_COL_NAME_9",
    "KEY_COL_VALUE_9",
    "KEY_COL_NAME_10",
    "KEY_COL_VALUE_10",
    "KEY_COL_NAME_11",
    "KEY_COL_VALUE_11",
    "KEY_COL_NAME_12",
    "KEY_COL_VALUE_12",
    "KEY_COL_NAME_13",
    "KEY_COL_VALUE_13",
    "KEY_COL_NAME_14",
    "KEY_COL_VALUE_14",
    "KEY_COL_NAME_15",
    "KEY_COL_VALUE_15",
    "ORA_ERROR_MESSAGE",
    "RUN_DATE",
    "BLOCK_NAME",
    count(*) over () as apxws_row_cnt
    from (
    select * from (
    select * from obe.APX_EXCpt_bkp1 where apxseq=3 and issue_id='102.21'
    ) r
    ) r where rownum <= to_number(:APXWS_MAX_ROW_CNT)
    order by ROWID
    call count cpu elapsed disk query current rows
    Parse 3 0.00 0.00 0 0 0 0
    Execute 3 0.00 0.00 0 0 0 0
    Fetch 1806 0.15 0.14 0 1473 0 1806
    total 1812 0.15 0.14 0 1473 0 1806
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 478 (OBE) (recursive depth: 1)
    Rows Row Source Operation
    202 WINDOW SORT (cr=491 pr=0 pw=0 time=42548 us)
    7039 COUNT STOPKEY (cr=491 pr=0 pw=0 time=91640 us)
    7039 PARTITION RANGE SINGLE PARTITION: 3 3 (cr=491 pr=0 pw=0 time=77555 us)
    7039 PARTITION HASH SINGLE PARTITION: 2 2 (cr=491 pr=0 pw=0 time=63451 us)
    7039 TABLE ACCESS BY LOCAL INDEX ROWID APX_EXCPT_BKP1 PARTITION: 18 18 (cr=491 pr=0 pw=0 time=49367 us)
    7039 INDEX RANGE SCAN APX_EXCPT_BKP1_IDX1 PARTITION: 18 18 (cr=21 pr=0 pw=0 time=7174 us)(object id 1059619)
    Rows Execution Plan
    0 SELECT STATEMENT MODE: ALL_ROWS
    202 WINDOW (SORT)
    7039 COUNT (STOPKEY)
    7039 PARTITION RANGE (SINGLE) PARTITION: START=3 STOP=3
    7039 PARTITION HASH (SINGLE) PARTITION: START=2 STOP=2
    7039 TABLE ACCESS MODE: ANALYZED (BY LOCAL INDEX ROWID) OF
    'APX_EXCPT_BKP1' (TABLE) PARTITION: START=18 STOP=18
    7039 INDEX MODE: ANALYZED (RANGE SCAN) OF
    'APX_EXCPT_BKP1_IDX1' (INDEX) PARTITION: START=18 STOP=18
    Trace file shows fetch count is equal to rows count. is there any option in apex to do bulk fetch?
    And munky what is the tuned response time to retrieve 1000 records per page and navigation to next page time

  • Report for Asset number and its Purahcse order number

    Hello Friends,
    Please give me details of report for Asset number and its Purchase order number .
    Regards
    Nilesh Vakil

    hi,
    GO to ME2N...
    use SHIFT + F4..
    there check for the acc. assign cata. field and input the asset  and execute..
    Regards
    Priyanka.P

  • Open PO report with GL's and Cost Centers

    Hi Gurus,
    Is there a report that already exists where we can run open purchase
    orders not received for non-inventory items that pulls the quantity,
    price, GL account code, and cost center account code?
    Thanks
    Anusha

    Hi,
    May be the requirement will not be met in a single report.Please check the t code ME2K with selection parameter as we101 which gives you the open POs for that cost center or range of cost centers.
    EKPO gives price details.
    and check the table EKKN for GL account and cost center for that PO.
    If you want open POs check the T code ME80FN.
    Regards,

  • PO reporting that can capture PO number, PO value and cost center

    Dear SAP expert and gurus,
    Would like to seek for your professional advise and consult on which report in MM that can capture the PO number, PO value and cost center.
    Kindly advise.
    Thank you
    Regards
    Leonard Tan

    ME80FN is a good report that captured the PO number and amount. However, the cost center is not being captured here. is there any suggestion?
    ME2K is not an ideal report to user cause, user requires the data to be shown in one line instead of 2 to 3 line.
    Is there any report like ME80FN can be captured PO number, PO value and Cost Center.
    Thank you
    Regards
    Leonard Tan

Maybe you are looking for