Help Text for Field Name.....

Hi Experts,
In ALV Report there is Feild names like Order No., Qty, etc.
When the user moves the cursor to the Feild Name i.e. Qty, it should show help text "This Qty is for A-B...".
How to bring help text for Feild name when the cursor move to feild name ?
Pl. guide.
Yusuf

Hi Shiva,
There is no field TOLLTIP in SLIS_FIELDCAT_ALV.
My sintex is :
  w_fcat-col_pos     = 9.
  w_fcat-fieldname = 'FACTOR'.
  w_fcat-seltext_l = 'Stock Value (55 %)'.
  w_fcat-outputlen = 18.
  w_fcat-do_sum = 'X'.
  APPEND w_fcat.
  CLEAR w_fcat.
Is there any other way becaz there is no field like tooltip?
Yusuf

Similar Messages

  • Search help exit for field name: BANKL (bank number)

    Is there any search exit that can be used on field BANKL to display only some bank based on user defined criteria?
    Regards

    we can create the search help ..
    we dont need to use CMOD or SMOD for this .
    The search help exit are implemented as function module (newly created) . 
    The place for exit in search help is blank but we can assing our exit ( FM created ) into that . Take the F1 help of that in change mode of search help .
    A search help exit is a function module for making the input help process described by the search help more flexible than possible with the standard version.
    This function module must have the same interface as function module F4IF_SHLP_EXIT_EXAMPLE. The search help exit may also have further optional parameters (in particular any EXPORTING parameters).
    A search help exit is called at certain timepoints in the input help process.
    Note: The source text and long documentation of the above-specified function module (including the long documentation about the parameters) contain information about using search help exits.
    Function modules are provided in the function library for operations that are frequently executed in search help exits. The names of these function modules begin with the prefix F4UT_. These function modules can either be used directly as search help exits or used within other search help exits. You can find precise instructions for use in the long documentation for the corresponding function module.
    well  which search help you want to change. and what changes are needed .?

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Init Select for Field name

    Hi all ,
    While i am trying to run initdelta i am getting error message "init select for field name Currently running in  request REQ_jijhoieoililh" how to resolve.
    i am unable to fill setup tables for plant maintinence datasource 2li_17_I3HDR i am not finding option in SBIW.
    Also i am getting Error "No Successful initialisation of the delta update took place " how to do that i did in
    infopackage but but still getting this error.
    thanks in advance--

    Hello Srinivas,
    in the transaction LBWE, in the plant maintainance applcation, in the update column for MC17I30HDR, make it active.
    then proceed with filling the setup tables.
    also
    take a look Roberto's weblog
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    Hope this helps..
    thanks,

  • Name of the F4 help structures for field SPRAS

    Hi experts,
    As 'hrpad00fatxt' is the f4 help structure for 'Famst'..... could you give the names of the f4 help structures for the field  'Spras' ??
    plz help

    H_T002 is the name of search help//
    if u know the table in which it(the field) is used...u can ur self find it...just like I checked in T001 table..
    There i cliked on the field type spras. there at the bottom right ...u can find the search help...in the search help tab..
    Edited by: Rudra Prasanna Mohapatra on Jul 21, 2008 10:29 AM

  • Add PROPERTY to Fields for "Field Name"

    I want to have each field with a unique name when it arrives in the Responses report. Then, when I export to csv or Excel, I can manage the data knowing each column has a well-formatted and unique name. This is unique from the field's "text".
    I read a response from Randy that one can double-click on the title cell in the responses page, and type in a new name there, which becomes essentially the field name. This does not replace the field's text.
    However with more than 200 fields in my form, this would be a tedious process. Also, naming fields should be part of the form design process, not in the responses side.
    I recommend that the field definition pop-up, when designing a form, should include in the field's properties a FIELD_NAME. The help should make clear the character set allowed in field names (or perhaps this could be part of the user's options, such as prohibiting backslash, etc.)
    Thank you for a growing tool!

    Hi,
    Thanks for the feedback. You should post this feature idea to the Ideas section:
    http://forums.adobe.com/community/formscentral?view=idea
    We use the Ideas section to help prioritize our work.
    Regards,
    Brian

  • Need to display Long Text as field Name in ALV

    Hi,
    I am using an ALV Grid Display. Even though i have kept the output field length to be 30 char, the Column header that is being selected is the short name. I would like the Column header to display the long name.
    For example: Field "MAKTX"
    l_seltext_l = "Description"
    L_seltext_s = "Descr"
    I want to display "Description" as the field name but it is displaying the short length even though the field is 30 characters wide.
    Please help.
    Thanks,
    Urmila

    Hi,
    along with <b>fieldcat-SELTEXT_L  = 'long text'.</b>
       try to pass this also..
    <b>fieldcat-DDICTXT = 'L'.</b>
    so this will allow only long text.
    Regards
    vijay

  • Use of table for field names

    hi guru's
    is there any way to check the table if i am having the data elements.
    i am having some data elements or field name, i just wanted to know, what are all the table which are using this fields.
    se16 is for checking the table, but i want to check the data element or field names.
    ex: i wanted to know what are all the tables is using the BUDAT fields.

    Hi,
    Table <b>DD03L</b> can be used to find out all the tables which are using a particular field.
    Regards,
    Amit
    *Always reward points for helpful answers

  • Custom Help text for Oracle Apps

    Hello All,
    We are currently on 10.7SC(!) and would like to know how we can customise the online help files to include text that is specific to our setup.
    Basically, we would like the 'Window Help' option for some key forms (PO entry, Invoice workbench, etc..) to contain the custom text.
    Has anyone done this before? Any help/ideas greatly appreciated.
    Many Thanks,
    Vipul.

    I'd post this in weblogic.developer.interest.management or
    weblogic.developer.interest.management.console newsgroup, since no security code
    is envolved here.
    Pavel.
    "Mihhail" <[email protected]> wrote:
    >
    Hello,
    I'm developing a custom authentication security provider for Weblogic
    8.1 sp1.
    Everything goes well, I mean according to the documentation, that says
    that attributes
    and operations for custom atn providers specified in MDF file are automatically
    supported by Administration Console. I do see them in a console, but
    whithout
    help/description text. I've tried to use DisplayMessage and Description
    properties
    of MBeanAttribute in MDF, but the only way my attributes are reflected
    in Details
    tab is an attribute name followed by it's value box. Should I write a
    console
    extension in order to have attribute help text displayed, or there is
    some simplier
    way to achieve that (any property in MDF or any option to MBeanMaker
    utility etc)
    Thanks in advance, Mihhail

  • 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.

  • JDeveloper 11.1.1.2.0 - Help text at field level

    Hi,
    We are making use of the Help.properties file to produce field level text. I have field's such as the following
    <af:inputText value="#{bindings.DocumentName.inputValue}"
                                    label="#{bindings.DocumentName.inputValue eq null ? ''  : bindings.DocumentName.hints.label}"
                                    required="#{bindings.DocumentName.hints.mandatory}"
                                    columns="#{bindings.DocumentName.hints.displayWidth}"
                                    maximumLength="#{bindings.DocumentName.hints.precision}"
                                    shortDesc="#{bindings.DocumentName.hints.tooltip}"
                                    id="it4"
                                    autoSubmit="true"
                                    helpTopicId="WORKFLOW_EDITPURCHASEORDER_DOCUMENTNAME"
                                    readOnly="true"
                                    rendered="true"Is there a elegant way to disable the help text? e.g. provide a form level radio button to enable/disable help text? The only way i can think at the moment would
    be to set the helpTopidId to a key that doesnt exists using an EL expression.
    Regards

    Hi,
    I think what you suggest is the way to go in this case
    Frank

  • Substitution Variable for Field Name - Use in LOV Defintion

    Hi,
    I need to build an application with a lrage number of fields based on an LOV (Select List). All the LOVs will be sourced from a single table:
    LOOKUP_TYPE VARCHAR2(30)
    LOOKUP_CODE VARCHAR2(30)
    MEANING VARCHAR2(100)
    Each field will therefore need a simple LOV of:
    select lookup_code, meaning
    from
    app_lookups
    where
    lookup_type = 'LOOKUP_TYPE_NAME'
    order by 2Not complicated but it will take a long time due to the number of fields (across many pages).
    I would like to be able to have the same code for all fields. Something like:
    select lookup_code, meaning
    from
    app_lookups
    where
    lookup_type = V('THIS_FIELDS_NAME')
    order by 2With this code I could simply copy fields around and rename them - the LOVs would automatiically select the right values by using the Field Name to find the correct codes.
    A long shot - but worth asking.
    Any thoughts?
    Thanks,
    Martin

    Hi Andy,
    Yes I know about Shared Component LOVs but this does not address my issue. I am also not restricting based on a page item value. I just want to restrict dynamically based on the field name.
    On a page I will have at least 30 items, each with their own LOV. I can define an LOV for each item (either directly or though shared components) but each needs to be individually coded (where lookup_type = 'XXXX' with XXXX being different for every field).
    If possible I would like to dynamically use the field name to select the group of lookup codes that I want - all fields could then have the same code (or potentially the same Shared Component LOV).
    Not a major issue, but it would make my life a lot easier!!
    Martin

  • Which table stored  description for field name

    hi,
    for example,
    field name is  LIFNR , description (vendor number),
    which table stored this description (vendor number)  for that field name(LIFNR) ?

    1. From table DD03L, give your tablename and get all of its field names and corresponding data element names. 
    2. From table DD03T, get the description of each data element you have got in step 1. 
    3. Then Use Function Module DDIF_FIELDINFO_GET 
    DD02L : ALL SAP TABLE NAMES
    DD02T : DESCRIPTION OF TABLE NAMES
    DD03L : FIELDS IN A TABLE.
    Check the below link for more information.
    http://www.sap-img.com/abap/how-to-get-the-field-descriptions-of-a-table.htm
    Thanks,
    Balaji

  • Variables for Field Names.

    This may be a silly one for ya but I am having a brain fart
    now.
    I am doing a dynamic form where the form questions are
    created fro a database.
    The different field names are dynamic variables generated via
    itererations (++) from the database table.
    The problem is that when I submit the form I need the field
    names as the insert or update value to populate the values
    statement in the query. I am having a problem locking down the
    actual values to use for the insert or update statement.
    I will need to use a loop to iterate through the variables.
    Look at the code form the form.
    Thanks in advance.
    Gene

    Too much code for me to analyze.
    But see if any of these development tricks lead the way for
    you.
    On your action page:
    <cfdump var="#form#>
    <cfoutput>
    <cfloop collection="#form#" item="field">
    #field# = #form[field]#<br>
    </cfloop>
    <cfoutput>
    <cfoutput>
    #form.fieldNames#<br>
    <cfloop list="#form.fieldNames#" index="field">
    #field# = #form[field]#<br>
    </cfloop>
    <cfoutput>

  • More 30 Character for Field Names

    Hi :
    I need the setting for incremental the limit of 30 character of the field name.
    Ex: MY_DOCUMENT_IN_THE_YEAR_2000_AND_YEAR_2001 varchar (30)
    Thanks

    This can happen when the form was created by converting an HTML form to PDF. Unfortunately, there is no user interface for changing the submitName property of fields. The reason Acrobat creates such names when converting from HTML is because there are fundamental differences in behavior between HTML fields and Acrobat fields. In short, Acrobat needs to give the fields unique names.
    You can alter the submitName property of a field using JavaScript, however. For example:
    // Remove the submitName that was added
    getField("Text1").submitName = "";

Maybe you are looking for