Report for redundant Tables?

Hello all
Would like to see which tables have not been accessed for a certain period (eg. 6 months)
Does anyone know if there is a report which will be able to list this information?
Cheers

You can check table  RODIR  for obsolete tables etc.
In you case there is tool provided by SAP for the same called CDMC .
http://help.sap.com/saphelp_smehp1/helpdata/en/d3/4b21cf15464589b84bc63f0da54530/content.htm

Similar Messages

  • VAT Report for Slovakia - Table FOTTDCLITM

    Hello Experts,
    I set up the VAT report RPFISKEVAT according to OSS note 1826197.
    This program is used for Slovakian VAT reporting and should also create a XML file. But the report needs entries in table FOTTDCLITM. This table is empty and I don't know what kind of entries are needed.
    I assume that I have to maintain all relevant tax amounts per period in this table but I am not sure. And also there is no maintenance possibility for this table. Has anyone an idea?
    Thanks in advance for any help!
    Christian

    Hello Oleg,
    I just opend a OSS message and got this answer from SAP:
    Hope it helps you. For me it was useless. Since we did exactly as described here.
    If you have News I would be glad if you would share it whit me.
    Regards
    Conny

  • MII report for MII table maintenance

    Hi Experts
    My functional consultants want an easy way to update data in bespoke tables within the MII database.
    They want to do mass updates. This is so they can run a demo of some interfaces, then reset the MII data to its previous state.
    They cannot log on to SQL.
    My plan is to enable this using an MII report running an update query/queries.
    Has anyone done something similar? Can anyone give an example of an MII report to show table data and then allow the data to be updated in the underlying table (I suppose using an update query, allowing flexible updates)?
    Or is there an easier way to enable a user-friendly table maintenance? Has to be something quick to build
    Many thanks,       Ben

    2. in Web, create irpt with this script
    function Selection(){
         var myApplet = document.iGridBatchData;
         var myGridObject = myApplet.getGridObject();
         var rowCount = myGridObject.getSelectedRowCount();
         var txt = "";
         for (i=1; i <=rowCount; i++) {
              var RowNumber = myGridObject.getSelectedRowAt(i);
               txt= txt + "," + myGridObject.getCellValueByName(RowNumber,"DateTime") ;          
         var txtLength = txt.length;
         txt =txt.substring(1, txtLength);
         var SQL = "SELECT * FROM x where DATETIME not in " + "(" + txt + ")";
         document.getElementById('TT1').value=SQL;     
    in body
    <APPLET NAME="iGridBatchData" CODEBASE="/XMII/Classes" CODE="iGrid" ARCHIVE="illum8.zip" WIDTH="640" HEIGHT="400" TABINDEX=1 MAYSCRIPT>
         <PARAM NAME="QueryTemplate" VALUE="Default/MultipleSelection/TagHistory">
         <PARAM NAME="DisplayTemplate" VALUE="Default/MultipleSelection/GridMultiple">
         <PARAM NAME="SelectionEvent" VALUE="Selection">
    </APPLET> </p>
       <input type="text" id="TT1"  class="txtField"  maxlength="400" size="200"> </p>
    The answer is something like this
    SELECT * FROM x where DATETIME not in (Aug 12, 2011 11:55:01 AM,Aug 12, 2011 11:56:01 AM)
    Aug 12, 2011 11:55:01 AM,Aug 12, 2011 11:56:01 AM is from 2 rows selection and it will increate for multiple rows you selected. Now you just need to change the SQL to update statement.
    regards
    sengkiang
    Edited by: Seng Kiang Hoe on Aug 12, 2011 1:09 PM

  • Excise report for fields & table

    HI, Expert
    I want to make a zreport for excise register & also discuss with the ABAPER , he said the functional consultant will provide the fields & tables then i will make the report , can any one tell me where i can find the fields
    regards
    kumar

    Sl.no, Types of doc, No & date of doc, Name of the supplier, Types of Supplier, ECC no of the supplier, date on which input received, value, detail of credit takesn, Cenvat, SED, AED,AED, ADDL, CESS, SHCESS, Description, For the main item in the document

  • Auditing report  for HR table

    I need to make report the data maintains like update the job,qualification, grade so on
    if all data i need found in on table or package whats the name ?
    thanks
    fathi

    If you a referring to using audit trails to keep track of who changed what, pl see MOS Doc 111786.1 (Reference Documentation to Set Up of Audit Trail in Oracle HRMS)
    HTH
    Srini

  • Creating reports for user tables using XL reporter

    Hi all
    i wish to create  a report based on user tables using the XL reporter.
    question is: is it possible? and if so how can it be done?
    appreciate the help
    Yoav

    Hi Yoav,
    XL Reporter cannot pull data from UDTs. However, you can use an Excel template when creating your XL Reporter report and then embed VBA code in the template to pull the UDT data in to the report after the XL Reporter has finished generating the report. It all depends on how you need to combine the UDT data with other SBO data. If you are interested in a report based entirely on UDT data then it would be simpler just to write the report using VBA in Excel (or Crystal).
    Kind Regards,
    Owen

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Stock report for Stationery or Table to use

    Hi SAP Gurus
    I would like to run a report for all stationery by plant and storage location.
    Use a table that can give me a detailed report of Stationery stock on hand
    Regards
    Susan

    Hi,
    you can get all the Stocks available at Storage by MMBE Tcode or you can use MARC or MARD tables to view material in Storage.
    regards.
    Ninad Kshirsagar

  • Unable to generate spool for two tables in report output

    Hi,
    I created report with two custom containers displaying two tables in output. When I execute the report in background spool is created only for one table in top custom container.
    What should be done to generate spool for both the tables in two different custom containers.
    Thanks,
    Abhiram.

    Hi,
    Check the bellow link for your requirement.
    <<link removed>>
    Regards,
    Goutam Kolluru.
    Edited by: kishan P on Feb 2, 2012 1:50 PM

  • Tables or Logical database to create standard report for Equipment BOM?

    Dear All
    My client has requirement for the report with fields like to see the status of Equipment BOM(input of Equipment number in selection screen) or for Particular set of Materials(input of component number in selection screen) available stock quantity,storage location of stock,description of component,price of component,Pending PR of component(if any),Pending PO of component(if any) etc
    I want to develop the report with standard infoset query instead of going for abap development.is there any logical database to map the report or what tables can i use for table joins??
    Required sample report with fields as below
    BOM Component
    Stock available/Not available indicator
    Description of Components
    BOMQty/ UOM
    Price
    Part Number
    Plnt
    Sloc
    Stock Qty
    Bin
    Pending PR
    Pending PO
    1000001121
    YES
    BEARING
    NO
    2000
    ERS22
    1000
    MECH
    4
    A1
    300012431
    Regards
    M.Manojkumar

    Manoj,
    The following is the tested solution.
    Table join
    Output
    This figure shows the case of a Equipment BOM where 3 components are there. Installed Quantity are 4, 1, 1 respectively. Last two columns are showing the Storage Locations and the Stocks available.
    Fields taken to output are
    From STPO : IDNRK MENGE MEINS
    From MARD  LGORT LABST
    As said before, more than this you can not do in SQVI. With this basic join in SQ02, using codes in Extras you can do much more.
    Jogeswara Rao K

  • Table or report for customer, g/l account and chart of account together

    Hi All.
    I am looking for any table or report where one can see the followings;
    Chart of account and customer together
    or
    chart of account, g/l account and customer together
    or
    cutomer and g/l account
    I am aware of the all the FI table like KNB1, SKA1, SKAT ..and many others. But I failed to get if any of those tables helps to give all above informations together.
    Unless I am missing something.
    Thanks in advance.

    Hi,
    There many FI Reports available to check Customer & G/L Account combination
    1. FBL3N - G/L ACCOUNT LINE ITEM
    2. FBL5N - CUSTOMER LINE ITEM
    3. FBL1N - VENDOR LINE ITEM
    For Chart of Account / Customer and Chart of account /GL account combination you have to develop the Z Report
    For this you can pre pare by using logic of Revenue Account determination
    The table Name Revenue Account determination: C001
    Techincal information: C001-SAKN1
    Sit with your ABAP Programmer and explain your exact requirement he will prepare the table for you as for your requirement
    Best Regards,
    MH

  • What table and fileds we have to use to develop a report for blocked

    what table and fileds we have to use to develop a report for blocked invoices?

    VBRK-RFBSK
    <b>     Error in Accounting Interface
    A     Billing document blocked for forwarding to FI
    B     Posting document not created (account determ.error)
    C     Posting document has been created
    D     Billing document is not relevant for accounting
    E     Billing Document Canceled
    F     Posting document not created (pricing error)
    G     Posting document not created (export data missing)
    H     Posted via invoice list
    I     Posted via invoice list (account determination error)
    K     Accounting document not created (no authorization)
    L     Billing doc. blocked for transfer to manager (only IS-OIL)
    M     Analyst Approval refused (only IS-OIL)
    N     No posting document due to fund management (only IS-PS)</b>
    Regards
    prabhu

  • For output display report is final_internal table or structure in wd ABAP?

    Hi all,
    for output display report is final_internal table or structure in wd ABAP?
    in wd java output display report -.> CALLING rfc and that RFC OUTPUT table
    finally in internal table is assigned to STRUCTURE .Same procdure?
    Thanks,
    RAMA

    Dear Madhu,
    thanks for guidence!
    its showing popup tht this BADI ( ME_CHANGE_OUTTAB_CUS ) is only use for "SAP Internal  use".
    Regards,
    Praphull

  • Need help in creating table in crystal report for visual studio 2010

    Since there is no table support in crystal report,how can I create a table in crystal report for visual studio 2010?
    I have a datatable and I need to show that in crystal report in table structure.
    I have tried using lines and boxes to generate the table but it is not working perfectly.
    How can I export the report in excel format in read/write mode saving all the formatting in the report

    Hi,
    Check sample codes from following:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsSDKSampleApplications
    You can download the [Developer's Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm] & [API Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_apiRef_12_en.chm]
    Thanks,
    Saurabh

  • Regarding locks in SAP ( concurrent access by two reports for a same table)

    Hi All,
    I have a problem regarding locks. I have designed a report using lock function modules to set locks and release them after the database operations and it works perfectly. There is another report which also does some DB operation on the same table but there are no table locks using enqueue function module implemented in this report and despite of lock set by first report on the table it is able to do the changes on the db table. I need to know how to overcome this problem.
    Thanks for your solutions.
    Regards,
    Sachin

    Sachin Dangayach wrote:
    Hi All,
    >
    > I have a problem regarding locks. I have designed a report using lock function modules to set locks and release them after the database operations and it works perfectly. There is another report which also does some DB operation on the same table but there are no table locks using enqueue function module implemented in this report and despite of lock set by first report on the table it is able to do the changes on the db table. I need to know how to overcome this problem.
    > Thanks for your solutions.
    >
    > Regards,
    > Sachin
    lock procedure requires that all programs involved cooperate. Inconsistencies can occur if a program reads or changes data without having previously locked it. When a lock is set, the data records are only protected against changes by another program if this program also requests a lock before accessing the data.
    Please check the above extract from [SAP help|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eed9446011d189700000e8322d00/frameset.htm],  to maintain data consistency, it must be ensured that all the programs should lock the data before changing.
    -Rajesh.

Maybe you are looking for

  • G/L Account default in purchase order with account assignment category K

    Hello gurus, when creating a new position in a purchase order with account assignment category K "Cost Center", the G/L Account No. is always filled with a default account. Where and how can I define, what account is used as default GL Account? The v

  • FIOS VOD stops starts

    I have an actiontec Gen3 Rev I, it is only a moca bridge, Cisco 3000 is primary router, ONT cat6 to Cisco. We watch a lot of VOD. Last month started having problems with remote, then with guide, then VOD. All of these things are controlled by router,

  • Port Fowarding Limitations

    I do apologize if this has already been addressed, i did a search and did not find anything pertaining to exactly what i am looking to answer. I currently own the Airport extreme. And my only negative comment about it is "Why was it not designed to u

  • I got the new iPhone 4 but can't put my music on it because it says I need Mac OS X 10.5

    I am trying to put the music from my iTunes account on my MacBook Pro onto my iPhone 4 and it says I must install the new version of iTunes. When I try to install the new version of iTunes it says I can't because I don't have Mac OS X 10.5.

  • Updated mountain lion today now can't sign in to access my computer

    Updated Mountain Lion today and now cannot sign in to access computer.  Changed my password on Apple ID but no luck.  Talked to tech, not eligible for tech support.  Can someone help......