F4 help for field along with description

Hi,
I have given fixed values and thier description for a domian. I am getting F4 help because of them. But in F4 help i am getting description of the fixed value instead of fixed value.
One more thing is, I want to display both value and description in F4 help, when I select any entry from  the pop up table i sholud get only value but I am getting description here again. This i have done using a value table.
How can I get F4 help with both value and description and after selection only value should get selected.
Thank you,
Regards,
Kusuma K.

HI,
Try using this FM - F4IF_INT_TABLE_VALUE_REQUEST.
You can use the below code for reference.
REPORT  Z_F4_VAL_DESCRIPTION.
DATA: is_Planning_plant TYPE t399i OCCURS 0.
DATA: is_return TYPE ddshretval OCCURS 0,
     w_return LIKE LINE OF is_return.
PARAMETER : p_mpla TYPE iloa-swerk.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_mpla.
IF is_Planning_plant[] IS INITIAL.
SELECT * FROM t399i INTO TABLE is_Planning_plant.
ENDIF.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'IWERK'
dynpprog = sy-repid
dynpnr = sy-dynnr
dynprofield = 'P_MPLA'
value_org = 'S'
TABLES
value_tab = is_Planning_plant
return_tab = is_return.
IF sy-subrc EQ 0.
READ TABLE is_return INTO w_return INDEX 1.
IF sy-subrc EQ 0.
p_mpla = w_return-fieldval.
ENDIF.
ENDIF.
Regards,
Snehal

Similar Messages

  • Codes not visible along with description in Reason for Rejection-VA02

    Hi Friends
    I am facing an issue. I cannot see the Codes along with Description in Reasons for Rejection drop down in VA02 which are defined in SPRO.
    Please help me maintaining front end settings.
    Thanks...

    Hi,
    Click on Customize Local layout(Press Alt+F12)-->Options
    Goto Expert tab.
    Tick the checkbox under "Show keys in all Dropdown lists".If you want them in a sorted manner,click on the check box "Sort Items by key".
    click on Apply and OK.
    Regards,
    Krishna.

  • Please help me to find the table for fields where the descriptions are give

    please help me to find the table for fields where the descriptions are given below
    Customer Support Administrator
    first line Support indicator

    You could also try table DD01T. In se 16,put in the description thats needed,you will get to know the respective data elements.
    Then you can use DD03L to find the respective table. This would work if the data element is not generic.
    Regards,
    Anubhav.

  • Insertion of a field along with dropdown box in a view of IC Webclient crm4

    I have  got a error when doing a customization in ic webclient
    My  intention is to add a field along with a drop down box associated with it
    i am doing it in crm 4.0
    i created a customize bsp application and added profile to the custom icwebclient
    framework.
    i had made all changes in z_crm_ic  and z_crm_ic_rt_rep
    and z_crm_ic_dt_rep.
    but after running the program , i am getting the error as follows
    <b>View IRecReason.htm Cannot Be Displayed
    An Exception OccurredException Class CX_SY_REF_IS_INITIAL
    Text: Dereferencing of the NULL reference.
    Program: CL_CRM_IC_LABEL===============CP
    Include: CL_CRM_IC_LABEL===============CM002
    Source Text Row: 31</b>
    Please any one suggest the solution approach.
    If my solution is wrong ,give the details from scratch.
    Much awaited solution.
    Bye,
    satish.

    Hi SATs,
                I think the problem is with the newly added field. So u just remove the field and check whether the view is displaying or not. If not diplaying u just check customization entries once again u should replace all the occurence of IRecReason with z_crm_ic/IRecReason. If its the problem with newly added field plz check the "for" field in the label is it correctly given .
    Thanks & Regards,
    Sujith

  • Create search helps for fields of custom tables

    Hi,
    Could any one please provide me the step by step process to create search helps for fields in custom tables?
    Thanks in advance,
    Nobin.

    Hello Nobin
    There is basically no difference between a search help for standard vs. customer tables.
    An important choise is the selection method for your search help:
    Either you use your custom table, a view or a search help user-exit if you need to implement very specific requirements.
    Assuming that you can use your DB table as selection method the further implementation of the search help is quite straightforward:
    (1) Define the parameters you would like to have a selection criteria (SPos = SPos) and which should appear on the result list (= LPos).
    (2) Define the parameters that can be used as input for the selection (flag IMP) and are returned by the search help (flag EXP)
    Regards
      Uwe

  • Search help for OBJECT ID with Text Description for a query

    I need to create search help for the field object text in HRP1000 - P1000-STEXT table in an infoset based on LDB PCH. Can anyone help me? I want it to appear on the adhoc query screen.
    Thanks,

    look at search help FC_RFCDEST. that problem has already been solved with this search help.

  • Search help for fields in custom table..

    hi,
    in my custom table i have two fields - table name and field name. when user selects table name as VBAP , for field names i need all the fields in VBAP to be displayed and for that I set the check table as DD03L and I am able to see all the fields. But i am not able to see the description of the fields rather seeing field name , other key fields of DD03L.
    How do i get to display something like
    field name - description - length (length of the field as defined in DDIC)
    If search help will help then can u pl tell me how to create one ? or any standard can be used ?
    thanks

    Yes, you need to create search help and assign it to the field 'field name'
    Please search SDN for how to create search help. There are 100's of threads with this
    By the way the texts can be found in table DD03T  for tables as well as for fields

  • Search help for field of tcode MIGO

    Hi,
    I want to add search help for Goods recipient (GOITEM-WEMPF) field on MIGO screen, how to achieve that?
    I tried with BADI MB_MIGO_BADI, but its now working.
    Is there any BADI or field exit available?
    Thanks

    hi
    i know that there are two options for defining the input help of a field.
    1 Define the input help in ABAP dictionary. (recommended option)
    2 Define the input help in the screen field. the disadvantage is that there is no automatic reuse.
    1st option
    Se11 --> create your own search help
        substeps:
            1) Enter short description
            2) selection method : this is the check table/view  of the field  GOITEM-WEMPF
            3) Search help parameter : parameters used in the search help.
            4) IMP: Import parameters
            5) EXP: Export parameters
            6) Lpos :hitting list [search result]position in the header  [values 1,2,3,4,5]
            7)Spos: search position on the dialog search screen.
            8) data elements : they are from the selection method.
            9) Save and activate
            10)  test this via the button "test"
           Note: the search help is not yet effective fo the field GOITEM-WEMPF
            11) Attach this search help for the table [ selection method mentioned above]
                  a) Goto change mode of this table via SE11
                  b) choose goto--> search help> for table
                            or  Extras --> search help for table, in the next dialog box enter the name of search help
                  C) The proposal created by the system for assigning the search help parameters to the key fields of the table is probably correct. check this and copy the definition.
                  d) Active this table.
                  e) Call the create entries function for table GOTIME again. the input help of field WEMPF should behave as desired.
    regards,
    Brian
    Edited by: Brian Zhu on Mar 26, 2010 10:38 AM
    Edited by: Brian Zhu on Mar 26, 2010 10:58 AM
    Edited by: Brian Zhu on Mar 26, 2010 10:59 AM

  • How to add search help for field in ALV object

    Hello,
    In a program, we use ALV object ( container) to create a liste like : field1, field2 .. but when display we do not have search help for this . Could you please help me how to add match code in this case for field 1 and field2, We use set_table_for_first_display
    Thanks,

    Hi,
    when you define your field catalogue you can create data elements with search help in se11 and use them for field 1 and field 2.
    But maybe it is enough to use data elements belonging to a domain with a value help and to set field F$AVAILABL in the field catalogue or to fill the name of the field CHECKTABLE.
    Regards,
    Klaus

  • Search help for field in SM30

    Hi Experts,
    This is a Z table with first field as GROUP and second field as KEY.
    User can select values for first field using a search help. It has three possibel entries
    1. Purchasing Org
    2. Region
    3. Coutnry
    In second field the user has to enetr value based on selection in first field, for eg. if 1 is chosen in 1st field user will enter name of a purchasing organisation.
    Can we dispay a search help for second field based on the selection in first field?
    Like if 1 is selected in 1st field second field should display search help for Purchasing Org
    if 2 is selected in 1st field second field should display search help for Region....in SM30?
    How can we achieve this?
    Thank you,
    Anubhav

    Hi Anubhav,
    1.Go to the table maintenance generator screen from SE11 (Utilities -> Table Maintenance Generator).
    2. In the Table maintenance generator screen , navigate to Environment -> Modifications -> Maintenance Screens
    3. Select and Edit the screen where you need this new search help
    4. Create a Process on Value Request module for your second field at the end of the screen flow logic after MODULE LISTE_AFTER_LOOP.
    5. In the POV module, use funcntion DYNP_VALUES_READ to read the value of field 1 on the screen
    6. Fill your own table with the values for field 2 based on field 1 and display selection using the function F4IF_INT_TABLE_VALUE_REQUEST
    Hope this helps.
    - Puneet

  • How to View the Doc Types display along with description

    Hi All
       In ME21N transaction in Doc type tab, only description is appearing, i want that along with technical names, for example  li"NB-Standard Purchase Order", like this, so what settings to be done?
    Rgds
    Ramesh

    Go to ME21N trxn Click Alt+F12 > Options > Expert
    Here Put Tick in Controls Tab for the following
    Show Keys in All Dropdown Lists
    Sort Item by Key 
    Then you will see the Doc types along with Description

  • F4 help for fields in maintenance view resp. generated maintenance screen

    Hello,
    I’m new to ABAP and I have to deal with the following requirement:
    I have a maintenance view V1 what from a maintenance screen was generated automatically by the maintenance screen generator.
    Now I have to add a search help for one field F1 of the maintenance screen. The values for the search help of F1 depend on a specific value of a second field F2 of the maintenance screen. So I need value of F2 as import parameter for f4-help. F1 and F2 come from different tables.
    As I’m new to ABAP I have several questions or thoughts:
    - I’m not able to easily add a search help to F1 because I’m using the maintenance view V1 and that’s why it is not possible to assign the import parameter F2 to the search help – right?
    - In general, its not that easy to add search help to views than tables or structures - why?
    - I’m not able to just modify the generated objects because further automatic generation of the maintenance screen will delete it – right?
    - The generated function module provides user includes to add user specific coding. Is there any chance to add a f4-help to field F1 and assign value of F2 to that search help as import parameter with coding in user include?
    - any other ideas? I did not expect this topic to be so complicated as the requirement to change f4-help in a maintenance view resp. screen isn't very special.
    can anyone help me?
    Thank You!
    Regards
    Fabian

    Hi Fabian,
    Phew! Thats quite a few questions in one... I'll try to answer them to best of my knowledge..
    You can definitely have an external Search Help for a field of a Maintenance View, by calling it directly in the Screen Action Flow, using a PROCESS ON VALUE-REQUEST (like PAI or PBO). While defining such custom code on a generated screen, always make sure you do not write the coding inside the generated includes (SVIM* or <FUGR>TOP, <FUGR>DAT, etc..). Define new includes, or use those which are not generated by View Maintenance. This way, even if the dialogue is regenerated, your custom code will not vanish.
    This will answer your questions 1 and 2 generally, and your question 3 also.
    A Maintenance View, is something where values are read and populated purely at run-time. It does not have an Entry Help or such options, as it depends on the underlying tables. I hope this further helps with questions 1 and 2.
    Coming to your question 4 and 5, which form the main question - pre-filling value of F2 while calling search-help for F1 - yes, it is possible. On the view maintenance screen, there are standard structure variables (like EXTRACT TOTAL etc), which will give you the field values of the current record. But, it can no way assure that when you call the help for F1, the field F2 is already filled!
    For this, I can suggest that you programmatically implement a check to see if F2 value is filled, and read if it is. Or, if it is not filled, maybe you can shoot a Pop-up for F2, take the value at run-time, find help for F1 and get value, and also fill the F2 value (from your implementation) into the currect screen F2 value! (Phew...it is complex...)
    But am sorry, there is no other way, wherein you can gaurentee that F2 value is pre-filled always, when you can help for F1. (You could try making F2 as obligatory on screen, but it still doesnt necessarily solve this purpose..!).
    Hope it helps. Get back to me by e-mail if you need more help, or simple post a reply.
    Regards,
    Rekha

  • Search help for field in Standard Transaction

    Hi Experts,
          We have a requirement to have an F4 search help for a standard field .
    ( Plant, werks, Tx AS01 ). This field is not associated with any standard search help, but it throws F4 values programmatically .
       We need to associate a standard search help ( BETR_BUKRS ) with this Plant field.
    1. How to proceed abt it ( As it is a part of module program , can we straight away associate with the search help in the property ) ,it is a  field of standard Transaction .
    2. If we include search help above, what will happen to the already existing F4 functionality ? Can we have both in tabs ?
       Thanks a lot,
    ~Abap Lover

    Hi Seshatal,
         Thanks for the input, but this field does NOT  have any ON VALUE REQUEST event associated with it ....
       as soon as F4 is hit, it goes to Function help_start ,so I don't think we can make any changes here as it is standard .
       I think including a standard search help will help....how to achieve this ?
    Thanks,

  • Change search help for field 'customer' in Trade Promotion

    Hello everyone,
    I would like to change the search help for the customer field (CRM_MKTPL_TRADE-CUSTOMER_ID search help: CRM_MKTPL_CAMPAIGN_CUST_ID) to one of my own.
    How can I do this?
    I would also like to change the search help for each partner function in the partner-tab. Is this the same procedure as above?
    Regards,
    Friederike

    Hi Friederike,
    If I have understood your question correctly then here is the answer.
    You can change the search help for the required filed. All you have to do is: Go to the table CRM_MKTPL_TRADE. Then look for the field CUSTOMER_ID. Change only the description of the field. then you can search by the description whenever you require.
    But the procedure will not be same if you want to change the search help for partner functions. In this case you have to change the descriptionof these partner functions in the transaction BP. 
    But why do you require it, because the partner functions will be determined automatically.
    Hope it helps.
    Regards,
    Ankur

  • Need help for a friend with setting up their bb email

    I have a bb bold and never had any trouble setting up my email. But, my friend is having trouble with her's.  She is on Verizon and was able to set up the email so that she could receive emails but, she's not able to send out going messages to everyone.  It was suggested by Verizont that she set up the email using  IMAP instead of POP.  She asked me to help with getting her directions but, I haven't been able to find anything online about configuring that in the email set up.  Does anyone have any directions I can email her about setting up her email?
    Thx in advance.
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    When configuring your email, you cannot, inside of BIS, control IMAP versus POP. Rather, it's a function of the server to which you point BIS for your email -- if it does IMAP, BIS will configure IMAP. Many email providers supply separate email servers for POP or IMAP...some combine on one server. Not knowing your email provider, It's impossible to tell you what your email provider is doing. But, here are some links that might prove helpful:
    http://na.blackberry.com/eng/support/blackberry101/setup.jsp#tab_tab_email
    How to integrate a POP or IMAP email account through advanced integration
    Hope those help!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Does Microsoft have a SQL Server driver for Node.js

    I want to create a Mobile Backend with Node.js, and I was wondering whether Microsoft provided a SQL Server driver for Node.js. If not, what driver module should I use? 

  • ZTE mf626 doesn't work in mountain lion

    By some reason, the USB Modem ZTE  MF626 doesn't work in mountain lion.  With Snow Leoppard it worked very well.  Please give me some advice to configure of a best way the modem.  Thanks.

  • HTML within HTML

    HI all i am trying to analize flex and its possibilities. what i am trying to get out is the use of html with in html. Its like you have a textarea and within that tet area you can write ... well text. but what i want additionally is to mark certain

  • Can I debug a rules problem with logs?

    All of a sudden my mail rules have gone crazy. Is there a log kept somewhere that I could see what rule is affecting which messages?

  • Unknown error -39 when syncing i pod touch

    I have a first gen i pod touch and when I try to sync I get an error message (-39).  Any idea what is causing this and how to correct it? Thanks