Header description of a table is showing a '+' in SM30 not the description

Hi guys,
we have created a table zmert, but in SM30 the header description is not showing... instead a plus sign is showing...
what's wrong?
thanks!

Hi,
That is because the descriptions of the fields have not been maintained in the table.
Either you have not filled up the field-labels in the data element of the fields or you have used fields without data element.(basic data type)
Enter the field-labels in the data element.
After entering the field-labels in the data element, re-generate the table maintenance.
Can re-generate as:
Utilities->Table Maintenance generator
press the change button
click expert mode button
select all then enter & save
Hope this will solve your problem.
Regards,
Ravi K

Similar Messages

  • Why can I create a new folder in the catalog but it only shows up in windows not the catalog

    Why can I create a new folder in the catalog but it only shows up in windows not the catalog

    Not sure I understand the question but it could be because you meant to say "can't" somewhere in the sentence.  anyway, just guessing here:
    Try going to:
    File >> Watch folders
    Now you can Add new folders here that you see them in Windows.  The word ADD is a button to browse for the folders and hopefully this will solve the problem you are having.

  • In trying to edit my pics only the slide show pics is editing - not the main pic.  Trying to crop the pic and the whole main screen goes grey

    In trying to edit my pics only the slide show pics is editing - not the main pic.  Trying to crop the pic and the whole main screen goes grey

    Please check your Firefox Installation's version. (can be found by clicking the main menu, either clicking or hovering over the help button, and then clicking about firefox in the sub menu). depending on how long ago you set up sync you may still be using the older sync version. firefox 29 introduced a new (and might i add far less tedious) sync version. see [[How to update to the new Firefox Sync|this Mozilla support article]] for information on upgrading your sync to the new version.

  • When trying to install new App. The Apple ID shows my old one not the new ID which is verified. Please advise

    When trying to install new App. The Apple ID shows my old one not the new ID which is verified. Please advise

    Go to Setings>iTunes and App stores and make sure you are signed into your account

  • Why do tv shows sort by season not the show then season 1,2,3 ect

    Why do tv shows sort by season not the show then season 1,2,3 ect

    I was able to get everything in one spot on the iPad....I went into Get Info and made Artist, Album Artist, Album, Grouping, Show, Sort Artist, Sort Album Artist, Sort Album and Sort Show the name of the show. Sure that was overkill....but one of those helped!
    Now a few of my shows that were out of wack say "Season X" under the box art. How do I get rid of that?

  • Header row in a table is overlapping when it goes to the second page

    Hello,
    I have a header row in a table that I need to repeat on new pages if there is enough data to make it go to a new page. It is repeating on the second page, but when it does it all overlaps and is squashed to the left. It is 5 columns long and each column goes on top of the others to the left.
    I am hoping someone might be able to help.
    Thanks!

    Hi,
    I am facing the same issue.
    My table header has 2-3 rows of data...the data is populated dynamically. The text fields are set to expand, so I have to make the subforms to flowed.
    As soon as I set the subforms to Flowed...evrything overlaps on the second page.
    Please help.
    Regards
    Neha

  • JDBC with CLOB abnomally - shows on one server, not the other

    Hi have a problem.
    I recently moved a web application to another server. I copied over all the same java libraries I had on the first server.
    The web application queries an Oracle table - the table contains one CLOB field.
    When I query the table on the first server, I can see the contents of the CLOB.
    When I query the table with the other server, the query is empty for the CLOB field.
    This is the code I use to query the table. I have connection pooling set up within Sun Web Server. If it works on the one server, why would it not work with the other server? This is driving me crazy!!
    Any suggestions?
    try{
                // Get connection from configured pool
                initContext = new InitialContext();
                source = (DataSource) initContext.lookup("java:comp/env/jdbc/myDB");
                conn = source.getConnection();
                if(conn != null){
                    stmt = conn.createStatement();
                    result = stmt.executeQuery(sql);
                    rsmd = result.getMetaData();
                    while(result.next()){
                        Hashtable hash = new Hashtable();
                        for(int i = 1; i <= rsmd.getColumnCount(); i++){
                            if(result.getString(i) != null){
                                hash.put(rsmd.getColumnName(i),result.getString(i));
                            }else{
                                hash.put(rsmd.getColumnName(i),"");
                        returnValue.addElement(hash);
            }catch (Exception e){
                setErrors(e.toString());
                Email.sendMail("[email protected],"subject","Exception: " + e.toString() + "\nWith: " + sql,"fromname");
            }

    I tried that with this code:
    <body>
              <h1>
                   JSP Example
              </h1>
              <%
              Connection dbconn=null;
              ResultSet results=null;
              PreparedStatement sql=null;
              try{
                   Class.forName("oracle.jdbc.OracleDriver");
                   try{
                        boolean     doneheading = false;
                        dbconn = DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host.com) (PORT=1521))(CONNECT_DATA=(SERVICE_NAME=theserver.com)))","username", "password");
                        sql = dbconn.prepareStatement("SELECT * FROM BE_STATUS_EMAILS WHERE ID='42575'");
                        results = sql.executeQuery();
                        while(results.next()){
                             if(!doneheading){
                                  out.println("<table border=2>");
                                  doneheading = true;
                             out.println("<tr><td>" + results.getString("ID"));
                             out.println("<td>" + results.getString("RECEIVED"));
                             out.println("<td>" + results.getString("TYPE1"));
                             out.println("<td>" + results.getString("FROM1"));
                             out.println("<td>" + results.getString("TO1"));
                             out.println("<td>" + results.getString("CC"));
                             out.println("<td>" + results.getString("SUBJECT"));
                             out.println("<td>" + results.getString("MESSAGE"));
                             out.println("<td>" + results.getString("STATUS"));
                        if(doneheading){
                             out.println("</table>");
                        }else{
                             out.println("No results");
                   }catch (SQLException s){
                        out.println("SQL Error<br>");
                   }finally{
                        if(dbconn!=null)dbconn.close();
              }catch (ClassNotFoundException err){
                   out.println("Class loading error");
              %>
         </body>It produced the output, but again, the CLOB field was null. But when I query the database with that SQL using a database query tool, like Aquastudio, I can see the output. And if I run the stub on the other server, it works! This is nuts!!
    Any suggestions?

  • How to select columns in a table by their column id and not the column name

    Hello,
    How do you select columns from a table based on their column_id.
    I have create a view
    but other than Select * , i cant now select one just one column from it
    the view as follow:
    create view count_student as
    select a.acode "acode",aname "Activity Name",count(ae.acode) "Number of student joined"
    from aenrol ae, activity a
    where a.acode= ae.acode
    group by a.acode,aname;

    The issue is that you have decided to use quoted column names. A pretty horrible idea (mostly for the reasons that you are now finding).
    Re-create the view and get rid of the silly double quotes.

  • I text a friend, from my contacts and they text me back and only the number shows up on screen, not the name who it is from?

    I text a friend , from my contacts and they text me back and only there number shows up on the text???  So all day, i'm asking my friends in my contact list, who is this? If the lakes and rivers were not frozen here, my phone would be on the bottom of them!!!

    Are you with Verizon?  If you are take a look at the link and see if it helps
    http://discussions.apple.com/thread/3752984?tstart=30

  • Why does the new iOS 7.1 not show all your calendar entry's  like 7.0 only shows daily entry's not the list. New software on iPad still shows all calender entry's

    New iOS 7.01 iPhone 5. When you go to check you calendar entry's it does not bring up all the entry's only shows entry's for each day. Why?

    When in month view, swipe up or down to change the month, tap the litle icon "three lines horizontal" next to the search icon, and you have a list view of all events. Clicking the icon twice again, brings up the Day view, and then again tapping twice the list view again....
    Personally I am not very happy with this "advanced" app, and I have installed Week calendar which basically is another interface to the same calendars database.

  • After a update on my laptop the webpage i visit daily shows up broken and not the same.

    The update was from AVG, it deleted something that is vital for my browser to be able to open the webpage like it used to. It is not an add on or an application for Firefox, i have tried with other browsers but it still will not work. The webpage is supposed to show a video link that should be able to play, but due to the update the webpage no longer shows up as it used to.

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Trying to manually sync 2 phones, songs show on one, but not the other

    Hi all,
    I recently upgraded my daughters cell phone to my wife's old iphone.  I successfully imaged my wifes old phone (4) to her new one (4s).  I then restored that phone to factory settings create my daughters.  I was adding music from iTunes, which I also sync to my iphone (4).  Some of the songs are showing as greyed out on her device.  They show up fine, and can be played on mine. It seems to be somewhat random - sometimes, track 01 is there and the others aren't, sometimes the whole album is not there, sometimes a single song that's on a playlist is greyed, sometimes they are there.  I did another factory reset and reinstall on her phone with the same results.
    Thanks

    hi catfish197621,
    Welcome to the Lenovo Forums.
    You can try to:
    1. Download the latest updates Over The Air (OTA) to get the latest patches and bug fixes on the OS (go to settings > about tablet > check for system update).
    2. Download a camera app utility like Camera Zoom FX to see if you can zoom in and out and switch to the front facing camera.
    Hope this helps.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I have email on 2 pc's why is new emails showing on one but not the other

    I have one email account, but have it set up on 2 computers, new ones are coming through on one computer, not not on the other one,

    Are you using POP or IMAP?
    '''[http://kb.mozillazine.org/Menu_differences_in_Windows,_Linux,_and_Mac Tools|Account Settings]|{select the account}|Server Settings→Server Type''' will tell you.
    No menu? Press the <alt> key on your keyboard.
    If POP, you must set it to leave a copy of the messages on the server, otherwise the first computer to see them gobbles them up leaving the server empty.
    '''[http://kb.mozillazine.org/Menu_differences_in_Windows,_Linux,_and_Mac Tools|Account Settings]|{select the account}|Server Settings→Server Settings→Leave messages on server.
    If it's IMAP, then bear in mind that if you delete a message on any one computer/phone/tablet, it vanishes on the other computers/phones/tablets.

  • Error while trying to view the details table from Show/Hide icon

    What we are having is two tables, Outer and Inner, having Outer VO and Inner VO,outer VO is linked with inner VO. Now when I am trying to view the inner table
    through Show/Hide icon to see the details of the table ,I am getting an error like ...
    The record with primary key values {2280} could not be found in view object MisForecastHeadOfiiceAM.InnerTableVO_OuterInnerVL_InnerTableVO.
    I want to know how this error can be resolved

    Hi Abdul,
    We are not getting error while searching. As said earlier
    While search for the first time > We could see proper results in out table and Even show/hide is working fine and display correct data in Inner table
    When searching for the second time with different criteria > We could see proper results in outer table and on clicking show/hide (to view inner table data), we are getting error.
    The record with primary key values {2280} could not be found in view object AM.ViewLinkVL_InnerTableVO
    From the error message, we found that its trying to get the row (of inner table) pertaining to first search results and not for the outer table row in context to second search results.

  • Why do some websites only show the headings and not the rest of the page? I was on the same website at a different location and it had discriptions for the words.

    When in ma-vitalrecords.org, I put in the county and town and then went to the names. It pulls up the last name, but the rest of the information does not show, such as the child's name, date of birth, and parents. When I am at the library or other's homes, this information shows. This is not the only website that this does this. Sometimes if I hover the arrow over where the words should be, I can see the information down in the status bar. On the above website it did not.

    Hi,
    I have the same experience. I've been narrowing down causes, but it's NOT because you're not connected to Wifi. It seems to be intermittent. For expample, I'm connected to WIFI right now. Some messages or pix that were viewable yesterday are not viewable now and others aren't. All of the messages and their attachments are available from my laptop. If I try again later, I'll be able to see different downloads than what I can see now. What's odd is all of them worked just right a few weeks ago

Maybe you are looking for

  • Mail box issue

    My mail says: Cannot get mail. The connection to the server failed. How can I fix this?, My mail says: Cannot get mail. The connection to the server failed. How can I fix this?

  • Can I use iOS 5.1 in my iPad new

    Can I use iOS 5.1 in my iPad new.????

  • Flush, writeChanges and DML

    I have a requirement where the following actions should be peformed in a single Transaction, and commit and rollback as a whole. ObjectA is mapped to TABLEA 1. Update of ObjectA through Toplink Unit of Work 2. Call to stored procedure that updates un

  • Split row in many rows

    SELECT value FROM lsw_epv_var_value EVV JOIN lsw_epv E ON E.epv_id = EVV.epv_var_id      AND E.name = 'AcessoTodasRegionais'      AND EVV.EPV_VAR_VALUE_ID = (SELECT MAX(EPV_VAR_VALUE_ID) FROM LSW_EPV_VAR_VALUE EVV JOIN lsw_epv E ON E.epv_id = EVV.epv

  • CS3 photoshop crash when opening file

    Photoshop crashes when opening a file. This is the message I get. Help!!