Dynamic tip text for messageLovInput item

Hello,
I'm trying to create dynamic tip text for a messageLovInput bean using the following code. All I get is this in the text below the field: [email protected] Code snippet:
    OAMessageLovInputBean adsiBean = (OAMessageLovInputBean) webBean.findChildRecursive("AdsiProf");
    OAFormValueBean adsiDescBean = (OAFormValueBean) webBean.findChildRecursive("AdsiProfDesc");
    OADataBoundValueViewObject adsiProfDescBoundValue = new OADataBoundValueViewObject(adsiDescBean, "AdsiProfDesc");
    adsiBean.setAttributeValue(TIP_ATTR, adsiProfDescBoundValue.toString());jDev version: 10.1.3.3.0.3
Oracle DB: 10.2.0.3.0
EBS: 12.1.1
Any help is truly appreciated!
TIA
Alka

Try removing the toString() call here:
adsiBean.setAttributeValue(TIP_ATTR, adsiProfDescBoundValue.toString());so it looks like this:
adsiBean.setAttributeValue(TIP_ATTR, adsiProfDescBoundValue);

Similar Messages

  • Tool Tip Text for field values in ALV report

    Hi,
    How to get the tool tip text for the field values in ALV report.
    Thanks & Regards,
    Pallavi.

    Hi,
    In fieldcatalog specify the TOOLTIP.
    <b>
    LVC_S_FCAT-TOOLTIP
    </b>
    In this speicfyteh tooltip you want.
    Then append this to the fieldcatalog.
    Hope this solves ur problem.

  • Tree control tip strip for each item

    In tree control is possible set a Tip strip for each item (node) of tree?
    In tree control  tipStrip property seems relative to all tree.
    Thanks all.

    The only thing I can think of is to use an event structure
    use a mouse move event
    Get Cords
    Calculate what item the mouse is over
    Use a Tips property node to write the correct string.
    The hard part will be calculating what item the mouse is over, The Displayed Items property node should help.
    I am actively working on a program that is centered around a tree control and might like to do the same.
    If you need further help reply back 
    Omar

  • Long text for line item appears twice in my PO form...

    Hello Experts,
    I am wondering why my long text for my 1st line item is appearing twice. In my PO, I only
    maintained a long text for my 1st PO line item appeards twice. below is my code:
    /E          ITEM_LINE_1
    IZ           &EKPO-EBELP&,,&EKPO-TXZ01&
    IZ           ,,&EKPO-EMATN&,,&EKPO-MENGE&,,&EKPO-MEINS&,,&EKPO-UMREZ&,,&EKPO-NETPR&,,
    =           &EKPO-NETWR&
    /:           DEFINE &LV_TEXTNAME& = ''
    /:           PERFORM GET_LONGTEXT_ITEM IN PROGRAM ZMMRP0008
    /:           USING &EKPO-EBELN&
    /:           USING &EKPO-EBELP&
    /:           CHANGING &LV_TEXTNAME&
    /:           ENDPERFORM
    /:           INCLUDE &LV_TEXTNAME& OBJECT 'EKPO' ID 'F01'
    The element 'ITEM_LINE_1' is called per line item. So in my case, 3 times. The INCLUDE statement
    at the end of the element is for the longtext. I am now confused as to why it appears twice for the 1st line item.
    Thank you guys and take care!

    Hi,
    You can debug and check whats happening there.
    Regards,
    Ram

  • Tool-tip text for Selection screen buttons.

    Hi all,
    Got another requirement and need your help.
    I have a user-defined selection screen in my program. I would like to know if it is possible to have a tool-tip text ( quick info ) for the Pushbuttons on this selection screen.
    Any help is appreciated.
    Regards,
    Anand Mandalika.

    Function Buttons.
    For report programs you declare the selection screen appearence with select-options, parameters and selection-screen commands, function key is one of them.
    So a quick example
    REPORT ZYX.
    TYPE-POOLS: ICON.
    TABLES: SSCRFIELDS.
    DATA: WA_FNTXT  TYPE SMP_DYNTXT.
    SELECTION-SCREEN FUNCTION KEY 1.
    INITIALIZATION.
    WA_FNTXT-ICON_ID    =  ICON_GREEN_LIGHT.
    WA_FNTXT-TEXT       =  'Go Faster'.
    WA_FNTXT-QUICKINFO  =  'NO Speed Cameras'.
    SSCRFIELDS-FUNCTXT_01  =  WA_FNTXT.
    AT SELECTION-SCREEN.
    CASE  SSCRFIELDS-UCOMM.
    WHEN  'FC01'.
    etc.

  • Tool-Tip Text for button

    Hello,
    I have a button which I have statically associated with a tool-tip text.
    I did this by setting the TooltipText to a text element.
    However, when I run my program, the tool-tip does not appear
    for the button. This button does not have any text it it, only an ICON.
    Therefore, I need a tool-tip to inform the user about the functionality
    of the button.
    Can anyone please tell me how the display the tool-tip?
    Best regards,
    Divyaman Singh Rawat

    HI,
            Go to screen layout and double click on the button for which you are setting the toop tip text. Then Attributes window will open. In that window, Just below the 'Icon name' field, there is 'Tooltip' field. You give the tool tip text there.
    Also Dont forget to save the layout. After saving come to flow logic and activate the program and run. Then it definetely shows the tool tip when you place the mouse pointer on the button.
    Cheers
    Murali Krishna T

  • How to set dynamic column width for analysis item

    Dear Experts,
    I have a query view which is added in the web template as an analysis item. The web item properties on width is not working - I tried entering a value in the width but when I execute the template, the query view's width still stays the same.
    Module com.sap.ip.bi.rig.ColumnWidth don't seem correct because I don't want the column width to be static. As my number of columns may change, I wanted the overall width of my query view to stay the same.
    Appreciate any ideas which can solve this issue
    Thanks and Regards,
    huimin
    BW newbie

    Hi Huimin,
    I don't think it is possible to fix the width of the Analysis webitem since it dynamically adjusts its width based on the text maxlength within its cells. Unless you use com.sap.ip.bi.rig.ColumnWidth where the cols are static, you cannot achieve this.
    Even if you do override the css settings using a cell padding or something, the portal settings would override the same. How about using a Report webitem to insert tables/charts & check if the width can be adjusted here - just a thought.
    --Priya

  • Append text for the item in sales order

    Hi all,
    I have to append a text in a sales order for every line item created and am using save_text Fm for that.
    The issue is,
    When a text exists already for a line item, then iam unable to append new text to the existing text as it doesn't get saved to data base until my exit is fully processed.when i check after processing only the previous text remains but not the new one.
    With out using COMMIT how can i append the data in the item text.
    Any pointers would be really helpful..
    regards,
    Dinesh.

    is this parameter in fm SAVEMODE_DIRECT set to 'X'
    also try out this fm COMMIT_TEXT
    кu03B1ятu03B9к
    Edited by: kartik tarla on Mar 5, 2009 6:28 PM

  • KP06, Long Text for Line Items

    I have to upload long text from flat file to transaction KP06 usind BDC. I need to use SAVE_TEXT but i need to know the parameters i need to pass like
    TextObject, Name, Text Id,LINES etc for the specific transaction code KP06.
    And whether i need to pass the long text obtained by flat file to the LINES in TABLES TAB of the FM.

    HI,
    you have to ask to your functional consultant
    check in se75 tcode you can get some tips
    TextObject,  which is there in se75
    Name,    usually it will be a number eg: some document number
    Text Id,    usually it will be like '001 or '002' like this  
    LINES  
    regards,
    Venkatesh

  • Can I change the standard text for web item 'INFO_FIELD_ITEM'?

    Hello experts.
    I made a WAD template using web item 'INFO_FIELD_ITEM'.  In data binding, I used the 'Last refresh' of general text elements.   As a result, in the web browser I can see the last update date & time. (e.g. 'Last refresh: 2007.01.17 17:34:44') Then our customer want to change the default text "Last refresh" as "Working time".
    How can I change this?
    I tried to change the text symbols for program SAPLRRSV. But it worked only in Bex Analyzer not in the web.
    Our server version is Netweaver 2004s and SP10.
    Best regards.
    JY Park.

    Hello,
    I had the same problem - just wanted to display the values of a variable in an info-field, but not the caption.
    I found out, that there's a tag for Info-Field Item called ONLY_VALUES (it's the checkbox under the headers visible checkbox in the properties dialog of the Info-Field Item; in my WAD version, there's no label assigned to this checkbox, so it was not easy to find out what it should be),
    You have to set it to 'X' (check it) ; then you get the unformatted value of the variable (no caption anymore).
    <bi:INFO_FIELD_ITEM name="INFO_FIELD_ITEM_1" designheight="500" designwidth="350" >  <bi:WIDTH value="350" />
    <bi:HEIGHT value="500" />
    <bi:DATA_PROVIDER_REF value="DP_1" />
    <bi:HEADERS_VISIBLE value="" />
    <bi:ONLY_VALUES value="X" />
    You have to insert the info-field item between span tags so that you can define your own formatting values.
    The ONLY_VALUES tag works the same as the tag 'RENDER_AS_TEXT' you have with the text item , see
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    There's only one disadvantage: If you have chosen a lot of variable values (multiple selection), the variable string gets very long and no line break is performed, because all blanks in the string are replaced by nbsp's. I solved this with a little Java Script, replacing the appropriate nbsp-s with br tags.
    Hope it helps
    Beate

  • Add Long text for consignement item

    Hello all,
    For Item category Standard, I can add a long text in a contract, but for item category consignement when I click the button text overview, I don't find the space to add a long text.
    It's clear that it's related to customizing but I can't find it. can someone help me in this issue.
    Thanks
    Mohamed

    Hi Mohamed,
    This issue seems related to the thread :
    Re: Item texts in contract
    could you please verify and eventually close also this one ?
    Thanx & Regards,
    Mauro

  • Getting Dynamic Error Text for Error Handling in BPM

    Hello,
    is there any way to get the error message or further details on an exception handler in BPM? I would like to pass the detailed error description of the error that has happened in BPM to an alert using a separate Alert container variable.
    Is this possible or do I need to hardcode potential errors?

    Hi Florian,
       Check Michal's reply in : catch the exception
    and Bhavesh's reply in Notify user about Exception in BPM
    Regards,
    ravi

  • Dynamic Help Text

    Hi,
    I want to build a dynamic help text for displayed items (may be like bubble help or a small popup window).
    The text of the help should result from a query (i.e. comment on column in the database).
    Is there an example or can anyone please help me.
    Thank you
    Siegwin

    May be this can help you (even if i am not 100% convinced that on Apex 3.2 Ajax is the best approach for doing this...).
    TRICK: Dynamic Item Help Text as Tooltip
    AFAIK there is no supported way of "seeding" page items help text with the comments taken from the user_col_comments view (or another of the kind), however if i had a large application (>10 tables) i'd try with a direct update of the apex tables even if this practice is officially discouraged, but in that case you'd need to have access as privileged user.
    There are chances that apex repository views or part of them can be made updatable in the future, in that case this task will become far easier and less risky.
    Flavio
    http://oraclequirks.blogspot.com

  • CREATE SUBSTITUTION RULE FOR u0093COPYING LINE ITEM TEXT FOR LINE ITEMSu0094

    Hi every body
    When user post transactions in FB60 we have give the line item text, Suppose no.of lineitems are there in tht instnace my client asked to create the substitution rule to “COPYING LINE ITEM TEXT FOR LINE ITEMS”
    pls tell me the processes how to create the substitution rule
    Plz can anyboby help me out...
    laxmi velaga

    sorry,
    link doesn't work:
    here's the content:
    you must add your rules at event 3 (complete document)
    in an exit of ZGGBS000:
    data htext type bseg-sgtxt.
    *find
      LOOP AT BOOL_DATA-BSEG INTO BSEG
                      WHERE    bseg-sgtxt <> space.
      move  bseg-sgtxt to htext.
      ENDLOOP.
    *copy
      LOOP AT BOOL_DATA-BSEG INTO BSEG
                      WHERE    bseg-sgtxt = space.
      move  htext to bseg-sgtxt
    *modify
      MODIFY BOOL_DATA-BSEG FROM BSEG.^
      ENDLOOP.
    http://help.sap.com/saphelp_47x200/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm
    please reward useful answers
    thanks and regards
    Andreas

  • Use of long text in maintenance item

    Hi Experts ,
    What  is use of long text in maintenance item, Which  T code is use for to create long text for maintenance item
    With best regards,
    AVI DDS.

    hi
    if you have maintained the tasklist ,i think it will copy the maintenance item short and long text to the maintenance order or notification created
    regards
    thyagarajan

Maybe you are looking for

  • OS 10.4.11 Mail application

    iMac G5 PPC OS 10.4.11, Mail app. Where can I find my Mail Setup? I had lost my Mail setup and I had to phone my provider so he could steer me to redo my Setup. I followed his instructions and was able to reconnect to my mailboxes. However I did not

  • How can i insert a heart shape into keynote

    Hi I am new to IMAC and want to insert a heart shape into Keynote so I can colour code it and write text inside - can someone help please -I've tried the drawing tool but no success!! thanks

  • Check if a DSO has been lookup by other DSO/cube in start/end routine

    I have to support on of the client system which I am not part of the development. I found one DSO has been schedule to load data in daily process chain but it is not update to any target. Is it possible to check if this DSO has been using in the stag

  • MIRO User exit

    Hi Gurus, We have a functional requirement as when in MIRO, if user changes G/L account to a balance sheet account, then this should give out a information message during the Invoice processing.  Could you let us know what exit can we use ? Thanks, G

  • Call a report with selection screen as subscreen.

    Hi all, i need to Submit And Return a Report having some parameters and Select options, from a Function Module. all i want that the Selection Scrren of Report should appeared as Subscreeen, so that Calling Screen sould be visible in Background. Is th