Matchcode for XD03

Hi Freinds!
I have a small problem in matchcode for XD03. I had to create a new matchcode for XD03 which would extend the search help of customers by account group by two additional fields. We have an existing search help which has the following fields in its search help DEBIX:-KUNNR,PARNR,NAME,FIRSTNAME,CITY1,STREET,MC_NAME,MC_FIRSTNAME,SORT1,SORT2,MC_CITY1 . I have basically to add two additional fields street4 and street 5 to it and create a new one. I have created one by copying exactly whats all there in DEBIX and added the two fields and appended the new matchcode to DEBI. It lets me activate with lots of watnings , but the warnings  says the following:-
  SHLP DEBI was adjusted
  Check search help DEBI (STIWARI/08/06/08/11:32)
  No parameter assignment maintained for included search help ZDEBIX_S
  Search help DEBI was checked with warnings
  SHLP DEBI_AG was adjusted
  Check search help DEBI_AG (STIWARI/08/06/08/11:32)
  No values can be returned from contained search help ZDEBIX_S
  Search help DEBI_AG was checked with warnings
  SHLP MEBO_DEBI was adjusted
  Check search help MEBO_DEBI (STIWARI/08/06/08/11:32)
  No values can be returned from contained search help ZDEBIX_S
  Search help MEBO_DEBI was checked with warnings
  SHLP QVDM_KUN was adjusted
  Check search help QVDM_KUN (STIWARI/08/06/08/11:32)
  No values can be returned from contained search help ZDEBIX_S
  Search help QVDM_KUN was checked with warnings
Apart from this when I run my new search help I dont see the new fields added being populated with data too .
Can anyone help me out with this.
Thanks

No I still am not getting the fields populated for the new fields that I have created in the search help its just showing the same as DEBIX, though zdebix_s is showing that the two columns have been added it dosent show any value in them.
The activation warning log is as follows.
  Technical log for mass activation
     See log STIWARI20080806142104:ACT
  SHLP ZDEBIX_S activated
  Check search help ZDEBIX_S (STIWARI/08/06/08/14:21)
  Search help parameter PARNR has no function
  Search help parameter MC_NAME has no function
  Search help parameter MC_FIRSTNAME has no function
  Search help parameter MC_CITY1 has no function
  Search help parameter POST_CODE2 has no function
  Search help parameter MC_STREET has no function
  Search help parameter REGION has no function
  Search help parameter PO_BOX has no function
  Width 333 of parameter list is too large for personal help
  Search help ZDEBIX_S was checked with warnings
  =========================================================================
  Adjustment of active dependent objects
  =========================================================================
  SHLP A_KUNNR was adjusted
  SHLP C_KUNNR was adjusted
  SHLP DEBI was adjusted
  SHLP DEBI_AG was adjusted
  SHLP MEBO_DEBI was adjusted
  SHLP QVDM_KUN was adjusted
  =========================================================================
  End of activation of worklist
Thanks

Similar Messages

  • How to create a matchcode for the list of Customers "Group key" KNA1-KONZS

    Hi All,
    with reference to the creation of "Group key" KNA1-KONZS for Customers,
    I'd like to know if is possible to create a matchcode for the list of Customers "Group key" created.
    Thanks
    Gandalf

    Hi
    MAINTAIN THE GROUP KEY IN GENERAL DATA ---CONTROL DATA SCREEN
    If the customer or the vendor belongs to a group, you can enter a group
    key here. The group key is freely assignable.
    If you create a matchcode using this group key, group evaluations are
    possible.
    KNA1-KONZS
    Cya
    udayakumar

  • Matchcode for clock/time

    Hi all
    I am writing a custom program and I have a time field in a table. I would like to add the SAP matchcode for time that show a clock that let the user choose hours minutes and seconds ... but I cannot find the name of that input help
    can anybody help me please?
    regards
    Gabriele

    Hi,
    PARAMETERS : p_time TYPE DEMOTIME.
    If you want time symbol you should create a screen. create the label and double click on the label just assign the Icon name as ICON_TIME. the label should show as a watch icon.
    Regards,
    Dhina,,
    Edited by: Dhina DMD on Jun 3, 2011 2:36 PM

  • How to create matchcode for LFA1-KONZS

    Hi all,
    I need to configure 'Group key' field (LFA1-KONZS) at vendor master data to allow user to select vendor categories that's used by company (i.e. Parts, General Procurement, Accesories, Vehicle, etc). I believe it can be done using matchcode. Anybody can help me how to create the matchcode step by step. Im using ECC5.0
    Really appreciate your help.
    Thanks

    hi
    check out this spro path
    Financial Accounting -- Accounts Receivable and Accounts Payable -- Vendor Accounts -- Master Data -- Matchcode -- Maintain Matchcodes for Vendors

  • Matchcode for KNA1-KONZS

    Hi all, I need the group key field (KNA1-KONZS) is shown as a matchcode in transactions XD01, XD02 and XD03. As I can do this, there is some exit or another way to do it. Thank you very much for the support.
    Daniel

    Hi Rob, to run the search is needed that is assigned to field-KONZS KNA1, but that does not happen by any standard.

  • Matchcode for subscreen select options

    Hi,
    I am displaying a selection screen subscreen as a popup in my report using module pool and it has two fields say,
    1. ABC
    2. XYZ
    I need to implement custom search help for these two fields.
    The problem is where to implement this??
    My report structure,
    1.Main Selection screen
    2.Selection screen subscreen
    I am not able to write anything in AT SELECTION SCREEN events as it isnt getting triggered for the subscreen fields - ABCand XYZ. I then debugged and checked that when I click F4 on these two fields it is going to the USER COMMAND of the module pool screen with SY-UCOMM &SAV irrespective of the screen fields clicked.
    Is there any way to identify which field was clicked so that I can build my custom search help?

    Check my code,
    SELECTION-SCREEN BEGIN OF BLOCK zb1.
    SELECT-OPTIONS : s_pgc   FOR zdpmotac-pl    MATCHCODE OBJECT zz_sh_prog,          "Program Code
                      s_ver   FOR zdpmotac-ver   MATCHCODE OBJECT zz_sh_prog_version,  "Version
                      s_verrk FOR zdpmotac-verrk MATCHCODE OBJECT zz_sh_prog_verrk,    "Version/Rank
                      s_msn   FOR zdpmotac-msn   MATCHCODE OBJECT zz_sh_prog_msn.      "MSN
    SELECTION-SCREEN END OF BLOCK zb1.
    SELECTION-SCREEN : BEGIN OF SCREEN 0500 AS SUBSCREEN.
    SELECT-OPTIONS : s_msn_p  FOR zdpmotac-msn,
                                    s_verk_p FOR zdpmotac-verrk.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN : BEGIN OF LINE,
                      PUSHBUTTON 2(15)  b_but1 USER-COMMAND vald,
                      PUSHBUTTON 17(30) b_but2 USER-COMMAND canc VISIBLE LENGTH 13,
                      END OF LINE.
    SELECTION-SCREEN END OF SCREEN 0500.
    I have to give search help for fields s_msn_p and s_verk_p. I tried giving an at selection screen as suggested by you below that,
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_msn_p-low.
           lwa_field_tab-tabname = 'ZDPMOTAC'.
           lwa_field_tab-fieldname = 'MSN'.
           APPEND lwa_field_tab TO lt_field_tab.
           lw_retfield = 'MSN'.
           SELECT msn FROM zdpmotac INTO TABLE lt_msntab.
           DELETE ADJACENT DUPLICATES FROM lt_msntab.
           CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
             EXPORTING
               retfield        = lw_retfield
               dynpprog        = sy-repid
    *         value_org       = 'S'
             TABLES
               value_tab       = lt_msntab
               field_tab       = lt_field_tab
               return_tab      = lt_return_tab
             EXCEPTIONS
               parameter_error = 1
               no_values_found = 2
               OTHERS          = 3.
           IF sy-subrc <> 0.
    * Implement suitable error handling here
           ENDIF.
    But even then it isnt working for me. Am i missing something here?

  • Matchcode for field P0006-STATE

    How can I reproduce this matchcode according to the matchcode in Infotipe 6 ? The matchcode in this field only prints the possibilities of spain, not for all countries. That`s what I want to do in my own dynpro? Do you know how to do it?

    Hi maria,
    1. the country code - ISO code for spain is ES
      (table t005)
    2. This is automatically picked up.
    3.
    The country keys are determined at system installation in the global settings.
    4. So when we do F4 on STATE field in P0006,
       it checks the installation global settings,
      and picks the country key from there.
    5. In mycase , it automatically comes IN (India)
    regards,
    amit m.

  • Matchcode for NPS #'s (EIKTO)

    Hi,
    In the program that I am currently enhancing, one of the select-options is as follows:
    n_kunnr FOR m_debis-kunnr MATCHCODE OBJECT debi.
    The above parameter enables search help on all kunnr's (customer #'s)
    I also have a select-options that is as follows:
    s_eikto for vbak-zzeikto.
    How do I get a search help on the above field? Is there a matchcode available & where?
    Thanks,
    John
    Points will be rewarded and all help will be greatly appreciated.

    You can see search help in se11 ,
    just goto SE11 Transaction ,enter ur field in table column and display.
    Here you can see search help name ,parameter.
    Thanks
    Seshu

  • MatchCode for 100.000 rows = dump

    Hi!
    I use FM F4IF_INT_TABLE_VALUE_REQUEST for a personal matchcode in a dynpro field.
    But if the internal table has got 100.000 rows, the system dump.
    How can I do for display the match code without dump?
    Thanks very much!

    A matchcode where you have more than 100.000 rows is not a good matchcode !
    You should provide at least some criterion to restrict the list. The maximum number of hits is only 4 digits in SAP and you should always restrict your list according to this maximum
    you do this by adding to your SELECT statement:
    up to callcontrol-maxrecords rows

  • Define a matchcode for notification sort field

    Gurus,
    Sap help on field ILOA-EQFNR says a matchcode can defined. Anyone knows if the value is retrieved from the funnctional location sort field or if a specific set of values with matchcode can be defined for selection during notification creation ?
    Cheers,
    Olivier

    Hi!
    Did you find a solution?
    I would like to create a matchcode.
    Thanks

  • Restrict values on the matchcode for 0COMP_CODE

    Hello all,
    I have the following scenario; I have to restrict information access to users by country and company code.
    A user can have access to different countries by means of the assignment of the corresponding roles.
    When a user execute a query, the variable screen for country appears with the different countries the user is able to display, but depending on the country the user select, on the variable entry for COMP_CODE, just the values of the companies for the country selected by the user must appear.
    For this purpose, I am using an exit value to calcule the values for companies once the user has selected the country; but what I want to do is restrict the 0COMP_CODE matchcode with the values calculated on the exit.
    How can I do it? What is the FM I must use on the exit?
    Thanks in advance

    Hi Ste,
    check this:
    Displaying filter values in WEB reporting
    SAP Note Number: [587751|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler]
    Attributes are missing in F4 Help for characteristic values
    SAP Note Number: [562497|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler] 
    Regards
    Andreas

  • Matchcode for Vendors with Partner function as a selection

    I have a request to try and create a new matchcode or search help, where they can select on Partner Function.  I tried to look, but did not find the ability to use that field.  Now i have never had to create a new match code, so can someone first tell me can i get partner function as a search help/match code?  If so, can someone give me directions of how to create or send me a link of directions? 
    Thanks,
    Sean

    From the Help:
    [Creating Elementary Search Helps|http://help.sap.com/saphelp_47x200/helpdata/EN/cf/21ee2b446011d189700000e8322d00/frameset.htm]
    Rob

  • MATCHCODE FOR ALV

    Check this scenario:
    After I display a ALV using the function 'REUSE_ALV_GRID_DISPLAY', the user will put values in some editable fields using matchcodes.
    I need to know, when I'm doing the fieldcat, if there´s a way to reference a matchcode that I made using the FM 'F4IF_FIELD_VALUE_REQUEST'.
    Or other way to show the matchcode using the FM above on F4 in the field of  ALV that doesn't do DDIC's reference!
    Did you get my point?
    Can anyone help me?
    Thanks a lot,
    Gabriel

    Then you may need to use
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program       = repid
                i_callback_user_command  = 'CALLBACK_FOR_DETAIL'
                is_layout                = is_layout
                it_fieldcat              = ct_fieldcat
           tables
                t_outtab                 = g_itab.
    You need to write code in "callback_for_detail" with fm F4IF_INT_TABLE_VALUE_REQUEST
    or
    Create a structure with the field you mentioned and give structure name as ref_table and field name as ref_fieldname

  • Matchcode for parameter

    Hello, i have a parameter  p_fname  type filenameci-FILEINTERN .How can i associate a matchcode so that on F4,i get a popup showing all the fileintern?

    Hi
    have a look at below code
    Parameters : lifnr like lfa1-lifnr matchcode object ZOBJ
    double click on zobj u will get searchhelp window . than give the values according to u r requirement

  • Matchcode for GuiXT input fields

    I installed theh program ZGUIXTF4 and created transactions ZXF4 in our DEV system to use SAP matchodes in GuiXT input fields.  When I click on the icon to bring up the values no values come up but instead it creates a new session.  Any ideas what I am missing?  I installed it in SBX and it is working fine there.  The ZGUIXTF4 code and the ZXF4 transaction look to be identical.

    Hi Kathryn,
    I'm having the same problem! did you solve the problem? I really would appreciated your help!
    Regards!

Maybe you are looking for

  • I upgraded to Mavericks and automatic updates disabled printer wifi connection

    I upgraded to Mavericks and purchased new HP OfficeJet Pro 8100 printer with wireless connection.  Has been working fine until today my system downloaded a bunch of upgrades automatically: I didn't know how to stop the automatic downloads (I was accu

  • Using an HDMI splitter.....

    Hi folks, i have a powerpoint presentation that I am needing to show, but am having to use an HDMI splitter to goto two projectors. It recognises the splitter, but either get nothing, or just digital static.  I can go directly to either of the two TV

  • D-link 524 HEEEELP!

    Hello, I have absolutely no idea how to set this thing up...can someone help? I have a G4 as my main computer hooked into the D-link wireless router via ethernet, a PC hooked in the same way, and a Graphite iBook with an older (I assume, the iBook wa

  • My garage band dose't respond when i open it

    It started yesterday when i open it nothing happens and when I hold done the icon it says app not responding. I just want to know is there a fix and has any one else had this problem. I have a 13' macboo pro(or aluminum)

  • Image capture won't connect to Brother  Twain scanning

    Hello Hope someone can help me. I have just connected a Brother MFC-7860DW all in one printer scanner to my Mac wirelessly. Everything works perfectly except the scanning. Image capture will show the Brother in the device browser window, I click on T