Find table for table maintenance

Say you’re in transaction mm03 to display a material.  How do you find the table you can perform table maintenance on to edit selections for field MVGR5?

Good question.  Here is the way that I found it just know.   I went to SE11 and looked at the MVKE table and saw that the check table for MVGR5 is TVM5,  then I went to the intial screen of SE11 and changed the radiobutton to view, and did F4 help, here I hit the expand view icon and entered TVM5 in as the primary table and checked "Maintainence view",  it returned  V_TVM5 as the maintenance view.  I entered this view name into SM30 and that's it.
I don't think that it is always this cut and dry.
Regards
RIch Heilman

Similar Messages

  • What are the standard tables for plant maintenance in r/3

    I need the list of standard tables for plant maintenance in r/3. and also
    is there any way we can find the field name  and table which it belongs to in r/3,  based on the description of the field.

    I NEED THE FIELD NAMES FOR FOLLOWING FIELDS AND CORRESPONDING TABLE NAMES
    Equipment status
    registration number
    insurance type
    insurance type description
    registration date
    expiry date
    insurance companies
    expiry date
    policy number
    amount insured
    premium paid
    created by  ..so ..on
    for our report in PM  .. insurance data report
    THANKS

  • Com.waveset.util.ConfigurationError: Cannot find columns for table 'object'

    I am trying to install IDM on my own laptop and use MS SQL Server 2000 as the repository. I run the create table scripts, copy all the jar files to C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\Idm\WEB-INF\lib. But I still got the following error message:
    com.waveset.util.ConfigurationError: Cannot find columns for table 'object' ==>com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'object'
    Does anyone have any idea of what may cause this problem?
    THANKS!

    I found the solution to this issue.. is that the Database user ID must be set to the schema .. this is the statment that probably did not work:
    CREATE USER <username> FOR LOGIN <login name> with DEFAULT_SCHEMA = <database name>
    In sql 2005 expand the database... open security .. find the user.. right click and select properties.. in the default schema box.. select the SunSync database .. in the schemas owned by this user select the sunsync schema database..
    good luck

  • Fill Internal Table for Table Header EQUI - Long Time

    Good morning,
    I have installed DMIS (2006_1_620) and DMIS_CNT (2006_1_620), both at the level of SP = 13.
    I am running the subactivity "Fill Internal Table for Table Header EQUI" and have 1 day + 10 hours and continue working.
    Also note that the table CNVTDMS_05_equi  is increased million in millions and now has 6 million records.
    It is normal to take a long time? (EQUI table has 240 million records and therefore will take many days).
    Any suggestions?
    Thanks,
    Hugo

    Hello Hugo,
    I know this is old , but did you ever find a solution to this.  I am having the same problem.  I considered adding an index to table QMIH, with Keys MANDT and BEQUI.
    I also only have one bckgrd proc running in sender systems with this statement when I drill in using SM50:
    SELECT
    /*+
      FIRST_ROWS (1)
    FROM
      "QMIH"
    WHERE
      "MANDT"=:A0 AND "BEQUI"=:A1 AND ROWNUM <=:A2 #
    This has been running for over 8hrs now.
    Any thoughts?
    Thanks,
    NICK

  • RSRV: Oracle statistics info table for table /BIC/FCube1 may be obsolete

    Hi,
    I run RSRV on cube1 and got several yellow lines such as:
    Oracle statistics info table for table /BIC/FCube1 may be OBSOLETE
    Oracle statistics info table for table /BIC/SSalesOrg may be OBSOLETE
    Oracle statistics info table for table /BIC/DCube1P may be OBSOLETE
    DB statistics for Infocube Cube1 must be recreated.
    I read here on SDN that running Correct Error in RSRV is only a temporay fix and that the best solution is to fix it from the database level with BRCONNECT.
    But the DBA says she has already run BRCONNECT yet there was no change in these several of the lines which came out as Yellow.  ... still same OBSOLETE messages.
    1. Any additional sugestions to fix these problems at the database level?
    2. In case I decide to fix with Correct Error in RSRV, what issues can I encounter with the cube?
    Can this lead to a failure of the cube?
    Will users encounter any issues with report?
    Does fixing the OBSOLETE in the error message in RSRV have any hazzards?
    Thanks

    Hi,
    it is years of data but how do you decide that the data is huge to warrant creating a new cube?
    You noted that
    "verify if it makes sense to copy the data into a new cube "
    How do I verify that?
    Is creating a new cube the only solution to this OBSOLETE problem?
    Why is it referring to only particular tables as OBSOLETE and doesn't that indicate that this is not a problem with the overall cube?
    Thanks

  • JBO-28004: Could not lock row in control table for table null

    hello.
    we have deployed two application on a server.
    both have code like this:
         select = "SELECT * from tab";
    vo = e.getDBTransaction().createViewObjectFromQueryStmt(select);
                        vo.executeQuery();
                        RowSet rs = vo.getRowSet();
                        if(rs != null)
                             Row lastRow = vo.getRowSet().last();
    the last line throws sometimes an exception (.last()).
    JBO-28004: Could not lock row in control table for table null
    at oracle.jbo.PCollException.throwException(PCollException.java:34)
    at oracle.jbo.pcoll.OraclePersistManager.commit(OraclePersistManager.java:229)
    at oracle.jbo.pcoll.OraclePersistManager.dropTable(OraclePersistManager.java:499)
    at oracle.jbo.pcoll.OraclePersistManager.createTable(OraclePersistManager.java:692)
    at oracle.jbo.pcoll.OraclePersistManager.insert(OraclePersistManager.java:1492)
    at oracle.jbo.pcoll.PCollNode.passivateElem(PCollNode.java:542)
    at oracle.jbo.pcoll.PCollNode.passivate(PCollNode.java:657)
    at oracle.jbo.pcoll.PCollection.passivateLRULeafNode(PCollection.java:351)
    at oracle.jbo.pcoll.PCollection.checkActiveLeafLimit(PCollection.java:404)
    at oracle.jbo.pcoll.PCollection.nodeRecentlyUsed(PCollection.java:252)
    at oracle.jbo.pcoll.PCollNode.<init>(PCollNode.java:73)
    at oracle.jbo.pcoll.PCollNode.checkForSplit(PCollNode.java:1553)
    at oracle.jbo.pcoll.PCollNode.addObject(PCollNode.java:1622)
    at oracle.jbo.pcoll.PCollNode.addObject(PCollNode.java:1610)
    at oracle.jbo.pcoll.PCollection.addElement(PCollection.java:753)
    at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:1247)
    at oracle.jbo.server.QueryCollection.getRowCount(QueryCollection.java:1065)
    at oracle.jbo.server.ViewRowSetImpl.getRowCount(ViewRowSetImpl.java:1444)
    at oracle.jbo.server.ViewRowSetIteratorImpl.last(ViewRowSetIteratorImpl.java:1183)
    at oracle.jbo.server.ViewRowSetImpl.last(ViewRowSetImpl.java:2246)
    at oracle.jbo.server.ViewObjectImpl.last(ViewObjectImpl.java:4352)
    at com.omv.emis.extemis.bc.EmsFreigabeImpl.checkFullMonth(EmsFreigabeImpl.java:327)
    at com.omv.emis.extemis.bc.EmsFreigabeImpl.doDML(EmsFreigabeImpl.java:293)
    at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:3410)
    at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:2274)
    at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:2216)
    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1511)
    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:1677)
    at EmsFreigabeView1_BrowseEdit._jspService(_EmsFreigabeView1__BrowseEdit.java:134)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:563)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:309)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    this exception does not occur every time just sometimes.
    (no other user/application uses the specific table, so there is no other lock)
    maybe someone knows an error source.
    thx in advance.

    Gina:
    Could you run you app with diagnostic turned on?
    If you're launching your middle tier from command prompt, you should invoke java as
    java -Djbo.debugoutput=console ...
    If you're launching your middle tier from w/i JDev..
    1. Select the project.
    2. Do right mouse click and select "Project Settings..."
    3. On the Settings dialog, select Configurations/Runner.
    4. In the righthand side pane, you should see a textbox for "Java
    Options". Please add the following JVM switch:
    -Djbo.debugoutput=console
    Then, rerun. The run command should include
    -Djbo.debugoutput=console as in
    "D:\JDev9i\jdk\bin\javaw.exe" -Djbo.debugoutput=console -classpath ...
    Then, you should see a lot of diagnostic messages. It will also give you complete stack trace including that of the detail exception.
    When you get the exception diagnostic output, please post that to this thread.
    Thanks.
    Sung

  • Table for table maintenance

    Hi SDN's,
    Which table gives the information if a Z table has table maintenance or not?
    Which means i need the list of all Z tables which do not have a table maintenance generated?
    Regards
    Pratyusha

    Hi,
       For checking if table maintenance is allowed:
    You can query the table DD02L for TABNAME = Z* where MAINFLAG = 'X' (Display/Maintenance Allowed) or SPACE (Display/Maintenance Allowed with Restrictions).
    If you want to check if there is a table maintenance is actually defined:
    Query the table TVDIR with TABNAME = Z* (Both Z Tables and Z Views)
    Regards
    Kiran Sure

  • Table for Preventive Maintenance Generated Maintenance Orders for Equipment

    Dear All,
                   I want to Extract no of Preventive Maintenance Orders (PM02) for a month (according to Planned Date)  for a set of Equipments.
                   Which table I should refer so i wll get the Orders with specific order type , for specific equipments for a month ( Date Range).
    With best regards,
    Narendra

    for that use the following tables for report generation:
    AFIH : for equipment number selection and order numbers
    AUFK: For order dates and other data
    T003P: for order type.
    In a single you will not get all the answers. You have to join three four table for this. try using these tables. Or also you can create a query for this using SQ01.

  • Table for Table descriptions

    Hi All,
    Does anyone have any idea - is there any table that stores the descriptions of the tables?
    Example: MARA: General Material Data
                   VBAK: Sales Document: Header Data
    Can anyone tell me where can i get these descriptions?
    Actually my requirement is i need to get the descriptions for the transaction VK15 key combination?
    Like    SalesOrg/Material
              Customer/Material etc.. The corresponding tables for these are A902 ... etc.. and these are descriptions for these tables.
    Can you please suggest?
    Thanks.
    Regards.

    Hi SM,
      For table text :
    Table :DD02T : R/3 DD: SAP table texts
    Text field: DDTEXT  :Short Text Describing R/3 Repository Objects
      For Table:
    DD02L : SAP Tables
    With luck,
    Pritam.

  • Table for PO-Maintenance Order Relation

    Hello Experts,
                          I would like to have an idea about all the Maintenance Order which have got PO as the Subsequent Document.
    in which Table can I find the same.
    Thanks in advance.
    Regards,
    Yawar Khan

    Hi
    I donu2019t think if there is any single table in which you can get the PM Order Vs PO Number. However you can find it as below as explained by Mr Kolla Pushpa also .
    In the Table EBKN put the Order number in the Field AUFNR it will give the PR value field BANFN.
    Put these PRs number in EBAN  to get PO Number.
    Regadrs
    Sameer

  • Finding cause for table growth (JCS_MONMESSAGE0)

    Hello,
    we are running a SAP Solution Manager (Win64, Ora10g, NetWeaver 7.01 EHP1)with dual stack.
    Since some time we are facing the situation, that an tablespace, used by the java stack (owner = sap<si>1db) is growing and growing (each day around 1 GB).
    The object name is JCS_MONMESSAGE0 with index SYS_C00379744.
    Searching for these keywords, on SAP Support Portal Notes, results in no match.
    Can you help me out finding a hint, what could cause the growth?
    Many thanks for your feedback.
    Best regards
    Carlos Behlau

    Hello Juan,
    many thanks for your feedback.
    How can I check from ABAP stack the table of java stack?
    I did some basic check with db02.
    But from its table columns it does not ring a bell.
    In SM30, the table is not displayed.
    Also in SE16, I do not get the table listed.
    Best regards
    Carlos Behlau

  • Table for table data changes log

    Hello,
    The data in the table T016 was updated with new records.
    I want to know the log for the table data changes. In the table's technical settings the check box "Log data changes" was checked and Delivery Class is 'C'.
    I tried with SCU3 transaction, but it is saying no log for the table.
    And also i checked the tables DBTABLOG,DBTABPRT. But there are no records available.
    Regards,
    Ravi.

    Look at this link below
    http://www.mariewagener.de/Note.September.2007
    usually system parameter rec/client should be enabled to store table changes - this is the reason you can't see table changes in dbtablog table.

  • Fill Internal Header Table for Table VBUK corrupted

    Hi all
    I had Cluster on each table ( VBUK, VBFCL... )
    SP13 all need notes are implemented,
    Parameter P_ROLL = 'X'
                     P_CUST = 'Y'
    but system dumpt all 6 hours Remote error
    one question does für VBUK fill also gave a Paramter p_full ?
    thanks for feedback or other inputs
    L

    TDMS experts:
    I remember that I indeed created an index for VBFA per that famous OSS note.
    However because I have changed to a different project so that I cannot verify.
    Additionally, this link also almost explicitly says that index on VBFA is feasible:
    Re: Performance issue during TD05X_FILL_VBUK_2 and TIME OUT
    So why in the previous posting Lou says:
    1256679 -> VBFA is a cluster table, i can't create a Index ...
    I appreciate if you experts can share your experience on this.
    Regards!

  • Activity "Fill internal Header Table for Table JEST" canceled

    Hi support,
    When I run the process, canceled because it reaches the memory limit.
    When the activity is running, note in the SM50 is reading cnvtdms_05_equi table, which has 240 million records, and also noted that when:
    Memory (sum private) reaches to 2,000,000,000 bytes
    Memory (sum) reaches 500,000,000
    Memory (used) reaches 500,000,000
    Memory (max.transaction) reaches 500,000,000
    Memory (max.dialog step) reaches 500,000,000
    canceled the process.
    I also note that the "display file" of the SM50, wp = 10, there is a message that says: "SelMemClass: heap quota (Nondi) exceeded 2000000000 2000060272".
    This confirms that the problem is that memory is not enough to read the entire table cnvtdms_05_equi.
    I reviewed notes and I have activated and added P_ROLL_R and P_ROLL_W parameters for the activity.
    I would appreciate your comments.
    Hugo.

    I had this issue. using transaction CNVMBTACTPAR set
    TD05X_FILL_EQUI P_FULL = X
    TD05X_FILL_EQUI_0 P_FULL = X
    Regards.

  • How to restart "Fill Header Table for Table EQUI" job?

    I've made some changes to the job through troubleshooting guide. Now my problem is I can't restart the job. The system says that the job is already running. How should I go about this?

    You may try to cancel (abort) the job in the sender system directly and then restart it from TDMS process tree.

Maybe you are looking for

  • Laptop problem

    Hello, currently i own a toshiba satellite L305-s5911(2 months old) with windows vista. Several days ago after checking my e-mail and then closing the top (which puts in in auto sleep mode as most laptops do). 20min later i open it up again and find

  • Trackpad not working on brand new Macbook Pro 15" not retina,

    I've just got from UPS my new Macbook Pro 15" not retina. It's the basic model, without upgrades. I've plugged it in and turned it on to go through the setup assistant, but I had to do it with the keyboard and an external USB mouse, because the inter

  • Dual boot – Win XP / Win 7 – activation problems

    Here's the scene: 1/ Have Xp installed and CS4 running fine... (used to have CS3 as well but there was a mobo problem and CS3 now gives an activation error message. Too much of a hassle to reformat and reinstall... yada, yada, yada.) 2/ Just installe

  • Post fader effects - pro 7

    Hi, when making automation volume drops, can anyone tell me if there's a setting to make any delay / reverb effects carry on after the note volume has gone? as it is when when I make a sudden volume drop, any effects on that channel also disappear ju

  • Safari 5.1.10 is crashing in 2 minutes or less

    Safari 5.1.10 is crashing in 2 minutes or less: I get this message: Process:         Safari [197] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.10 (6534.59.10) Build Info: