All field lables of PCUI screens in Portal is displayed with Vertical bar

Hi Group,
In Portals, all PCUI screen Field lables are displayed with Small vertical bar in the biginning of the field.
can somebody tell me how i can get rid of that vertical bar from all Fields or all screens?. let me know if there is any SAP Note available to do this?
Thanks & regards
Anu.

Hello Sunil,
I would suggest that you have a look to the <a href="http://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000065927&">People-Centric CRM Inst. a. Config. Guides</a>. You also have to activate the PC-UI Application according to the Guides in Transaction SICF in the CRM Backend.
Regards
Gregor

Similar Messages

  • All field lables for PCUI screens in Portal is displayed with Vertical bar

    Hi Group,
      In Portals, all PCUI screen Field lables are displayed with vertical bar in the biginning of the field.
      can somebody tell me how i can get rid of that vertical bar from all Fields. let me know if there is any SAP Note available for this?
    Thanks & regards
       Anu.

    Hi Siva,
    The default behaviour of Top Level Navigation is if there are lot of items in it, it tends to bring a scroll bar to scroll across the items.
    Did you tried reducing the font size of the TLN items in the themes, so that they can try and fit in the page without scroll bar appearing.
    Otherwise you can consider having hover menu, which will display all items on hovering the parent node. Have a look at the blog for more information
    Tag  Libraries: Creating a Hover Menu in SAP NetWeaver Portal
    Regards,
    Ganesh N

  • I got a 8gig ipod touch from a freind and all I get on the screen is a usb plug with an arrow pointing towards the itunes logo. How do I resolve this?

            I got a 8gig ipod touch from a freind and all I get on the screen is a usb plug with an arrow pointing towards the itunes logo. How do I resolve this? I don't know what operating system it runs, or what year it was manufactured, it is a chrome one.

    http://support.apple.com/kb/TS1369
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • How to put a table's all fields on a selection screen?

    Hi, I am new here. I am currently create a report in which I need to put a transparent table's all fields on selection screen. Please give me hints about it. Thank you very much in advance.
    Tom

    Hi,
      Use parameter or select-options for all the fields in the transparent table..I am not sure if there is any dynamic way of creating the parameters..
      Otherwise you can create a dynamic report..
    Check this example for dynamic report..
    DATA: p_temp(30) TYPE c DEFAULT 'ZTEST_REPORT'.
    TYPES: BEGIN OF t_abapcode occurs 0,
    row(72) TYPE c,
    END OF t_abapcod.
    T_ABAPCODE-ROW = 'REPORT ZTEST_REPORT.'.
    APPEND T_ABAPCODE.
    T_ABAPCODE-ROW = 'PARAMETERS: P_MATNR LIKE MARA-MATNR.'.
    APPEND T_ABAPCODE.
    T_ABAPCODE-ROW = 'WRITE: / P_MATNR. '.
    APPEND T_ABAPCODE.
    INSERT REPORT p_temp FROM it_abapcode.
    SUBMIT (p_temp) AND RETURN.
    Thanks,
    Naren

  • Field in the selection screen as a select option with two default values

    Hi All,
    can anybody tell me how to put field in the selection screen with two defaul values.
    for ex:  selection screen the Account Group KNA1-KTOKD as a select option. The defeault value should be Y001 and Y005.
    please reply ASAP. Its urgent.
    Thanks in advance,
    Madhu

    Hi Madhu,
    Since Select options are nothing but ranges, you can use the following code to add two distinct values to the select options by default.
    s_ktokd-sign = 'I'.
    s_ktokd-option = 'EQ'.
    s_ktokd-low = 'Y001'.
    append s_ktokd.
    s_ktokd-low = 'Y005'.
    append s_ktokd.
    clear s_ktokd.
    However, if you want to mention a range like all the values between these given two values to be considered then u may use,
    select-options : s_ktokd for KNA1-KTOKD default 'Y001' to 'Y005'.
    or
    s_ktokd-sign = 'I'.
    s_ktokd-option = 'BT'.
    s_ktokd-low = 'Y001'.
    s_ktokd-high = 'Y005'.
    append s_ktokd.
    Reward if helpful.

  • Screen turns white or white with vertical gray stripes

    Recently my imac will on occasion while i'm working in a program ex. safari, Final cut
    turn to a white or white with vertical gray stripes screen. this has happened several times to get out of the screen i have to hold down the power button. and then press it again to restart when it starts back up everything seems normal again. also safari will occasional quit unexpectedly i dont know if that is connected issue (this has happened more often recently)
    any permanent solutions would be appreciated

    Welcome to Apple Discussions!
    Run the hardware test that came with the machine on the installer discs that came with it following these directions:
    http://docs.info.apple.com/article.html?artnum=303081

  • Not able to hide all fields on PNP selection screen.

    Dear Freinds,
               i wanted to hide all the field which are given on PNP selection screen, with the help of the
    report category i have hided all the field including the Person selection period  as i require only the
    Data selection period.  further through coding as below iam able to remove all the  radio buttons
    Today, Current month,Current year, from today, upto today,Other Period . But i am getting spaces above  period (PNPBEGDA and PNPENDA)  .  i.e in the frame Period i have spaces being left due to
    the radio buttons being Hidden . Could any one let me know how to remove the spaces so that
    Period range will set exactly in the frame.
      LOOP AT SCREEN.
        IF screen-name = 'PNPTIMR4' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-name = 'PNPTIMR2 .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF
        IF screen-group4 = '090' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-name = 'PNPTIMR1' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '092' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '094' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '100' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP
    Please could any one let me know how can i push up the Period date (PNPBEGDA and PNPENDDA)
    so that i will not have any blank space left out in the frame(Period) .
    Thanks & Regards
    Divya.
    Edited by: Divya Kumari on Jan 4, 2009 1:53 PM

    hi, sorry i think i misunderstand you question,
    if i can understand it right now? the following code can help you i am using "PNP" Screen no '900'.
    tables:pc207, hrp1000,pernr, pyorgscreen.
    infotypes: 0001.          "Organizational Assignments
    nodes: payroll type pay99_result.
    at selection-screen output.
      loop at screen.
        if ( screen-group1 = 'RES' or screen-group1 = 'YB1' or
             screen-group1 = 'YB2' or screen-group1 = 'YB3'  ).
          screen-active = '0'.
          screen-invisible = '1'.
          modify screen.
        endif.
      endloop.
    try the following too,
    TABLES:pc207, hrp1000,pernr, pyorgscreen.
    INFOTYPES: 0001.          "Organizational Assignments
    NODES: payroll TYPE pay99_result.
    AT SELECTION-SCREEN OUTPUT.
      BREAK-POINT.
      LOOP AT SCREEN.
        IF (
    *       screen-name = '%BYB1005_BLOCK_1000'
           screen-name = '%FYTI007_1000'
         or  screen-name = '%FBIS010_1000'
         or  screen-name = 'PYVW0_0'
         or  screen-name = '%_PYPERNR_%_APP_%-TEXT'
         or  screen-name = 'PYPERNR-LOW'
         or  screen-name = '%_PYPERNR_%_APP_%-VALU_PUSH'
          screen-active = '0'.
          screen-invisible = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Replay if any problem,
    Kind Regards,
    Faisal
    Edited by: Faisal Altaf on Jan 4, 2009 6:55 PM

  • Ipad contacts not displaying all fields from mac address book, ipad contacts not displaying all fields from mac address book

    After syncing mac address book to ipad contacts, the ipad does not display all the fields that were in Mac address book (in my case all the email addresses).  Anyone have a fix?

    I have a problem similar to DeeRun's.. I would like the IM fields to be synced.. I use them to send e-mails to when the e-mail field is empty or when i just want to use that specific address.. Very annoying, would take hours if not days to transfer all those IM adresses to e-mail fields in addressbook..
    EDIT: not to mention the mess it would make in my address book!
    Message was edited by: 1NStanley

  • My ipad battery ran out while verifiying the last update. Now all I see on the screen is the plugin symbol with an arrow and the itunes symbol. Help!

    Help, as above, lost power part way though verifiying last update.
    Now all i see is the plugin symbol with an arrow, and the itunes symbol
    in the middle of a black screen.
    Does anyone have any ideas? I've tried  powering down, with no luck.
    Help, please, or should I just box it up and send to repair center?

    CREEEP wrote:
    Now all i see is the plugin symbol with an arrow, and the itunes symbol in the middle of a black screen.
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414
    3: If the device doesn't appear in iTunes, try using the Steps in this article to force the device into Recovery Mode.
    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Note on Recovery Mode.
    You may need to try this More than Once... Be sure to Follow ALL the Steps...
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most Recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • Just downloaded update for my iphone and now it wont turn back on and all it shows on the screen is the usb plug with an arrow pointed at itunes

    what do i do

    Why did you disconnect it when it showed that screen? That is just one step in the update process. You need to complete the update; that is what that screen says. Just plug it in and let it finish. If it doesn't see this article: http://support.apple.com/kb/HT1808

  • All the images from the webpages i visited was displayed with poor quality

    i have been using firefox for a long time this is the first time i'm experiencing an issue with firefox. i'm using firefox ver.37 with windows 7. i have tried all the settings in the firefox but no use. I'm also used the google chrome but it too have same problem

    It is possible that your ISP sends images compressed to speed up the transfer and adds a JavaScript to each page to make it possible to see images in the original quality.
    If you want to see the original image quality all the time then you need to contact your ISP and ask what to do to opt-out of that service or see if there is a FAQ about it on the web page of your ISP.
    *http://en.wikipedia.org/wiki/Web_accelerator
    *http://kb.mozillazine.org/Images_or_animations_do_not_load#Images_load_but_look_wrong

  • My phone is plugged into the computer and the screen is just an apple with a bar under it, my phone is plugged into the computer and the screen is just an apple with a bar under it

    I have no clue what this means and my phone will not do anything!

    And when I plug it into my computer it will not show up in itunes

  • Can you "combine" criteria for 2 or more fields on a Selection Screen?

    Good day everyone,
    Here's my question:  I understand that I can put fields on a Selection Screen and pre-fill them with data values.  In this particular case, I want to pre-fill a couple of hidden fields with data values that will be used as criteria when I read data from the database; however, I need to pull back records that have this COMBINATION of data.  For example:
    WERKS     BTRTL
    Z002      Z001
    Z002      Z002
    Z003      Z001
    Z003      Z002
    So in my SQL, if I say "werks IN s_werks" and "btrtl IN s_brtrl", true, it will still work.  But really, I need to say "if werks = 'z002' and btrtl = 'z001', or werks = 'z002' and btrtl = 'z002', etc.  I can't rely on the simple "IN" functionality because it's possible a new value could be added in the future:
    WERKS     BTRTL
    Z003      Z003
    So if I use the "IN" logic and the record has werks = 'Z002' and btrtl = 'Z003', it would be returned.  But I really don't want it returned, since a combination of werks = 'Z002' and btrtl = 'Z003' doesn't exist in my table of valid combinations.
    Is this even possible to do in a Selection Screen?  Do I go ahead and populate the fields separately, use the "IN" functionality, then spin through my resulting internal table and delete anything that doesn't match my "table" of valid combinations?  Do I skip putting these on a Selection Screen completely and check the values in my SQL statement?
    Thanks in advance -- points, as always, will be given.

    Hi
    Yuo can try to use FOR ALL ENTRIES option.
    IF you have:
    WERKS BTRTL
    Z002 Z001
    Z002 Z002
    Z003 Z001
    Z003 Z002
    You should do something like that:
    DATA: BEGIN OF <TAB_SEL> OCCURS 1,
           WERKS TYPE WERKS,
           BTRTL TYPE BTRTL,
          END   OF <TAB_SEL>.
    WERKS BTRTL
    <TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z001'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z002'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z001'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z002'.
    APPEND <TAB_SEL>.
    SELECT * FROM <TABLE> INTO TABLE ITAB
       FOR ALL ENTRIES IN <TAB_SEL>
                       WHERE WERKS = <TAB_SEL>-WERKS
                          AND BTRTL = <TAB_SEL>-BTRTL.
    In this case you need to fill correctly the internal table <TAB_SEL> with the all combinations.
    Max

  • Why not all fields dimmed or show in display mode after system status TECO and CLSD for Project

    Dear All,
    When Sets the system status TECO or even CLSD all fields for WBS Elements are not goes to Display mode. User can still edit them or change then.
    The fields are:
    1. WBS Element Description, technical name: PRPS-POST1
    2. Person responsible number, technical name: PRPS-VERNR
    Other Progress and Customer enhancement tab pages for WBS Element all fields there also editable in TECO and CLSD system status.
    The client do not want to set LOCK system status for master data option.
    Is there any enhancement or standard way of doing that?
    Regards
    Saqib Usman

    Dear Saqib,
    Its a standard behavior of the system. In CLSD status, transactional data like Procurement gets restricted along with WBSE no and its scheduling details. But it allows to you change like WBSE desc./Responsible person.
    Also go thru the below link for clarification of WBSE system status:
    http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
    For locking all master data, as above experts suggest, you should use MDLK/LKD.
    Regards
    Shishir

  • Portal Page Display Issue

    Hi all,
    We are using Netweaver 2004s Enterprise Portal 7.0 with SP14.
    some times, when the users log in, the main content of the page is getting displayed in the detailed navigation.
    And the actual content area shows empty.
    I usually restart the server instance whenever users complain about this error.
    Can any one help me out?
    Thanks
    Shobin

    Hi,
    The server I am facing this issue, is a  development server and hence it has only very limited usage in terms of the number of users.
    Also, the server has enough hardware resources to support the SAP Netweaver instance requirements.
    But for the last two weeks, we have an application which is accessed by almost 40 users continuously.
    This is a VC composite application which uses Microsoft JDBC driver to connect to a Microsoft SQL Server 2000 database. But even this application is small compared to the available resources we have in the server.
    So, the other option left out in your suggestion is the VM settings.
    Can you suggest me the recommended JVM memory settings?
    Thanks a lot
    Shobin

Maybe you are looking for

  • Can anyone help with debug error

    program below is giving error below,i'm pretty sure it's not getting the data type it expecting..it should print out ****6.00 instead of the ********6 its showing in the error. ---------- Run Program ---------- java.lang.NumberFormatException: For in

  • I need a app

    HI i need a app the same of adobe flash player for my ipad3

  • Why is my Microsoft Word document not working correctly with Pages

    I have created a new CV (Resume) in Microsoft Word on my work computer, it is using the latest version of Office. When I attempted to open the document in Pages on my home Mac, the formatting was slightly incorrect, but the main issue is it is missin

  • Sun JDK 1.4.2.06 JCE Problems using SunRsaSign

    I am getting the exception: java.security.spec.InvalidKeySpecException: Key spec does not match the key.      at com.sun.rsajca.JSA_RSAKeyFactory.engineGetKeySpec(DashoA6275)      at java.security.KeyFactory.getKeySpec(KeyFactory.java:262)      at go

  • Is iCloud working at all for anybody right now?

    Is iCloud working at all for anybody right now?