Adding F1 help.

I have added one check box in selection screen which is not related to any table field. I want to add F1 help on it. For that I need to write a subroutine which is called when F1 help is asked by user. To open a new window and display the disired text what should be done? I tried to write code for opening a window and display text but it is not working. Is there any function module which can be used?
Thanks in advance for your help.
Ashish

If you want to call your own code to display F1 help, here is what I recommend.
Do transaction SE61, in the Settings Box, Document Class, use the help button to pick General Text.  Create text starting with a Z name like ZCDF_TEST.  Save and activate.
Then use the following code to respond to the F1 request:
CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'                   
   EXPORTING                                             
     dokclass = 'TX'                                  
     dokname  = 'ZCDF_TEST'
     doktitle = 'Put your own title here'
     appendix = 'X'                          
   EXCEPTIONS                                            
     class_unknown            = 1                     
     object_not_found         = 2                     
     OTHERS                   = 3.
This will display your customized help doc in exactly the same way that the system displays help documentation.  You would put the call to this FM in the event AT SELECTION_SCREEN ON HELP... as discussed earlier.
Let us know how it goes.

Similar Messages

  • Does adding RAM help solve iMovie4 jerky playback

    I have been reading threads about jerky playback in iMovie4 in large projects, after adding music from iTunes etc. My wife has a monster project and playback during editing has became very eratic. I have emptied cache, repaired the hard drive, repaired permissions etc. I have not tossed iMovie preferences. I have 23 gigs of space on the HD and a 250gig external FW HD that I bought after she started the project on the internal HD. I would like to know from you experts: 1. Would it help to move the project to the larger external HD? 2. Would adding RAM help (currently iMac G5 1.8mhz with 768 megs RAM)? 3. Is there any way to tell if the project will export to iDVD smoothly if it continues to look terrible in iMovie playback? I hate to go through a few hours of rendering for nothing. Thanks so much for your help. I always find good and useful info in discussions.
    Mike Ryan

    Michael, there are some very useful applications that I highly recommend to keep your Mac running smoothly. As a defragmenter I use Allsoft's Disk Warrior that also has a very good directory repair feature. Check out also Drive Genius that has a host of useful features. Also get iMovie file fixers, invaluable tool that is free that will allow iMovie to import certain files in audio and photo formats that are greyed out and also has other features. I believe I got mine from Mr. Lennart Thelander in previous posts here. Cache Out is an excellent application to clear out cache files. I also advise you do a regular permission repair from Disk Utility in your Utilities folder that is on your Mac. These are basically my must have applications. As for copying your iMovie project to your external, just drag your entire project folder ( the blue one with the media and star folder(s) in it directly in the external hard drive. I find that iMovie is one application that requires a clean (defragmented) drive with ample space to spare. I defrag my drives if I trash files often from them, or if I notice erratic and jerky performance or slowness in response. I hope that some of my suggestions will help your in your editing.

  • Adding search help to standard SAP field

    Hi Experts,
    I need to add search help to field ZUONR i.e assignment field in various tcode like fb70,fb60,f-02.etc which will select data from
    Z tables . I have found out serach help exit F4IF_SHLP_EXIT_EXAMPLE but as per my knowledge that is to change existing standard search help.But to field ZUONR there is no search help attached.How can new Z search help be added to field ZUONR without use of access key.
    Please suggest.
    Regards,
    Kaustubh Kabre.

    Hi,
    I don't know how to change "Value table" field on domain without access key, but if nothing else work, you can add new fixed values. From menu Goto->fixed value append.
    Other possibility is to use GuiXT -> write script that will call your FM that will get data from your table and show them.
    Best regards
    Marcin Cholewczuk

  • Adding Search help to a field of standard transction

    hi experts,
    i m new to abap.
    my pp consultant wants that in transaction MM03, for the field on selection screen (Material) one more search help should be added. and on pressing f4 it should be displayed there with other search options.
    The search field is "(Document)-Number of the drawing that exists for this object".
    Note: To see this field run transaction MM03, enter a material and press enter then we get a screen to choose a view. choose basic data2. In the block "design drawing" there is a field for "Document".
    is it possible? if yes how much time it would take and to do it.
    how should i go about it.
    plz help.

    Hi ANNIE,
    Go through the following Procedure to add a Search help to a field of standard Transaction
    The Matchcode is replaced by search help from the version 4.6C.
    I will tell u how create the search help.
    Name of a search help
    A search help is an object of the ABAP Dictionary with which input helps
    (F4 helps) can be defined.
    There are the following types of search helps:
    o Elementary search helps implement a search path for determining the
    possible entries.
    o Collective search helps contain several elementary search helps. A
    collective search help therefore provides several alternative search
    paths for possible entries.
    o Append search helps can be used to enhance collective search helps
    delivered by SAP with customer-specific search paths without
    requiring a modification.
    The three components of the input help process described by a search
    help are the outer interface, the online behavior and the method of data
    Go to Tcode SE11. Select the search help radio button.
    Give name as ztest and click create
    There are two types of search help.
    Once is elementary search help
    & collective search help
    Choose one.
    Add the data element.
    MatchCode is replaced by search helps.
    To attach a search help to a field.
    Use this code.
    at selection-screen on value-request for source.
    progname = sy-repid.
    dynnum = sy-dynnr.
    clear value_tab.
    refresh value_tab.
    Filling the Value_tab internal table by itab2 internal table.
    loop at itab_desc.
    write itab_desc-description to value_tab.
    append value_tab.
    endloop.
    prog = sy-repid.
    no = 1000.
    clear tab.
    refresh tab.
    Building the Structure of the Seach Help.
    tab-tabname = 'FMFCTRT'.
    tab-fieldname = 'BESCHR'.
    collect tab.
    Function Used to provide Search Help.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'BESCHR'
    dynpprog = prog
    dynpnr = no
    dynprofield = 'SOURCE'
    window_title = 'Function'
    TABLES
    value_tab = value_tab
    field_tab = tab.
    Regards
    Sreeni

  • ID CS2 installation not added to Help Center

    I installed Indesign CS2 for a new employee, but when she looks up
    Help, the adobe Help center only displays help for Photoshop Elements
    5.0 and Help Center 2.1
    I've tried a Repair install, and an Uninstall/Reinstall, as well as
    manually copying files around, but I just can't get it to display the
    help file. It seems like the help "package" never gets added to the
    Help Centers collection of help files.
    Any ideas on how to correct this would be appreciated.
    Jim Helfer
    WTW Architects

    This is not a completely unknown issue. If you search the knowledgebase you should find directions for downloading and installing the missing or corrupt helpcenter packages.
    Peter

  • Adding F4 help to PCUI custom field

    Hi all,
    By using EEWB I have added a few custom fields to the BP. I also have them on a new tab page in my Portal application. Now i want to add an F4 application to 1 of the fields and this is what my question is about.
    In the definiton of my field under "field group structure" I assigned a F4 application to the field. In the portal i now get a nice pop-up with an bsp application in which i can search for possible values. However when i select a value, the pop-up closes, but no value is returned to my screen field.
    - Does anyone have an idea what to do to get the returning value in my customfield?
    - Does anyone know where i can view the interface of an F4 application? All i could find was dbase table "CRMC_BL_APPL" which contains f4 applications.
    Kind regards,
    Martijn de Jong.

    Manuel,
    Thanks for your quick replies!
    I'm sorry that i still do not completeely understand it, but when i goto transaction "CRMC_PCUITOOLS" what do I do next? How do I execute the F4-application? I 'm only able to execute "Determine the correct model access class" under "Analysis Tools". If i execute this, it it opens a webpage for the object of my search-help, but doesn't give me feedback about exporting fields. I don't have a clue what/how to execute here.
    The F4-application which i want to view is "CRMM_PRD_SALES".
    Kind regards,
    Martijn de Jong.

  • Adding search help for field in FK02 Transaction

    Dear All,
         How to add a search to a field

    check this. for tehr info google or search in sdn.
    Re: Adding elementry search help to SAP standard Collective Search help
    Reddy

  • Does adding RAM help increase my laptop speed significantly?

    I have a 667MHz Powerbook G4 with 512MB RAM. It's getting really slow lately, especially after installing MacOS 10.4 and Adobe CS2.
    I tried not to open too many programs at a time, but it doesn't seem to help much.
    Does anybody have the same problem with the newer Powerbook or Macbook Pro? I'm wondering if I need a new laptop, or just an extra RAM.

    Hi shintaoetama,
    first of all: WELCOME TO THE DISCUSSIONS!
    Although adding RAM may increase speed a little running some routine system maintenance will certainly speed up things much more radically: MacOS X 10.3/10.4: System maintenance
    If this answered your question please consider granting some stars: Why reward points?

  • How can I undo Foxfire, it was added accidently, Help please.

    How can I completely delete Foxfire from my computer, it was added accidently and nothing I have been able to try, allows me to delete it. Help Please!

    Get real!!! I need to uninstall this monster "Foxfire". While I respect the fact that some users are satisfied with it and use it; I, unfortunately, am not one of those people. And my experience is that once you make the mistake of installing it, there is no return. I find that incredibly unacceptable. If this is such a fine thing, then why is it "too" easy to download it and virtually impossible to uninstall it??????????????

  • My array is erroneously adding elements (help!!!)

    I have an array of clusters that I am using as a list of commands.
    1. I run the program and bring the Edit Tab to the front.
    2. I add several new elements by giving values to the servo (first on left).
    3. Once I have several elements in, I increase the index to scroll them up.
    4. When I do this, new elements are added to my array.
    I can't find any reason for this in my code. Hope someone else can help me figure out the problem.
    I have attached the code (LabVIEW 7.1.1)
    Randall Pursley
    Attachments:
    Main.llb ‏231 KB

    The bluish line in the array indicated that a "selection" (for copying or deleting, etc.) has been made. With the arrow tool right click on the arrays index, select "Advanced" and "show selection" will be checked. Haven't figured out what effect that might have though.
    Putnam Monroe
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Album Art - some albums will not allow art to be added manually - help?

    I've searched the archive for an answer to this, but haven't found a solution.
    I'm importing many of my CD's into iTunes, some of which I have to add the album art manually. For the most part this works just fine, as I go to "Info," and drag the art into the art window.
    But here's the problem - there are some albums that just WILL NOT display the art. I drag the art to the window, and it appears there, but does not "stick." When you play another song, then go back to the previous, the artwork is gone again.
    I've tried adding the art in every way I know how: drag to the window that says "drag artwork here" in the main window; going to "get info" then "artwork" and dragging the art into that window; and also clicking the "add" button and navigating to the stored art file...the result is always the same - the art doesn't stick. This is only for some albums; the majority work just fine.
    I've cleared the album art cache, with no change, and have also set the ID3 tag to "none" for the problematic albums (based on a suggestion in another posting). Both of these had no effect on the results - the art still won't stick.
    I'm at wit's end - anyone have a suggestion??

    Manual syncing seems a very inefficient method to use - it my experience its much easier to associate one or more playlists with your iDevice and then automatically sync to that.  Doing it this way allows you to set up what you want to sync without the iDevice being connected, and also allows you to manage what gets synced completely, since you can remove albums from the playlist so that they're automatically deleted from your iDevice next time you sync.

  • Adding F4 help to a custom field in an existing Tab

    Hi Experts,
        I have created a custom field in the application COMM_IBASE and in the tab IBA_PARTNERS. The same is appearing. I have created a search help for that field seperately. Now I want to attach the same and return a value corresponding to the users selection. Can anyone enumerate the steps for doing the same?
    Thanks in advance.
    Debasis

    Try to use screen-exit for assigning the serach help. There is one screen exit for PO ..
    Check the enhancement - MM06E005 ,
    Create project in cmod and use this enhancement.
    use the PROCESS ON VALUE-REQUEST event and  use FM 'F4IF_INT_TABLE_VALUE_REQUEST'
    hope this will resolve the issue.
    anya

  • Adding f4-help to selection screen parameter field

    Hi all.
    I need to add search help to a parameter field on selection screen:
    PARAMETERS:
                 p_reciv LIKE soos7-recnam.
    What is the easiest way?
    tia, regards

    You can give F4 help by two ways:
    1. Using internal table
    2. Refering db table field.
    Following are e.gs:
    F4 help – using internal table example:
    DATA: BEGIN OF LI_FABGRP OCCURS 0,
    FABGRP LIKE ZAPO_FABGRP-FABGRP,
    BEGDA LIKE ZAPO_FABGRP-BEGDA,
    END OF LI_FABGRP.
    DATA : T_RETURN TYPE STANDARD TABLE OF DDSHRETVAL WITH HEADER LINE,
    L_RETFIELD TYPE DFIES-FIELDNAME.
    parameters : S_FABGR like ZAPO_FABGRP-FABGRP.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_FABGR.
    SELECT FABGRP BEGDA FROM ZAPO_FABGRP INTO table LI_FABGRP.
    SORT LI_FABGRP BY FABGRP ASCENDING BEGDA DESCENDING.
    Henter de mulige fabriksgrupper med nyeste BEGDA *indenfor hver
    DELETE ADJACENT DUPLICATES FROM LI_FABGRP COMPARING FABGRP.
    L_RETFIELD = 'FABGRP'.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = L_RETFIELD
    DYNPPROG = SY-REPID
    DYNPNR = '1000'
    DYNPROFIELD = 'S_FABGR'
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    TABLES
    VALUE_TAB = LI_FABGRP
    RETURN_TAB = T_RETURN
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3.
    F4 help – using field example:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_FABGR.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
      EXPORTING
        tabname                   = mara
        fieldname                 = matnr
      SEARCHHELP                = ' '
      SHLPPARAM                 = ' '
      DYNPPROG                  = ' '
      DYNPNR                    = ' '
      DYNPROFIELD               = ' '
      STEPL                     = 0
      VALUE                     = ' '
      MULTIPLE_CHOICE           = ' '
      DISPLAY                   = ' '
      SUPPRESS_RECORDLIST       = ' '
      CALLBACK_PROGRAM          = ' '
      CALLBACK_FORM             = ' '
      SELECTION_SCREEN          = ' '
    IMPORTING
      USER_RESET                =
    TABLES
      RETURN_TAB                =
    EXCEPTIONS
      FIELD_NOT_FOUND           = 1
      NO_HELP_FOR_FIELD         = 2
      INCONSISTENT_HELP         = 3
      NO_VALUES_FOUND           = 4
      OTHERS                    = 5
    Select-options: s_rcode FOR g_grund . "Reason code
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_rcode-low.
    Validation for Reasoncode
    PERFORM sub_get_F4_rcodehelp .
    FORM sub_get_f4_rcodehelp .
    STRUCTURES Declarations
    TYPES: BEGIN OF ty_rcode ,
    grund TYPE mb_grbew,
    grtxt TYPE grtxt,
    END OF ty_rcode.
    *Internal Table declaration
    DATA : li_rcode TYPE STANDARD TABLE OF ty_rcode WITH HEADER LINE.
    SELECT grund grtxt
    INTO TABLE li_rcode
    FROM t157e
    WHERE spras = sy-langu .
    *Help functions for external use
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'fieldname'
    dynpprog = 'programname
    dynpnr = '1000'
    dynprofield = 'S_PCODE'
    value_org = 'S'
    TABLES
    value_tab = li_rcode
    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.
    ENDFORM. " sub_get_F4_rcodehelp

  • 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...

  • Adding f4 help to wbs element field in account assignment tab of me21n

    My requirment is to create f4 help for wbs element field in account assignment tab of me21n,
    I have to pick wbs elements according to plant and storage location assigned in item overview of purchase order.
    for that i have created a ztable. and use it in f4 code,  or help me if any  other suggestion u have.
    thanks,
    Amol.

    Try to use screen-exit for assigning the serach help. There is one screen exit for PO ..
    Check the enhancement - MM06E005 ,
    Create project in cmod and use this enhancement.
    use the PROCESS ON VALUE-REQUEST event and  use FM 'F4IF_INT_TABLE_VALUE_REQUEST'
    hope this will resolve the issue.
    anya

Maybe you are looking for