Both attribute value and description showing on attribute value dropdown list

Hi All,
I am using CRM 7.0 EhP 1 and I have encountered a item I need to address in regard to the display of a Marketing Attribute values on the Account Overview page (BP_HEAD/BPHEADOverview) on the Web Client.
The component in question on the page is BP_DATA/MarketingAttributesEOVP.
The value dropdown lists for each attribute show both the Attribute Value (in my case a number) and Description. We require that only the Description is shown and not the Attribute Value in brackets also.
Is there a user setting that controls this or is displaying both standard with no adjustment possible through user settings or configuration? 
Thanks,
Jonathan

Hi All, 
The following OSS note looks to resolve issue in question above:
1647509 - Attributes value shown as value+description in accounts page
Thanks for your assistance.
Jonathan

Similar Messages

  • FSG showing Account description instead of value and description

    Hi ,
    I am getting rows without Account Values in an FSG that I created - it has 27 columns. I had specifically created a row order with Value and Description for the Account Segment with all other segments having width zero. When I run this FSG I only get the Description and not the values. I tried everything from increasing the width of the column and also removing the row order but it still shows only the description. I also tried with a row order with Value only for the Account Segment but even then it shows only the Account description. I have no idea what is causing it? Can you tell me how to fix it?
    Thanks,
    Arun

    Can you post the query for which the bind variable values are not being shown and the trace output for the same?
    Probably it is listed down somewhere when you actually executed the query among the others. Try completely analyzing your trace file..

  • Display value and description of one field in alv grid

    Hi Folks,
       I want to display value and description of one field as one column in alv grid.
    for example iam having Xfield = 01,02,03.
    and 01 iam having text value as xxx,
    01 xxx
    02 yyy
    03 zzz
    Im report display the values are displaying as 01,02,03..
    but i want to display it as 01 xxx,02 yyy, 03 zzz.
    Please do needful.
    Thx.

    Hi, swetha
    You can do this with "concatenate".
    example:
    In you code check where you final internal table is getting filled up before that do this concatenate and then append it.
    data t_text type string.
    t_text = textfield
    CONCATENATE 'Xfield'
                     t_text
                      INTO wa_workarea SEPARATED BY space.
    cheers,
    Bhavana

  • I purchased a song and it shows up in the song list with an exclamation point on the sie of it.  It says the song could not be found.  I have done a search and can't find it but iTunes won't let me download or buy it again.  Help!!

    I purchased a song on iTunes and it shows up in the song list with an exclamation point on the side of it.  It says the song could not be found.  I have done a search and can't find it but iTunes won't let me download or buy it again.  Help!!

    Hello levon10
    Just delete the song and then go through the process of downloading the purchase again.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I need to create a image using some numeric values and i want to display values in image,

    I need to create a image using some numeric values and i want to display values in image, Numeric values be enterd by text file, excel file or user input by dialog box,
    this is the sample if image.
    http://s17.postimg.org/5xvtzbztn/5_01_03_I.png
    128 x 16 Pixels , Back ground Black, Numbers in Red, Should be same as above picture.
    Because i have hundreds of images to create like this.
    If any one can make a script for this it is very good.
    Sorry about my English.
    Thank you.

    Have you checked out data driven graphics?
    https://helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html

  • Based on Gender Marketing Attribute set has to show different attribute

    Dear Expert,
                     How to set the marketing attribute set based on Gender what *** we Chose in Identification tab in BP Maintain Screen ?
    If i chose Female it will show some Attribute set or
    I Chose Male it will show some different attributes .

    Hello Subba,
    Try this function module
    CRM_MKTBP_ASSIGN_ATTRIBUT_TAB
    It assigns the attribute set and its corresponding attribute vales.
    Also try CRM_MKTBP* in SE37 and you can find some other function modules if the above doesn't match.
    Thanks
    Chandran

  • Bex Query - How to capture characteristic value and set it as filter value?

    Dear Experts,
    I would like to create a tricky report that listed sales quantity by companis. Companies consists of production plant as well as trading company.
    Company / Sales Quantity / Sales Quantity 2 (which produced by Company itself)
    A            / 100                  / 50                     (50 was produced by company A)
    B            /  80                   / 0                      (this is a trading company)
    C            / 150                  / 150                   (All are produced by company C)
    First I thought of using variable to capture Company value and then under Sales Quantity 2 I set producing company = this variable. But this only works if I filter company values. Any workaround idea that I can get the above with all the listing of companies?
    Any assistance would be great! Thanks!
    JL

    Hi,
    Have you tried elimination of Internal business Volume?
    http://help.sap.com/saphelp_bw32/helpdata/en/d5/784d3c596f0b26e10000000a11402f/content.htm
    Impliment this solution  by adding another KF Sales qty2.  with ref. to Sales qty.
    In characteristic pair you can have Company and  Production Company(navigational attribute).
    By implimenting this solution  the system will eliminate if the quantity is produced by the company it self.  You can create CKF in query to get the result you need.
    Jaya

  • Domain Value Shot Description instead of Fixed Value

    Hi Everyone,
    I am having a peculiar issue in Passing domain values from ABAP webdynpro to Interactive forms.
    The scenario is as given below.
    1> Interactive form is only for display purpose.
    2> Passing fields from a Z structure in interactive forms interface.
    3> Certain fields in the Z structure are having data elements which are linked to domains.
    4> The domains mentioned in point number 3 are having fixed values as well as short descriptions.
    5> Fixed values are stored in the tables in R/3 and not short descriptions.
    6> I want to display the Short Description in Interactive forms as a text box and not a dropdown value. Since it is just for display purpose, i dont want to display a dropdown value. Currently The fixed values are getting displayed.
    I wanted to know if there is some way to do this without using Code.
    I have quite a lot of fields and for all of these fields if we select values from dd07t table, Performance would be severely affected.
    Please let me know if someone has any suggestions. If you need any more clarifications don't hesitate to ask.
    Thanks in advance and Warmest Regards
    Mz

    Hello Robert,
    Thanks for your prompt reply.
    Let me try to clarify a bit more.
    As mentioned by you, let us suppose that i have a field ZBUKRS with the domain ZZBUKRS having the same fixed values.
    In case of Webdynpro ABAP, if i create a dropdown and bind this domain (ZZBUKRS) to the dropdown, when i run the report, i see the short descriptions in the dropdown. When selecting a value, the Fixed value is automatically selected for the selected short description. There is no need to go in for seperate coding to acheive this.
    I was wondering, is there any way that a similar thing can be acheived in interactive forms without doing the coding. I know that we can use the FM 'STF4_GET_DOMAIN_VALUE_TEXT'. But since i have a large number of domains, i will have to use this repeatedly.
    Hope i have not confused you
    Please let me know if any further clarifications are required.
    Thanks & with warmest regards,
    Mz

  • Need Value and labed different for a dynamic Dropdown in an ADF page

    Hi,
    We have an ADF page with a drop down.
    This is populated dynamically.
    We have created using the below code.
    Issue: what we need is that each value the Label set should be different.
    Code : presently hard coded
    In the Java file for the page we had the following code:
    ===========================================================
    String haircolor;
    SelectItem[] haircolorSelectItems;
    ArrayList haircolorlist = new ArrayList();
    public PatientAdvSearch() {
    haircolorlist.add(new SelectItem("Black"));
    haircolorlist.add(new SelectItem("Blonde"));
    haircolorlist.add(new SelectItem("Red"));
    haircolorlist.add(new SelectItem("Others"));
    haircolorlist.add(new SelectItem("Grey"));
    SelectItem[] haircolors = (SelectItem[]) haircolorlist.toArray(new SelectItem[0]);
    haircolorSelectItems = haircolors;
    public void setHaircolor(String haircolor) { this.haircolor = haircolor; }
    public String gethaircolor() { return haircolor; }
    public SelectItem[] getHaircolorSelectItems() {
    return haircolorSelectItems;
    ===========================================================
    And the JSPX will have the following code.
    <af:selectOneChoice binding="#{backing_PatientAdvSearch.selectOneChoicerace11}"
    id="selectOneChoicerace11"
    unselectedLabel="&lt;Select>">
    <f:selectItems value="#{backing_PatientAdvSearch.haircolorSelectItems}" />
    </af:selectOneChoice>
    ===========================================================
    This populates both Lable and Value for the Select Item with one value.
    We need two different value.
    How do we go ahead with that.
    Thanks

    Yes.. actually i am also facing the same prob...
    i need value and label to be different for dynamic dropdown.
    Please help in case any one has faced the same issue.

  • How do I get a value attached to a text on a dropdown list?

    I need to get an overall average based on the selected option in several different dropdown lists. Once I have the average the final field will reflect the text as one of the options. 
    There are 3 areas that are being measured. 
    Quantity, Quality and Performance
    Each area will get a rating, The dropdown list will show Fails, Meets, Exceeds.
    The ratings need a number value that can be used to average the areas. 
    Quantity = Meets = 2
    Quality = Exceeds = 3
    Performance = Meets = 2
    Total = 5
    Avg = 2  (rounded to nearest whole)
    Final rating = Meets
    I have built the drop down lists. I see a value that appears to be attached but I cannot figure out how to grab the value.  I need to present this to the executive team soon. Please help me understand how this works, and yes I got it to work in Acrobat but needed other functionality only available in LC Designer. 
    I am using Adobe LiveCycle Designer ES2.
    Thank you!!

    If you have assigned values to the dropdown items - on the Binding tab of the Object palette: "Specify Item Values" - those values become the rawValue for the dropdown.
    So for something simple in FormCalc, on the calculate event of the Final Rating you would just add the fields together and do the math.
    $ = (ddl1 + ddl2 + ddl3) / 3

  • How do I get my brushes to show up in the dropdown list?

    I'm fairly new to Photoshop. I'm using CS6, and I'm having a little trouble. Mostly, I have a lot of brushes, but not all of them show up in the dropdown menu for brushes:
    So, how can I fix this, if there is a fix for this? Any help is much appreciated. Thank you!

    Is there a way to further divide brush sets into groups?  I agree that is an unmanagably long list, and I bet most of them are never used.  It looks like Windows 7, so the brushes live in
    C:\users\your user name\App Data\Roaming\Adobe\Adobe Photoshop CS6\Presets\brushes\
    I've never tried adding a folder to the brushes folder, but even if it is still recognised, I suspect it would not not change the look of that list.  I'll have a try though, out of interest.
    Here's an idea.  Find the above folder, and right click and send to desktop as shortcut, and place another shortcut to a master list of brushes right next to it.  Open both, and drag groups of brushes into and out of the brush folder on those rare occassions you need them.  Wouldn't it be nice if you could incorperate such a feature into a custom workspace?
    [EDIT]  Well I just tried, and Photoshop CC sees the contents of sub folders in the Brushes folder.  That would help with my weird little idea above, and while my brush list is nothing like the OP's, it is bordering on being too big to be comfortable.

  • Domain Values and Description

    I have defined one custom data element with custom domain and some fixed values at the Domain level.
    I am using that data element at the Custom screen. The problem is that I am getting F4 help without Desription.
    In the drop down help I am getting on Values not the description. How I can get both in the F4 drop down help.

    You can try something like this... It is building the search help on the fly in the program based on the domain fixed values. 
    report zrich_0001 .
    data: dbdiff_values type ddfixvalues,
          dbdiff_val    type ddfixvalue.
    data: begin of help occurs 0,
          low type ddfixvalue-low,
          ddtext type ddfixvalue-ddtext,
          end of help.
    data: return type table of ddshretval with header line.
    parameters: p_koart type koart.
    at selection-screen on value-request for p_koart.
      call function 'DDIF_FIELDINFO_GET'
           exporting
                tabname      = 'BSEG'
                fieldname    = 'KOART'
                lfieldname   = 'KOART'
           tables
                fixed_values = dbdiff_values.
      clear help.  refresh help.
      loop at dbdiff_values into dbdiff_val.
        move-corresponding dbdiff_val to help.
        append help.
      endloop.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
           exporting
                retfield    = 'KOART'
                dynprofield = 'P_KOART'
                dynpprog    = sy-cprog
                dynpnr      = sy-dynnr
                value_org   = 'S'
           tables
                value_tab   = help.
    Regards,
    Rich Heilman

  • Icons for both Creative Cloud and Adobe show up in my menu bar.

    Hello,
    I was wondering if anyone can help with this.  I am running Creative Cloud and have been for a year or so on my Mac Pro (10.8.5).  Recently (as in a few months ago) the icons for both Creative Cloud (the infinity/cloud symbol) and Adobe Updater (the stylized A) have been showing up in my menu bar.  Both indicate if there are apps to update and both open Creative Cloud if I click on them (or in Updater go to update apps).  Not a big deal, but I already have enough stuff in my menu bar and I was wondering if there was a way to stop having both show up.  Thanks.
    Patrick

    I know this is an old post but just in case anyone else finds this via a popular search engine (like I did), you can follow the instructions here:
    http://helpx.adobe.com/creative-cloud/kb/redundant-update-notifications.html
    That seemed to do the trick for me.

  • In Bex Query day from calday value and sales in prev yr value not come

    Dear all
    right now i got output like
                                                                                Sales                         Sales in Prev Yr     
    Sales Organization         Day From Calday          Calendar Day        Sales Value                   Sales Value          
    1020                  Not assigned          05/1/2010                                    2,013,176.00 INR               
    1020                  Not assigned            05/1/2011                2,945.00 INR                                                  
    and i want output like base on date 05/01 how to do pl help
    Sales Organization         Day From Calday          Calendar Day        Sales Value                   Sales Value          
    1020                      05/01                      05/1/2010        2,945.00 INR               2,013,176.00 INR               

    Hi ,
    This is possible via customer exit.You can populate day on the bases of your date .
    Try this :
    WHEN 'tech name of exit var'.
    data : v_day type c length 5 ,
              v_day_val  type c length 5.
    IF i_step = 2.
    READ TABLE i_t_var_range INTO LS_T_VAR_RANGE WITH KEY vnam = 'date_value u2019.
    v_day  = LS_T_VAR_RANGE-high+4(4).
    concatenate v_day+2(2) '/' v_day(2) into v_day_val .
       ls_range-low = v_day_val .
       ls_range-opt = 'EQ'.
       ls_range-sign = 'I'.
       APPEND ls_range TO e_t_range.
    Hope this will be helpful .
    Regards,
    Jaya

  • Reseting the Incarnations to older value and later setting to current value

    Hi all,
    RMAN> LIST INCARNATION OF DATABASE;
    List of Database Incarnations
    DB Key  Inc Key DB Name  DB ID            STATUS  Reset SCN  Reset Time
    441     473     PMAHIWCE 442434819        PARENT  1          19-NOV-04
    441     474     PMAHIWCE 442434819        PARENT  953420329  09-FEB-08
    441     442     PMAHIWCE 442434819        ORPHAN  7377601440258 07-MAY-11
    441     14581   PMAHIWCE 442434819        ORPHAN  7387155628392 18-JUL-11
    441     12361   PMAHIWCE 442434819        ORPHAN  7387155628392 26-MAY-11
    441     22921   PMAHIWCE 442434819        CURRENT 7387155628392 17-AUG-11
    441     11101   PMAHIWCE 442434819        ORPHAN  7387155628392 26-MAY-11can i reset to incarnation to older one like 442 and later can i reset to the current one 22921 as i am unbale to delete the backup piece.
    select c1.TAG,c1.BACKUP_TYPE,c1.DEVICE_TYPE,c1.COMPLETION_TIME,c1.BP_KEY,c1.stamp,c1.BS_KEY,c2.name,c2.RESETLOGS_TIME,c2.DB_KEY,c2.DBINC_KEY,c2.RESETLOGS_CHANGE# from rc_backup_piece c1, rc_database c2 where c1.COMPLETION_TIME < sysdate-36 and c2.name='PMAHIWCE' and c1.db_id=c2.dbid
    SQL> /
    TAG                              B DEVICE_TYP COMPLETION_TIME         BP_KEY      STAMP     BS_KEY NAME     RESETLOGS_TIME          DB_KEY  DBINC_KEY RESETLOGS_CHANGE#
    PMAHIWCE_15_03_2011_1335_LEVEL1  L SBT_TAPE   2011-03-15 13:36:09        108  745853766        106 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  L SBT_TAPE   2011-03-15 13:36:18        109  745853766        107 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  I SBT_TAPE   2011-03-15 13:41:40        134  745853792        127 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  I SBT_TAPE   2011-03-15 13:41:48        135  745854108        128 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  I SBT_TAPE   2011-03-15 13:41:50        136  745854110        129 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  I SBT_TAPE   2011-03-15 13:41:53        137  745853792        130 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  I SBT_TAPE   2011-03-15 13:42:18        138  745853792        131 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1335_LEVEL1  D SBT_TAPE   2011-03-15 13:42:23        181  745854143        172 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1351_LEVEL   L SBT_TAPE   2011-03-15 13:51:45        233  745854705        229 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1351_LEVEL   L SBT_TAPE   2011-03-15 13:51:45        234  745854705        230 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_15_03_2011_1351_LEVEL   L SBT_TAPE   2011-03-15 13:51:45        235  745854705        231 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    TAG                              B DEVICE_TYP COMPLETION_TIME         BP_KEY      STAMP     BS_KEY NAME     RESETLOGS_TIME          DB_KEY  DBINC_KEY RESETLOGS_CHANGE#
    PMAHIWCE_15_03_2011_1351_LEVEL   D SBT_TAPE   2011-03-15 13:51:49        245  745854709        243 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  L SBT_TAPE   2011-03-16 10:43:31        323  745929811        320 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  L SBT_TAPE   2011-03-16 10:43:32        324  745929811        321 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  I SBT_TAPE   2011-03-16 10:48:54        352  745929819        346 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  I SBT_TAPE   2011-03-16 10:49:05        353  745930144        347 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  I SBT_TAPE   2011-03-16 10:49:06        354  745929819        348 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  I SBT_TAPE   2011-03-16 10:49:07        355  745930147        349 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  I SBT_TAPE   2011-03-16 10:49:25        356  745929819        350 PMAHIWCE 2011-03-01 10:39:00         41         42                 1
    PMAHIWCE_16_03_2011_1043_LEVEL1  D SBT_TAPE   2011-03-16 10:49:37        399  745930177        390 PMAHIWCE 2011-03-01 10:39:00         41         42                 1Thanks
    Prakash GR

    Any suggestions please

Maybe you are looking for