Search help enhancement - VA01

Hello,
I am trying to enhance standard search help on material field(RV45A-MABNR) on VA01 screen with my custom search help. Can someone please suggest which search help is being used by this material field?
Thanks,

When you go to display the structure RV45A in se11 and goto field mabnr and double click it , you can find
"explicit search help attachment to data element" and not as "explicit search help attachment to data field"
which is the case for  RMXTT_TRIAL_HD-PRODUCT
and also when you click on the search help for field at the bottom , you can see " no search help for field RV45A-MABNR".

Similar Messages

  • WBS Search Help Enhancement

    Hi All,
    I need to add additonal search criteria to WBS serach help BBP_ALL_WBS, but as it is elementary srch hlp i cant add ad additional search help.
    any ideas??
    I promise to return and reward the answers.
    Kyamuddin.

    Hello Kyamuddin,
    Here is the link to a code sample I had submitted for enhancing a search help. You may find this useful:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-samples/search%20help%20exit%20function.doc">Search help Enhancement</a>
    If you cant open it, you could search for it in Developer Areas->SAP NetWeaver->Application Server->ABAP with my name
    Hope this helps..
    Thanks,
    Anand

  • Search help for VA01 Header Data Partners

    Hello Team,
    I have a requirement in va01/02/03 ,  where i will need to create/enhance a search help for one of the partner functions under SO header data.
    and values will need to be extracted from a customer Z-Table., taking into consideration the sales area of the SO
    Right now, I am not sure, but it looks like it has a search help attached to it, but when i press F4, nothing comes up.
    Is there a way i can check if there is any standard search help associated with those screen field?

    thankyou suresh.
    As i have created this search help and in the view i have given the join conditions as
    MARA-MATNR = MARC-MATNR
    MARA-MATNR = MAKT-MATNR
    MARA-MATNR=MVKE-MATNR
    and in search help parameters :
    VKORG
    MATNR
    BISMT
    MAKTX
    MTART
    WERKS
    PRODH
    I took the Hotkey as 1.
    Please guide me what are selection conditions that i need to give in my VIEW.
    Here iam using 4 tables.
    MARA
    MAKT
    MVKE
    Edited by: vinay raj on Jun 12, 2009 6:42 AM
    Edited by: vinay raj on Jun 12, 2009 7:18 AM

  • Search help enhancement in KS03

    Dear All,
    I have a requirement of adding Bus.Area field in the cost center fof transaction code KS03.
    Is there any suggested method like enhancement or modification to achieve this..
    If there is any search help exits , kindly let me know the steps involved on creating the same.
    Regards
    Sivaprasad
    Edited by: Sivaprasad ML on Oct 28, 2009 12:56 PM

    Hi,
    Can you just let me knoew the steps involved ... do you have any notes regrading this ??
    Many thanks if you could share the same.
    Rgds
    Siva

  • FI account assignment search help enhancement

    We are looking to either link html text or enhance SAP search help so when staff our choosing GL accounts in PR's & PO's they can look at guidance on what should be charged to specific accounts. Can such user defined help text be added to matchcode or SAP standard help in any way, or links to html info be added?
    I am curious as to what customers have created in this area
    Thanks
    John

    Dear,
    Just checked with ABAPer, Yes you can add custom texts to F4 help. We tried picking data and go to transaction SE11 editing the help text we can add any info text to the standard text. Like wise you can do with search also.
    But what we discussed is changing standard is not suggestible, since we have many help texts to be included and modified. If any patches will require to updated, the changes will be overwritten.
    Regards,
    Syed Hussain.

  • Search Help for VA01,VA02 Tcode

    I need to  develop a new search help in the VA01 and VA02 Transaction Code.
    For the below mentioned fields :
    Sales Organization, Old Material Number, Material Description, Material type, Plant and Product Hierarchy.     
    I have created the search help.
    But iam not sure about the VIEW.
    Please let me know how to write a view for this search help.
    Edited by: vinay raj on Jun 11, 2009 4:59 PM

    thankyou suresh.
    As i have created this search help and in the view i have given the join conditions as
    MARA-MATNR = MARC-MATNR
    MARA-MATNR = MAKT-MATNR
    MARA-MATNR=MVKE-MATNR
    and in search help parameters :
    VKORG
    MATNR
    BISMT
    MAKTX
    MTART
    WERKS
    PRODH
    I took the Hotkey as 1.
    Please guide me what are selection conditions that i need to give in my VIEW.
    Here iam using 4 tables.
    MARA
    MAKT
    MVKE
    Edited by: vinay raj on Jun 12, 2009 6:42 AM
    Edited by: vinay raj on Jun 12, 2009 7:18 AM

  • Material Search Help for VA01 - Material by Plant

    Hi Experts,
    I want to know how to find out the search help for that material in that tcode. Please tell me   in detail how to proceed with this and where to go with the modifications or enhancement.
    I am not familiar with user exits, so please help me.
    Regards,
    Bhaskar.

    Hi,
    you don't need any exit / badi.
    Go in VA02, in material number go in technical information : F1 ; F9
    You will show there is no search-help link to the field. So the search-help is taken from the data element.
    Go in SE11 and show the data element MATNR.
    In the thirth tab you will find the search-help link : S_MAT1.
    Go in SE11 and show the search help S_MAT1 (each time you could double click instead of reopen SE11).
    This is a group search, that means, it contains many search help.
    Copy a simple search help, modify as you would like.
    Add your own search help in the S_MAT1, and don't forget to link fields (parameters).
    You don't need any object key or user-exit.
    You will affect all the screen of SAP using this search-help S_MAT1.
    Regards
    Frédéric

  • Search help Enhancement for the Material Number (MAT1 - Search help name)

    Hi ,
    In my Requirement if the user clicks on the Material Number Search help(eg in ME51N - T.code: Material )
    It will shown a additional Search help along with the existing one.
    That search help would have input parameter fields as Material Number , Material Group , Material description , Plant and storage location.
    The output screen has to display the Available Quantity for the input  material, plant and  storage location.
    The available quantity has to calculated from various Tables like mard , mssq etc.
    My question is how to display the available quantity in the search help screen, i tried with search help exit but not successful.
    I am displaying the remaining fields(except available quantity)  using database view from different tables like Mara , Mard ,Makt.
    where to write the Logic for the Available Quantity to display it in search help.
    Thanks and Regards,
    Prakash K

    Hello,
    if this search help is collective then you could delete standard single (SAP allows maintain collective search help with out object key registration) one and insert custom search help which has the same structure plus additional field.
    best regards,

  • Search Help not getting displayed

    Hi ,
    I have included my own Search Help ZSH to Standard Search Help MAT1 which is related to field MATNR , in the following path..
    In MAT1->MAT1_A, I have INCLUDED my Search Help.
    I have tested it in SE11, it's working fine.
    But, in VA01 screen when I press F4 on the MATNR field only 9 Search Helps are displayed, and my Z-Search Help is not getting displayed.
    What additional settings should I do for the display of my Z-Search Help?
    Thanks in advance,
    Shivaa...

    Also look at this thread Search help enhancement - VA01
    Regards,
    Raymond

  • Adding search help (F4) for a screen field in standard screen of VA02

    Dear Gurus,
    I need to add a Search Help (F4) to a Standard Screen Field VBAK-VSNMR_V in the standard Screen of VA01/Va02.....Can anyone please guide me how it can be done.
    Regards
    Sajid
    Edited by: shaik sajid on Feb 2, 2009 8:38 AM

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • Search Help for Standard fieldBSEG-ZUONR

    Hi Guys,
    I am working on the standard transaction FB60 for vendor invoice posting.In this transaction item level we have the field Assignment Number BSEG-ZUONR.
    I need to provide the search help for this field.In SAP we don't have search help for this field.
    Please suggest me the best way to provide the search help for this.
    Is it possible to provide the search help through the transaction variant.
    Regards,
    Ramesh
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Jun 19, 2009 9:51 AM

    Hi,
    May be you can refer to the following link
    [Search help enhancement in VA01;
    Regards,
    Mahesh

  • Search help for standard field BASEG-ZUONR

    Hi Guys,
    I am working on the standard transaction FB60 for vendor invoice posting.In this transaction item level we have the field Assignment Number BSEG-ZUONR.
    I need to provide the search help for this field.In SAP we don't have search help for this field.
    Please suggest me the best way to provide the search help for this.
    Is it possible to provide the search help through the transaction variant.
    Regards,
    Ramesh

    Hi,
    May be you can refer to the following link
    [Search help enhancement in VA01;
    Regards,
    Mahesh

  • Making field mndatory & adding search help in MB21.

    Hi experts...
    I want to make two fields mandatory in tcode MB21 & MB22.
    Also want to add search help to one of the field.
    Can any one tell me?..............
    Regards.
    Sunil.

    You can look for the search help exits to make the changes if already a help is available.
    If nothing is available you can check with the screen exit to add the help.
    refer the link,
    Re: Search help enhancement - VA01

  • VA01 and VA02 Search Help Mitigation

    Hello Everyone,
    I need to restric several search help results to users without authorization to see these values. All these search helps are in transactions VA01, VA02, and VA03. And that is my problem, since they are SAP Standard transactions I can't just modify the way these Search Helps are handle directly.
    I did try looking for Search Help Exits or some other Enhancement point where I could place my code and manipulate the Search Helps Information, but I couldn't find something that could help me. If you could please let me know if you know a way to do this, the Search Helps are:
    1. Restrict all the searches available in the account assignment tab at the header and item level of the sales order which allow access to view WBS information and projects.  Search Help COBL_EX_PRPM.
    2. Restrict the plant search that is within the engine model field at the header level of the sales order which that provide access to view the plants names and addresses.  Search Help H_T001W_C.
    3. Restrict all the sales group searches within the transaction. Search Help H_TVBVK.
    4. Restrict all the sales office group searches within the transaction. Search Help H_TVKBZ.
    5. Restrict all the product hierarchy searches within the transaction. I think the Search Help is PRODH.
    Thanks in advance,
    Carlos.
    Edited by: SapFigue on Feb 10, 2010 7:06 PM

    Please tell how did you do it. Because i have the same problem. I need to add extra field in the search help of the ORDER in SALES ORDER (VA01, VA02). I want to see both the ORDER and the DESCRIPTION in the search help of ORDER field.

  • Enhancing standard (single select)search help for Multiple value selection

    Hi,
    Standard search help for Business Partner (in cProjects) allows only single value selection for input fields. I want to make this multiple selection.
    Is there a way to do it.
    I used an OVS and built a similar search but its difficult to get the standard options like saving to personal value list etc in it.
    It would be good if there is a way to modify the standard search help to allow multiple selection. Any ideas??
    Appreciate your help,
    Thanks,
    Sri
    Edited by: Sri on Sep 9, 2010 8:50 PM
    Edited by: Sri on Sep 9, 2010 8:52 PM

    As far as I know you can't make a standard ABAP dictionary search help return multiple entries - where you get this sort of functionality the searches don't use the standard Elementary search help framework (e.g. organisational structure searches)
    Given that the WDA search help relies on these dictionary based searches, I'd think very much that you couldn't enhance it to return multiple. how you could even return multiple entries into a single UI element input field is also confusing to me.
    I'd suggest creating a freely programmed value help, it would certainly take quite some effort to recreate those personal value lists etc, but it could be done - I don't like OVS, but that just me.

Maybe you are looking for

  • Warnings in FileReference - can not find the cause

    I'm trying to make a loader of a few photos (use FileReference). I get the warnings, but I do not know the reason for their appearance. warning: unable to bind to property 'fr' on class 'Object' (class is not an IEventDispatcher) warning: unable to b

  • C4700 not responding

    Cannot print to c4700 from any software with wireless but  usb ok, frequently comes up as offline. Running hphndu advancedd tools - printer appears with correct ip address from talktalk sna 5630 router and displays printer page on browser showing ink

  • My 4th gen ipod wont restore

    hey i've been having trouble with my ipod for a week now. the motor inside starts to wind up then just stops,and continuously does this. anyone no why? or how to fix it? i tried restoring the settings, but my computer doesn't recognise the device, an

  • Safari 4.0.1 not available as a dmg download from Support Downloads page

    Generally all downloads available via Software Update are themselves available via the Support Download page http://support.apple.com/downloads/ I note that as of this morning (Perth Western Australia time) Safari 4.0.1 is still not yet listed. Is th

  • Foreach Loop only looping once

    Hi, Please be patient and bear with me, for I am new to SSIS packages. I am using SQL Server 2008 R2 to host the SQL Agent job and the SSIS package. I am using Visual Studio 2008 Professional Edition for designing the SSIS package. It is version 9.0.