Can I have multiple hotspots on the same ALV grid?

Hi,
I have a simple ALV grid report with a hotspot.  I can't seem to find any examples or information on whether I can have 2 hotspots on the same ALV grid line.
Is this possible and is there an example somewhere that I can look at?
Thanks for your help!
Andy

Check the code below
  METHODS:set_hotspot_ebeln CHANGING pc_alv TYPE REF TO cl_salv_table
                                     pc_report TYPE REF TO lcl_report.
*--Event Handlers for alv
    METHODS:on_link_click FOR EVENT link_click OF cl_salv_events_table
                          IMPORTING row column .
METHOD set_hotspot_ebeln.
    DATA: lf_cols_tab TYPE REF TO cl_salv_columns_table,
          lf_col_tab  TYPE REF TO cl_salv_column_table.
    DATA: lf_events TYPE REF TO cl_salv_events_table.
    lf_cols_tab = pc_alv->get_columns( ).
    TRY.
        lf_col_tab ?= lf_cols_tab->get_column( 'VGBEL' ).
      CATCH cx_salv_not_found.
    ENDTRY.
    TRY.
        CALL METHOD lf_col_tab->set_cell_type
          EXPORTING
            value = if_salv_c_cell_type=>hotspot. "5-stands for hot spot
      CATCH cx_salv_data_error .
    ENDTRY.
    TRY.
        lf_col_tab ?= lf_cols_tab->get_column( 'VBELN' ).
      CATCH cx_salv_not_found.
    ENDTRY.
    TRY.
        CALL METHOD lf_col_tab->set_cell_type
          EXPORTING
            value = if_salv_c_cell_type=>hotspot. "5-stands for hot spot
      CATCH cx_salv_data_error .
    ENDTRY.
    lf_events = pc_alv->get_event( ).
*--Set event handler for click on cell
    SET HANDLER lf_report->on_link_click FOR lf_events.
  ENDMETHOD.                    "set_hotspot_ebeln
  METHOD on_link_click.
    DATA:la_put TYPE type_put.
    READ TABLE lf_report->i_put INTO la_put INDEX row.
    CHECK sy-subrc = 0.
    if column = 'VGBEL'.
    SET PARAMETER ID 'BES' FIELD la_put-vgbel.
    CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
    elseif column = 'VBELN'
   "<----
   endif.
  ENDMETHOD.                    "on_link_click

Similar Messages

  • Can we have multiple Podcasts with the same Mac Account?

    Hi all,
    Can we have multiple Podcasts with the same Mac Account?
    For example, I have a single .MAC account and create a website with multiple Podcast pages...or within iWeb I create multiple sites, and each has a podcast.
    Is there a problem?
    Thks
    Leo

    Its not possible for the same development object. Only 1 person can access an object at a time and if mutiple users modify an object new TASKs are created under the same TRANSPORT.
    Only after releasing the tr you can create a new tr on the same object.
    Message was edited by:
            Abhishek Jolly

  • HT1766 can you have multiple iPhones in the same iTunes account without overwriting each phones content?

    Can you have multiple iPhones in the same iTunes account without overwriting each phones content?

    Hi sandexpress,
    As Ocean20 indicates, you want to make sure that you have automatic syncing turned off. In iTunes Preferences under Devices, make sure you have "Prevent iPods, iPhones, and iPads from syncing automatically" checked. Then connect each iPhone, and make sure that "Manually Manage Music and Videos" is checked on the Info page for each of them. Then go into each page for each device, and select what you want to sync to that particular device. (you would do this one device at a time - complete the steps for one of the phones, then connect the next one and do the same thing).
    With this kind of setup, you can modify what will sync at any given time for a particular device once you have connected it to iTunes, but before you click on the Sync button at the bottom of the screen. If you want to change some sync options on a particular device, you would just go into the page you wanted to change (Music, Photos, Apps, etc.), make your changes, and then Sync.
    If you do not have any changes, you can just hook up the phone and click on Sync.
    Hope this helps.
    Cheers,
    GB

  • Can you have multiple databases on the same LUN in Exchange 2010?

    I'm sure you can but is it possible with exchange 2010 to have multiple databases on the same LUN.  We currently have 8 DB's all writing to their own DB drive and separate log drive so 16 drives in total.  I need to spin a new DB up this week and
    wanted to double check this is possible.  I've looked online and cant find anything that I've seen before that says this is possible.
    Thanks.

    Hi,
    Yes, multiple databases could be placed on the same LUN, but it's not recommended.
    If you have 2 drives fail at the same time (it happens more than you think), then losing 100% of your DBs is a lot worse than losing one of them or some of them depending on where the failures are.
    Here is a similar thread for your reference:
    Multiple databases on the same LUN in Exchange 2010
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Can we have multiple transports for the same object.

    Hi guys,
    Can we have multiple transports for same object in dev system. Can anyone tell me how can this be done.
    Thanks

    Its not possible for the same development object. Only 1 person can access an object at a time and if mutiple users modify an object new TASKs are created under the same TRANSPORT.
    Only after releasing the tr you can create a new tr on the same object.
    Message was edited by:
            Abhishek Jolly

  • Can we have multiple policies for the same gateway?

    Hi all,
    Is there a way in which we can have multiple policies for the default gateway?
    When I try adding a new gateway (which is not mentioned in the installer.properties file) and have policies, there is a 404 error.
    When I add another service to the same gateway, I get an error - that the service could not be added to default policy.
    Help me please...
    My need is as follows
    Want to have multiple policies, so that each of the web-service can be attached to same. The relation needs to be one-to-many. One policy can have multiple web-services.
    Thanks in advance...

    Its not possible for the same development object. Only 1 person can access an object at a time and if mutiple users modify an object new TASKs are created under the same TRANSPORT.
    Only after releasing the tr you can create a new tr on the same object.
    Message was edited by:
            Abhishek Jolly

  • Can we have multiple IE in the same machine to access IC Webclient ?

    Dear expert,
    I have a question here. Can we access IC Webclient if our computer have multiple IE ( E.g IE 6 & IE 7 ). Currently the client computer have multiple IEs in the computer by using Tredosoft product. The environment of the system is as below :
    Server environment :
    1. Windows 2003 server Enterprise Edition
    2. SAP Netweaver 2004s SPS9
    3. SAP CRM 5.0 (ABAP & Java stack)
    4. SAP Enterprise Portal 7.0
    Client PC :
    1. Windows XP Profesional SP2
    2. Java Runtime Environment 1.4.X
    Your help is much appreciated

    Hi Ku Izrul Hadi Ku Hilmy ,
    For the Webclient to run you just need a browser. It will work on IE06/07 . Just the thin client should be properly configured. As far as the requirements put down by you is concerned I dont think so there should be any problem for the webclient to run from the client side.
    Reward useful answers,
    Regards,
    Shrita Sharma.

  • Can you have multiple accounts on the same ipad2?

    Can my wife and I share the same iPad using two different accounts? If so, how?

    If you want differing accounts (like on a PC where you login to different user accounts) with different settings (like background image, icon settings per page, etc,) per account, then no.

  • Can i have multiple iphones with the same phone number?

    If I upgrade to iPhone6 can I: a) keep my 4s operational with the same phone number; or b) must I get a new number for one of the two?

    I don't believe your cellular provider will provision 2 SIM cards with the same number. You can forward calls, if your carrier supports it, from one phone to the other depending on which one you have with you.

  • HT4436 Can I have multiple devices using the same iCloud account?

    We want to use "Find my iPhone" in iCloud to keep track of all of our corporate-owned devices so we use the same iCloud account on all devices.  If we enable iCloud backup, will that cause problems?  Will the latest backup be the one that gets picked up if we need to do an iCloud restore?

    Go to Settings>iCloud and tap Delete Account, then if you're using iOS 7 enter the password to turn off Find My iPhone when prompted.  This only deletes the account from the device, not from iCloud.  The other device won't be effected by this.  Also, when you delete the account you will be prompted about whether or not to keep a copy of the iCloud data on the device or delete it.  Finally, if you want to keep any of the photo stream photos on the device, save them to the camera roll before deleting the account.

  • How can I have multiple users edit the same calendar?

    I work on a team of about a dozen people. We already share individual work calendars through iCloud. We want to create a master iCal calendar that allows us to display our various deadlines on a given project. We want the people to be able to edit their own deadlines.
    How can I create a calendar that offers multiple user Edit permission?
    Thanks!

    Go to this page:
    http://help.apple.com/icloud/#mm6b1a9479
    and expand 'Share a calendar privately'.

  • HT1311 can you see which device bought something on iTunes where you have multiple devices on the same iTunes account?

    is there any way to find out which device dowloaded apps when you have multiple devices using the same itunes account? 

    The purchase information does not include the device used, but does include the Apple ID used for the purchase.
    Apps downloaded on one device with the same Apple ID can be downloaded on another device with that Apple ID.

  • What is the best way to have multiple devices on the same account so we can still share the same library.  Right now I have 7 and I believe it's causing them to malfunction.

    I have multiple devices on the same itunes library and they all starting to have the same issues.  Not recognizing numbers previously stored, not sending/receiving tests.  Do I need to get everyone separate itunes accounts? 

    What is the best way to set up itunes on our home network? 
    One iTunes library per person.  One iTunes account per person.
    If people wish to share songs, they can make copies.
    When the inevitable day comes when the kids get older, you will not have to come back here and post asking how all that stuff can get separated!

  • Can I use multiple iPhones on the same iTunes account? e.g. my wife and I each have iPhones

    can I use multiple iPhones on the same iTunes account? e.g. my wife and I each have iPhones

    Yes, you can have as many devices - iPhones, iPods, iPads - as you like using the same iTunes account.

  • TS2972 I have multiple libraries on the "same computer" with two different desktops, can't I share between two libraries on the same computer?

    I'm trying to use home sharing to share content between libraries so some of the combined content in a given library, can be synced to an ipad.   Instad of having mulitple computers, i have multiple libraries on the same computer using two desktops.  How do I share within the same computer?

    iTunes must be running for home sharing to work.  There is no way to have home sharing running simultaniously for two users on the same computer.
    Simply add the media files using File > Add File/Folder option in iTunes.

Maybe you are looking for

  • RUNTIME ERROR IN GENERATED PROGRAM. Overflow converting ''

    Hi, While executing the below code i am getting the error " RUNTIME ERROR IN GENERATED PROGRAM. Overflow converting ' ' am new to ABAP , can anyone kindly help me where i have went wrong ? . IF ( V_DO_CDS_NAME_MAIN <> '' ).     ABAP.         DATA: re

  • Record all the data acquired by DAQ

    Hi all, I have a problem when I tried to record all the data acquired by the DAQ card. My DAQ is NI 6259, and the Labview version is 2009. Basically, what I need do is using multiple channels to get the voltages of different point, then I subtract va

  • Apple TV network problem continues to aunt me...

    Last week, I updated firmware of my *D-Link DSL604T* ADSL wireless router and had a problem with Apple TV wireless connection. It was not really the wireless connection, because its internet connection to see movie trailers worked fine, but only iTun

  • A Workaround to Error 2125 _"The offset in this file is too large"

    It seems that this means there is a discrepency between where the file actually ends and where the file says it ends. I was unable to export an Prores 422 file either from FCP or QT Pro, I tried several different things and was finally able to export

  • Cannot create weak reference to 'classobj' object

    I am trying to run the python Script in a C# program using Iron Python I am getting this type of Error cannot create weak reference to 'classobj' object I am using this code for running the python code var ironPythonRuntime = Python.CreateRuntime();