Calling f4 help  !

Dear all,
i have created 2 search help with custom fields and is working fine in WD PRD01QR .Now my requirement is user is not comfortable in selecting 2 f4 feilds.He wants to get these two helps in a single help.
thats is i have section and subsection as f4 hlep. When user select section , second f4 help has to automatically trigger to show the values of subsection.Is this possible.. is there any other methord to do this req..Please help guys

Hi,
    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.
  ls_map-context_attr = 'SECTION'. (config field name)
  ls_map-f4_attr      = 'SECTION'. (searchhelp field name)
  append ls_map to: lt_inmap, lt_outmap.
  ls_map-context_attr = 'SUBSECTION'.
  ls_map-f4_attr      = 'SUBSECTION'.
  append ls_map to: lt_outmap.
  create object rv_valuehelp_descriptor type cl_bsp_wd_valuehelp_f4descr
    exporting
      iv_help_id = '(ur search help name (it should contain section and subsection fields))'
      iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>HELP_ID_KIND_NAME
      iv_input_mapping  = lt_inmap
      iv_output_mapping = lt_outmap.
in the above logic if u select section value automatically subsection value wil be display.
Regrads
Prameela

Similar Messages

  • I am suddenly unable to receive calls on my iPhone 4S.  Is it possible that the age of the phone will affect its ability to receive calls? HELP!

    I am suddenly unable to receive calls on my iPhone 4S. 
    I have spent 2 hour-long sessions with technical support and although they were very nice, it is still not fixed.
    When I try to call the phone from a land line, it doesn't ring AND it doesn't recognize that a call is coming in (no missed call) BUT if I leave a message, it records it.
    Is it possible that the age of the phone will affect its ability to receive calls?
    HELP!

        MarketingMary,
    I am truly sorry to hear that your are unable to receive calls on your device. Thank you tbo27 for providing great troubleshooting steps. Making sure call forwarding is not active by dial *73 is great. Have you already reset network settings also? http://vz.to/RTz70g Are you able to make calls fine? Make sure Do not Disturb is not active. Settings>Do Not Disturb
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • My Macbook is stuck at the loading screen (the apple with the spinning circle beneath it). I went to Best Buy, they told me to call Apple Help and ask them to restore my unit. But Apple help wont help me without charging me. Help please !!

    My Macbook Pro is stuck at the loading screen (the apple with the spinning circle underneath). I went to Best Buy to get help, and they told me to call Apple Help and ask them to 'restore my unit', which he said is a matter of only about 4 mouse clicks. If it was so easy, I didn't understand why he couldn't do it for me. But he said that even though I have a 3 year warranty and protection plan with them, they were not responsible for this type of problem. Whatever.
    Anyway, so I called Apple Help, and even though he was familiar with my problem, it's been more than 90 days since I purchased the laptop, therefore I'd have to set up a service agreement to get his assistance, meaning I'd have to PAY him. So now i'm stuck, and I'm just hoping somebody knows what to do to help me
    I don't have any disc that I apparently need, and I don't remember ever getting one. However, if there is some other way to fix this issue, please let me know. Thanks for your time and assistance
    Brenna

    HI, have you blown the dust out lately?
    Does it boot better/further if allowed to cool?
    If you're sure the RAM is good, try the Hair Dryer trick...
    http://discussions.apple.com/message.jspa?messageID=13240047#13240047
    https://discussions.apple.com/message/15223603#15223603
    https://discussions.apple.com/message/15499912#15499912
    https://discussions.apple.com/message/15613068#15613068
    https://discussions.apple.com/thread/3270112
    https://discussions.apple.com/message/16053892#16053892
    No power light at all...
    https://discussions.apple.com/thread/3692775?tstart=0
    It can show on any G5, and even many other computers & electronic devices of the period.
    http://www.macintouch.com/reliability/pmg5.html
    http://lowendmac.com/ppc/power-macintosh-g5.html
    And see this last one in particular...
    https://discussions.apple.com/message/16781690#16781690
    Heat gun better...
    https://discussions.apple.com/thread/3916312?tstart=0
    If we don't get more help or answers here, feel free to join my site & ask...
    http://x704.net/bbs

  • HT6154 I tried to update Iphone 4 to IOS7. It is now frozen on itunes with picture of itunes and connection cord. can't make or receive calls. Help

    I have tried to update y iPhone 4 with ios7 several times. The first time it did not update and erased all of my contacts. This time the screen went blank and is now stuck on a screen that has a picture of iTunes icon and a usb plug in. I cannot get it to move to another screen I cannot make or recieve calls. Help please.

    You will have to restore your device using iTunes on a computer.

  • What's the phone number I should call for help with my iPhone and ihome dock?

    What's the phone number I should call for help with my iPhone and ihome dock?

    http://www.ihomeaudio.com/support/

  • I cant find the end button when i receive a incomming call please help me. Is there any solution for it or is it a bug in the ios7.0.3 iam updated with ios7.0.3

    I cant find the end button when i receive a incomming call please help me. Is there any solution for it or is it a bug in the ios7.0.3 iam updated with ios7.0.3

    Do you mean decline button before picking up the call?

  • How to call .chm Help File

    How to call .CHM help file on click of button through the dialog? I tried using the command WinHelpCall() but unable to find the required result. Also could anyone please suggest how to I get a link/jump to the subtopics on click of help button under that module Example Under Navigator device if the help button is clicked the help file has to display Navigator Page.
    Can anyone provede me a quick suggestion.
    Thanks in Advance

    DIAdem doesn't have a method to open .chm files because these files are Microsoft help files, rather than DIAdem specific help files. However, there is a KnowledgeBase on Microsoft's web page that may be of help. You can find this document at http://support.microsoft.com/?kbid=209843. I found this by doing a web search for "Programmatically open .chm". I hope this helps you.
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • How to call windows help files .hlp from Java program

    Hai all everybody
    How to call windows Help file that is xxx.hlp files from java programs
    any help great!!!!
    regards
    veeru

    How about
    Runtime.getRuntime().exec("start xxx.hlp");

  • I can't make or receive calls please help ?

    I have iPhone 4. and today morning i found that I can't make or receive calls please help ?

    Geo84gr,
    Yeah, u're right. It's nothing to do with iTunes.
    I never connect my iPhone 4 with PC, still problem comes back.
    I've asked my telco to check the prob, they said they never change anything.
    1 more testing is mayb the cellular data is off.
    I'm now letting it on to test will the problem come back or not...
    So do u switch ur Cellular Data off? Any1 one o u that is having this same prob?

  • My iphone is giving me a message that reads iphone cannot make or recieve calls.Restore from itunes.but when i log in to itunes its asking for me to input my password on my phone but my phone will only let me make an emergency call..Help

    My iphone is giving me a message that reads Restore Needed. "iphone cannot make or recieve calls. Restore from itunes,but when i loged in to my itunes account its asking me to input my password on my phone but I cant ... Im only allowed to make emergency calls. Help !

    My iphone is giving me a message that reads Restore Needed. "iphone cannot make or recieve calls. Restore from itunes,but when i loged in to my itunes account its asking me to input my password on my phone but I cant ... Im only allowed to make emergency calls. Help !

  • HI.I HAVE UPGRADED MY IPHONE5 TO 8.1.3. I M HAVING PROBLEMS FOR MAKING OR RECEIVING CALLS.PLZ HELP ME WAT TO DO.I HAVE DONE THE BASIC RESETTINGS,RESTORING N ALL THAT.CAN I DOWNGRADE TO THE LOWER VERSION?

    HI.I HAVE UPGRADED MY IPHONE5 TO 8.1.3. I M HAVING PROBLEMS FOR MAKING OR RECEIVING CALLS.PLZ HELP ME WAT TO DO.I HAVE DONE THE BASIC RESETTINGS,RESTORING N ALL THAT.CAN I DOWNGRADE TO THE LOWER VERSION?

    Thanks for reply,
    It's truely a disestar for me to kill my phone myself by so called bloody upgradation.
    Iwish I have not upgraded.
    I baught it from here in Bangladesh and now I’m ina mess to get at least a minimum support.
    Thanks for your valued suggessions but it didn’tmade any difference to my situation.
    So now I have an ipod in the price of an iPhone4. Crap.
    Is there any chance of fixing this bug by apple?As the same problem has already been faced by a lot of iPhone Users.

  • I can´t ear the voice in my iphone 5 on a call phone, help!!!! please

    i can´t ear the voice in my iphone 5 on a call phone, help!!!! please, it´s the same if a answered or make a call. somebody help me please!!!!!!!!!

    Try restoring your device as new and test it that way. http://support.apple.com/kb/HT1414
    If it still doesnt work then you may have water dammage or just a hardware issue. Device needs to be replaced.

  • Never once has my phone updated without deleting everything. It says "iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes. I can't call for help because my phone is frozen on the screen with iTune

    Never once has my phone updated without deleting everything. It says "iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes. I can't call for help because my phone is frozen on the screen with iTunes. On line live chat won't chat until I give them my serial number which I can't get to because its frozen and can't call for the same reason!!  Omg!  Someone please help me!?

    Morning AppleHlumamkhululi,
    Thanks for using Apple Support Communities.
    In most cases, the connected iPod needs to be restored.
    For more information on this, take a look at this article:
    iTunes has detected an iPod in recovery mode - Use iTunes to restore
    http://support.apple.com/kb/ts1456
    Best of luck,
    Mario

  • HT203175 While trying to use my iTunes library it will suddenly stop working with the erro message Runtime error R6025 pure virtual function call.  HELP!!!

    While trying to use my iTunes library it will suddenly stop working with the error message Runtime error R6025 pure virtual function call.
    Help???

    Just responded to this in another thread (note we used Captivate 7 so it might be a different error).
    We found that when we created files with embedded swf files that existed ABOVE widgets in the timeline, when someone else tried to open our file it broke/we got the runtime error. The original person could still open it for a time, but eventually the cache would clear and they couldn't.
    However, if we ensured swf files are BELOW widgets in the source files, it didn't break. In fact, if we found one that was breaking and got the author to move the swf file on the timeline, it would start working for others.
    STRANGE! Let me know if this works for you to!

  • Calling Custom Help (Urgent : Oracle Team)

    I've built my own help with the help of other tools.
    Now I want to call this help in Form .
    How do I attach ?
    in Short
    How do I call context sensitive help ?
    thanks in advance .
    Pradeep Patel

    I have a Forms 5.0 app that calls Windows .hlp.
    It has attached OFG4HPL.PLL that comes with Developer.
    The key-Help trigger is as follows
    /* CGHP$CALL_HELP_FORM */
    /* Call the help system after setting globals with current block
    and item */
    BEGIN
    :GLOBAL.CG$HP_HFILE := 'HelpSibank.HLP';
    IF (:GLOBAL.CG$HP_HFILE IS NULL) THEN
    MESSAGE('Warning: Help file is missing or incorrect');
    ELSE
    :GLOBAL.CG$HP_HFILE := :GLOBAL.CG$HP_HPATH || 'HelpSibank
    Contracte_sf.HLP';
    BEGIN
    CGHP$CALL_MS_HELP(
    4 /* IN : Help Context
    Id
    ,:GLOBAL.CG$HP_HFILE); /* IN : Help Resource
    File
    EXCEPTION
    WHEN OTHERS THEN
    CGTE$OTHER_EXCEPTIONS;
    END;
    END IF;
    END;
    See if this will do for you.
    Still, if you do happen to find something different, please tell
    me how.
    I'd be interested how to make and use .chm files for help, for
    instance. Or some html help.

  • I have something called"starter helper extension 1.0". I had a toolbar that wasn't doing anything and I disabled this and it went away. What is it?

    I have something called"starter helper extension 1.0". I had a toolbar that wasn't doing anything and I disabled this and it went away. What is it?
    == This happened ==
    Every time Firefox opened
    == Yesterday on Firefox and IE

    Possibly something you consented to install with some free program. Or a virus.
    Google doesn't pick the name up, are you sure you didn't make a typo? If you're really interested, you could try to find the add-on's files in your profile (see [[Profiles]], then "extensions" folder, then the folder with install.rdf file inside containing the name you see in the add-ons window) and check its source or post it somewhere and try to get someone to look at it.

Maybe you are looking for

  • How to make a selective deletion in my desktop!

    Hy guys! There are any application to make a selective deletions of files and folders? Each end of day i need to delete all files present in my Desktop, except the folders setted to be kept.

  • Error while passing keystorePass value in tomcat server.xml

    Hi, I have created keystore in jdk 1.5.0_17 by the following commands:::: keytool -genkey -alias tomcat -keyalg RSA But when i am trying to see the keytool list it is showing Key store type: gkr Key store provider: GNU-CRYPTO And when i pass keystore

  • Workspace Error with Large Financial Report Book

    I have been having inconsistent issues getting certain FR books to run in Workspace with the only error I'm receiving being: +5200: Error executing query: EssbPROD/RE/RE/nholmes/Error(1042006) Network error [10048]: Unable to connect to [EssbPROD:142

  • HT1694 Trouble shooting

    How do I go back into my inbox after I send an email? The "draft" page is still up, even though I hit "send" and later "delet draft". PLZ help

  • How to contain the manual po into the PS cost?

    My customer requirement: 1. sometime my customer will use cn22 to create the PR.And then convert PR to PO. we use the menu edit->costs/ itemization  in tcode CN22 to see the item cost. all the item corresponding the cost element we just created will