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.

Similar Messages

  • Table for role description

    Hello All
    I can't find the right table for role description.
    Can someone tell me the table name showing role description ?
    Thanks &
    Regards
    CB

    I've finally find it, it's AGR_TEXTS

  • 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

  • Dictionary table for class description in tcode il03

    Hi,
    Please let me know the dictionary table where  class description is getting stored while using the transaction il03 and while i tried i came to know that it is not in  the table swor..
    Regards,
    Nikhil...

    Check IFLOTX
    Nag

  • 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

  • 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 the descriptions of the custom programs.

    Hello,
    Can anyone please tell me the table name in which I could find the descriptions of the custom programs which we create in SAP?
    Thanks and Regards,
    Amit.

    By mistake asked twice

  • Table for stroring description of Calc. & Resrticted key figures

    Hi,
    Can anyone please tell me in which table the description of characterstics, calculted and restricted key figure's is stored as i have to do the language translation.
    Thanks !

    Hai,
    Go to se11..
    and here u give the belove tcodes...
      RSZELTDIR?-Directory of the reporting component elements
      RSZELTTXT?-Texts of reporting component elements
      RSZELTXREF?-Directory of query element references
      RSRREPDIR?-Directory of all reports (Query GENUNIID)
      RSZCOMPDIR?-Directory of reporting components
    Thankz & Regards,
    Prakasu

  • Table for these descriptions   category 1, category 2, 3 ,4

    Hi all,
        in complheader view  category1 category 2 , 3, 4 are there. where the data of these fields will be stored, in which table.  Becuase i need to display in smartform.
    please suggest.
    ram

    They will be in table
    These data are brought from Category Modeler and they are stored in CRMC_ERMS_CAT*  Tables and specifically the Labels are stored in CRMC_ERMS_CAT_CD

  • 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

  • ITunes Stop Error

    Ok ever since last night, every time i open iTunes i get a stop error on a blue screen causing my computer to restart. The error is 0x0000008E. CAN SOMEONE PLEASE HELP ME?

  • Slideshow quality in iDVD?

    Hi all I've read most of the posts I can find on the problems with poor quality slideshows after burning with iDVD and I think I'm clear on the reasons why, (quicktime) and the current state of affairs re enhancement (deal with it - thats how it is..

  • [P67-A] DVD Drive not showing up?

    Hi all, I have a P67A i5 board and I'm baffled as to why the DVD drive isn't detected. It has worked in the past but doesn't now. I have 2 SATA HDD's connected to port 1 & 2 (the 6Gb/s ports) and I have a SATA DVD drive connected to port 8 but it doe

  • Date Format of Date Picker in Webdynpro to be Changed according to Country

    Hi, I want to change the Date Format of Date Picker in Webydnpro accoding  to the portal users country. As each and every country has its own date format, i can't create simple types of date formats in Data Dictionary and bind them dynamically. Even

  • Cs4.. nook export for epub skipping pages.

    I have a book .indb file. Has 335 chapters in it. But each page is small. If I try to export a file for digital editions it skipps pages at after a certain page.  I checked out which page was the last processed. Then checked the other pages out all a