Set search help dynamically to SAP Standard Screen

Hi,
I have one issue where I have to Create f4 help For a field present on SAP standard screen.
Please advice how to do that.
Can i dynamically set Search help in any screen-exit of the standard screen?
Please help.
Screen No is 130
and Program is SAPLQM03.
Here I want to attach a Zsearch help to a standard   FIELD RQM01-LS_KDPOS.
Thanks,
Ishani

Hi Ishani,
The field that you mentioned here in structure RQM01 is having a check table VBUP. So if some values are there in that table, then that will appear as F4 help to you. Consult with your functional and check how values are coming to this table VBUP. Othertahn this, I am afraid you will not be able attach any help.
Regards,
Abijith

Similar Messages

  • Search Help works in SAP GUI but not in PCUI - CRM_UI

    Hi,
    I have created a Search Help for creaing Complaints w/ref to Invoice(using the BADI CRM_COPY_BADI_EXTERN) and in the search help i have used standard data elements, so that it brings the standard Search Helps for the fields in the actual Search Help. I get the F4 values in the standard screen (CRMD_ORDER) in the SAP GUI, however i dont see the Searh Help values in WEB UI.
    Is there anything else i need to do for me to get the F4 option in the Web UI as well?
    Thanks
    Sri

    Hi Harshit,
    I have tried F2 and found out the component and did some research on it:
    1) I wasn't able to press F2 once the Pop Up for the Search Help triggered. I was able to press F2 in the screen before i pressed F4. That is, i was able to get the component of the Reference Field in the Complaint Transaction. I wasn't able to press F2 once i get the Search Help.
    2) I used the component that i found and tried to change properties, but all that the component has is regarding the Reference Field only. I dont see where i can give the code for the fields in search help.
    Am i missing something here? Is it that we can't define properties for the fields within the search help?
    Please share your thoughts.
    Thanks
    Sri

  • Search Help works in SAP GUI but not in WEB UI - CRM

    Hi,
    I have created a Search Help for creaing Complaints w/ref to Invoice and in the search help i have used standard data elements, so that it brings the standard Search Helps for the fields in the actual Search Help. I get the F4 values in the standard screen (CRMD_ORDER) in the SAP GUI, however i dont see the Searh Help values in WEB UI.
    Is there anything else i need to do for me to get the F4 option in the Web UI as well?
    Thanks
    Sri

    Hi sri tayi ,
    Can you just tell how you solve this problem ? I am also facing same problem . So , please kindly help for same.....
    Thank You ,

  • Search Help for field of standard table used on non standar report

    Hi all.
    I need to know whether is posible to set up a "Search Help" / "Matchcode" for one standard field (LFBK-BKTVP) of a standard table (LFBK) that is going to be used on the selection screen of one new non standard report ZFK01.
    I was wondering if this could be posible under any special attributes, set up, ... for this field in the corresponding screen, but do not really know nor if that would work neither what to set up. Any other workaround would also be welcome.
    Could somebodly help?
    Thanks in advance. Regards,
    Abdali

    Hi ,
    Please try this code .It is working as per your requirement.
    *& Report  ZTESTPRO4                                      *
    REPORT  ztestpro4.
    TYPES:BEGIN OF ty_lfbk,
          bvtyp TYPE lfbk-bvtyp,
          END OF ty_lfbk.
    DATA:gt_lfbk TYPE STANDARD TABLE OF ty_lfbk,
         gs_lfbk TYPE ty_lfbk.
    PARAMETERS:bank TYPE lfbk-bvtyp.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR bank.
      SELECT bvtyp
         FROM lfbk
         INTO TABLE gt_lfbk.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'BVTYP'
          dynpprog    = sy-repid
          dynpnr      = sy-dynnr
          dynprofield = 'bank'
          value_org   = 'S'
        TABLES
          value_tab   = gt_lfbk.

  • How to edit the attributes of a SAP standard screen?

    hello all,
    i would like to ask if it is possible to edit the attributes (particularly the language) of a SAP standard screen without using any access key? if yes, how would i be able to apply the changes?
    thanks!
    - annalyn

    Hi,
    Screen attributes are stored in table D020S. You can update this table using ABAP code. The language is stored in field SPRA of this table. The texts appearing on the screen are in D020T.
    It is likely you will not be allowed aa data modification statement (INSERT/UPDATE...) on these tables if you are on newer versions of SAP (46/47...). You can bypass that by using native SQL and some other workaround (which might be another thread here).
    It is most strongly recommended to not modify SAP standard objects, and specially not without an object key. However, if you are working on something like a miniSAP and want to play around with it, the method mentioned above shall do.
    Hope this helps,
    cheers,
    Ajay

  • Modify  SAP standard screen

    Hi,
    I want to add one column to sap standard screen , could anybody please let me know how to do. This requirement is for EH&S module and  T.code is    /N/TDAG/CPM00.
    Program name -  SAPLSO33
    Screen    -  2300
    Thanks & Regards,
    Ravindra Reddy.

    Hi,
       Get the package from the program->go to SMOD t code and find out any proper screen exit for tht program exist.
    THanks,
    Anmol.

  • To modify the sap standards screens for f-02

    Hi,
       I want to modify the sap standards screen in T.ode F-02.
       it is very very urgent.
    Regards,
    Raju.

    HI,
    in f-02 screen, press editing option than you can change the fields what ever you want.
    for example if you dont want currency/rate in this place u want amount in local currency you can select document only in local currency and save.like that u have to change what ever you want.
    thanks
    sai krishna vallurupalli

  • F4 search-help in infoset query selection-screen fields

    Hi all,
    I created an infoset, and it's corresponding query, and now I need to associate F4 search-help in two of the selection-screen fields. Since they don't have any reference field associated (they are SAP standard table fields), there are no possible values available to select.
    How can I do this?
    I have already tried to use the "AT SELECTION-SCREEN OUTPUT" in the infoset, but I'm not able to do that. When I try to use the select-options generated by the query (SP$00013 and SP$00014) I have a syntax error with "Field not known".
    Can you help me? I never done this before, so I really don't have a guess.
    Thanks in advance.
    Beste regards,
    Sónia Gonçalves

    Hi all,
    I have found thread  that helped me a lot in this issue.
    I just have one more doubt: I created the selection criterion and I can already see it in the query selection-screen, but it's appearing in the top of the selection-screen, in a different area called "General data selections".
    Isn't it possible to include it in the "Report-specific selctions"?
    Thanks in advance.
    Best regards,
    Sónia Gonçalves

  • Search Help of compounded char in Screen Painter

    Hi,
    I have attached the standard search help /BI0/OGL_ACCOUNT to the G/L account input/output field in screen painter. While executing when I press F4 it gives the pop up message showing chart of accounts (Compounded) and G/L account characteristic values. But when I select single line it shows chart of accounts in the input/output field instead of G/L account. Could you please tell me why is it so and how can it be corrected if I want G/L account values in the input/output field.
    Thanks,
    Viren

    how to change the search help of the WBS field VBAP-PS_PSP_PNR in the over screen tab.
    Unfortunatly there is no search help for PS_PSP_PNR in VBAP.
    I guess you need to create one elementry Z search help and finally tab it to  PS_PSP_PNR in VBAP by just enhacing the VBAP.
    PS:But you need access key for same.

  • Calling search helps dynamically

    Hi all,
    I have two search helps. I need to call these search helps in my Application dynamically for a single field (PARNR) based on PARVW.
    If it is a single search help, we can assign that in field attributes.
    But here... I need to call different search helps for a single field based on the condition.
    Pls help me.
    Thanks
    Kiran

    Hi Kiran,
    I Think by using OVS help u can acieve this, using WDR_OVS as used component.
    here examples... check
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70cee684-ccbb-2c10-3c94-91e806e5f7ac
    /people/shruti.rathour/blog/2008/05/05/ovs-help-in-web-dynpro-abap
    http://wiki.sdn.sap.com/wiki/display/WDABAP/InputhelpofObjectValueSelectioninWDABAP
    Cheers,
    Kris.
    Edited by: kissnas on Mar 26, 2011 5:17 AM

  • Adding a custom field in a sap standard screen in pa30 for an infotype.

    Hi to all..
    i'm in a requirement to add a custom field in a standard screen of pa30. for the infotype 0442.
    I googled up.. but i was not getting proper solution for it.. can any one provide a solution for it..
    With regards.
    Aahbha.

    Hello Sirs,
    Step by step instructions on:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/d52552575e11d189270000e8322f96/frameset.htm
    The below thread provide more info on how to create an infotype from scratch, but this is just for the reference:
    add custom fields to standard infotype
    Regards,
    Bentow.

  • Adding custom fields on SAP standard screen

    Hi,
    I have to add some custom fields in the SAP defined standard screen. When I go to that particular screen and try to change it to 'CHANGE' mode , it asks for Access Key. Please suggest me, how to add the custom fields.
    RGDs,
    Gsaasg

    Hi,
    For this only there are enhancements, Just search for screen exits in the SDN or google for
    your transaction and also search for BADI's.
    Regards and Best wishes.

  • Search Help - Restricting entries in standard search helps

    Hi, is there any way to restrict entries in an SAP supplied search help?  The search help in question is 'SSH_T007A', this search help also has a user exit 'F4_TAXCODE_USER_EXIT'.  I'm not sure if the user exit is of any use or how to use it.  Ideally what I need to do is to restrict the list of applicable tax codes to only those that we want our users to select.  Does anyone have an idea of how to do this with a minimum of customization?
    Thanks in advance,
    Kevin May

    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,

  • Call elemetary search help dynamically

    Hi,
    I would like to call an elemetary search help at run time based on the contents of a screen field.
    e.g. field 1 (case type: value 1/2/3/4)
         field 2 (case number (get the case number from SH1/SH2/SH3/SH4 depending on value in field 1)
    I tried using a serach help exit for this purpose, however there are too many problems. Is there a FM that I can use at on value-request to call the specific search  help for field case number?
    Examples would be appreciated.
    Thx. LM

    Hello Liza,
    There are quite a few standard Function Modules which help you program your own F4 help in the POV event. You can look for FMs starting with F$IF. One of the most common ones, which might be applicable in your case is F4IF_FIELD_VALUE_REQUEST. this Function Module has got elaborate documentation which must help you solve your problem without much difficulty.
    Regards,
    Anand Mandalika.
    P.S. Reward points for this answer if it has helped you solve your problem.

  • Calling search helps dynamically in module pool program

    Hi Experts,
    I have created two search helps. I need to call these search helps in my module pool program dynamically for a single field (i.e ZMATNR).
    you might be known... if it is a single search help, we can assign that in field attributes.
    But here... I need to call different search helps for a single field based on the condition.
    Pls help me.
    Thanks
    Raghu

    Hi,
    Use the below function module and  pass the search help created in search help field according to the condition.
    Process on Value-request.
    if condition = A.
    call function " F4IF_FIELD_VALUE_REQUEST"
    TABNAME           =                                                         
    FIELDNAME        =                                                       
    SEARCHHELP     =  "Mention search help created                                                          
    Elseif  Conditon =B.
    call function " F4IF_FIELD_VALUE_REQUEST"
    TABNAME           =                                                         
    FIELDNAME        =                                                       
    SEARCHHELP     =  "Mention search help created      
    Endif.
    Regards,
    Prabhudas

Maybe you are looking for

  • VI reference (error 1003) in executable

    Hello all, This is a branch-off from this thread. Thank you for your reply Rob, I also suspect that the problem is related to "second-tier" subVI calls made by the first-tier subVIs. Here are answers to the questions you asked in your post: -Yes, I a

  • Multiple versions of the same JDBC driver - OK ?

    Hello We are using SJSAS 8.1 on our production server, it makes access to an Oracle database for user authentication and thus we have a copy of the Oracle thin driver ojdbc14.jar located in the directory. <sjsas_install>/lib Each of our web applicati

  • Document Name in Email

    Hi All, I am using an output type with transmission medium as External Send inorder to send an email with a pdf attachment. I want to change the name of the attchment document as per my requirement. How do i go about this. P.S. I am using (in NACE) A

  • Call a C++ services using an uuid from java

    I need to call a C++ services which is using the UUID for RPC. The interface is having the UUID. The previous client program is also in C++, they have used RpcBindingFromStringBinding(UUID value, .,.,.) to call the interface. Right now I need to call

  • HT1689 some of my texts when sent turn blue and sat deleivered and others green and say delievered a txt message?

    Why do some text messages when sent to same user turn blue and say delievered and some turn green say sent as text message