Matchcode - HitList

Hi everyone.
I'm working on a search help, using a search help exit.
When I test the search help, the results appears in a hit list. I need to know if it is possible to select data from this hit list and select data from another table using the data selected from the hit list. I also need to show the new data in a new hit list.
Thank you very much.
Regards.

hi,
as i understand...
check this code....
and rewards if it helps...
if it is not u what exactly want then let us know...
TABLES : mseg, makt, mara.
DATA : begin of itab occurs 0,
        matnr like mara-matnr,
        end of itab.
DATA : begin of btab occurs 0,
        maktx like makt-maktx,
        end of btab.
        data mat like makt-matnr.
        data mak like makt-maktx.
DATA : RETURN LIKE TABLE OF DDSHRETVAL WITH HEADER LINE.
parameters : maktx like makt-maktx.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR MAKTX.
PERFORM MYPOPULATE.
FORM MYPOPULATE.
REFRESH ITAB.
SELECT matnr FROM mara INTO TABLE ITAB.
call function 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = ' '
dynprofield = ' '
value_org = 'S'
TABLES
value_tab = ITAB
return_tab = return.
mat = return-fieldval.
unpack mat to mat.
IF RETURN[] IS NOT INITIAL.
select maktx from makt into table btab where matnr = mat.
call function 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'MAKTX'
dynprofield = 'MAKTX'
dynpprog = sy-REPID
dynpnr = sy-dynnr
value_org = 'S'
TABLES
value_tab = BTAB
return_tab = return.
maktx = return-fieldval.
ENDIF.
ENDFORM.

Similar Messages

  • Problem with matchcode in alv for specific field

    Hi,
    I have created a customer specific data element ZE_CONFTYPE, with a customer specific domain, and in this domain I have defined a value range with 3 possible single values (partial, final, automatic).
    Later, I have defined a field: CTYPE type ZE_CONFTYPE, and I'm showing this field in an ALV.
        it_fieldcatalog-fieldname = 'CTYPE'.
        it_fieldcatalog-seltext_m = 'Confirmation Type'.
        it_fieldcatalog-col_pos   = 4.
        it_fieldcatalog-edit = 'X'.
        APPEND it_fieldcatalog.
        CLEAR it_fieldcatalog.
    Now I was hoping that a matchcode was going to show up in the ALV with the 3 possible values for this field, but apparently I was wrong. What should I do for this matchcode to show up?
    THX!

    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 with texts in Bex and without texts in Web

    Dear all,
    I've got one query with variable selections and especially for InfoObject "Catalog".
    When I launch the query with Bex, the variable selection window appears, then I select the matchcode for "Catalog" and the values (keys and texts) appear.
    When I launch the Web template based on this same Bex query, only the keys are available for the matchcode "Catalog". I can't see why there is no text.
    Can anybody tell me what's wrong?

    Hi Ric,
    I have the same issue
    Could you tell me how did you solved?
    Thanks a lot!

  • Activation of duplicate check for vendor or customer account by matchcode

    Hi,
    Could you please me know how to do the activation of duplicate check for vendor as well as customer account by matchcode.
    Many Thanks,
    Panneer

    solved

  • Vendor search by matchcode - account group authorisation

    We have various vendor account groups including one for paying employee expenses. We are finding that users with access to vendor matchcode search can see vendors for all account groups (including employees) listed in the search even though we have restricted them by authorisation object F_LFA1_GRP to specific groups. Whilst they are not permitted to view full details of the employee the list does show address details. Does anyone know how we can restrict this?

    HI,
    most of the applications have no authorization checks implemented in their matchcode search....
    Please refer as example to [SAP Note 639188|https://service.sap.com/sap/support/notes/639188]
    I hope, this information helps...
    b.rgds, Bernhard

  • MATCHCODE ON PAYMENT TERMS IN CUSTOMER MASTER DATA

    HI,
    Could you please help me on the point described below ?
    When I use the Transaction XD03 on customer master data, the matchcode on the field "payment terms" ( in the sales area data)  only displays the current value of the field.
    It is not possible to have all the possible values; only the value written in the field is displayed in the matchcode; It is also the same thing if i use the transaction XD02.
    The others values are displayed if I delete the current entry...
    Could you please explain me how I could retrieve all the possible entries ( in display mode)  of the field without  deleting any entry ?
    NB : it seems that This is linked to the sales area; when I display the same customer on different sales areas, the result is not the same. On some sales areas, I can have the other possible entries...
    Thanks in advance for your help.

    Hi,
    I remember there is a way to do this, but forgot. Please discuss with your developers. They should be able to do this for you. Its a small thing on the screen which pops up, but I forgot what is that.

  • How to use search help in ECC6.0 reports without matchcode.

    How to use search help in ECC6.0 reports without matchcode.
    Select-options: O_SHIP FOR KUNWE MATCHCODE OBJECT DEBI  is in 4.6c.

    we can use on value request for that.
    report zrich_0001 .
    tables: t001.
    data: begin of it001 occurs 0,
    bukrs type t001-bukrs,
    butxt type t001-butxt,
    ort01 type t001-ort01,
    land1 type t001-land1,
    end of it001.
    select-options s_bukrs for t001-bukrs.
    initialization.
    select bukrs butxt ort01 land1 into table it001 from t001.
    at selection-screen on value-request for s_bukrs-low.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    exporting
    retfield = 'BUKRS'
    dynprofield = 'S_BUKRS'
    dynpprog = sy-cprog
    dynpnr = sy-dynnr
    value_org = 'S'
    tables
    value_tab = it001.
    start-of-selection.
    refer to this thread:
    On value request?

  • Problems with a matchcode

    Hi everybody,
    I have a problem with a matchdode in a dynpro. The dynpro has five fields, when the first matchcode is open, it shows you  the five fields and when you press, all the fields are fill except the last one. The fields that are completed appear in blue background but the one with it is not fill doesn't appear in blue. To change it I went to the help search and I set up all the fields with the same import and export parameters but still it doesn't work.
    Does anybody how to solve it??
    Thanks in advance.

    Hi,
    You need to got SE11,
    Then open your table,
    then you need to place the cursor on the field for which you need search help
    then click on the "srch help"  button, then if there is any search help assignment
    it will showup there then you need to make the parameter assignment there.
    You can find this srch help button as follows
    If it is a table
    in SE11 Under the tab fields.
    if it is a strucutre then in SE 11 when you open the strucutre see the tab
    "Entry help/ check".
    You can check how the field is getting values in the TAB "Entry help/Check".
    Regards,
    Sesh

  • Matchcode Sap Portal

    Hi,
    Can I develop a matchcode for input field in web dynpro java?
    If it is possible, how to do it?
    Many thanks...
    Alfonso.

    Hi,
    Check this to know how to enable Single Sign-On to Non-SAP Systems and Applications:
    http://help.sap.com/saphelp_nw04s/helpdata/en/12/9f244183bb8639e10000000a1550b0/frameset.htm
    Single Sign-On to Non-SAP Java Applictions with SAPSSOEXT
    SAP Note Number: [304450 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_sec/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d333034343530%7d]
    Regards,
    Praveen Gudapati

  • Matchcode in alv

    Hi there,
    Someone know how to set a matchcode in a editable alv field. Alv OO.
    Thanks in advance.
    Alexandre Nogueira

    I did it for myself.
    Just using field F4AVAILABL, REF_TABLE, REF_FIELD.
    Alexandre Nogueira

  • Selection screen : matchcode on RYEAR and also question on FILE_SAVE_DIALOG

    Hiii
    Question 1 -->
    i have on the selection screen a parameter of type RYEAR i check in database and theere is no matchcode attach to it.
    can you please advise whether there is a standard matchcode i can used or am i missing something?
    Question 2 -->
    And also on my selection screen i have 2 parameter
    P_path type string
    P_name type string
    on the P_path we need to put the directory name and also implement a F4 where user can browse the directory.   On the p_name we will put the file name
    have done somwthing like that.  sorry i don't remember the exact name?
    at selection screen on value request p_path
    call method cl_xxxxx-file_save_dialogue
    the problem is that the FILE_SAVE_DIALOGUE i must enter the a file name on the pop-up before clicking on save,
    I don't want an F4 of P_PATH i want to only the browse directory path not save. can you please advise if there are another method for that?

    Check this code;
    PARAMETER: p_path TYPE char50,
                                   p_name TYPE char50.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_path.
      DATA: lv_path TYPE string.
      lv_path = p_path.
      CALL METHOD cl_gui_frontend_services=>directory_browse
        EXPORTING
    *      window_title         = 'Jay'
          initial_folder       = lv_path
        CHANGING
          selected_folder      = lv_path
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      p_path = lv_path.

  • Matchcode Dinamic colum in ALV grid control objects

    We have a ALV whose columns we made dinamic with fields symbols, a column is type dats and we wants a matchcode with the calendary. For this in the fieldcat we put:
    F4AVAILABL = 'X'.
    REF_FIELD = 'F_CURSO'.
    REF_TABLE = 'ZEP_ALV_DATOS'.
    edit = 'X'.
    With that we get show the calendary but don't to take the value on the cell.
    I think that the problem is for that REF_FIELD = 'F_CURSO', because my internal table don't have the field with the name F_CURSO, because the name of all fields is dinamic as well. Thanks very much, take care.

    Hi,
    i did one such..
    i specified like this..
    X_FIELDCAT-TABNAME = 'IT_FINAL'.
      X_FIELDCAT-COL_POS    = L_POS.
      X_FIELDCAT-OUTPUTLEN = '10'.
    <b>  X_FIELDCAT-EDIT = 'X'.
      X_FIELDCAT-DATATYPE = 'DATS'.
      X_FIELDCAT-INTTYPE = 'D'.
      X_FIELDCAT-REF_TABLE = 'VEKP'.
      X_FIELDCAT-REF_FIELD = 'ZZPROMDT'.</b>
    <b>ZZPROMDT</b> should be of type DATS.
    i got the F4 help for date.
    Regadrs
    vijay

  • 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

  • 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

  • FS00 Matchcode selection with " * "

    Hello Guys,
    I'm working on ECC6 and I am facing the following issue: I launch the FS00 transaction, I want to display all the GL account starting with 4 so I type 4* in the matchcode, I press enter.... nothing happens ! It would normally display the list of the selected account.
    Did anyone already face this issue of the the selection with the " * " character ?
    Thanks in advance.

    Dear Moulin,
    It should display all the records starting with 4... if you give 4*. <b>The popup will ask you for the confirmation. You would need to press enter.</b>
    It could be that there are no GL Accounts starting with 4 in the chart of account. Anyways, try searching with 4.
    However, you can test the searchhelp in SE11 as well.
    Regards,
    Naveen.

Maybe you are looking for

  • External Mounted Hard Drive Icon Not Showing on Desktop nor on Sidebar

    Bonjour, I have a portable drive that does NOT show up in the Sidebar nor on the Desktop. The only way I can see and navigate through it is by clicking in Disk Utility > Mount Point: <hyper-link> Then hard drive icon and its content show up fine. But

  • Illustrator document comes in pixelated, before even placing in a comp

    I'm stumped on this one, folks: I created this graphic in illustrator, made up of a pattern of wavy lines. Looks clean and normal in Illustrator, zoomed in at 400%: However, when imported into After Effects, pulling it up in the footage panel, it loo

  • Viewing on tv

    Probably a simple question but how do I set my phone up so that I can watch videos on my tv? Do I need apples special cables?

  • Best Spec for Graphic Designer

    I am about to purchase a Mac Pro and have read for hours on the best setup for myself. So, thought I'd throw the question to anyone on here with valid and decent advice. I am a graphic designer for print and I don't do any rendering or video work. I

  • Buffer Hit % ?

    Hi Guys, My DB Buffer Hit % (from awr): is very low 69% (9am to 6pm daily). Is this ratio a good indicator for me to increase my db cache? (<90%) I have read several articles. Some suggest that it's a good indicator and some suggest not. Anyone can g