Pictogram column not appearing View configuration

Hi,
We have created a custom Z component and have embedded it into WCC_SLS_HOME by defining a new page configuration and this works find. However the pictograms that are in the default page configuration do not appear in the new page configuration. Furthermore, the column in the configuration screen where one would normally maintain pictograms does not appear. Could this be down to the system patch level or are we looking in looking in the wrong place.
Sergio
System Info: SAP CRM ABAP 6.0
SAP_ABA: Release 700, Level 0014 Highest Support SAPKA70014
SAP_BASIS: Release 700, Level 0014 Highest Support SAPKA70014

1) I add a document to a library hosted in the Content Type Hub ....
Ok I create my library in my other HNSC and upload a test document which I attach to the same Content Type as above  .....
Spot the difference!!!!!
Freelance consultant

Similar Messages

  • Cost Element column not appearing in IW31/ IW32 transaction

    Hi,
    In transaction IW32, in Operations Tab --> click on External Button (below shown on IW32 screen).
    Now under External, click on Services tab (1st option), here Cost Estimate column not appearing.
    We tried to add through configuration option on this window. (there shows table setting --> click on administrator, now you can see Edit system settings, here Cost Element - ESLL-KSTAR shown with TICK on Invisible checkbox).
    How can i Untick that. I tried but after activate, it again appears.
    Plz guide..

    Hi,
    Where a cost element exists on the operation External TAB, input of the same data on the service line is not allowed. In that case the system decides that this data field should not be available on the service lines. Where the is no cost element on operation then entry is allowed on service line.
    This program logic is overwriting the field configuration on the table setting for service entry grid. This is why the invisable flag cannot be changed.
    -Paul

  • Column not appearing in Answers

    Experts,
    I have a strange problem.
    I am adding a new column in presentation layer in the online rpd.
    When I am reloading the server metadata from Answers, the column is not appearing.
    Any reasons?
    parag

    Hi,
    I think if the column is not appeared in the answers for a particular Subject area, then it could be because of the permissions on the column.
    Go to presentation layer, double click on the column and checkout the object and then click on the permissions TAB and see if the permission is having (X) mark in the checkbox.. If so change it to (tick mark) which indicates it is visible for the users for reporting ..
    Then reload the server metadata and try to see if the column appears..
    Regadrs,
    Naveen.

  • The columns not appear

    Here i want to get the columns names in the table "employee" in my database so i used databaseMetaData.getColumns(); but give me this error:
    java.sql.SQLException: Column not found
    at sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(JdbcOdbcResultSet.java:1850)
    why this ?
    code:
    import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.ResultSet; public class ColumnNamesTest {     private static final String DRIVER = "sun.jdbc.odbc.JdbcOdbcDriver";     private static final String DRIVER_URL = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};" +             "Dbq=D:\\my _works\\my_works_2010\\JDBC-work\\employeedb\\Database2.mdb";     public ColumnNamesTest() {         Connection connection = null;         //  Statement statement = null;         ResultSet resultSet = null;         try {             Class.forName(DRIVER);             connection = DriverManager.getConnection(DRIVER_URL);             DatabaseMetaData databaseMetaData = connection.getMetaData();             resultSet = databaseMetaData.getColumns(null, null, "Employee", null);             while (resultSet.next()) {                 String colName = resultSet.getString("Column Names");                 System.out.println(colName);             }         } catch (Exception e) {             e.printStackTrace();         }     }     public static void main(String[] args) {         new ColumnNamesTest();     } }
    Thanks

    A combination of this
    getColumnsResultSet getColumns(String catalog,
    String schemaPattern,
    String tableNamePattern,
    String columnNamePattern)
    throws SQLException
    Retrieves a description of table columns available in the specified catalog.
    Only column descriptions matching the catalog, schema, table and column name criteria are returned. They are ordered by TABLE_CAT,TABLE_SCHEM, TABLE_NAME, and ORDINAL_POSITION.
    Each column description has the following columns:
    1. TABLE_CAT String => table catalog (may be null)
    2. TABLE_SCHEM String => table schema (may be null)
    3. TABLE_NAME String => table name
    4. COLUMN_NAME String => column name
    5. DATA_TYPE int => SQL type from java.sql.Types
    6. TYPE_NAME String => Data source dependent type name, for a UDT the type name is fully qualified
    ...>
    And this
    getStringString getString(int columnIndex)
    throws SQLException
    Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
    >
    Learn to use the API docs.

  • Why do columns not appear in the same order as the fields on my imported form?

    Hello All
    I am an Acrobat X user and make numerous forms through Acrobat.  However, when I import the file into FormsCentral, the order of the fields in the table do not correspond to the order in which they appear on my form.  The fields on my form are in a calendar format so they appear from left-to-right.  I'm wondering if when I do the import, it is read by FormsCentral from top-to-bottom instead or is it random.  It's a real inconvenience and severely inhibits my workflow when I have to rearrange the columns to work with the data.  Any suggestions or insight would be appreciated.
    Thanks
    Daryl

    Files have no order. File management programs like the finder or windows explorer will display files according to your selected display sort. Typically alpha by file name, date created, size, date modified. So to view them in a selected order you need to sort on an attribute that accomplishes that. The easiest usually is to export photos using the sequential naming option then displaying in alpha order
    LN

  • Document ID column not appearing on dispform.aspx

    Hi, when activating this feature at site collection level, the column appears for new library views, but not for the,
    dispform.aspx
    I think this doesn't apply for newform and editform.aspx since you can't edit that part.
    Now, we migrate this site from SharePoint 2007 to 2013, could it be that after migrating and activating this new feature, it can't update that form since that was migrated.
    Any other thoughts?

    Nope.  you're stuck.  That's the way it is.  Two possible solutions:
    Modify the dispform.aspx to include this.  Kinda difficult though now that the page View has been dropped from SharePoint Designer 2013.  You'll have to work in code view only.
    Add a new column.  Create a workflow that is triggered on change that copies the ID value to the new column.  Display the new column on the dispform.aspx. 
    General

  • Column not appearing in the output

    Hello All,
    I need to make changes to the existing workbook. "Line amount" (Detail)cloumn needs to be manipulated
    Line amiountwas selected in the list. But in the output i am not able to see that line amount in the output.
    But if select line amount (sum) i am able to see. Line amount(detail) i am not able to see.
    Please let me know the reason for this.
    Kind Regards,
    Kumar.

    That seems strange to me. Perhaps some kind of security thing. Though you would think if you can see the SUM aggreagate, you should be able to see the DETAIL. Can you even see the DETAIL to pick it from the item list (open the item to see its available choices)? Maybe you are not opening the item to see the aggregate choices and just picking the item, and it is giving you the default choice, which would be SUM most likely? If you can see the DETAIL choice and you pick it, but you don't see it in the query results, I would contact Oracle Support. I would say in such a situation that you must have run across a programming error.
    John Dickey

  • DataForms Columns not appearing in SmartView

    Hi All,
    I created some webforms on  EPMA Planning App 11.1.2.3. When I try to open these webforms using Smartview, I am getting this error " There are no Valid Columns of Data for this form". But I can open these forms in Planning Console.
    Is this a bug? Please help.
    Thanks.

    Suppress rows/Columns is used to suppress the missing rows/columns (yes thats what it does )
    So when you get that error it means there is no data for the intersection you are trying to open.
    Regards
    Celvin
    http://www.orahyplabs.com

  • New field not appearing in component configuration for standard web dypro

    I'm trying to add a new column to a table in an sap web dynpro component. I've enhanced the view to add in the new column but also noticed that it's using component configuration. When I go into the approriate configuration, however, all of the existing columns are there but my new column does not appear. Is there something else I need to do to pull the new field into the configuration?
    thanks,
    Malcolm.

    Hi Olivier
    Standard object 0020 gives fields only available in standard tables MARA , MARC , MBEW, MAKT . I too faced this problem for ML based fields in accounting & costing views ( as these fields are not in MBEW they are in CKMLHD). The said Z field if it does not exist in MARC it cannot be seen through std object. U need to do a saperate recording to upload this field. I dont see any other option to my knowledge.U can up load remaing fields through the std object 0020 & create a saperate recorded LSMW only for this Z field.
    regards
    prasad
    reward if useful

  • SSI do not appear in design view; CS4

    All of a sudden..  my ssi's do not appear in design view in CS4.  This is occuring in multiple web sites that prevously DID display SSI's
    Yes..  I do have  Preverances --> Invisible Elements -->  Server Sides Includes: Show contents of  include file IS checked
    Yes..  I have checked both the local and remote information in Site definitions .. all are correct. (and none have changed since the problem emerged) All sites are set to site root relative.
    Yes..  I have checked each include. None has any doc type, html or body tags.
    No.. LIve View is not turned on
    Yes.. the pages all validate
    Yes.. I have tried to 'start from scratch' .. new site, new site definitions.. new .shtml pages and new includes. No love!
    After inserting a new SSI using the insert menu  (typical code result: <!--#include virtual="/redesign/includes/quickClicks.htm" -->) the properties bar seems to get stuck .. displaying the ssi code and not allowing me to select other elements on the page to edit properties.  A restart of Dreamweaver solves the problem.  But boy is this annoying.
    All of the includes do display properly when uploaded to the web server and viewed in a browser.
    I've searched the forum..  and read any post that seemed even remotely relavant and have not been able to solve the problem.
    I would really appreciate your help.  I am a web designer and have used Dreamweaver for many, many years.
    Karen

    Nice site.  I drive by that school quite often when I shop in Thousand Oaks.
    Crashes, installation, JavaScript errors, and unexplained problems
    If Dreamweaver is acting erratically, or if you see a message saying "the following JavaScript error(s) occurred",  it's usually a sign of a corrupt cache file. The first thing to try should always be to delete the file cache. If that doesn't work, delete your personal Configuration folder. Full instructions are in Deleting a corrupted cache file.
    http://forums.adobe.com/thread/429114
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • People Picker column not displaying name in list view

    I have a strange thing going on in list views. If I create a default view with a people picker column, it does not show the name - it appears to be blank (like below);
    If I then alter the view and make the style "Shaded" the user name appears (like below);
    It also seems to be an issue when looking at a Workflow process or survey results..  Can anybody explain to me why this is happening and how to resolve the issue? 

    Hi,
    As I understand, the issue occurs to All task view in task list, assigned to column not showing while it could be filtered.
    I’d recommend you create a new view with needed column including assigned to column, and make it default.
    Here is a similar thread, please check if it helps:
    http://sharepoint.stackexchange.com/questions/87089/assigned-to-column-text-hidden-but-filterable
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Column not available after personalization to be included in user views

    My client is trying to add a new column in the Cost Details table in the Task Summary page (Under Project Performance Reporting in PJT) through personalization. They are on 11i.PA.RUP3
    They have an extended VO which basically is based on the standard Oracle VO with few additional attributes. My client is able to create an item of MessageStyleText and add as a column in the base HGrid, view the data which was displayed but that newly added column does not appear in the list of available columns when they try to create a personalized view either by duplicating the seeded views like ITD and PTD or from the scratch.
    This works absolutely fine in R12, but in 11i, we are having this problem. Does any one can comment, if this is framework issue? or is there any patch already available for this?
    Thanks in advance,
    Devasish

    Good day!
    My answer may be too late for you, but my experience will probably be useful for others.
    To add a field from ANLZ in dynamic selection fields you need to add the same field to structure ANLAV by means of an append-structure. Then you have to add this field to view V_ANLAZ by means of an append-view. After this you'll have the fortunate opportunity to see the needed field among the dynamic selection fields in LBD ADA.

  • The new column designed not appears in the form

    Dear All Gurus/Experts,
    I created new column directly in the database stored in the SQL server 2000,in table IGN1, right click --> select design table, then right click --> insert column, I write U_copqty, numeric data type, 9 is its length and allow nulls check mark.
    I can't understand why the field is not appeared in the form settings like other columns so that I can thick and make it appear in the form IGN1 (receipt from production). I have read development training files but I am confusing if it is really need VB.net to do that. I also know about user defined field but it doesn't what I need because I have created UDF in the production order row but I can't find it in the receipt from production form, so I just did create the new field/column directly in its database but I fail to make it appear in the form settings when I need it to be available in the receipt from production form. would you pls help me ? I appreciate your answer. TIA
    Rgds,
    Steve

    Hello Steve,
    The reason you can not see the directly added field is because that there is another table CUFD which holds all the User Defined Field information. So, you need to add a new record in that table. However, the approach is really not SAP recommended. Directly handling database could be very risky. Please create the user defined field according to the steps.
    Regarding why you can not view the field you created, did you create a row or document level field?
    Hope this helps,
    Nick

  • Configuration tab not appearing

    Hi ,
    I have created a new component and added a new view to the component in the component workbench however the problem is that I dont see the configuration tab appearing when I click on the view. I see the model attributes that I added to the view appearing in the .htm page as thtmlb tags. How can I get the configuration tab on the view?
    Regards,
    S S

    Hi,
    Check for this code in the HTML page of your view.
    <%@page language="abap"%>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@ extension name="chtmlb" prefix="chtmlb"%>
    <%
      DATA: LV_XML TYPE STRING.
      lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <%--<thtmlb:toolbar id              = "toolbar"
                    buttons         = "<%= CL_CHTMLB_CONFIG_UTILITY=>GET_BUTTONS_FROM_CONTROLLER( controller ) %>"
                    foreignUse      = "true"/>--%>
        <chtmlb:config xml     = "<%= lv_xml %>"
                       mode    = "RUNTIME"  />
    If not,add this. It will make the view configurable.
    Regards,
    Masood Imrani S.

  • TS1538 When I open itunes, "Devices" does not appear at all in the left column on the screen, therefore I can not sync my ipod touch.

    When I open itunes, "Devices" does not appear t all in the left column on the screen. I can not sync my ipod with my itunes library. Suggestions?

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar

Maybe you are looking for

  • Payment of Expenses through Vendors and SAP Payroll possible?

    Hi, A possible client is thinking of implementing SAP travel and Expenses. Depending on certain expense types they want to pay expenses through sap payroll; other expenses they want to be able to pay out via vendors. Is this possible? I know it's pos

  • Copy a page from one Document to another

    Can anyone help In Pages '08 we had the ability to copy a page from one document to another. In Pages '09 this does not seem possible. Does anyone have anwser.... Thanks Message was edited by: AJCUR OK my bad I just realized that I was in Word Proces

  • REFRESH_ADMIN_DATA_FROM_SUPPORT error...

    Hi there... I´m facing with an error in sap solution manager, my goal is to setup maintenance optimizer, for that I know the job REFRESH_ADMIN_DATA_FROM_SUPPORT  (with Abap program AI_SC_REFRESH_READ_ONLY_DATA) must are schedule every day because thi

  • Error Code 37 running labview 6 with windows XP

    I've checked most of the posts concerning this Generic error code 37. Here is my dilemma..Currently running Labview 6 on a windows NT system. That computer is on its last legs and we want to upgrade to XP...I installed labview 6 on an XP machine and

  • Emailed Data into Numbers.

    I have a web store that sends order information to the purchaser and to me via email.  I'm trying to get that info into Numbers automatically so I don't have to spend hours (and make errors) getting items sold totals, etc.  Any way to do this? Thanks