Search Help on Customer master XD01/02

Hello All,
In customer master-> Street address block -> District i/p field  We need to add search help on this. on pressing F4 key, names from a Z-table should be picked and user will select one of them. I tried following solution.
I have created a Z-search help. Took the access key and give the help in attributes of the field.  NO Help is generated after activating.
Kindly suggest..
Regards,
Gaurav

Hi, this is the code I wrote into the method IF_EX_BBP_CUF_BADI_2~MODIFY_INPUT.
Now the problem is solved, my search help works correctly in ITS I have created.
CASE iv_doc_type.
    WHEN 'BUS2206'.
      CASE iv_fieldname.
        WHEN 'ZZ_DESCR_MOTIVO'.
          IF NOT is_item-zz_codice_motivo IS INITIAL.
            SELECT SINGLE zz_descr_motivo FROM zsrm_pat_tb0501c INTO ev_value
                          WHERE zz_codice_motivo = is_item-zz_codice_motivo.
          ELSE.
            CLEAR ev_value.
          ENDIF.
      ENDCASE.
  ENDCASE.

Similar Messages

  • How to use search term2 in customer master record

    hi
    how to use search term2 in customer master record. can anyone tell me plz
    thanks
    monica

    Hi,
    Search Term 2
    Label used for search helps.
    Only uppercase letters are stored in this field. Your entries are converted automatically to uppercase letters.
    There are two of these fields for search terms. These fields can be used independently of each other.
    Procedure
    You can use your own criteria for entering the search term.
    Example
    You can enter the main part of the name or an organizational ID.
    For example, for the company "Hechinger & Sons", you could enter "Hechinger" as the first search term.
    The second search term could then be the name ID you use within your company, to help you identify your data later.
    Please check out the following link:
    http://help.sap.com/saphelp_47x200/helpdata/EN/01/a9b331455711d182b40000e829fbfe/frameset.htm
    Hope this helps.
    Please assign points as a way to say thanks.
    Regards,

  • Reg.Reconciliation account in Customer master XD01

    Dear All
    I donn't know where to add reconciliation account for customer master (XD01),
    I create G/L account,G067-Reconciliation account.Next what I should do for that G/L acc should come to customer master Rec.Acc.
    Please help me

    Hi Raja,
    Goto EC01 Transaction code and click on copy as icon and copy all the GL Accounts from 1000 to your company code.
    Now goto XD02 and goto Company Code Data and check.
    I think this will solve your problem
    Reward if helpful.
    Regards
    PAVAN.

  • Customer master XD01 system gives RUNTIME Error

    Hi all,
    While creating customer master xd01 system takes 10-15 minutes and gives RUNTIME Error.
    can anybody explain it why system behave like this i spoken with my BASIS & ABAPer guy they also dont know the solution
    Your help is required
    Regards,
    Abhijeet

    This is not an SD or even SCN question. Short dump is just a result of time out, but this transaction should not be taking so much time as to time out. There are tools available in SAP to diagnose and troubleshoot the performance. I'm not sure how could neither ABAPer nor Basis admin know about them - you might want to raise this with IT management.
    It's something that has to be analyzed in your system locally, not posted on SCN.

  • How to assign search help for custom cost centre field in SRM 7.0

    Hi Experts!!
    We are currently working in SRM 7.0.As per our business requirement, in account assignment tab we need to use a custom
    cost centre field (ZCOST_CENTRE) instead of standard cost centre field.It is observed that for standard cost centre field there is a standard web-dynpro search-help assigned where it will return the F4 search help values from backend.
    Can any one of you please help me how can I assign the search-help for the custom cost centre field. Is there any FM to call the backend cost centre search help for custom field or any other way how can I achieve this?
    Thanks in advance.
    Regards,
    Kalyani

    kalyani,
    i can see your requirement in below way..
    as it just reads: you need to assign the standard cost center help to a z cost center field in component /SAPSRM/WDC_UI_DO_ACC.. which actually is fetched though the component /SAPSRM/WDC_UI_BACKEND_SH
    so, if you see the component controller of SAPSRM/WDC_UI_DO_ACC you will see the component
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH                        
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH     INTERFACECONTROLLER
    so you can replicate the same functionality for your z field.
    but can you clarify one thing.. why are you going for this z field in place of standard field ?

  • Search Help for Custom field in Sourcing Cockpit

    Hi SRM Experts,
    I added custom field "rush order" in the Structures as per requirement. I added code in MODIFY_SCREEN function module. Search help is working for "rush order" in Process Purchase Orders (to search PO) and Check Status (Searching Shopping Cart). But it is not working in sourcing cockpit. Please guide or suggest me is there any additional settings or programming is required to have search help for custom fields in Sourcing Cockpit.
    Thanks a lot in advance.
    Thanks,
    Koyya

    Hi SRM Experts,
    Please let me know any suggestion on this issue.
    Thanks a lot in advance.
    Thanks,
    Koyya

  • Custom Button Missing in Customer Master XD01/02/03

    Hi All,
    I have one query regarding Custom button in Custome Master (XD01/02/03).I have implemented BAdIs using CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA as per my requirment.
    Query:
    While click the custom button(which i have created in Customer Master XD01/02/03) , as per the requirment the subscreen is displayed but the Custom Button is missing
    Where in Standard Buttons like 'GENERAL DATA' and 'COMPANY CODE DATA' Std buttons in Customer Master(XD01/02/03) Etc. buttons going to disable mode while click these button in Customer Mastar.
    Is there any OSS notes to implement OR we required to write any code in BAdI.
    Thanks,
    Sridhar.

    If you want to give message on Save then
    check SY-UCOMM EQ 'SAVE'.
    Display error message.
    Plus it is a good practice to have the filedsin CHAIN-ENDCHAIN so that whenver you throw an error it remains in Input enabled mode.
    Thanks
    Nabheet

  • How to add search help to custom infotype listbox??

    Hi All,
    How to add search help to custom infotype listbox??
    Thanks in advance

    Hi Vinay,
    We have search help and list box as 2 different options.
    At a time we can make a field a list box or a search help.List box is restricted and we can pick values from the defined list whereas in search help we can allow more entries and then validate the value entered later.
    Implementing a listbox or search help in infotype is same as that of implementing it in a modulepool .
    for search help..we can create a custom search help or check for existing search help in se11
    then in the screen on infotype field..assign the search help direcly at the screen painter level..
    double click on the field in screen painter -> change mode and then in the space for "search help" enter the search helps name
    for list box..in the screen painter ,make sure the field is selected as list box..then in PAI of screen we do a
    (Process on value-request..field fieldname module module name)..check syntax and other details...
    Using function module vrm_set_value fill the field and populate it as required
    Pls check and revert
    Regards
    Byju

  • Search Help for Customizing Workbench request

    Hi Colleagues,
    I have two elements in the WD UI viz: Workbench Transport Request and Customizing transport Request.
    I have Dictionary Search Help set to SEEF_MIG_TRKORR for Workbench TR but i cannot find a search help for Customizing TR.
    Also there is no search filter on the SEEF_MIG_TRKORR search help. Thus i cannot use this for both the elements.
    Could you please help to determine the search help for customizing request.
    Thanks and Regards,
    Piyush

    Please try '/SAPSLL/TRKORR_W' OR 'COMSH_DIFF_KEY_GEN_REQ'
    Edited by: Ramalingam Muthian on Mar 5, 2010 10:47 AM

  • Can't find the Collective Search help for Customer in VD02/VD03

    Hi
    I ave (I hope ) an easy question for you  - 
    I need to extent the Collective search help for Customer in VD02/VD03 with an additional elementary search help, but I can't find the name of the Collective Search Help (F1 -> Technical Information only gives Search help '=')
    So, where do I find it ?
    Regards
    Morten Nielsen

    OK I Found it  -  Called DEBI
    Regards
    Morten Nielsen

  • Reconciliation account  defaluted automatically in Customer master XD01

    HI
    When we are trying to create customer master in XD01/FD01, the reconciliation account is automatically showing 155230, and when we tried to change to our reconciliation account even after saving customer master, it is again going default to 155230. I am using ECC 6.0. Please help us how can we solve this problem.
    Thanks
    Balu

    Hi Balu,
    Please check any enhancement has been written to substitute the reconciliation account.  Please check with abaper.
    Regards,
    Ramana

  • F4 Help in Customer Master using Dropdown Box

    Dear All,
    I am using BAPI_CUSTOMER_CREATEFROMDATA1 for customer master creation.
    I have a requirement from customer that he wants a drop down for Sales Organization, Distribution Channel, Division and for other necessary fields, data should come from R/3.
    Please tell me how to achieve it? How I get these master data from R/3 so that I can populate it on the corresponding dropdowns? is there any standard BAPI exist for it??
    Please help.
    Thanks in Advance

    Hi,
      Is the search help custom or standard? If custom then use the search help exit provided in the search help. If standard copy it into a custom one and make use of the search help exit.

  • Customer master XD01 or VD01

    Hi all,
    I have 3 questions
    1) What happens if a customer master is created using T-code VD01 and not XD01.
    2) Is there any impact this will have.
    3) Is it always compulsary to create customer master with XD01.
    Thanks
    Vikrant

    hi,
    See there are three in Cust master
    general data, comp code data & sales area data
    If u use tcode:vd01 only general data &sales area data u will be fill
    If u use xd01 u can fill all three data
    normally comp code data is filled by FICO end users
    rewards if helpful
    regards,
    Arun prasad

  • Error while creating customer master XD01

    i have created own account group and assigned external number range when am creating customer in xd01 am getting error in partner tab the SP,SH,BP,PY the no is blank and when am trying to save its gives error document is incomplete the  error   Message no. F2643
    Diagnosis
    The account group of the current customer is not defined for the required partner usage.
    where as when am assining internal number range its working fine kindly help
    Thanx

    Hi Mukesh
    Please check the following again,
    IMG > Logistic > SD > Basic functions > Partner determination > Customer master
    Define the Partner functions. If you are defining new then specify the "PARTNER TYPE" for each Partner function.
    - Define Account group. You can use existing one (0001-sod-to-party) or you can copy it or create new.
    - Define your Partner determination procedure.
    - Assign the required Partner functions (SP,SH,PY and BP are mandatory) to your Account group, so that they will be permitted for your Account group.
    - Assign the "Partner functions" to your new "Procedure ". Here you specify which are "mandatory" and which are "not changeable".
    - Assign the "Account group" to your new "Procedure".
    Now, go to XD01,enter your Account group,External number,company code,Sale area and proceed.
    If you are finding problem then,fill up all your data (general data, company code data), go to sales area data, fill up sales ,shipping and billing document tab and save it.
    Next, go to XD02, sales area data >partner function tab, here fill up the places for respective Partner functions.

  • Search term in Customer Master?

    Hi
    I want to know what is the exact function of a search term used in the Customer Master transaction.
    Thanks

    Hi Subhash,
    Search term helps the Sales order Entry person to identify the customers easily.
    For example, My client has a number of Walmart Stores all over the US as Customers. Each Walmart Store has its unique store ID. So when some body calls to make an order from a particular Walmart store, they will give thier store ID. We have used the search term to store the uiqure store ID for each store. So they will enter that in the search term area and pulls the customer information into the Sales order. this is just one example.
    Please reward points if helpful.
    Thanks,
    Sree.

Maybe you are looking for

  • How to test a webservice scenario...

    Hi, In SAP PI, I need to test a scenario that involves webservice. I can see in Integration directory that a communication channel has been defined as sender with adapter type as File. So I assume that a file is being picked up from the FTP server. A

  • JDBC for MS SQL Server 2000

    Hi all, i'm newbie here and i have some problems doing with Java for my Final Project, just for my graduation... Here's the problem ... First i install the JDK 1.5 and MS SQL Server 2000. And then i also install JDBC for MS SQL Server 2000 sp3. Than

  • I have 2 computers and want the same songs,video's and movies on both

    I just bought a new mini netbook and want to copy all songs onto the netbook so it mirrors my main desk top computer. I tried the home share, but the library disappears from the net book when I disconnect from my home network.

  • Can't see desktop with icons

    Updated to Lion and now the only way I can get to the non-apple installed apps is through Finder.  For example, Gotomeeting is showing in Finder as a Desktop icon, but when I switch to Desktop view, all I can see are open applications and it is not o

  • Please anyone guide me??

    i want to kearn J2EE i don't know anything about it so how can i start int it???? and which book can i kearn from it?? and which server can i use ??? please any one answer me . thanks