Std  F4  help

Hello Experts,
I m want F4 search help for Billing type & billing doc no, for which std F4 help exists in SAP .
Plz suggest how to populate F4 help for these fields using std f4 help.
select-options:   s_bill FOR vbrk-vbeln MATCHCODE OBJECT F4_VBRK .
Aastha

hi,
you can apply search help in following manner:
using function module :
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
  EXPORTING
*   DDIC_STRUCTURE         = 'tab'
    retfield               = 'WERKS'
*   PVALKEY                = ' '
   DYNPPROG               = sy-repid
   DYNPNR                 = sy-dynnr
   DYNPROFIELD            = 'S_WERKS'
*   STEPL                  = 0
*   WINDOW_TITLE           =
*   VALUE                  = ' '
   VALUE_ORG              = 'S'
*   MULTIPLE_CHOICE        = ' '
*   DISPLAY                = 'X'
*   CALLBACK_PROGRAM       = ' '
*   CALLBACK_FORM          = ' '
*   MARK_TAB               =
* IMPORTING
*   USER_RESET             =
  tables
    value_tab              = it_tab[]
*   FIELD_TAB              =
*   RETURN_TAB             =
*   DYNPFLD_MAPPING        =
EXCEPTIONS
   PARAMETER_ERROR        = 1
   NO_VALUES_FOUND        = 2
   OTHERS                 = 3
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
or
can follow these simple steps for search help:
go to se11==> put some name after ticking search help radiobutton==> create==>
then tick " elementery search help " and press enter ===>then put description and table name in selection method ===>then put the field on which u want search help
in search help parameter==> tick IMP EXP ==> write 1 in lpos and spos===>save and activate===> double click on table name ===>  select that field and press *search help tab* above===> then copy
   i hope it will help u a lot
another   methods of applyind search help:
For search help sometimes we use MATCHCODE--->when we apply it directly to parameter or select option.they are obselete now ii.For search help sometimes we CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' ??----->if we want to populate data of internal table as search help.
iii.For search help sometimes we declare tablename-fieldname in selection?------>if that field in that table is having seach help or check table ..F4 will be avaliable directly.
also:
Fixed value of domain can also work as search help.
u can also refer:
http://help.sap.com/saphelp_nw04/helpdata/en/63/1b70c2c32111d1950600a0c929b3c3/frameset.htm
regards
rahul
Edited by: RAHUL SHARMA on Feb 10, 2009 11:21 AM
Edited by: RAHUL SHARMA on Feb 10, 2009 11:22 AM

Similar Messages

  • Problem with custom search help for std SD_DEBI

    Hi,
    I have created a custom zcustom search help and included in std search help SD_DEBI.
    In the custom serach help i have added the fields ktokd and sales area fields(sales org, Disb channel, division).
    now when i goto va01 transaction and hit F4 for sold to party i was able view the KTOKD and sales area fields in the custom tab
    when i select the values from f4 help and hit enter they are not getting displayed in sold to party field.
    when i select only sales area fields from f4 and press enter they are getting displayed in sold to party field.
    problem is with the ktokd field that i have included.
    Any suggestions please let me know

    Hi deepti,
    I think you have missed parameter assignment from your Z append search help to standard search help.
    Select the search help and click on Param Assignment button and assign the refernece parameter(KUNNR) of your
    append search help to std collective search help (KUNNR).
    Thanks,
    Pawan

  • Me53n / me21n enjoy transactions - help to navigate enjoy transactions -

    Hello,
    On the enjoy transactions such as me53n and me21n there is a "i" button that lauches help in a frame in the left side of the screen.  Does anyone know if this help can be modified and if so how to go about this?
    Thanks for your help!
    Dawn

    This is std SAP help which can not be modify

  • Search help clubbed for 3 fields together

    Hi friends,
    I want to build search help for kunnr, lifnr and hkont in same field.
    Is this possible??
    For eg. if we want, we select customer, or vendor or g/l account.
    Please help if anybody has any idea of the possibility.
    Best regards, Neetu

    Hi
    First you have to ensure that all the values of these fields are in a single field and in a single table
    then for that table you can build a elementary search nhelp
    and can useuse the values for these 3 fields
    in SAP all these fields will not be in single field and in a single table
    you can't build and use the same search help for these fields
    Already I hope there are std search helps for these 3 fields
    see the KNA1,LFA1, and SKA1 tables for these fields
    for customer -DEBI
    Vendor -KRED_C
    GL account - SAKO
    are the std search helps
    Regards
    Anji

  • Problem in attching search help

    Hi all,
    I am attaching search help for one field in VA02 transaction.
    This field is already having std search help.(elementary)
    i have to copy this ti Zsearch help and do modifications for Zsearch help and i have to attch this to that field,
    I created the new one,i did functionality , but i am not getting how to attach my Z one to  the standard field, I am having access key for SAPMV45 A, i tried in that program for this screen field , but i didnt found, i think i have to attach this search help in VBAK table. is that true ,or any other way,
    please help me.
    thanks,
    gopal

    Hi Gopal,
    Check out the link.. This might help you to solve your problem.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc983384237
    Thanks,
    Chidanand

  • QUERY ON PRODUCT SEARCH

    Hi All,
       i  implemented the Product search based on the Plant by modifying the std search help attached to the std shlp BBPH_PRODUCT_GENERAL.
      Now my prob is that in one of the selection parameter field "PRODUCT_TYPE",whatever  value i enter at runtime,the std  structure for seloptions (SELOPT) doesnt take the value or this field.For all other fields ,the values are being taken.I tried changing the propertieds for this field acc to other fields but that doesnt help.
      Can anyone throw  some light on this???
    regards,
    Disha.

    Ram,
    DATA : Begin of i_VBPA occurs 0,
                 VBELN like VBPA-VBELN,
                  PARVW like VBPA-PARVW,
               END OF i_VBPA.
    This is for single search parameter...
    Select  vbeln parvw into table i_vbpa from VBPA  Where PARVW eq  = 'Z8'.
    This is for all search parameters
    Select  vbeln parvw into table i_vbpa from VBPA
      Where PARVW  in ('ER','ZL','ER').
    SORT i_VBPA by VBELN PARVW.
    Pls. reward if useful

  • How to Incorporate formula in QE51 (result recording screen for insp char)?

    Hi,
        Kindly help me in incorporating a formula field in QE51 screen where we record results for inspection characteristics. I need to add a formula in a field which should be a qualitative characteristics which should make calculations of few quantitative fields
    EX:
    Field 1 = xxx
    Field 2 = yyy
    Field 3 = zzz
    Field 4 = Field 1 - field 2 - field 3
    If the Field 4 has someother value other than zero upon saving the result it should throw some error.
    How can i add this formula in the system.. can anyone help me?
    Thanks in Advance
    Best Regards
    P.K.Senthil Kumar
    Edited by: senthil kumar on Apr 5, 2008 10:55 AM

    See the std sap help, then if you have any aboubt come back
    Formula Evaluation 
    Use
    You can have the measured values of a characteristic (calculated characteristic) automatically calculated from the input and results of other characteristics (calculation input characteristics). The formula is automatically evaluated when the characteristic is valuated. You can trigger the formula evaluation before the characteristic valuation.
    You can determine the weight of a glass bottle, by determining the weight of the empty bottle and the volume of water needed to fill it. Both these measurements are represented as calculation input characteristics; the total weight is then the calculated characteristic.
    Prerequisites
    For formula calculation, the following prerequisites must be fulfilled:
    •     You have defined the formula that is used in the inspection characteristic for the task list.
    You can use standard mathematical functions in this formula, as well as the following operands:
    o     Numerical constants
    o     The specifications and results of other characteristics in the same operation
    o     External function modules
    •     For inspection lots with an assigned serial number profile or units to be inspected with external numbering, the following applies:
    To evaluate the formula for original values, you must ensure that a reference is made to the same serial number for the calculation input characteristics. The "Serial number - original value" assignment is the decisive factor for the first (leading) calculation input characteristic. If a serial number is not available for the first calculation input characteristic in another calculation input characteristic, you cannot evaluate the formula.
    Activities
    To calculate the formula from the valuation, choose:
    •     Evaluate formula on the characteristic overview screen
    •     Extras &#61614; Formula &#61614; Evaluate formula on the characteristic single screen
    If values from other characteristics are used in the formula, these calculation input characteristics must have already been valuated before the formula can be calculated.
    To display the formula, choose Extras &#61614; Formula &#61614; Display formula on the characteristic overview screen or the characteristic single screen.
    The formula printout is then displayed in a window.

  • Problem in Activating "Creating Error DTP" Button

    Hi All,
    I have created a DTP between an InfoCube and an Open Hub destination.
    But in the UPDATE tab of the DTP, the "Creating Error DTP" option is not active(its blurred even in edit mode). How should i make the button active??

    Hello Roy,
    Pls refer this weblog
    /people/kamaljeet.kharbanda/blog/2006/12/07/error-dtp--bi2004s
    From Std SAP Help
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/fbd598481e1a61e10000000a422035/content.htm
    Thanks
    Chandran

  • Problem in activating "Certify Completion" Button in LBK1.

    Hi Experts,
    We are working on LBK1 logbook entry.
    The Certify Completion Button in Notification is coming correctly, but in Log Entry this button is not displayed.
    How we can activate / display this button in LBK1 ?
    Study SAP

    Hello Roy,
    Pls refer this weblog
    /people/kamaljeet.kharbanda/blog/2006/12/07/error-dtp--bi2004s
    From Std SAP Help
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/fbd598481e1a61e10000000a422035/content.htm
    Thanks
    Chandran

  • C++ newbie gets linking error

    Hi,
    I am writing my first C++ programs (been a SQL/DB programmer for last 10 years) on Sun Solaris. Here is my source code:
    #include <list>
    #include <string>
    #include <iostream.h>
    using namespace std; // You must use this to include STL!
    int main()
    // Create list instances
    list<int> list1; // Empty list
    size_t n = 10;
    double val = 3.14;
    list<double> list2(n, val); // Create n copies of val
    list<double> list3(list2); // Create a copy of list2
    cout << "Size of list1 " << list1.size() << endl;
    cout << "Size of list2 " << list2.size() << endl;
    cout << "Size of list3 " << list3.size() << endl;
    // We iterate over the elements of list 3 and print its elements
    // Create list iterator
    list<double>::const_iterator i;
    // Print every character in the list
    for (i = list2.begin(); i != list2.end(); ++i)
    cout << *i << ",";
    and getting the following linker error:
    /SUNWspro/9.0/exec/SUNWspro/bin/CC -o test test.cpp
    Undefined first referenced
    symbol in file
    std::bad_alloc::bad_alloc() test.o
    void*operator new(unsigned,void*) test.o
    ld: fatal: Symbol referencing errors. No output written to test
    I have heard of Solaris C++ compilers having problem with the use of templates..... is this the problem here or am I just missing some arguments/libraries?
    Thx in advance!

    In the interest of keeping code examples short and simple, textbook authors do things in their code examples that are not suitable for real-world applications. Apart from "using namespace std", you find global variables and functions with short names, and no attention paid to error detection or recovery. (They also use more explanatory comments in the code than a real-world program should have.)
    That's OK when you are illustrating particular language points. You want to highlight the point, and not have a lot of distractions. But in my view, not enough authors go on to explain good programming practice, and show realistic examples.
    For the case in point, the Standard Library declares thousands of names. They are in namespace std to help avoid collisions with user-defined names. Once you put "using namespace std" into your code, you import all of those names into the global namespace, creating opportunities not only for compiler complaints due to name collisions, but for subtle errors involving binding symbols to the standard library that you expected to refer to your own definitions.
    I never write "using namespace std" in real code. I sometimes use it when creating tiny test cases for bug reports. But as you saw in my earlier comments, the difference in the sample program between a dangerous programming practice and a much better programming practice was one line of code!

  • Cannot find include file: stdio.h

    I just installed Forte C/C++ on a Solaris 8 system using WEBstart. I have also installed the license. Now my problem is that I'm trying to compile a very simple program, but I get the following error "cannot find include file: <stdio.h>". I have /opt/SUNWspro/WS6/bin/cc in my path and when I do a which cc, it comes back with the correct cc. The stdio.h is on the system in directory /opt/SUNWspro/WS6/include/CC/std. Help please, am I missing a env varible?
    Thanks in advance

    Hello wnowak1,
    it's on the fourth CD
    http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol10-U1-x86-G-F&TransactionId=try&CRR=
    Use the registration to get it.
    Cheers, Peter.

  • Get value from table control

    Hi Guys,
    FYI, im having a table control with field Plant and Material. I have defaulted the <b>std search help</b> to field <u>Material</u> at the screen painter. Meaning system will call up the search help for Material once i press F4.
    Since the search help for field Material is a collective search help, and there is a <u>Plant</u> field available for Material filtering. Thus i may need to get the Plant's value from of same row of the  table control to Populate into the Material's search help.
    I have already tried to create a new module under the LOOP...ENDLOOP at PAI's flow logic. And try to use parameter id to set the value for plant, purpose is to populate it to Material's search help when i click F4 on material field. The problem is the new module that i coded under LOOP...ENDLOOP will never trigger when i click F4. Because there is NO event to trigger my module.
    Other than the above, i tried to code it under POV. But it doesn't work as well, because there is more than 1 record under table control and i can not determine the during runtime which row of F4 for material being click.
    Please comment on this above on how to solve the problem.
    Thanks in advance.

    Hi,
          You can call standard collective search help [say for Eg:<b>MAT1</b>] through Process on value-request event and set the paramenter id of Plant field before calling the funtion module <b>'HELP_START'</b>.Then we can get the materials specific to the PLANT in the corresponding row of the TABLE CONTROL.
    To get which row of the table control is clicked use <b>Get Cursor Line</b> Statement as i mentioned below.
    Flow logic:
    PROCESS ON VALUE-REQUEST.
    FIELD x_marc-matnr MODULE mat_shelp.
    Module definition:
    MODULE mat_shelp INPUT.
      DATA:v_help_info LIKE help_info,n TYPE i,
       it_dyselect LIKE TABLE OF dselc WITH HEADER LINE,
        it_dyvaltab LIKE TABLE OF dval WITH HEADER LINE.
      REFRESH it_dyselect.
      it_dyselect-fldname = 'MANDT'.
      it_dyselect-dyfldname = 'SY-MANDT'.
      APPEND it_dyselect.
      it_dyselect-fldname = 'MATNR'.
      it_dyselect-dyfldname = 'X_MARC-MATNR'.
      APPEND it_dyselect.
      v_help_info-call     =     'M'.
      v_help_info-object     =     'F'.
      v_help_info-program     =      sy-repid.    "'ZVIG_MOD_TABLE_CONTROL_1'.
      v_help_info-dynpro     =     sy-dynnr.    "'9001'.
    v_help_info-tabname     =      'MARC'.
      v_help_info-fieldname = 'MATNR'.
      v_help_info-fieldtype     =  'CHAR'.
      v_help_info-keyword   =   'MATNR'.
      v_help_info-fieldlng = 18.
      v_help_info-fldvalue = ''.
      v_help_info-mcobj = 'MAT1'.
      v_help_info-spras = 'E'.
      v_help_info-menufunct = 'HC'.
      v_help_info-title =     'SAP'.
      v_help_info-dynprofld = 'X_MARC-MATNR'.     <b>----
    > Give ur screen field name</b>
      v_help_info-tcode     =      sy-tcode.       "'ZTC1'.
      v_help_info-pfkey     =      'MEN'.
      v_help_info-docuid     =     'FE'.
      v_help_info-pov     =     'N'.
    v_help_info-curow     =   '2'.
    v_help_info-cucol     =  '1'.
      v_help_info-dynpprog = sy-repid.       " ZVIG_MOD_TABLE_CONTROL_1
      v_help_info-stepl     =   '1'.
      v_help_info-selectart = 'A'.
      GET CURSOR LINE n.
      READ TABLE it_marc INTO x_marc INDEX n.
      SET PARAMETER ID 'WRK' FIELD  X_MARC-WERKS .
      CALL FUNCTION 'HELP_START'
        EXPORTING
          help_infos         = v_help_info
        TABLES
          dynpselect         = it_dyselect
          dynpvaluetab       = it_dyvaltab           .
    ENDMODULE.                 " mat_shelp  INPUT

  • How to find the datasource of the planned ship date

    Hi All,
    how to find the datasource of the planned ship date in shipping history report , whether we go for enhancement or we can get from SAP Std. pls help me on step by step process.
    Thanks and Regards
    malempati

    Hi Govardhan,
    The best place to start looking for the standard data source will be http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm .
    If you can not find anything, from the source table, find if the table is included in any of the structures/views for BW. Hope this helps.
    Thanks and Regards
    Subray Hegde

  • Both material groups and material types in search while creating SC

    Hi Guys,
    While creating a shopping cart ,when we are searching for materials that have been replicated in SRM we can search the material based on various parameters like Product ID ,Category ID etc.In SRM the Category ID is normally the material group.Now we want to search the material based on both,material group as well as material type.But i can have only one of these as my category.2 hierarchies R3MATCLASS and R3PRODSTYP exist in the system.But i do i make it work so that i can see both the material type as well as material group while selecting materials to shop.Is it possible??
    Thanks in advance.
    Regards,
    Pawan

    Hi,
    What do you want to see exactly in the Selection screen fro the Product search???In the Std screen,you already have the field called PRODUCT TYPE where you can enter '01'(hierarchy) and  '02'(Services).
    But if you want the field HIERARCHY in the selection screen,then you need to modify the Std search help exit(BBP_F4IF_SHLP_EXIT_PRODUCT_GEN) attached to the Std Product search help(BBPH_PRODUCT)  for  the SHOP tarscn
    You will need to create a Z search help exit(Z FM) and attach that to the Std Product search help given above.In the Z exit,you need to write the logic to display the reqd fields in the Selection screen.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Proviiding F4 function for SAP Standard filed.

    Hello Gurus ,
    Can anyone help me in providing the solution in my issue.
    The SAP Standard ID  field must be implement F4 fucntionality to search for Business partner.
    Any help is greatly appreciated and point will be Rewarded.
    Best Regards
    Shaik

    Hi..
    Have you tried enhancing the GET_V method of the std. field ?
    try this code:
    DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
    lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
    lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
    CREATE OBJECT rv_valuehelp_descriptor
    TYPE
    cl_bsp_wd_valuehelp_f4descr
    EXPORTING
    iv_help_id = 'class_name'
    iv_help_id_kind = if_bsp_wd_valuehelp_f4descr=>help_id_kind_callback
    iv_input_mapping = lt_inmap
    iv_output_mapping = lt_outmap
    iv_trigger_submit = abap_true.
    class_name is the class that you need to create which would implement the interface method retrieve_custom_values of interface IF_BSP_WD_CUSTOM_F4_CALLBACK where you write the code for retrieving the F4 help values.This is helpful in providing customized result set.
    U can also search for std. value help views/std. search helps for BP in transaction se11 and pass it as param iv_help_id instead of classname .
    Hope this may help you...
    Thanks...

Maybe you are looking for

  • Not able to download songs in nokia music lumia630

    Not able to download songs in music store its showing no free subscription for this mobile model.

  • How can i create a new shell window using some functions?

    1.In a shell window, how can i use a command to create another new shell window? 2.In C code, which function will be called to create a new shell window? (not excute shell command -- being implemented by using system() ) Thanks!

  • Can I pop out the color picker in Photoshop CS6?

    Hey everyone, I am doing digital painting in Photoshop CS6, and would love it if I could keep my color picker open in a separate window. Does anyone know how to do this? I've seen an artist named Feng Zu do this in a painting tutorial video, but he d

  • OS X 10.10.2 Server 4.0.3 Wiki User Login Issue

    I have an Apple wiki that seems to be running fine for all but one user. Now, when that user tries to login it just sits there and does not process the username or password. When you go to All People that user is no longer listed there. We authentica

  • Bug - User Account - Tied to PC Settings "App"

    Accounts, or at least the main administrator account, are tied to the PC Settings App Upon removing the PC Settings Application, there are certain commands that still require the app rather than running in the Windows GUI. This results in a silent fa