Regarding showing of some text with one parameter.

Hi
I want to know that is there any funtion module by the help of which I can display some text information about one parameter. This will be displayed as the icon just after the selection field. On clicking on it the text information will be displayed.

Here is an example of handling it manually in your program.  You still need to create the data element and the documentation of the data elment, in this example, it is ZTEST. 
report zrich_0001.
type-pools: icon.
selection-screen begin of line.
parameters: p_test type ztest.
selection-screen pushbutton (4) help user-command help.
selection-screen end of line.
at selection-screen output.
  write icon_information to help.
at selection-screen.
  case sy-ucomm.
    when 'HELP'.
      data: links type table of  tline.
      call function 'HELP_OBJECT_SHOW'
           exporting
                dokclass = 'DE'
                dokname  = 'ZTEST'
           tables
                links    = links.
  endcase.
Regards,
Rich Heilman

Similar Messages

  • HT204065 Group text with one non iPhone not working on iPhone 6 in the group.

    Group text with one non iPhone not working on one iPhone 6 in group. SMS, MMS and iMessage as well as group messaging are all turned on. Has worked intermittently but now cannot see or respond in that particular chain. Can send independently to the non iPhone (Samsung) but not in group. Other iPhone 6 and 5 in group work fine.

    The reason why you have to turn off 3Gs is because T-Mobile does not support iPhones 1700 something or other. You have to turn off the 3Gs on the iPhone to make it work.
    As already provided, it shouldn't matter since the iPhone is designed to automatically connect to the fastest internet connection available. If wi-fi access and 3G network access is on, when in range of an available wi-fi network you have access to and have connected your iPhone with previously, the iPhone will connect to the wi-fi network automatically. When leaving the range of the wi-fi network, the iPhone will connect to the 3G network if 3G network access is available. If 3G network access is not available, the iPhone will connect to EDGE or GPRS - whichever is available at the time.
    If this is unique to T-Mobile's network with the iPhone for some reason since T-Mobile is not an official carrier for the iPhone in the U.S. and you were instructed by T-Mobile to do so, then you need to do so.
    If this is not working now, the problem lies with T-Mobile and I have no idea what to tell them for them to recognize where the problem lies on their end.

  • [svn] 4804: Bugs: LCDS-548: add code to deal with contentType="application/ xml" with one parameter (avoid

    Revision: 4804
    Author: [email protected]
    Date: 2009-02-02 17:56:22 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Bugs: LCDS-548: add code to deal with contentType="application/xml" with one parameter (avoid
    name/value encoding in that case)
    LCDS-405: baseURL on HTTPMultiService should accept URLs which start with "/"
    Added convertParametersHandler and convertResultsHandler function hooks to RemoteObject
    to support framework code which wants to modify the service behavior.
    Moved "properties" from rpc/http/AbstractOperation to rpc/AbstractOperation so we can use
    it for customizing the handling of remote object results
    Couple of minor ASDoc fixes and one tab -> spaces change
    Doc: minor asdoc edits
    QE: LCDS QE will verify the bugs in this one
    Reviewers: Mete, Pete, Seth, Ed reviewed different parts of this checkin
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-548
    http://bugs.adobe.com/jira/browse/LCDS-405
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as

    Hello,
    How about this as an alternative:
    Use a functional global which has 3 cases:
    1. open config file - it opens the config file and reads the contents into a string (which is the functional global data), and you only do this one time at the beginning of the program.
    2. edit config data - it edits the string, which are really the contents of the file, but doesn't worry about writing to the file.  you could even get fancy here, and allow an array of tags and an array of values as input, and it would go update/edit all the tags to have the corresponding values.
    3.  close config file - it writes the current string data (the functional global data) to the file and closes it.
    Using the functions in the string palette, I think you'll find most of the code for that module/functional global will be easy to write.
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • How do I set Firefox 29 to always show the bookmarks sidebar with one click instead of a drop down menu?

    I've decided to just get used to Firefox 29 instead of messing with add-ons and what not to make it look like it used to but one thing that is too ingrained is a favorites/bookmarks sidebar with one click. I just don't like the drop down menu. Is there a way to set the "Bookmarks" button to show the sidebar in one click?

    I want the bookmarks sidebar button. This should be a BASIC feature available, not something I need to install an add-on for to revert to some "classic restore". Why is something so straightforward and easy to use considered "classic", and everything has to be hidden and hard to see in this new version? All the colours in the new tabs BTW are are BLUE, and they blend in with the background at the top, you can't see the tab edges - whose bright idea is this?

  • TextField  javascript: select some Text with selStart/selEnd

    Hi,
    I try to preselect some text content within a TextField via javaScript.
    I found some documentation, which states that in the change-Event I could set the selStart and selEnd Attributes by a script.: When a change or full event occurs, if characters were selected in the field, selStart and selEnd
    are set to bracket the selected characters.
    I tried this, but it did not work for me.
    Any Ideas on how to preselect some text in a TextField by script?
    Many thanks in advance

    I solved this same issue by using a switch script.
    Please see my earlier thread regarding this and Paul's example will provide you with the proper scripting for a switch script.
    http://forums.adobe.com/thread/479021
    script on the drop down list as follows
    switch (this.rawValue) {
         case "dropchoice1"
              fieldname1.rawValue = "text choice here";
              fieldname2.rawValue = "text choice here";
              break;
         case "dropchoice2"
              fieldname1.rawValue = "text choice here";
              fieldname2.rawValue = "text choice here";
              break;
    Good luck.

  • Regarding" Material PO text " with input parameter is PR requisition

    Hi Experts,
    I need to develop a ALV report in which the input parameter is PR requisition, Requisition date, Plant ,Purchase Group, Purchase organization
    And I needed to get its corresponding u201Cmaterial PO Textu201D.
    I am using the function module READ_TEXT with
    goto me53n( purchase requisition) -
    > text----->item_text->doubleclick->goto->header
    id = 'B04'.
    tname = '100000166000010'.
    tdobject = 'EBAN'.
    How do i display all the text in alv against the PR requisition, Requisition date, Plant ,Purchase Group, Purchase organization, PR item number  PO number , Po date , PO item number
    thanx.
    Moderator message: please open only one thread per issue.
    Edited by: Thomas Zloch on Jan 17, 2012 10:42 PM

    lets say item text is 8-10 lines, you want to display that as well in the output? how much the user have to scroll for 10 PRs  just think..
    rather give them the report output without the item text and give them a hotspot. once they click hotspot, show them a popup  for item text

  • "STORED" Time On Texts With One Hour Earlier Time Wedged Between The Two Eastern Time Stamps.

    The middle time stamp would coincide with Central Time, but it is not labeled as such. If that is what it represents, then it shouldn't
    be on my texts since eastern Tennessee and Georgia are in the Eastern Time Zone.

    budone wrote:
    budone,
    In the last two days there has been a change in the format of my text messages. Previously, the texts simply had a time stamp given in Eastern Time. NOW, this is followed with the date and AM or PM time, but the time is one hour earlier and NO Time Zone notation given. Then it says, 'Stored' with a time stamp matching the date and time given in the line designated as "Eastern." 
    Surely, there are others who have experienced this. I hope this clears the explanation up some. 

  • Selecting group of parameters with one parameter

    Post Author: ME55ENGER
    CA Forum: Formula
    Hi, I'm a little new to Crystal (first report), so please bear with me.  I am trying to create a parameter for users to choose from different status types.  These status types are OPEN, CLOSED, COMPLETED, MONITORING, ESCALATED, and FLAGGED FOR QA.  The issue I am having is that I want the user to be able to select from all of these, as well as an OPEN - ALL and a CLOSED - ALL.  OPEN - ALL would include OPEN, MONITORING, ESCALATED, and FLAGGED FOR QA.  CLOSED - ALL would include CLOSED and COMPLETED.  I cannot figure out a formula to use in the select expert that will allow me to do this.  I have an option for ALL, which I used an IF-Then statement to implement (IF {?my param} = 'ALL' then {table.column} like '*' else {table.column} = {?my param}).  I cannot figure out how to accomplish selecting a certain group of these options with an IF-THEN.  Please Help!!!  Thanks.

    Post Author: V361
    CA Forum: Formula
    I stole this from the sample reports in CR XI, hope it will give you some ideas.
    if {?Country} = '...All' then  {Orders.Employee ID}={?Employee}else if {?Region} = '...All' then  {Orders.Employee ID}={?Employee} and  {Customer.Country} = {?Country}else if {?City} = '...All' then  {Orders.Employee ID}={?Employee} and  {Customer.Country} = {?Country} and  {Customer.Region} = {?Region}else  {Orders.Employee ID}={?Employee} and  {Customer.Country} = {?Country} and  {Customer.Region} = {?Region} and  {Customer.City} = {?City}

  • Iphone: How to show the right text with the right encoding?

    Hello,
    I still have a problem with the encoding. In fact, I'm trying to reuse the Sample Code for iphone here [SeismicXML |http://developer.apple.com/iphone/library/samplecode/SeismicXML/index.html] to parse a XML document.
    I have a problem with it when using the encoding ISO-8859-1 for the XML Document.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    The text showing isn't correct.
    Do you guys have any idea about it?
    Thank you,
    HeoU

    Anybody can help me at this point, please?
    Thanks
    HeoU

  • Nokia 920 not receiving some texts from one person...

    I've contacted my carrier Straight Talk and they my account if fully operational. I only seem to have problems with this one specific person. Why is this happening and how do I fix?

    I too am having this problem with texts from a frequently texted friend. Her texts will now no longer open and I can't text her either. It looks like I have to delete her whole thread which goes right back to when I bought the phone which I don't really want to do. And no, she's not on an iphone, just cheap Nokia which she's had for years.
    Jurassic Park, Sam Neill to Dickie Attenborough " Mr. Hammond, the phones are working !"
    N8-00 Tesco UK 059C951, Lumia 920

  • When I try to create some onglet, FF just, and tell me "some probleme with one page". Sur, but it's with all the site.

    When I open FF, it's okay. I can go in internet. But if I try to open more one onglet, FF deconected. I thing it's a virus, but the scan has found nothing. I charged FF 3.8, but the probleme is more here.
    == URL of affected sites ==
    http://

    If a reset doesn't work, try and force iPad into Recovery Mode:
    1. Turn off iPad. Press and hold the Sleep/Wake button for a few seconds until the red slider appears, slide to turn off.
    2. Connect USB cable to computer
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune (make sure you have the newest version of iTune)
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • TS3276 The mail won't send.  The activity window shows 2 gmail connections with one indicating a green and the other just sits there unable to connect with spinning wheel.

    My Gmail won't send messages. I used the activity doctor to check what was going on and it lists 2 gmail connections.  The first seems to be fine with green light.  The other just sits there with spinning wheel trying to connect.  I'm not sure what that means but it seems to be hanging up my mail from sending.  Please help.  Bob

    Gmail Settings
    For the SMTP, try using Apple Token instead of the password.
    Mail Server Information

  • Getting Text onto One TV in the Objects Tab

    Hey All,
    I'm trying to put some text onto one tv in the objects tab in Live Type and
    I can't even get text to show up on one of them. In the users manual it only
    tells you how to get the tv onto a track but not how to get text onto the 'screen'.
    Is it possible to get text onto one screen?
    Thanks
    Ted

    For this effect I would suggest the following:
    Put the TV (like the horizontal TV slide) on the bottom track
    Put a text track on top of that
    Add the "TV Off" Effect to the text track...found in the "Mechanical" Category
    with the effect highlighted click on the "Timing" tab in the Inspector and in the "Speed" box change it from the default "reverse" to "forward"
    Adjust the positioning on your timeline to coincide with the TV motion
    It will now look like it's part of the TV

  • HELP! Second time...Some attributes of one or more of the files.

    I allready post this question in the morning, but got no answer.
    I want to know if someone have had this problem before.
    Maibe I didn't explain myself well, please let me know if you understand what is the problem I am having. I really need to sove this, I have more than 60 hours of material allready captured and I can't start editing until I solve this problem. I am working with two G5s and I have the same error in both of them.
    Here is the question again with some corrections to see if you guys undestand me:
    I am batch capturing a HUGE project that I logged on FCP 4.5, I am now working with FCP5. I have captured arround 70 hours of material. In some cases I captured the clips but it shows the clip as if it was offline. When I try to reconect the media the following mesage shows up:
    "Some attributes of one or more of the files you hace chosen do not match the attributes of the original. This may cause problems within the sequence that are dependent on them. The attributes that differed are the follows:
    - Media start and end
    Would you like to try to connect them again?"
    What does this mean?
    I do not have any sequence yet, am I going to have future problems with the sequence in the project?
    PLEASE HELP!!!!!
    Thanks a lot in advance.
    Jorge

    I haven't found an answer to this yet and wish I could give advice.
    However, I'm looking for it. And if you find anything - we'd love to know.
    I've got a very large progect - all the media was manually copied over (via the finder) to external lacie FW drives which were brought here to another satellite editing room. I recieve updated projects from the primary edit and relink the media - The audio files have tended to 'mismatch' when I reconnect the updates. And it appears this is increasing in frequency each time! (I relink to each new version of the project which is sent).
    At this point it seems all the audio files bring up the same "File Attribute Mismatch" window. Only in certain sections of the sequence is the audio out of sync (to a variable degree +/- 5 to 7 frames).
    This occours when I replicate the workflow on another machine.
    This does NOT happen when I've sent the projects back to the original edit suite - which has the original media. The reconnection is fine.
    So it appears this might be due to the media itself - and possibly when it was copied over.
    But I can't yet figure out why this problem appears to be increasing, occouring with more audio files.
    If anyone has any ideas to this - which sounds very similar to the original issue on this thread - we'd be obliged to reciprocate the help!
    Cheers
    G5 dual 2.3GHz power PC   Mac OS X (10.4.6)   FCP 5.0.4 / QT 7.1
    12 G4 PowerBook (1Ghz)   Mac OS X (10.4.1)  

  • Problem with one computer: [RegTask] - Server rejected registration request: 3

    Hi!
    I having some problem with One of our clients, its mine :)
    It does not register with the site 
    ClientIDManagerStartup.log:
    MP_RegistrationManager.log
    I have no idea why! I don't even use https and PKI. I have done a reinstalled the client by removing "C:\windows\SMSCFG.ini" and the SMS certificates before install but it still won't register. CCMSetup logs return successfull. Boundaries is setup
    correctly.
    I have also tried to uninstall ccmagent and readded the computer object in SCCM and installed it through client push but still the same problem.
    I really don't want to reinstall the whole computer as I have already installed lots of applications i don't know if that will work anyway, could try to run a sysprep maybe.
    Any ideas?
     Thanks!  

    if that is the error you need to look at your IIS & Webdav & SQL Configurations... you can take some help from below blogs to troubleshoot this
    http://anoopmannur.wordpress.com/2011/04/20/configmgr-sccm-2007-mpcontrol-log-shows-httpsendrequestsync-fails-with-status-code-500-internal-server-error/
    http://www.windows-noob.com/forums/index.php?/topic/651-sccm-mp-issues/
    http://windows7sux.blogspot.com/2009/04/sccm-smp-500-error.html
    http://brothertu.blogspot.com/2010/07/how-to-quickly-test-to-see-if-sccm-mp.html
    http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/89c84077-f47c-427b-b73e-39478f34ebaf/
    Thanks, Prabha G

Maybe you are looking for